@charset "UTF-8";
* {
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}

html, body, #uep {
    height: 100%;
    overflow: hidden;
}

#uep {
    position: relative;
}

body {
    background: black;
}

/******************************************************************************* Player zone rules **********/
#uep-player {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/******************************************************************************* 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;
}

.uep-control-bar-background {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    background-color: #000;
    opacity: .9;
    visibility: visible;
    z-index: -1;
}

.btn {
    cursor: pointer;
    width: 35px;
    height: 40px;
    float: left;
}

.btn_play {
    background: url(../img/icons/play.png) center center no-repeat;
}

.btn_pause {
    background: url(../img/icons/pause.png) center center no-repeat;
}

.btn_stop {
    background: url(../img/icons/stop.png) center center no-repeat;
}

.btn_infos {
    background: url(../img/icons/infos.png) center center no-repeat;
}

.btn_precedent {
    background: url(../img/icons/prev.png) center center no-repeat;
    position: absolute;
    left: 20px;
    bottom: 60px;
    width: 25px;
    height: 20px;
    border-radius: 2px;
    z-index: 980;
    cursor: pointer;
    background-color: #FFF;
    padding: 2px;
    border: solid 1px #000;

}

.btn_suivant {
    background: url(../img/icons/next.png) center center no-repeat;
    position: absolute;
    left: 60px;
    bottom: 60px;
    width: 25px;
    height: 20px;
    border-radius: 2px;
    z-index: 980;
    cursor: pointer;
    background-color: #FFF;
    padding: 2px;
    border: solid 1px #000;
}

.ntb {
    cursor: pointer;
    width: 40px;
    height: 40px;
    float: right;
}

.btn_enter_fullscreen {
    background: url(../img/icons/enterFullScreen.png) center center no-repeat;
}

.btn_exit_fullscreen {
    background: url(../img/icons/exitFullScreen.png) center center no-repeat;
}

.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_slide_volume, .btn_volume {
    position: relative;
}

.duration {
    float: left;
    color: white;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 40px;
    height: 40px;
    width: auto;
    padding: 0 5px 0 5px;
}

/******************************************************************************* Progress bar rules **********/
#progress-bar {
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 40px;
    left: 0px;
}

.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;
    width: 100px;
    margin: 5px 15px 5px 10px;
    clear: left;
}

.lang {
    height: 10px;
    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;
}

/******************************************************************************* 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: 290px;
    height: 140px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(8, 8, 8, 0.95);
    color: #FFF;
    z-index: 3;
    font-size: 12px;
    display: none;
    cursor: pointer;

}

.infos_video:hover {
    cursor: all-scroll;
}

.infos_video_2 {
    position: absolute;
    bottom: 90px;
    left: 0;
    width: 100%;
    height: 140px;
    background: #333;
    background-color: rgba(0, 0, 0, 0.9);
    color: #FFF;
    z-index: 3;
    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: 70px;
    padding-left: 8px;
    padding-right: 8px;
}

.infos_video_2 .content {
    padding-top: 10px;
}

.infos_video_2 span {
    font-size: 13px;
    font-weight: 600;
}

.thumbnail_video p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 10px;
}

.thumbnail_video img {
    width: 100%;
}

.content_video {
    padding-right: 7px;
    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;
}

.duree_video {
    width: 100%;
    padding: 5px;
    text-align: justify;
    float: left;
    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;

}

.first_view {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/******************************************************************************* bouton option **********/
.setting {
    position: relative;
    line-height: 40px;
}

.btn_setting {
    content: '';
    text-align: center;
    background: url(../img/icons/menu.png) center center no-repeat;
    width: 40px;
    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;
}

.btn_shortcuts {
    background: url(../img/icons/shortcut.png) center center no-repeat;
}

.btn_audio_description {
    background: url(../img/icons/ad.png) center center no-repeat;
}

#send-video, .shortcuts {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 253px;
    background: #333;
    background-color: rgba(8, 8, 8, 0.95);
    color: #FFF;
    z-index: 100;
    font-family: arial, sans-serif;
    font-size: 12px;
    display: none;
    z-index: 10;
}

.shortcuts {
    width: 300px;
    height: 188px;
    margin: -94px 0 0 -150px;
}

#send-video .title, #protected-video .title, .infos_video .title, .shortcuts .title {
    background-color: #080808;
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#send-video .line, #protected-video .line, .shortcuts .line {
    margin: 10px 20px;
}

.icon {
    float: right;
    height: inherit;
    width: 83px;
    text-align: right;
}

#send-video:hover {
    /*cursor: all-scroll;*/
}

