@charset "UTF-8";
@font-face {
    font-family: 'Lato-Hairline';
    src: url('fonts/Lato-Hairline.eot?#iefix') format('embedded-opentype'), url('fonts/Lato-Hairline.woff') format('woff'), url('fonts/Lato-Hairline.ttf') format('truetype'), url('fonts/Lato-Hairline.svg#Lato-Hairline') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

html, body, #uep {
    height: 100%;
    overflow: hidden;
}

body {
    background: black;
}

/*******************************************************************************  Player zone rules **********/
#uep-player {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

#uep-player .separateControlBarVideo {
    height: calc(100% - 45px);
    height: -o-calc(100% - 45px);
    height: -webkit-calc(100% - 45px);
    height: -moz-calc(100% - 45px);
}

#uep-player .separateControlBarVideo.live {
    height: calc(100% - 26px);
    height: -o-calc(100% - 26px);
    height: -webkit-calc(100% - 26px);
    height: -moz-calc(100% - 26px);
}

/******************************************************************************* Contextual menu **********/
#uep-context-menu {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 200px;
    left: 200px;
    box-shadow: rgba(0, 0, 0, .2) 0px 3px 10px;
    width: 220px;
    background: white;
    line-height: 1.5em;
    z-index: 999;
}

#uep-context-menu .uep-context-menu-item {
    font-size: 14px;
    font-weight: normal;
    padding: 6px 16px;
    color: #555;
    border-bottom: solid 1px rgb(232, 232, 232);
}

#uep-context-menu .uep-context-menu-item:first-child {
    color: #999;
}

#uep-context-menu .uep-context-menu-item:last-child {
    border: none;
}

#uep-context-menu .uep-context-menu-item.version {
    cursor: initial;
}

/******************************************************************************* Loading **********/
#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background-color: #333;
}

#loading .loading_content {
    position: absolute;
    height: 40px;
    width: 100%;
    top: 50%;
    margin-top: -20px;
    text-align: center;
}

#loading .loading_msg {
    color: white;
    font-size: 20px;
    font-variant: small-caps;
    text-align: center;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.loader {
    display: inline-block;
    height: inherit;
}

/******************************************************************************* Control bar rules **********/
button {
    border: none;
}

#uep-control-bar {
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    z-index: 4;
}

.uep-control-bar-background {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    opacity: 1;
    visibility: visible;
    z-index: -1;
}

.ntb {
    width: 40px;
    height: 40px;
    float: right;
}

.btn {
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: left;
}

.ntb {
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
}

.btn_slide_volume, .btn_volume {
    position: relative;
}

.btn_slide_volume {
    display: none;
}

.tablet .btn_slide_volume:focus, .tablet .btn_slide_volume:hover {
    display: none;
    outline: 1px;
    outline-color: #FFF;
    outline-style: solid;
    outline-offset: -1px;
}

.btn_precedent {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -1049px;
}

.btn_suivant {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -1009px;
}

.btn_add_playlist {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -1409px;
}

.btn_hide_playlist {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -1490px;
}

.btn_show_playlist {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -1449px;
}

.duration {
    float: left;
    color: white;
    font-family: arial, sans-serif;
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0 5px 0 5px;
    cursor: default;
}

/******************************************************************************* Progress bar rules **********/
.progress-bar-container {
    position: absolute;
    height: 5px;
    width: 100%;
    bottom: 40px;
    left: 0px;
    z-index: 5;
}

#progress-bar {
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.hidden-progress-bar {
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: #f00;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.progress {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 1;
    height: inherit;
    background-color: #ff0103;
}

.timeline {
    position: absolute;
    left: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    background-color: #fff;
    opacity: .9;
}

.seek {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-left: -5px;
    margin-bottom: -3px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 1;
    z-index: 1;
    outline: none;
}

#slider {
    width: 100%;
    position: absolute;
    height: 5px;
    background: #FFF;
    left: 0px;
    top: 18px;
}

.btn_volume {
    background: url('../img/icons/volume.png') center center no-repeat;
    background-position: 0 -80px;
}

