.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-provider-item.vjs-item-selected, .vjs-language-item.vjs-item-selected {
  background-color: #c80502 !important;
}

.video-js .vjs-loading-spinner {
  border-color: #c80502 !important;
}

.vjs-item-selected {
  background-color: rgba(0,0,0,.5);
  border: 2px solid #c80502 !important;
}


.vjs-camera-item-mobile.vjs-item-selected, .vjs-provider-item.vjs-item-selected, .vjs-language-item.vjs-item-selected {
  background-color: #c80502;
}

.vjs-item-view:hover {
  border: 3px solid #c80502;
  outline: 0px solid transparent;
}

.video-js .vjs-menu-button-popup .vjs-menu .vjs-menu-item.vjs-selected {
  color: white;
  background-color: #c80502 !important;
}

#videos ul li.vjs-selected {
  color: #fff;
  background-color: #c80502 !important;
  border: none;
}

.vjs-multicam-grid-holder, .vjs-providers-grid-holder, .vjs-playlist-grid-holder, .vjs-languages-grid-holder {
  border-bottom: 2px solid #c80502;
}

.backdrop_perms {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16,20,23,.7);
}

.perms_message {
  display: flex;
  display:block;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.debug-list {
  display: flex;
  flex-direction: column;
  align-items: self-start;
}

.debug-btn {
  background: #c80502;
  color: #fff;
  font-size: 14px;
  line-height: 8px;
  padding: 11px 17px;
  border-radius: 5px;
}

.video-js.vjs-panorama .vjs-video-canvas {
  z-index:2;
}

.perms_message .flexContainer {
  color: #fff;
  width: 100%;
  padding: 0 40px;
  position: relative;
  -ms-flex: 1 1 0;
  flex: 1 1 0;
}

.perms_message .big {
  font-size: 16px;
  margin-bottom: 10px;
}

.perms_message img {
  width: 42%!important;
}

.perms_message p span {
  display: block;
  line-height: 120%;
  color: #fff;
}

.perms_message .small {
  font-size: 14px;
}
.perms_message p span {
  display: block;
  line-height: 120%;
  color: #fff;
}

.perms_message .boxBtnPerms, .perms_message .boxBtnRegister {
  text-align: center;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .perms_message a {
    padding: 10px 15px;
    margin: 0 12px;
    width: 140px;
  }
}

.perms_message .btnRegister {
  background-color: #47ad68;
}

.perms_message a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    cursor: pointer;
    padding: 15px 45px;
    margin: 0 20px;
    /* text-transform: uppercase;as */
    display: inline-block;
    width: 185px;
}
a, a:hover {
    color: #ac0e35;
    text-decoration: none;
    outline: 0!important;
    transition: color .2s;
}

.vjs-carousel-title {
  align-items: center;
  font-size: medium;
  padding-top: 5px;
}

.vjs-item-view-down-arrow {
  height: 20px;
}

.player_disclaimer {
  background-color:rgba(0, 0, 0, 0.7);
  width:100%;
  height: 100%;
  z-index: 5;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.player_disclaimer .close_disclaimer {
  content: "";
  background: url(../../img/html5_player/web-close.svg) no-repeat 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top:15px;
  right:15px;
  cursor: pointer;
}

.player_disclaimer .icon_disclaimer {
  content: "";
  background: url(../../img/html5_player/alert_simbol.svg) no-repeat 50%;
  background-size: cover;
  width: 44px;
  height: 44px;
  display: block;
}

.player_disclaimer .title_disclaimer {
  font-size:1.9vw;
  color: #FFF;
  height:55px;
  padding-top:20px;
}

.player_disclaimer .message_disclaimer {
  font-size:0.9vw;
  color: #FFF;
  height:20px;
  max-width: 80%;
  padding-top:10px;
  padding-bottom:45px;
}

.player_disclaimer .title_disclaimer p ,.player_disclaimer .message_disclaimer p {
  color:#FFF;
}
.video_promo .player_disclaimer .title_disclaimer {
  font-size:1.3vw;
}

.video_promo .player_disclaimer .message_disclaimer, .update_content .player_disclaimer .message_disclaimer {
  font-size:0.7vw;
}

.player_disclaimer .message_disclaimer_btn{
  margin-top: 40px;
  padding: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 17px
}

.video_promo .player_disclaimer .message_disclaimer_btn{
  font-size: 15px
}

.player_disclaimer .btn-video a, .player_disclaimer .btn-video a:hover, .player_disclaimer .btn-video a:visited {
  color: #FFF;
}

.player-message {
  padding: 15px;
  text-align: right;
  font-size: 15px;
  position: relative;
}

.message {
  display: block;
  float: right;
}

.player-message a {
  color: #fff;
  text-decoration: underline!important;
  padding-left: 35px;
}

.inside .player-message a, .update .player-message a {
  color: #0076b3;
  text-decoration: underline!important;
  padding-left: 35px;
}

.message.init-hidden {
  display: none;
}

.player-message .message:before {
  content: "";
  background: url(../../img/home/play-icon-white.svg) no-repeat 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
}

.player-disclaimer-close:before {
  content: "";
  background: url(../../img/home/web-close.svg) no-repeat 50%;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}

.player-disclaimer-close {
  top: 15px;
  right: 15px;
  position: absolute;
  cursor: pointer;
}

.player-disclaimer .btn-video a, .player-disclaimer .btn-video a:hover  {
  color:#FFF !important;
}

.player-disclaimer-icon:before {
  content: "";
  background: url(../../img/home/alert_simbol.svg) no-repeat 50%;
  background-size: cover;
  width: 44px;
  height: 44px;
  margin-bottom: 30px;
  display: block;
}
.player-disclaimer {
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.85;
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.player-disclaimer-title {
  height: 50px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  font-size: 2.5vw;
  text-align: center;
}

.player-disclaimer-message {
  height: 55px;
  width: 100%;
  color: #FFFFFF;
  font-family: "Source Sans Pro";
  font-size: 1.2vw;
  line-height: 25px;
  text-align: center;
}

.video-js .vjs-big-play-button {
  z-index:5 !important;
}

#videopass_header {
  z-index:6 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px)
{
  .player-message { display:none !important; }
  #videoContainer_live .vjs-time-control {
    display: none;
  }

  #player_container {
    margin-bottom: 10px;
  }

  .video-js.vjs-16-9 {
    position:relative !important;
  }


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
  .player-message { display:none !important; }

}