/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/


/* 
    Created on : Jun 2, 2016, 10:41:32 AM
    Author     : mirsad
*/

* {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

body {
    margin: 0 !important;
}

figure {
    margin: 0 !important;
}

.projector_container {
    margin: 0 !important;
    font-size: 14px !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    position: relative !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    overflow: hidden !important;
}

.projector_container>video {
    vertical-align: bottom !important;
    width: 100% !important;
    height: auto !important;
    position: relative !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.controls_holder {
    display: none !important;
    z-index: 2147483647 !important;
    position: absolute !important;
    width: 100% !important;
    bottom: 0 !important;
    overflow: hidden !important;
}

.projector_container:hover>.controls_holder {
    display: block !important;
}

.player_controls_container {
    padding: 5px 10px !important;
    color: #ffffff !important;
    position: relative !important;
    background-color: rgba(0, 0, 0, .5) !important;
    text-align: left !important;
}

.player_controls_container>div {
    display: inline-block !important;
    height: 30px !important;
    vertical-align: bottom !important;
}

.projector_play_time {
    width: 100px !important;
    text-align: left !important;
    line-height: 31px !important;
}

.projector_play,
.projector_pause,
.projector_mute,
.projector_muted,
.projector_half,
.projector_fullscreen,
.projector_stream_refresh {
    width: 30px !important;
    height: 30px !important;
    background-size: 20px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    cursor: pointer !important;
}

.projector_play {
    background-image: url('./img/white_play-arrow.png') !important;
}

.projector_pause {
    background-image: url('./img/white_pause-button.png') !important;
}

.projector_mute,
.projector_muted,
.projector_half {
    display: inline-block !important;
}

.projector_mute {
    background-image: url('./img/white_volume-up-indicator.png') !important;
}

.projector_muted {
    background-image: url('./img/white_volume-muted.png') !important;
}

.projector_half {
    background-image: url('./img/white_volume-half-indicator.png') !important;
}

.projector_fullscreen {
    background-image: url('./img/white_crop-button.png') !important;
    float: right !important;
}

.projector_stream_refresh {
    background-image: url('./img/white_reload-source.png') !important;
    float: right !important;
    line-height: 30px !important;
    margin-right: 5px !important;
}

.projector_volume_control {
    margin-left: 5px !important;
    margin-right: 15px !important;
}

.projector_volume_control:hover {
    padding-right: 15px !important;
    margin-right: 0px !important;
}

.projector_volume_control:hover>.volume_bar_holder {
    display: inline-block !important;
}

.seek_bar_holder,
.seek_bar,
.volume_bar_holder,
.volume_bar,
.timecode-element {
    height: 5px !important;
}

.seek_bar_holder {
    background-color: rgba(255, 255, 255, .2) !important;
    display: block !important;
    width: 100% !important;
    position: relative !important;
    cursor: pointer !important;
}

.seek_bar {
    display: block !important;
    width: 0% !important;
    background-color: #f12b24 !important;
    float: left !important;
    pointer-events: none !important;
}

.volume_bar_holder {
    width: 100px !important;
    background-color: rgba(255, 255, 255, .2) !important;
    display: inline-block !important;
    margin-bottom: 12px !important;
    margin-left: 10px !important;
    cursor: pointer !important;
    display: none !important;
}

.volume_bar {
    background-color: #ffffff !important;
    float: left !important;
    width: 100% !important;
    pointer-events: none !important;
}

.timecode-element {
    position: absolute !important;
    background-color: rgba(255, 255, 204, .3) !important;
    border-left: 1px solid yellow !important;
    border-right: 1px solid yellow !important;
    pointer-events: none !important;
}

.timecode-data-holder {
    position: absolute !important;
    width: 30% !important;
    height: 40% !important;
    font-size: 12px !important;
    padding: 25px !important;
    top: 15px !important;
    right: 15px !important;
    background-color: rgba(0, 0, 0, .5) !important;
    color: #ffffff !important;
}

.overflow-data-container {
    word-break: break-all !important;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
}

.timecode-data-holder a {
    color: #ccffff !important;
    text-decoration: none !important;
    font-weight: bold !important;
}

.timecode-data-holder img {
    width: 100% !important;
}

.timecode-data-holder a:hover {
    color: #5bc0de !important;
}

video::-webkit-media-controls {
    display: none !important;
}

video::-webkit-media-controls-enclosure {
    display: none !important;
}

.loading-holder {
    position: absolute !important;
    top: 50% !important;
    width: 100% !important;
    text-align: center !important;
    color: #ffffff !important;
}

.projector-player-cover,
.big-play-button {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    display: none !important;
}

.projector-player-cover {
    background-color: #000 !important;
}

.big-play-button {
    background-image: url('./img/white_play-arrow.png') !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.source-select {
    position: relative !important;
    height: 30px !important;
    text-align: left !important;
    line-height: 19px !important;
    cursor: pointer !important;
    float: right !important;
    padding: 5px !important;
}

.source-canvas {
    position: absolute !important;
    display: none !important;
    background-color: rgba(0, 0, 0, .5) !important;
    color: #ffffff !important;
    min-width: 50px !important;
    max-width: 300px !important;
}

.source-select-line {
    padding: 5px !important;
    cursor: pointer !important;
}

.backdrop {
    width: 100% !important;
    height: 100% !important;
    background-color: #000 !important;
    color: #ffffff !important;
    z-index: 1000 !important;
    text-align: center !important;
    top: 0 !important;
    left: 0 !important;
    position: fixed !important;
    display: table !important;
}

.form-login {
    cursor: pointer !important;
    width: 150px !important;
    padding: 10px !important;
    display: inline-block !important;
    background-color: #c0c0c0 !important;
    color: #000 !important;
    border-radius: 5px !important;
}

.login-container {
    display: table-cell !important;
    margin-left: auto !important;
    margin-right: auto !important;
    vertical-align: middle !important;
}

.login-container > input {
    padding: 7px !important;
    border: 0 !important;
    border-radius: 5px !important;
    background-color: #ffffff !important;
    font-size: 17px !important;
}

.error-message {
    color: red !important;
    font-weight: 600 !important;
}