/* player */


#ALslider{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align:center;
}

#ALtester_continue{
    text-align: center;
    padding: 10px;
    height: 45px;
    width: 100%;
}

#ALtester_Iframe{
    border: none;
    overflow: hidden;
    height: 240px;
    border: solid 1px #27392d;
    padding: 20px 30px 10px 30px;
    width: 100%;
}

.slide_img{
    max-width: 100%;
    max-height: 100%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.jw-controlbar.al-display-block{
    display:block!important;
    position:absolute;
    z-index: 98;
}

.jw-controlbar{
    z-index: 98;
}

#ALtester_testLayer{
    text-align: center;
}

#ALpreloader{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000000;
    top: 0;
    text-align:center;
    font-size: 26px;
    font-weight: bold;
    z-index: 99;
}

#ALpreloader .preloader{
    display:block;
    margin: 250px auto 30px auto;
    background: url(/video/player/css/images/hourglass_black.gif) no-repeat;
    width: 120px;
    height: 120px;
}

#test_msg_3_container{
    margin-bottom: 50px;   
}

#test_msg_3{
    font-size: 22px;
    font-weight: bold;
}

#test_msg_3_container .test_info_desc{
    margin-top:50px;
}

div.player_tooltips {
    position: absolute;
    display: block;
    bottom: 10px;
    right: 20px;
}

div.player_tooltips span {
  position: absolute;
  width:230px;
  color: #000000;
  background: #FFFFFF;
  height: 70px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  padding-right: 20px;
  padding-top: 10px;
}

div.player_tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  right: 30px;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #FFFFFF;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

div.player_tooltips span {
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -300px;
  z-index: 99;
}

.video_page_section .player_holder .player .video_regulation_alert {
    background-color: rgba(255,255,255,0.7);
    min-width: 200px;
    cursor: pointer;
    font-family: Old Standard;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 67px;
    z-index: 99;
    padding: 15px 35px 15px 15px;
}

.video_page_section .player_holder .player .video_regulation_alert .regulation_name {
  font-weight: bold;
}

.video_page_section .player_holder .player .video_regulation_alert .goto_link {
  color: #217954;
}

.player .video_regulation_alert figure{
    background: url('images/sprite.png') no-repeat -492px -146px;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0.5;
}

div.player_tooltips figure{
    background: url('images/sprite.png') no-repeat -492px -146px;
    width: 15px;
    height: 16px;
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0.8;
}

.regulation_content p.regulation_change_date {
    font-weight: bold;
    text-decoration: underline;
}

@media only screen and (max-width: 700px) {
    #ALtester_Iframe{
        width: unset;
    }

    .video_page_section .player_holder .player .test_info_holder {
        position: relative;
    }
}