#uep-control-bar .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 6px;
    height: 6px;
    cursor: pointer;
    border-radius: 6px;
    border: #DDD solid 3px;
    background-color: #FFF;
    font-weight: bold;
    color: #1C94C4;
    outline: none;
    top: -3px;
    margin-left: -4px;
}

.ui-slider-range {
    background: #FFF; /* Old browsers */
    position: absolute;
    border: 0;
    top: 0;
    height: 100%;
}

.video_metadata {
    float: left;
    min-width: 100px;
    margin: 5px 15px 5px 10px;
    clear: left;
}

.infos_video_2 .video_metadata {
    margin-top: 0;
}

.lang {
    height: 14px;
    line-height: 10px;
    font-size: 10px;
    display: inline-block;
    margin-right: 5px;
    background-color: white;
    color: black;
    text-transform: uppercase;
    cursor: pointer;
}

.lang:last-child {
    margin: 0;
}

.lang.selected {
    color: white;
    background-color: #ff0103;
    cursor: initial;
}

.infos_video_2 .lang {
    height: auto;
    line-height: 14px;
    margin-right: 5px;
    padding: 3px 4px;
    font-size: 12px;
}

/******************************************************************************* Play - Pause Effetcs **********/
#playEffect, #pauseEffect {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 9;
}

.infos_video {
    position: absolute;
    width: 400px;
    height: 200px;
    top: 50%;
    left: 50%;
    margin: -100px 0 0 -200px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    z-index: 3;
    font-size: 12px;
    display: none;
    border-radius: 4px;
}

.infos_video_2 {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    height: 140px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    font-size: 12px;
    display: none;
}

.infos_video_2 .title {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 8px 10px;
    position: relative;
}

.infos_video_2 .content_video {
    max-height: 40px;
    margin-top: 7px;
}

.content.success-msg-content {
    display: none;
    text-align: center;
}

.thumbnail_video {
    float: left;
    margin: 10px 15px 5px 10px;
    width: 100px;
    height: 42px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    border: 1px solid #B7B7B7;
    display: table;
}

.infos_video_2 .thumbnail_video {
    margin-top: 7px;
}

.thumbnail_video p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

.thumbnail_video img {
    width: 100%;
}

.content_video {
    text-align: justify;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 10px 0 10px;
}

.title_video {
    padding: 10px 5px 2px;
    font-size: 14px;
    font-weight: bold;
}

.infos_video_2 .title_video {
    padding-top: 5px;
}

.duree_video {
    padding: 5px;
    text-align: justify;
}

.date_video {
    padding-right: 10px;
}

.clearfix {
    clear: both;
}

.sep2 {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    box-shadow: 0px -2px 4px rgba(136, 136, 136, 0.2);
}

.sep {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(215, 215, 215, 0.5), rgba(0, 0, 0, 0));
    box-shadow: 0px -2px 4px rgba(136, 136, 136, 0.2);
    clear: both;
}

/******************************************************************************* bouton option **********/
.setting {
    position: relative;
    line-height: 40px;
}

.setting .menu {
    background: #333;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 4;
    min-width: 150px;
    font-family: arial, sans-serif;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 10px;
    display: none;
    border-radius: 4px 4px 0 0;
    list-style: none;
}

.setting .menu li {
    line-height: 30px;
}

.setting .menu li:hover {
    font-weight: bold;
}

#send-video, .shortcuts {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -200px;
    width: 400px;
    height: 280px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    z-index: 4;
    font-family: arial, sans-serif;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

.shortcuts {
    width: 300px;
    height: 220px;
    margin: -110px 0 0 -150px;
}

.shortcuts .content {
    height: 180px;
}

#send-video .title, #protected-video .title, .infos_video .title, .shortcuts .title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#send-video .content, .infos_video .content {
    margin: 0;
}

#send-video .line, #protected-video .line, .shortcuts .line {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.icon {
    float: right;
    height: inherit;
    width: 83px;
    text-align: right;
}

