.dvb_viewer {
    position: absolute;
}

.dvb_viewer * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dvb_viewer_slide {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: auto;
}

.dvb_viewer_slide-container {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background-color: #333;
}

.dvb_viewer_thumb-container {
    width: 100%;
    height: 48px;
    background-color: #333;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    position: absolute;
    bottom: 40px;
    left: 0;
    opacity: 0.5;
    transition-duration: 0.5s;
}

.dvb_viewer_thumb-container:hover {
    opacity: 1;
}

.dvb_viewer_thumb {
    max-width: 60px;
    height: 40px;
    cursor: pointer;
    margin: 2px;
}

.dvb_viewer_thumb.selected {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    margin: 0px;
    border: 2px solid red;
}

.title-thumbs {
    position: absolute;
    color: #333;
    text-align: center;
    display: none;
    -moz-box-shadow: 0px 0px 4px #222;
    -webkit-box-shadow: 0px 0px 4px #222;
    box-shadow: 0px 0px 4px #222;
    background: rgb(255, 255, 255); /*fall-back for browsers not compatible with rgba()*/
    background: rgba(255, 255, 255, 0.8);
    width: 12%;
}

.title-thumbs > span {
    font-size: 18px;
    padding: 4px 8px;
    display: block;
}

.title-thumbs > img {
    border: 1px dimgrey solid;
    width: 90%;
}

.preview-thumb {
    position: absolute;
    display: none;
}

/*
.dvb_viewer_thumb:not(:first-child) {
    margin-left: 5px;
}

.dvb_viewer_thumb:not(:last-child) {
    margin-right: 5px;
}*/

.dvb_viewer_thumb:hover {
    opacity: 0.9;
}

.dvb_viewer > .dvb_viewer_time-control {
    position: absolute;
    background-color: #009ee3;
    width: 190px;
    height: 57px;
    text-align: center;
    z-index: 4;
}

.svg {
    background-size: contain;
}

.dvb_viewer_previous-button,
.dvb_viewer_play-resume-button {
}

.dvb_viewer_previous-button {
    background-image: url('../../../js/dvb_viewer/img/icons/arrow_left.png');
}

.dvb_viewer_previous-button.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/arrow_left.svg');
}

.dvb_viewer_play-resume-button {
    background-image: url('../../../js/dvb_viewer/img/icons/slideshow.png');
}

.dvb_viewer_play-resume-button.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/slideshow.svg');
}

.dvb_viewer_play-resume-button.loopback {
    background-image: url('../../../js/dvb_viewer/img/icons/loopback.png');
}

.dvb_viewer_play-resume-button.loopback.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/loopback.svg');
}

.dvb_viewer_next-button {
    background-image: url('../../../js/dvb_viewer/img/icons/arrow_right.png');
}

.dvb_viewer_next-button.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/arrow_right.svg');
}

.dvb_viewer_movie {
    background-image: url('../../../js/dvb_viewer/img/icons/movie.png');
}

.dvb_viewer_movie.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/movie.svg');
}

.dvb_viewer_rgpd {
    background-image: url('../../../js/dvb_viewer/img/icons/rgpd.png');
}

.dvb_viewer_rgpd.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/rgpd.svg');
}

.dvb_viewer_drone-button {
    background-image: url('../../../js/dvb_viewer/img/icons/drone.png');
}

.dvb_viewer_drone-button.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/drone.svg');
}

