﻿/*
// Copyright (c) 2015, Planet Innovation
// 436 Elgar Road, Box Hill VIC 3128 Australia
// Phone: +61 3 9945 7510
//
// The copyright to the computer program(s) herein is the property of 
// Planet Innovation, Australia.
// The program(s) may be used and/or copied only with the written permission
// of Planet Innovation or in accordance with the terms and conditions 
// stipulated in the agreement/contract under which the program(s) have been
// supplied.
//
*/

@charset "utf-8";
.Timeline-SeekBar
{
    position : absolute ;
    left : 398px;
    top : 70px;
    width : 1500px;
    height : 20px;
}
.Timeline-ZBar
{
    position : absolute ;
    left : 117px;
    top : 29px;
    width : 10px;
    height : 84px;
}
.Timeline-ZBar .tooltip
{
    display: none !important;
}
.Zoom_Out
{
    position : absolute ;
    left : 15px;
    top : 72px;
    width : 38px;
    height : 38px;
    cursor: pointer;
}
.Zoom_In
{
    position : absolute ;
    left : 63px;
    top : 72px;
    width : 38px;
    height : 38px;
    cursor: pointer;
}
.PlaybackSpeed
{
    position : absolute ;
    left : 15px;
    top : 22px;
    width : 86px;
    height : 38px;
    min-height : 38px;
    cursor: pointer;
}
.Reverse
{
    position : absolute ;
    left : 205px;
    top : 72px;
    width : 38px;
    height : 38px;
    cursor: pointer;
}
#Export
{
    position : absolute;
    left : 311px;
    top : 22px;
    width : 38px;
    height : 38px;
}
.Available_Duration_Label
{
    position : absolute ;
    color : white;
    font-family: Source Sans Pro Light !important;
    font-size: 12px;
    left : 205px;
    top : 8px;
    font-weight: bold;
}
.Available_Duration
{
    position : absolute ;
    color : white;
    font-family: Source Sans Pro Semibold!important;
    font-size: 16px;
    left : 205px;
    top : 21px;
    width : 32px;
    height : 20px;
}
.Record_Symbol
{
    position : absolute;
    left : 205px;
    top : 43px;
    width : 28px;
    height : 20px;
}
.Autofocus_Toggle {
    position: absolute;
    background-color: white;
    left: 258px;
    top: 22px;
    width: 38px;
    height: 38px;
    cursor: pointer;
    border-radius: 5px;
}
img.autofocus--disabled {
    cursor: not-allowed;
    opacity: 0.5;
}
.Warning_Symbol
{
    position: absolute;
    right: 25px;
    height: 58px;
    width: 58px;
    top: 10px;
    z-index: 101;
}
.Forward
{
    position : absolute ;
    left : 311px;
    top : 72px;
    width : 38px;
    height : 38px;
    cursor: pointer;
}

.Z_Up,.Z_Down
{
    position : absolute ;
    left : 151px;
    top : 22px;
    width : 38px;
    height : 38px;
}

.Z_Down
{
    top : 72px;
}

.Play_Pause
{
    position : absolute ;
    left : 258px;
    top : 72px;
    width : 38px;
    height : 38px;
    cursor: pointer;
}
.Zoom_Bar {
    position: absolute;
    left: 15px;
    top: 116px;
    width: 85px;
    height: 5px;
}
#ZBar_Vertical{
    position : absolute ;
    left : 45px;
    top : 62px;
    z-index: 1;
    transform: rotate(-90deg) scale(0.5);
    width: 184px;
    height: 12px !important;
}
#ZBar_Vertical .progress {
    height: 12px !important;
    line-height: 12px !important;
    background-color: #0f3551;
}

.progress-bar-grey {
    background-color: grey;
    border: 1px solid #0f3551;
    border-radius: 4px;
}
.progress-bar-white {
    background-color: white;
    border: 1px solid #0f3551;
    border-radius: 4px;
}
.progress-bar-candle {
    background-color: #285884;
    border: 1px solid #0f3551;
    border-radius: 4px;
}

.timeline-duration-bar{
    position: absolute;
    margin-top: -3px;
    height: 5px;
    background-color: #006c93;
}