#send-video .title {
    background-color: #080808;
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#send-video .line {
    margin: 5px 15px;

}

#send-video .line .field {
    float: left;
    width: 110px;
    line-height: 21px;
}

#send-video .line .value {
    float: left;
    position: relative;
    width: 100%;
}

#send-video input {
    line-height: 15px;
    padding: 3px;
    width: 100%;
    margin: 0;
    background-color: #e3e3e3;
    border: #999 solid 1px;
    border-radius: 2px;
    outline: none;
}

#send-video textarea {
    line-height: 15px;
    padding: 3px;
    width: 100%;
    height: 60px;
    margin: 0;
    background-color: #e3e3e3;
    border: #999 solid 1px;
    resize: none;
    border-radius: 2px;
}

#send-video input[type="submit"] {
    margin-right: -7px;
    width: 50px;
}

#send-video .line .submit {
    float: left;
    margin-left: 307px;
}

::-webkit-input-placeholder {
   color: #585858;
}

:-moz-placeholder { /* Firefox 18- */
   color: #585858;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #585858;  
}

:-ms-input-placeholder {  
   color: #585858;  
}

.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%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: #333;
    background-color: rgba(8, 8, 8, 0.95);
    color: #FFF;
    z-index: 100;
    font-family: arial, sans-serif;
    font-size: 12px;
    display: none;
    z-index: 10;
}

#export-video.export-video-small{
    height: 250px;
}

#export-video:hover {
    /*cursor: all-scroll;*/
}

#export-video .title {
    background-color: #080808;
    border-radius: 4px 4px 0 0;
    padding: 8px 10px;
    position: relative;
}

#export-video .content {
    margin-top: 10px;
    overflow-y: auto;
    height: calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
}

#export-video .line {
    margin: 5px 15px;

}

#export-video .line .field {
    float: left;
    width: 110px;
    line-height: 25px;
}

#export-video .line .value {
    float: left;
    position: relative;
    width: 100%;
}

#export-video .line .params {
    padding: 3px;
}

#export-video input {
    line-height: 15px;
    padding: 3px;
    width: 100%;
    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: 100%;
    height: 45px;
    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: 100%;
    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: 80px;
    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 {
    position: relative;
}

.cc #cc, .mbr #mbr {
    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 {
    line-height: 30px;
    color: inherit;
    text-decoration: none;
}

.cc #cc li:hover, .mbr #mbr li:hover {
    font-weight: bold;
}

.btnMbr {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/icons/settings.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 9;
    cursor: pointer;
}

.btnCC {
    position: absolute;
    left: 10px;
    top: 45px;
    width: 25px;
    height: 25px;
    background: url(../img/icons/cc.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 9;
    cursor: pointer;
}

.btnAD {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 25px;
    height: 25px;
    background: url(../img/icons/ad.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 9;
    cursor: pointer;
}

.btn_infos {
    position: absolute;
    left: 10px;
    bottom: 55px;
    width: 25px;
    height: 25px;
    background: url(../img/icons/infos.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 9;
    cursor: pointer;
}

.btnlsf {
    position: absolute;
    right: 10px;
    top: 45px;
    width: 25px;
    height: 25px;
    background: url(../img/icons/lsf.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 9;
    cursor: pointer;
}

.mbrList {
    position: absolute;
    left: 40px;
    top: 10px;
    height: 25px;
    list-style: none;
    z-index: 9;
    cursor: pointer;
}

.mbrList li {
    line-height: 25px;
    margin-right: 4px;
    font-size: 12px;
    padding: 0 4px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    display: inline-block;
    color: white;
    direction: ltr;
    cursor: pointer;
}

#ccList {
    position: absolute;
    left: 40px;
    top: 45px;
    height: 25px;
    list-style: none;
    direction: rtl;
    z-index: 9;
    cursor: pointer;
}

#ccList li {
    line-height: 25px;
    margin-right: 4px;
    font-size: 12px;
    padding: 0 4px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 2px;
    display: inline-block;
    color: white;
    direction: ltr;
    cursor: pointer;
    width: 62px;
    text-align: center;
}

.btn_cc, .btn_mbr {
    width: 40px;
    height: 40px;
    content: '';
    text-align: center;
}

.btn_mbr {
    background: url(../img/icons/settings.png) center center no-repeat;
}

.btn_cc {
    background: url(../img/icons/cc.png) center center no-repeat;
}

.cc-content {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 60px;
    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;
}

/******************************************************************************* block info popup **********/
.infos_video li.lang a {
    display: block;
    height: 17px;
    width: 22px;
    text-align: center;
    background: #f2f3f4;
    line-height: 1.7;
    color: #707173;
    box-sizing: border-box;
}

.infos_video li.lang {
    display: inline-block;
    font-size: 11px;
    margin-right: 3px;
    padding-left: 0 !important;
    height: 100%;
}

.infos_video .vod-meta {
    padding: 5px 0 5px;
}

.infos_video ul.vod-meta {
    clear: both;
    font-size: 12px;
    color: #fff;
    list-style: none;
}

.infos_video ul.vod-meta li {
    margin-right: 12px;
}

.infos_video .vod-desc {
    height: 53px;
}

.infos_video .vod-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 1px solid #000000;
    width: 70px;
    height: 39px;
    margin-top: 5px;
}

.infos_video .content, #send-video .content{
    margin: 0 5px;
    font-size: 13px;
    margin-bottom: 7px;
    overflow-y: auto;
    height: calc(100% - 40px);
    height: -o-calc(100% - 40px);
    height: -webkit-calc(100% - 40px);
    height: -moz-calc(100% - 40px);
}

