/* CSS Document */
.card-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1
}
.card-title {
  color: #032e66;
  font-size: 17px
}
.card-subtitle {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
}
p.card-text {
  color: #000;
}
.white .card-title {
  color: #fff;
}
.white .card-subtitle {
  color: #ddd;
  font-size: 19px;
  margin-bottom: 5px;
  font-weight: 400;
}
.white p.card-text {
  color: #fff;
}


.visually-hidden {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding:0 !important;
    border:0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

/* Pcast Player */
.pcast-player {
  
  .pcast-player-controls {
    box-sizing: border-box;
    background: #161616;
    color: #fff;
    font-size: 14px;
    height: 42px;
    overflow: hidden;
    padding: 5px;
  }  
  
  button {
    background: #2a2a2a;
    color: #fff;
    border: 0;
    border-radius: 2px;
    padding: 5px;
    line-height: 22px;
    -webkit-appreance: none;
    min-width: 32px;
    
    span {
      @extend .visually-hidden;
    }
  }
  
  progress {
    height: 13px;
    width: calc(100% - 340px);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  }

  progress[value]::-webkit-progress-bar {
    background-color: #555;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
  }
  
  progress[value]::-webkit-progress-value  {
    background: #fff; 
  }
  
  .pcast-time {
    display: inline-block;
    font-size: 13px;
    padding: 0 5px;
    text-align: center;
    width: 4em;
  }
  
  .pcast-speed {
    width: 2.5em;
  }
  
  .pcast-download {
    font-size: 12px;
    margin-top: 0.5em;
    display: inline-block;
    color: black;
    &:hover,
    &:focus {
      color: #666;
    }
  }
}

.card {
	border: 1px solid #e5e5e5;
	border-radius:10px;
	/*-webkit-box-shadow: -1px -1px 12px -5px #000000;
-moz-box-shadow: -1px -1px 12px -5px #000000;
-o-box-shadow: -1px -1px 12px -5px #000000;
box-shadow: -1px -1px 12px -5px #000000;*/
}

.card img {
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.card-icon a {
	margin-right:10px;
}

.card-tools a {
	margin-left:10px;
}

#pms_login h4 {
	color:#fff !important;
}

#gen-main-menu li a {
	font-size:20px;
	font-weight: 400;
}
#menufooter {
	text-align: center;
}
#menufooter a {
	color:#fff;
	font-size:17px;
	font-weight: 400;
	margin:0px 15px;
	padding-right:25px;
	border-right:1px solid #fff;
}

#gen-main-menu a.selected {
border-bottom: 3px solid;
}