#send-video:hover {
    /*cursor: all-scroll;*/
}

#send-video .title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#send-video .content {
    margin: 0;
}

#send-video.for-tablet .line {
    margin: 10px 20px;

}

#send-video .line .field {
    float: left;
    width: 150px;
    line-height: 21px;
}

#send-video .line .value {
    float: left;
    line-height: 21px;
    position: relative;
}

#send-video input {
    line-height: 15px;
    padding: 3px;
    width: 200px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: #999 solid 1px;
    border-radius: 2px;
    outline: none;
}

#send-video textarea {
    line-height: 15px;
    padding: 3px;
    width: 200px;
    height: 50px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: #999 solid 1px;
    resize: none;
    border-radius: 2px;
}

#send-video input[type="submit"] {
    line-height: 15px;
    padding: 3px;
    width: 50px;
    margin-right: 27px;
    background-color: rgba(255, 255, 255, 1);
    border: #999 solid 1px;
    border-radius: 2px;
    cursor: pointer;
}

#send-video.for-tablet input[type="submit"] {
    margin: 0;
}

#send-video .line .submit {
    float: left;
    margin-left: 307px;
}

.error {
    border: #D00 solid 1px !important;
    box-shadow: inset 0 1px 1px rgba(255, 0, 0, .075) !important;
    background-color: rgba(100, 0, 0, 0.5) !important;
    color: #FFF;
    background: url(../img/icons/info-error.png) center right no-repeat !important;
}

#export-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -140px 0 0 -250px;
    width: 500px;
    height: 280px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    z-index: 5;
    font-family: arial, sans-serif;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

#export-video.export-video-small{
    height: 220px;
    margin: -110px 0 0 -250px;
}

#export-video:hover {
    /*cursor: all-scroll;*/
}

#export-video .title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

/******************************************************************************* Rich Media **********/
.btn-vignettes {
    content: '';
    text-align: center;
    background: url(../img/icons/thumbnail.png) center center no-repeat;
    width: 40px;
    height: 40px;
}

#vignettes-rm {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 60px;
    position: absolute;
    top: -72px;
    left: 0;
    border-top: #FFF solid 1px;
    padding: 3px 0;
    display: inline-block;
}

#vignettes-rm img {
    height: 54px;
    border: #FFF solid 2px;
}

.thumb {
    position: relative;
    margin: 0 2px;
    opacity: 0.7;
}

.thumb:hover {
    opacity: 1;
    cursor: pointer;
}

.thumb .time {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    font-size: 10px;
    border-radius: 4px;
    padding: 3px;
}

#my-divider {
    right: 66.666%;
    width: 5px;
    background-color: #272727;
    margin-bottom: 40px;
    cursor: e-resize;
}

#my-divider:hover {
    background-color: #1c1c1c;
}

#my-divider:focus {
    background-color: #111111;
}

#rm_content {
    width: 100%;
    height: calc(100% - 40px);
    height: -o-calc(100% - 40px); /* opera */
    height: -webkit-calc(100% - 40px); /* google, safari */
    height: -moz-calc(100% - 40px); /* firefox */

}

#rm_content img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#rm_content #video_diapo {
    position: relative;
    display: block;
    height: 100%;
    background: url(../img/icons/slide.png) center center no-repeat;
}

.btn-switch {
    content: '';
    text-align: center;
    background: url(../img/icons/switch.png) center center no-repeat;
    width: 40px;
    height: 40px;
}

#export-video.for-tablet .content {
    margin-top: 20px;
}

#export-video .line {
    margin: 10px 20px;

}

#export-video .line .field {
    float: left;
    width: 110px;
    line-height: 25px;
}

#export-video .line .value {
    float: left;
    position: relative;
    width: 288px;
}

#export-video .line .params {
    padding: 3px;
}

#export-video input {
    line-height: 15px;
    padding: 3px;
    width: 340px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: #999 solid 1px;
    border-radius: 2px;
    outline: none;
    cursor: text;
}