.dvb_viewer_previous-button,
.dvb_viewer_next-button,
.dvb_viewer_play-resume-button,
.dvb_viewer_movie,
.dvb_viewer_rgpd,
.dvb_viewer_drone-button {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

.dvb_viewer_previous-button:hover:not(.disabled),
.dvb_viewer_next-button:hover:not(.disabled),
.dvb_viewer_play-resume-button:hover:not(.disabled),
.dvb_viewer_previous-button:focus:not(.disabled),
.dvb_viewer_next-button:focus:not(.disabled),
.dvb_viewer_play-resume-button:focus:not(.disabled),
.dvb_viewer_rgpd:hover:not(.disabled),
.dvb_viewer_movie:hover:not(.disabled),
.dvb_viewer_quality-picker:hover:not(.disabled) {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.dvb_viewer_previous-button.disabled,
.dvb_viewer_next-button.disabled {
    cursor: default;
}

.dvb_viewer_spinner {
    position: absolute;
    max-width: 250px;
    max-height: 250px;
    z-index: 2;
    background-image: url('../../../js/dvb_viewer/img/spinner_blur.png');
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.dvb_viewer > .dvb_calendario-calendar-wrap {
    position: absolute;
    width: 400px;
    display: none;
}

.dvb_viewer > .dvb_viewer_timescope {
    position: absolute !important;
    bottom: 67px;
    right: 300px;
    background-color: #009ee3;
    width: 350px;
    height: 6px;
    overflow: hidden;
    padding: 0 15px 50px 15px;
}

.dvb_viewer_timescope-slider {
    width: 322px;
    margin-top: 20px;
    position: relative;
    border-radius: 7px !important;
    height: 12px !important;
    max-width: 700px;
}

.dvb_viewer_timescope-slider > .ui-slider-handle {
    background-image: url('../../../js/dvb_viewer/img/icons/cursor.png') !important;
    top: -3px !important;
}

.dvb_viewer_timescope-slider > .ui-slider-handle.svg {
    background-image: url('../../../js/dvb_viewer/img/icons/cursor.svg') !important;
    background-size: contain !important;
}

.dvb_viewer_timescope-milestone {
    position: absolute;
    border: solid 2px #222;
    z-index: 3;
}

.dvb_viewer_timescope-milestone-thumb {
    width: 150px;
    height: 128px;
    display: block;
}

.dvb_viewer_timescope-slider-big-marquer,
.dvb_viewer_timescope-slider-small-marquer,
.dvb_viewer_timescope-slider-season-marquer {
    height: 100%;
    position: absolute;
}

.dvb_viewer_timescope-slider-big-text,
.dvb_viewer_timescope-slider-small-text {
    font-family: Calibri, Arial, sans-serif;
    position: relative;
    float: left;
    cursor: pointer;
    color: #ddd;
}

.dvb_viewer_timescope-slider-big-text {
    font-size: 16px;
    font-weight: bold;
}

.dvb_viewer_timescope-slider-small-text {
    font-size: 12px;
    top: 2px;
}

.dvb_viewer_timescope-slider-big-marquer {
    z-index: 1;
    width: 2px;
    background-color: black;
}

.dvb_viewer_timescope-slider-small-marquer {
    z-index: 1;
    width: 1px;
    background-color: black;
}

.dvb_viewer_timescope-slider-season-marquer.winter {
    background-color: #5481E6;
}

.dvb_viewer_timescope-slider-season-marquer.spring {
    background-color: #98CB4A;
}

.dvb_viewer_timescope-slider-season-marquer.summer {
    background-color: #F7D842;
}

.dvb_viewer_timescope-slider-season-marquer.autumn {
    background-color: #F76D3C;
}

.dvb_viewer_progress-bar {
    background-color: #95c11e;
    height: 3px;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 3;
    max-width: 98%;
}

.dvb_viewer_progress-bar-bubble {
    float: right;
    background-image: url('../../../js/dvb_viewer/img/progress-bar-bubble.png');
    width: 10px;
    height: 11px;
    position: relative;
    top: -4px;
    right: -3px;
    z-index: 3;
}

.dvb_view_toolbar > .dvb_viewer_time-control {
    width: auto;
    min-width: 100px;
}

.dvb_view_toolbar > .dvb_viewer_time-control > * {
    margin-left: 2px;
    margin-right: 2px;
}

.dvb_viewer_no_picture {
    position: absolute;
    top: 50%;
    width: 100%;
    color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 43px;
    text-align: center;
    text-shadow: 2px 2px 1px black;
}

.dvb_view_toolbar > .dvb_viewer_quality-picker {
    text-align: center;
    width: 56px;
    height: 40px;
    background-color: #575756;
    color: white;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    line-height: 40px;
}

.movie-link {
    cursor: pointer;
}

.dvb_viewer_movie-menu ul {
    list-style-type: square;
}