.infos_video .title_video {
    font-weight: normal;
    font-size: 12px;
}

.infos_video .title_video span {
    vertical-align: middle;
}

.infos_video .vod-description {
    clear: both;
    font-size: 11px;
    height: 26px;
}

.infos_video .content_video {
    height: 70px;
    overflow-y: scroll;
}

.infos_video .vod-details {
    float: left;
    margin-top: 5px;
}

.infos_video .vod-meta-line {
    border: none;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    border-top: solid 1px #000;
}

.infos_video .value {
    padding: 3px;
    border-radius: 3px;
    background: rgba(0,0,0,.5);
}

.infos_video .vod-lang {
    clear: both;
    
}

#sliderv {
    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;
}

/******************************************************************************* Social media  */
#social-media {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -42px 0 0 -89px;
    width: 178px;
    height: 84px;
    background-color: rgba(8, 8, 8, 0.95);
    color: #FFF;
    z-index: 100;
    font-size: 12px;
    display: none;
    z-index: 10;
}

#social-media .title, #protected-video .title, .infos_video .title, .shortcuts .title {
    background-color: #080808;
    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;
}

.colpick {
    z-index: 101;
}

.first_view {
    position: absolute;
    width: 73px;
    height: 73px;
    background: url(../img/icons/firstPlayBtn.png) center center no-repeat;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 98;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

/******************************************************************************* 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: 155px;
    word-wrap: break-word;
}

.btn_transcription {
    position: absolute;
    left: 10px;
    bottom: 60px;
    width: 25px;
    height: 25px;
    background: url(../img/icons/transcription.png) center center no-repeat;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px;
    z-index: 9;
    cursor: pointer;
}

/* ---------------------------------------------------------------------------- */
/** ------------------------------------------------------------ grooped menu **/
/* ---------------------------------------------------------------------------- */

#btnsetting {
    position: absolute;
    right: 20px;
    bottom: 60px;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    z-index: 980;
    cursor: pointer;
    background-color: #FFF;
    padding: 2px;
    border: solid 1px #000;
}

.btnsettingimg {

}

#menu-content {
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .7);
    padding: 10px 0;
    z-index: 9999;
    min-height: 20px;
}

#menu-btn {
    width: 25px;
    height: 18px;
    float: left;
    margin-left: 5px;
    display: none;
}

#settingmenu {
    float: right;
    width: calc(100% - 30px);
}

#settingmenu ul {
    direction: rtl;
    padding: 0 5px;    
    height: 20px;
    overflow: hidden;
}

li.settingmenuitem {
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    list-style-type: none;
    outline: none;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
}

hr.settingmenuhr {
    width: 100%;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.anim-up{
    transform: translateY(-20px);
    -webkit-transform:translateY(-20px);
}

.anim-down{
    transform: translateY(0px);
    -webkit-transform:translateY(0px);
}

/* ----------------------------------------- mbrmenu -------------------------- */
#quality-menu {
    float: right;
    width: 90%;
    display: none;
}

#mbrmenu {
    width: 90%;
    position: absolute;
    cursor: pointer;
    text-align: right;
    margin-left: -5px;
    height: 20px;
}

#mbrmenu li {
    list-style-type: none;
    display: inline-block;
    font-size: 13px;
    color: #FFF;
    text-align: center;
    padding: 4px;
}

/*------------------------------------------------------------------------------*/
li.headersm {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    list-style-type: none;
}

li.headermbr {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
    list-style-type: none;
}

/*------------------------------------------------------------------------------*/
#qualityvalue {
    float: right;
    font-size: 13px;
    padding-right: 20px;
    font-weight: 600;
}