#export-video textarea {
    line-height: 15px;
    padding: 3px;
    width: 340px;
    height: 80px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: #999 solid 1px;
    resize: none;
    border-radius: 2px;
    word-break: break-all;
    outline: none;
    cursor: text;

}

#export-video .line button {
    float: right;
    margin-right: 0px;
    line-height: 15px;
    padding: 3px;
    width: 50px;
    background-color: rgba(255, 255, 255, 1);
    border: #999 solid 1px;
    border-radius: 2px;
    cursor: pointer;

}

#select_export_time {
    width: 270px;
    float: right;
    height: 4px;
    background: #FFF;
    position: relative;
    margin-top: 8px;
    /*margin-bottom:20px;*/
}

.seek2 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-left: -7px;
    margin-bottom: -5px;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background-color: #fff;
    z-index: 1;
    outline: none;

}

#time_export {
    float: left;
    width: 62px;
    height: 20px;
    color: #fff;
    text-align: center;
    font: 9pt Tahoma, Arial, sans-serif;
    border-radius: 3px;
    border: 1px solid #333;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, .3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(69, 72, 77, 0.5)), color-stop(100%, rgba(0, 0, 0, 0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* IE10+ */
    background: linear-gradient(top, rgba(69, 72, 77, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); /* W3C */
    padding: 2px;
}

.success_copy_clipboard {
    display: none;
}

#picker {
    width: 80px !important;
    border-width: 3px !important;
    border-right-width: 20px !important;
    font-size: 11px !important;
    line-height: 12px !important;
}

#export-video select {
    line-height: 15px;
    padding: 3px;
    width: 100px;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    border: #999 solid 1px;
    border-radius: 2px;
    outline: none;
}

#export-video input[type="checkbox"] {
    width: 30px;
}

.link-decoration-none {
    text-decoration: none;
    color: #fff;
}

/******************************************************************************* Bitrates & CC **********/
.cc, .mbr, .accessibility {
    position: relative;
}

.accessibility {
    width: 100px;
}

.cc #cc, .mbr #mbr, .accessibility #accessibility {
    background: #333;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    position: absolute;
    bottom: 40px;
    right: 0;
    z-index: 4;
    min-width: 70px;
    font-size: 12px;
    padding: 5px;
    padding-bottom: 10px;
    border-radius: 4px 4px 0 0;
    display: none;
    list-style: none;
}

.cc #cc li, .mbr #mbr li, .accessibility #accessibility li {
    line-height: 30px;
    color: inherit;
    text-decoration: none;
}

.accessibility #accessibility li {
    width: 200px;
    position: relative;
}

.cc #cc li:hover, .mbr #mbr li:hover {
    font-weight: bold;
}

.btn_cc, .btn_mbr {
    width: 40px;
    height: 40px;
    content: '';
    text-align: center;
}

.right {
    position: absolute;
    right: 5px;
    top: 3px;
}

.bullet {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    display: inline-block;
    right: 5px;
    top: 10px;
}

.bullet.on {
    background-color: green;
}

.bullet.off {
    background-color: red;
}

.cc-content {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 40px;
    text-align: center;
}

.cc-content p {
    display: inline-block;
    line-height: 16px;
    padding: 5px 10px;
    width: auto;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    margin: 0 auto;
}

.split-pane-component .cc-content {
    bottom: 15px;
}

.btn_accessibility {
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: white;
    width: 100%;
    font-size: 12px;
    font-family: arial;
    font-weight: bold;
    margin-right: 2px;
}

/******************************************************************************* block info popup **********/
.infos_video li.lang a {
    display: block;
    height: 14px;
    text-align: center;
    background: #f2f3f4;
    color: #707173;
    padding: 4px;
    font-size: 14px;
    border-radius: 2px;
    line-height: 14px;
}

.infos_video li.lang {
    display: inline-block;
    font-size: 11px;
    margin-left: 3px;
    margin-right: 0 !important;
    padding-left: 0 !important;
}

.infos_video vod-meta {
    border: none;
    padding: 0;
    margin: 5px 0;
}

.infos_video .vod-meta {
    padding: 5px 0 5px;
}

