* {
  outline: hidden;
}
html, body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
body.popup {
  background: #000 !important;
}

.aovivo {
  overflow: hidden;
  max-width: 650px;
}

/* CUSTOM PLAYER */
.player-radio {
  height: 80px;
  width: 100%;
  background: url("../midias/player/bg.png");
  position: relative;
  padding: 0px 20px;
  background-size: 100% 100%;
  outline: none !important;
  font-family: "Trebuchet MS";
  display: block;
}
.player-radio .play {
  background: url("../midias/player/btn-play.png") no-repeat center;
  background-size: 100% auto;
  width: 50px;
  height: 50px;
  border: 0px;
  outline: none !important;
  cursor: pointer;
  margin-top: 10px;
}
.player-radio .play.active {
  background: url("../midias/player/btn-pause.png") no-repeat center !important;
  background-size: 100% auto !important;
}

.player-radio .apresentador {
  width: 50px;
  height: 50px;
  background-color: #FFF;
  border-radius: 50px;
  background-size: 103% auto;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  margin-top: 10px;
}
.player-radio .programa {
  background: url("../midias/player/bg-programa.png") no-repeat center;
  background-size: 100% 100%;
  width: 95%;
  height: 35px;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 18px;
  color: #FFF;
  padding: 5px 5px;
  float: right;
  margin-top: 15px;
}
.player-radio .btn-popup {
  border: 0px;
  background: transparent;
  width: auto;
  color: #FFF;
  font-size: 10px;
}

.participe {
  background: #000;
  width: 100%;
  width: 100%;
  color: #FFF;
  font-size: 16px;
  padding: 15px;
}
.participe input[type="text"], .participe textarea {
  background: #393939;
  resize: none;
  border: 0px;
  border-radius: 10px;
  color: #FFF;
  font-family: "Tahoma";
  font-size: 12px;
}
.participe input[type="text"] {
  height: 25px;
}
.participe textarea { 
  width: 100%;
  height: 120px;
}
.participe button {
  background: #999;
  color: #000;
  border: 0px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 2px 10px;
  margin-top: 10px;
  border-radius: 5px;
}
#status-contato {
  font-size: 12px;
  height: 35px;
}

@media (min-width: 767px) {
  .aovivo {
    float: right;
  }
}