/*------------------------------------------------------------------------------*/
.ccSeletor {
    float: right;
    margin-right: 20px;
}

/*--------------- icons ans arrows----------------------------------------------*/

.mobmenuicon {
    width: 15px;
    height: 15px;
    padding: 2px;
    margin-right: 1px;
    float: left;
    border-radius: 2px;
}

.mobmenuicon.quality {
    background: url(../img/icons/uep-control-bar-btns.png) center center no-repeat;
    background-position: -3px -289px;
}

.mobmenuicon.info {
    background: url(../img/icons/uep-control-bar-btns.png) center center no-repeat;
    background-position: -3px -81px;
}

.mobmenuicon.export {
    background: url(../img/icons/uep-control-bar-btns.png) center center no-repeat;
    background-position: -3px -601px;
}

.mobmenuicon.social {
    background: url(../img/icons/uep-control-bar-btns.png) center center no-repeat;
    background-position: -3px -679px;
}

.mobmenuicon.mail {
    background: url(../img/icons/uep-control-bar-btns.png) center center no-repeat;
    background-position: -3px -705px;
}

.mobmenuicon.transcription {
    background: url(../img/icons/uep-control-bar-btns.png) center center no-repeat;
    background-position: -3px -861px;
}

#menu-btn.up {
    background: url(../img/icons/uep-rm-icon-mobile.png) center center no-repeat;
    background-position: 3px -222px;
}

#menu-btn.down {
    background: url(../img/icons/uep-rm-icon-mobile.png) center center no-repeat;
    background-position: 3px -245px;
}

#menu-btn.back {
    background: url(../img/icons/uep-rm-icon-mobile.png) center center no-repeat;
    background-position: 3px -200px;
}

.mobmenuiconar {
    width: 12px;
    height: 12px;
    padding: 2px;
    padding-right: 10px;
    float: right;
    border-radius: 2px;
}

.mobmenuiconarb {
    width: 12px;
    height: 12px;
    padding: 2px;
    float: left;
    border-radius: 2px;
}

.statead {
    width: 12px;
    height: 12px;
    padding: 2px;
    float: right;
    border-radius: 2px;
    background-color: #FFF;
    margin: 3px;
    margin-right: 12px;
}

/******************************************************************************* .btn-close  **********/
.close-content {
    float: right;
    width: 29px;
    height: 29px;
    cursor: pointer;
    font-size: 20px;
    display: inline-block;
    line-height: 20px;
    margin-top: -8px;
    margin-right: -10px;
    color: black;
    text-align: center;
    background: #393736;
}

.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: 4px;
    color: black;
    text-align: center;
}

.btn-close:hover {
    background: #D00;
}

.btn-close:before {
    content: "×";
}

.activebtn {
    background-color: #000;
    border: 1px solid #FFF;
}

/******************************************************************************* .btn-close  **********/
.firstplayvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}

#linkstatcount {
    display: block;
    width: 100%;
    height: 100%;
}

.before-live {
    margin: 10px;
}
.back-before-live{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #DDD;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.back-before-live:after{
    content: "x";
    font-size: 20px;
    position: absolute;
    left: 10px;
    top: 2px;
}

.lang-mobile-embed{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 20px 0;
}
.lang-mobile-embed li{
    font-size: 24px;
    margin-right: 15px;
}
video.with-lang{
    height: 91%;
}
.lang-mobile-embed li.selected-lang{
    text-decoration: underline;
}
@media only screen and (max-width: 361px) {
    .infos_video {
        width: calc(100% - 70px);
        width: -o-calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        width: -moz-calc(100% - 70px);
    }
    
    #send-video {
        width: calc(100% - 60px);
        width: -o-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
    }
    
    #export-video {
        width: calc(100% - 60px);
        width: -o-calc(100% - 60px);
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
    }
}

@media only screen and (max-height: 231px) {
    .infos_video {
        height: calc(100% - 90px);
        height: -o-calc(100% - 90px);
        height: -webkit-calc(100% - 90px);
        height: -moz-calc(100% - 90px);
    }
}

@media only screen and (max-height: 361px) {
    #send-video {
        height: calc(100% - 107px);
        height: -o-calc(100% - 107px);
        height: -webkit-calc(100% - 107px);
        height: -moz-calc(100% - 107px);
    }
}

@media only screen and (max-height: 400px) {
    #export-video {
        height: calc(100% - 100px);
        height: -o-calc(100% - 100px);
        height: -webkit-calc(100% - 100px);
        height: -moz-calc(100% - 100px);
    }
}