.infos_video ul.vod-meta {
    clear: both;
    font-size: 12px;
    color: #fff;
}

.infos_video ul.vod-meta li {
    display: inline-block;
    margin-right: 12px;
}

.infos_video .vod-desc {
    height: 53px;
}

.infos_video .vod-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    width: 70px;
    height: 39px;
    margin-top: 5px;
}

.infos_video .content {
    margin-left: 10px;
    margin-right: 10px;
}

.infos_video .title_video {
    height: auto;
    min-height: 28px;
    max-height: 35px;
    overflow: hidden;
    max-width: 290px;
}

.infos_video .title_video span {
    vertical-align: middle;
}

.infos_video .content_video {
    height: 70px;
}

#sliderv {
    background-color: rgb(255, 255, 255);
    height: 5px;
    border: 0px;
    cursor: pointer;
    border-radius: 0px;
}

#sliderv span {
    border: 3px solid #FFF;
    font-weight: bold;
    color: #FFF;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    top: -4px;
    width: 8px;
    height: 8px;
    cursor: pointer;
    z-index: 10;
}

/******************************************************************************* alert-box **********/
#alert-box {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -154px;
    width: 300px;
    /*height: 100px;*/
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    z-index: 4;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

#alert-box .title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#alert-box .line {
    margin: 8px;
    text-align: center;
    line-height: 20px;
}

#alert-box .line .field {
    float: left;
    width: 150px;
    line-height: 21px;
}

#alert-box .line .value {
    float: left;
    line-height: 21px;
    position: relative;
}

/******************************************************************************* social-media **********/
#social-media-block {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -42px 0 0 -89px;
    width: 178px;
    height: 84px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.7);
    color: #FFF;
    z-index: 4;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

#social-media-block .title, #protected-video .title, .infos_video .title, .shortcuts .title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

.socialline {
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.socialline a {
    height: 32px;
    float: left;
}

a.sociallinks {
    font-size: 14px;
    text-decoration: none;
    color: #FFF;
    font-weight: 600;
    line-height: 30px;
}

a.sociallinks i {
    font-size: 30px;
    padding-right: 10px;
}

.fieldes {
    padding-top: 20px;
    padding-left: 40px;
    line-height: 25px;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
}

/******************************************************************************* tooltips **********/
.tooltip2 {
    position: relative;
}

.tooltip2:hover:after {
    content: attr(data-info);
    position: absolute;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, .9);
    color: #fff;
    padding: 5px;
    z-index: 98;
    width: auto;
    font-size: 10px;
    line-height: 10px;
    white-space: nowrap;
}

.tooltip {
    position: absolute;
    display: none;
    top: -30px;
    left: -21px;
    width: 57px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 3px;
    box-sizing: border-box;
    z-index: 2;
    background: rgba(0, 0, 0, .9);
    border-radius: 3px;
    border: solid 1px #222222;
}

.tooltipplaypause:hover:after {
    left: 0;
    transform: none;
}

.tooltipfullscreen:hover:after {
    left: inherit;
    right: 0;
    transform: none;
}

.btn_webtv.tooltip2:hover:after {
    left: inherit;
    right: -20px;
    transform: none;
}

/******************************************************************************* #transcription **********/
#transcription {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -100px 0 0 -120px;
    width: 240px;
    height: 200px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
    z-index: 5;
    font-size: 12px;
    border-radius: 4px;
    display: none;
}

#transcription:hover {
    /*cursor: all-scroll;*/
}

#transcription .title {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#transcription .content {
    margin-top: 5px;
}

.linetran {
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 15px;
    height: 135px;
    word-wrap: break-word;
}

#vlumeadjustment {
    float: left;
    margin-right: 10px;
}

/* ----------------------------- vignette controls -----------------------------*/
#vignette {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: black;
}

#vignette-img {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
}

/* ----------------------------- player controls -----------------------------*/
#firstPlayButton {
    position: absolute;
    width: 75px;
    height: 75px;
    background: url(../img/icons/firstPlayBtn.png) center center no-repeat;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    z-index: 999998;
    cursor: pointer;
    display: none;
}

