﻿@font-face {
    font-family: 'SEGOEUIL';
    src: url('/app/css/fonts/SEGOEUIL.eot') format('embedded-opentype'), url('/app/css/fonts/SEGOEUIL.woff') format('woff'), url('/app/css/fonts/SEGOEUIL.ttf') format('truetype');
    font-size: 12px;
}

@font-face {
    font-family: 'SEGOEUISEMIBOLD';
    src: url('/app/css/fonts/OpenSans-Light-webfont.woff') format('woff');
    font-size: 12px;
}

.vms-timeline-speed-selector-iframe {
    position: absolute;
    z-index: 20;
    width: 28px;
    height: 200px;
    /*bottom: 28px;*/
    display: none;
}


.vms-timeline-date-time-picker {
    position: absolute;
    z-index: 10000110;
    bottom: 0;
    left: 0;
    /*top: 0;*/
    width: 250px;
    height: 350px;
    /*bottom: calc(27px + 25px);*/
    /*top: 20%;*/
    /*width: 19em;*/
    /*height: 28em;*/
    background: #eeeeee;
    /*height: 23px;*/
    /*min-width: 200px;*/
}

    .vms-timeline-date-time-picker > #ui-datepicker-div {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        line-height: normal !important;
        width: 100% !important;
    }


.vms-player-sync {
    margin-left: 10px !important;
}

/* TIMELINE */
vms-timeline-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 222222;
}


.vms-timeline-iframe {
    position: absolute;
    z-index: 10;
    height: 27px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    /*opacity: 0.5;*/
}

/*.vms-timeline-iframe.minimized {
    height: 15px;
}*/


.vms-timeline {
    clear: both;
    cursor: pointer;
    background-color: #343642;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    /*height: 10%;*/
    height: 27px;
    width: 100%;
    overflow: hidden;
    display: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

/*.vms-timeline.minimized {
    height: 15px;
}*/

.vms-timeline-scale {
    position: relative;
    height: 100%;
    width: 100%;
    /*background-color: #343642;*/
    color: #ffffff;
    overflow: hidden;
    z-index: 111111;
}

.vms-timeline-unit {
    position: absolute;
    width: 1%;
    height: 100%;
    bottom: 0;
}



.vms-timeline-unit.minimized > .vms-timeline-text-row {
    display: none;
}


.vms-timeline-unit-popup {
    position: absolute;
    bottom: 27px;
    padding: 2px;
    background-color: #283039;
    color: #f5e1c6;
    font-size: 60%;
    width: 80px;
    z-index: 160000;
    height: 20px;
    text-align: center;
}

#vms-timeline-unit-popup-iframe {
    /*height: 5%;*/
}
/*.vms-timeline-unit.recorded {
    background-color: #00fa9a;
}*/

.vms-recording-section {
    position: absolute;
    height: 6px;
    background-color: #a52a2a;
    bottom: 0;
    z-index: 10000;
    /*opacity: 0.4;*/
}

.vms-timeline-text-row {
    position: absolute;
    top: 0;
    bottom: 60%;
    left: -220%;
    right: 0;
    /*font-size: 0.6em;*/
    text-align: center;
}

.vms-timeline-row-scale {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.vms-timeline-scale-cog {
    border-right: 1px #ffffff solid;
    width: 1px;
    height: 50%;
    position: absolute;
    bottom: 0;
}

.vms-timeline-unit.minimized > .vms-timeline-row-scale > .vms-timeline-scale-cog{
    height: 30%;
}

.vms-timeline-slider {
    position: absolute;
    left: 98%;
    bottom: 0;
    top: 0;
    width: 2px;
    z-index: 50000;
}

.vms-timeline-slider-core {
    background-color: #2D87C4;
    position: absolute;
    width: 2px;
    left: 50%;
    height: 100%;
} 


/* IFRAME for timeline tools */
.vms-timeline-tools {
    display: none;
    position: absolute;
    z-index: 150000;
    height: 25px;
    top: calc(100% - 27px - 27px);
    right: 0;
    background-color: #62646D;
}

/*.vms-timeline-tools.minimized {
    display: none !important;
}*/

.vms-timeline-tools-panel {
    position: absolute;
    background-color: #62646D;
    padding: 0;
    display: none;
    text-align: center;
    height: 25px;
}

    .vms-timeline-tools-panel > div {
        position: relative;
        margin: auto;
        width: 100%;
        height:23px;
    }

.vms-timeline-time-indicator {
    display: block;
    float: right;
    height: 100%;
    padding: 5px;
}


.vms-timeline-speed-indicator {
    position: absolute;
    z-index: 151000;
    background-color: #62646D;
    text-align: center;
    color: #ffffff;
    height: 27px;
    top: calc(100% - 27px - 27px);
    left: 12px;
    width: 10%;
    display:none;
}


div.vms-timeline-speed-indicator > div {
    display: table;
    width: 100%;
    height: 100%;
}

div.vms-timeline-speed-indicator > div > span {
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}

/*iframe.vms-timeline-speed-indicator.playback {
    display: block;
}*/

/*.vms-timeline-state-playback div.vms-timeline-speed-indicator {
    display: table;
}*/


/*.vms-timeline-tools-panel > div > button {
            border: none;
            background: transparent;
            padding: 0;
            margin: 2px;
            opacity: 0.8;
        }

            .vms-timeline-tools-panel > div > button:hover {
                opacity: 1.0;
            }*/


.vms-timeline-tools-audio {
     top: calc(100% - 27px - 27px - 11px);
}

/* Audio specific*/
.vms-layout-view .vms-btn-audio {
    display: none;
}
.vms-layout-audio-view .vms-btn-audio {
    display: block;
}


/* MIXED player specific*/
.vms-resource-type-MixedVideoSource .vms-btn-audio {
    display: block;
}
/* END MIXED player specific*/

/* END TIMELINE */

