/*
 * We have to have the default Muses skin displayed on the page or else
 * the player will not work. Setting the display to none and hidden does
 * not work. It has to be "visible" on the page. As a hacky work around we
 * set the height and width to 1px so users will not see it.
 */
#muses_skin {
  width: 0;
  height: 0;
  overflow: hidden;
}
.airtime-player {
  width: 270px;
  height: 191px;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: rgba(53, 53, 53, 0.9);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1px #000 inset;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1px #000 inset;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1px #000 inset;
}

.airtime-header {
  background: rgba(53, 53, 53, 0.9);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1px #000 inset;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1px #000 inset;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.1),
    0 0 1px #000 inset;
  height: 37px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.airtime-box {
  margin-top: 15px;
  float: left;
  width: 100%;
  height: 52px;
}

.station-name {
  font-size: 14px;
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*padding-right: 30px;*/
  width: auto;
  padding-top: 8px;
}

/*.station-name {
    font-size: 14px;
    padding-top: 10px;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}*/

.airtime-pro {
  margin: 11px 5px 0 3px;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  float: right;
  width: 118px;
}
/*
.airtime-pro {
    margin: 6px 10px;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    display:inline;
    float: right;
}*/

.airtime-pro_logo {
  background: url('embed-player-images/airtime_logo.png') center no-repeat;
  width: 16px;
  height: 16px;
  display: inline;
}

/*.airtime-pro span {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
}
.airtime-pro:hover span {
    display: inline-block;
    vertical-align: 2px;
    margin-right: 5px;
}*/
.airtime-box .airtime-button {
  text-indent: -9999px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: rgb(100, 100, 100);
  background: -moz-linear-gradient(top, rgba(107, 107, 107, 1) 0%, rgba(88, 88, 88, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(100, 100, 100, 1)),
    color-stop(100%, rgba(88, 88, 88, 1))
  );
  background: -webkit-linear-gradient(top, rgba(107, 107, 107, 1) 0%, rgba(88, 88, 88, 1) 100%);
  background: -o-linear-gradient(top, rgba(107, 107, 107, 1) 0%, rgba(88, 88, 88, 1) 100%);
  background: -ms-linear-gradient(top, rgba(107, 107, 107, 1) 0%, rgba(88, 88, 88, 1) 100%);
  background: linear-gradient(to bottom, rgba(107, 107, 107, 1) 0%, rgba(88, 88, 88, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#585858',GradientType=0 );
  -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
  -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset;
  width: 47px;
  height: 47px;
  display: inline-block;
  float: left;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 15px;
}

.airtime-box .airtime-button:hover {
  background: rgb(147, 147, 147);
  background: -moz-linear-gradient(top, rgba(147, 147, 147, 1) 0%, rgba(117, 117, 117, 1) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(147, 147, 147, 1)),
    color-stop(100%, rgba(117, 117, 117, 1))
  );
  background: -webkit-linear-gradient(top, rgba(147, 147, 147, 1) 0%, rgba(117, 117, 117, 1) 100%);
  background: -o-linear-gradient(top, rgba(147, 147, 147, 1) 0%, rgba(117, 117, 117, 1) 100%);
  background: -ms-linear-gradient(top, rgba(147, 147, 147, 1) 0%, rgba(117, 117, 117, 1) 100%);
  background: linear-gradient(to bottom, rgba(147, 147, 147, 1) 0%, rgba(117, 117, 117, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939393', endColorstr='#757575',GradientType=0 );
}

#play_button {
  display: block;
  background: url('embed-player-images/play_button.png') center no-repeat;
  width: 47px;
  height: 47px;
}

#stop_button {
  display: block;
  background: url('embed-player-images/pause_button.png') center no-repeat;
  width: 47px;
  height: 47px;
}

.hide-button {
  display: none !important;
}

.now-playing {
  margin-top: 8px;
  margin-left: 15px;
  margin-right: 15px;
  display: block;
  font-size: 14px;
  color: #fff;
  width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.now-playing span {
  display: block;
  color: #aaaaaa;
  width: 170px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.airtime_volume {
  padding: 10px 0px 15px 0px;
  clear: both;
}

.airtime_volume .volume_control {
  margin-left: 55px;
  float: left;
  display: inline-block;
}

.airtime_volume .mute {
  background: url('embed-player-images/mute.png') center no-repeat;
  display: block;
  margin-top: -4px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.airtime_volume_bar {
  border-color: #262526 #262526 #5e5e5e;
  border-style: solid;
  border-width: 1px;
  background-color: #393939;
  width: auto;
  height: 5px;
  cursor: pointer;
  margin-left: 80px;
  margin-right: 40px;
}

.airtime_volume_bar_value {
  background-color: #ff9122;
  width: 0px;
  height: 5px;
}

.airtime-schedule {
  margin: 10px 20px 5px 20px;
  padding-top: 10px;
  font-size: 14px;
  color: #aaaaaa;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0px;
}

.airtime-next {
  float: left;
  margin: 0px;
  margin-top: 1px;
}

.schedule-list {
  list-style: none;
  padding-left: 0px;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-left: 60px;
  margin-bottom: 0px;
  line-height: 130%;
  height: 20px;
}

.schedule-list li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.airtime-pro-orange {
  color: #ff5d1a;
  display: inline-block;
}

.sharing-button {
  margin-left: 20px;
  margin-top: 8px;
}
.widget-share {
  width: 50px;
  height: 17px;
  font-size: 9px;
  float: left;
  margin-right: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  display: none;
}
#widget_twitter {
  background-color: #000000;
}
#widget_twitter:hover {
  background-color: #1a1a1a;
}
#widget_facebook {
  background-color: #3b55a0;
}
#widget_facebook:hover {
  background-color: #4c69ba;
}
.widget-share img {
  width: 17px;
  height: 17px;
  float: left;
}
.widget-share p {
  float: right;
  margin-top: 4px;
  margin-right: 3px;
}
#widget_embed {
  background-color: #ff5d1a;
}
#widget_embed:hover {
  background-color: #cc3d00;
}

.modal {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: #ff5d1a;
  border: 1px solid #888;
}

/* Modal Content */
.modal-content {
  color: #000000;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
}

.modal .modal-content .src-code {
  width: 100%;
  color: #ffffff;
  word-break: break-word;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-weight: bold;
  font-size: 18px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/**Put the share buttons at a fixed position
* so that they won't ruin the widget when they load.
*/
.twitter-share-button-container {
  position: fixed;
  left: 0px;
  top: 0px;
}
.fb-share-button-container {
  position: fixed;
  left: 70px;
  top: 0px;
}

.bold {
  font-weight: bold;
}

.clear-both {
  clear: both;
}