#replayButton {
    position: absolute;
    width: 75px;
    height: 75px;
    background: url(../img/icons/replay.png) center center no-repeat;
    top: 50%;
    left: 50%;
    margin: -37.5px 0 0 -37.5px;
    z-index: 9999999;
    cursor: pointer;
    display: none;
}

.btn_play {
    background: url(../img/icons/uep-control-bar-btns2.png) no-repeat;
    background-position: 0 -40px;
}

.btn_replay {
    background: url(../img/icons/uep-control-bar-btns2.png) no-repeat;
    background-position: 0 -1089px;
}

.btn_pause {
    background: url(../img/icons/uep-control-bar-btns2.png) no-repeat;
    background-position: 0 -80px;
}

.btn_stop {
    background: url(../img/icons/uep-control-bar-btns2.png) no-repeat;
    background-position: 0 -360px;
}

.btn_infos {
    background: url(../img/icons/uep-control-bar-btns2.png) no-repeat;
    background-position: 0 -160px;
}

.btn_enter_fullscreen {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -200px;
}

.btn_exit_fullscreen {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -440px;

}

.btn_add_volume {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    right: 0px;
    background: url('../img/icons/volume.png') no-repeat 0 -50px;
    margin-top: 8px;
}

.btn_setting {
    content: '';
    text-align: center;
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -120px;
    width: 40px;
    height: 40px;

}

.btn_volume {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -560px;
}

.btn_shortcuts {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -320px;
}

.btn_webtv {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0px -1128px;
}

.btn_expand {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0px -1169px;
}

.btn_reduce {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0px -1209px;
}

.btn_transcription {
    background: url(../img/icons/transcription.png) center center no-repeat;
}

.btn_lsf {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -520px;
}

.btn_audio_description {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -720px;
}

.btn_display_chapter {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -480px;
}

.btn_display_slides {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -800px;
}

.btn_mbr {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -280px;
}

.btn_cc {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0 -240px;
}

.btn-switch-slides {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0px -880px;
}

.btn-next-playlist {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0px -1000px;
}

.btn-prev-playlist {
    background: url(../img/icons/uep-control-bar-btns2.png) center center no-repeat;
    background-position: 0px -1040px;
}

/* ----------------------------- hover -------------------------------------*/

.tablet .btn_accessibility:hover, .tablet .btn_accessibility:focus {
    border-width: 1px;
    border-style: inset;
    border-color: #FFF;
}

.tablet .btn_play:hover, .tablet .btn_play:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -40px;
}

.tablet .btn_webtv:hover, .tablet .btn_webtv:focus {
    border-width: 1px;
    border-style: inset;
    border-color: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tablet .btn_expand:hover, .tablet .btn_expand:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) center center no-repeat;
    background-position: 0px -1160px;
}

.tablet .btn_reduce:hover, .tablet .btn_reduce:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) center center no-repeat;
    background-position: 0px -1200px;
}

.tablet .btn_replay:hover, .tablet .btn_replay:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -1080px;
}

.tablet .btn_pause:hover, .tablet .btn_pause:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -80px;
}

.tablet .btn_stop:hover, .tablet .btn_stop:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -360px;
}

.tablet .btn_infos:hover, .tablet .btn_infos:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -160px;
}

.tablet .btn_enter_fullscreen:hover, .tablet .btn_enter_fullscreen:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -200px;
}

.tablet .btn_exit_fullscreen:hover, .tablet .btn_exit_fullscreen:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -440px;

}

.btn_add_volume {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    right: 0px;
    background: url('../img/icons/volume.png') no-repeat 0 -50px;
    margin-top: 8px;
}

.tablet .btn_setting:hover, .tablet .btn_setting:focus {
    content: '';
    text-align: center;
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -120px;
    width: 40px;
    height: 40px;

}

.tablet .btn_volume:hover, .tablet .btn_volume:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -560px;
}

.tablet .btn_shortcuts:hover, .tablet .btn_shortcuts:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -320px;
}

.tablet .btn_webtv:hover, .tablet btn_webtv:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) center center no-repeat;
    background-position: 0 -1121px;
}

.tablet .btn_transcription:hover, .tablet .btn_transcription:focus {
    border-width: 1px;
    border-style: inset;
    border-color: #FFF;
}

.tablet .btn_lsf:hover, .tablet .btn_lsf:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -520px;
}

.tablet .btn_audio_description:hover, .tablet .btn_audio_description:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -720px;
}

.tablet .btn_display_chapter:hover, .tablet .btn_display_chapter:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -480px;
}

.tablet .btn_display_slides:hover, .tablet .btn_display_slides:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -800px;
}

.tablet .btn_mbr:hover, .tablet .btn_mbr:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -280px;
}

.tablet .btn_cc:hover, .tablet .btn_cc:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0 -240px;
}

.tablet .btn-switch-slides:hover, .tablet .btn-switch-slides:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0px -880px;
}

.tablet .btn-next-playlist:hover, .tablet .btn-next-playlist:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0px -1000px;
}

.tablet .btn-prev-playlist:hover, .tablet .btn-prev-playlist:focus {
    background: url(../img/icons/uep-control-bar-btns-hover.png) no-repeat;
    background-position: 0px -1040px;
}

/******************************************************************************* .btn-close  **********/
.btn-close {
    float: right;
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 10px;
    background: #828588;
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    margin-top: -4px;
    margin-right: -6px;
    color: black;
    text-align: center;
}

.btn-close:hover {
    background: #D00;
}

.btn-close:before {
    content: "×";
}

/******************************************************************************* associate videos  **********/

.associate-pannel {
    position: absolute;
    z-index: 3;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    visibility: hidden;
}

.associate-title {
    font-family: Lato-Hairline;
    font-size: 5vw;
    color: #ffffff;
}

.associate-list {
    margin-top: 3%;
}

.associate-list ul li {
    display: inline-table;
    width: 293px;
    height: 139px;
    margin: 0 10px;
}

.vignette {
    position: relative;
    border: solid 1px #000;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.75);
}

.associate-list .video-img img {
    width: 100%;
    height: 139px;
}

.transitionIn {
    transform: scale(1.1);
}

.transitionOut {
    transition: all .1s ease-in-out;
}

.video-img {
    overflow: hidden;
}

.video-title {
    color: #fff;
    text-align: left;
    font-family: Lato-Hairline;
    font-weight: bold;
    font-size: 13px;
}

.video-duree {
    position: relative;
    width: 42px;
    bottom: 24px;
    right: 3px;
    float: right;
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 11px;
    border-radius: 3px;
    padding: 3px;
}

.play-pannel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.video-play {
    position: relative;
    top: 50%;
    margin-top: -36px;
}

@media screen and (max-width: 600px) {
    .video-play {
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px;
    }
}

.before-live {
    margin: 10px;
}

.tooltipster-custom-theme {
    border-radius: 3px; 
    border: 1px solid #222222;
    background: #090906;
    color: #fff;
}

.tooltipster-custom-theme .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 10px;
    padding: 5px 10px;
    overflow: hidden;
}

.div-hr {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 320px) {
    #alert-box, #stream-not-found {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);
        left: 10px;
        margin: -50px 0 0 0px;
    }
}

@media only screen and (max-width: 469px) {
    #send-video{
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: calc(100% - 70px);
        left: 35px;
        margin: -140px 0 0 0;
    }
    
    #send-video .value, #send-video input[type=text], #send-video textarea{
        width: -moz-calc(100% - 15px);
        width: -webkit-calc(100% - 15px);
        width: -o-calc(100% - 15px);
        width: calc(100% - 15px);
    }
    
    .infos_video {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: calc(100% - 70px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
    #export-video{
        width: calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        left: 20px;
        margin-left: 0;
    }
}

@media only screen and (max-width: 534px) {
    #export-video{
        width: calc(100% - 40px);
        width: -o-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        left: 20px;
        margin-left: 0;
    }
    
    #export-video .line .value {
        width: 100%;
    }
    
    #select_export_time {
        width: 100%;
        margin: 0;
        margin: 5px 0;
    }
    
    #export-video input, #export-video textarea {
        width: 100%;
    }
    
    #export-video .line button {
        float: left;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 339px) {
    .shortcuts {
        width: -moz-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: calc(100% - 70px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}

@media only screen and (max-width: 364px) {
    .vod-date .label, .vod-time .label {
        display: none;
    }
    
    .div-hr {
        padding-left: 0;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 269px) {
    #transcription {
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);
        width: -o-calc(100% - 20px);
        width: calc(100% - 20px);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
}

@media only screen and (max-height: 259px) {
    .infos_video {
        height : -moz-calc(100% - 70px);
        height: -webkit-calc(100% - 70px);
        height: -o-calc(100% - 70px);
        height: calc(100% - 70px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
    .infos_video .content {
        height : -moz-calc(100% - 43px);
        height: -webkit-calc(100% - 43px);
        height: -o-calc(100% - 43px);
        height: calc(100% - 43px);
    }
}

@media only screen and (max-height: 314px) {
    .shortcuts {
        height : -moz-calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: -o-calc(100% - 80px);
        height: calc(100% - 80px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
    .shortcuts .content {
        height : -moz-calc(100% - 43px) !important;
        height: -webkit-calc(100% - 43px) !important;
        height: -o-calc(100% - 43px) !important;
        height: calc(100% - 43px) !important;
    }
}

@media only screen and (max-height: 290px) {
    #transcription {
        height : -moz-calc(100% - 80px);
        height: -webkit-calc(100% - 80px);
        height: -o-calc(100% - 80px);
        height: calc(100% - 80px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
    #transcription .linetran {
        height: 100%;
    }
    
    #transcription .content {
        height : -moz-calc(100% - 45px) !important;
        height: -webkit-calc(100% - 45px) !important;
        height: -o-calc(100% - 45px) !important;
        height: calc(100% - 45px) !important;
    }
}

@media only screen and (max-height: 354px) {
    #export-video {
        height : -moz-calc(100% - 90px);
        height: -webkit-calc(100% - 90px);
        height: -o-calc(100% - 90px);
        height: calc(100% - 90px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
    #export-video .content {
        height: -moz-calc(100% - 45px);
        height: -webkit-calc(100% - 45px);
        height: -o-calc(100% - 45px);
        height: calc(100% - 45px);
    }
    
    #export-video .line .value {
        width: 100%;
    }
    
    #select_export_time {
        width: 100%;
        margin: 0;
        margin: 5px 0;
    }
    
    #export-video input, #export-video textarea {
        width: 100%;
    }
    
    #export-video .line button {
        float: left;
        margin-top: 5px;
    }
    
    #send-video {
        height : -moz-calc(100% - 90px);
        height: -webkit-calc(100% - 90px);
        height: -o-calc(100% - 90px);
        height: calc(100% - 90px);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    
    #send-video .content {
        height: -moz-calc(100% - 45px);
        height: -webkit-calc(100% - 45px);
        height: -o-calc(100% - 45px);
        height: calc(100% - 45px);
    }
}

.sub-line {
   float: left;
   line-height: 30px;
}

.webtv-pannel {
    position: absolute;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 9;
    visibility: hidden;
}

.webtv-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    text-align: center;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.webtv-content img {
    margin-bottom: 10px;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    border-radius: 4px;
}

.loading-live {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.85;
    text-align: left;
    border: 6px solid rgba(43,51,63,0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

.loading-live:before, .loading-live:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    -moz-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.loading-live:before, .loading-live:after {
    content: "";
    position: absolute;
    margin: -6px;
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: white
}

.loading-live:before, .loading-live:after {
    -webkit-animation-delay: 0.44s;
    -moz-animation-delay: 0.44s;
    animation-delay: 0.44s
}

@-moz-keyframes vjs-spinner-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}