/*MAIN SECTION*/
/*================================================================*/
    .modBtn:disabled 
    {
        cursor: not-allowed !important;
        opacity: .5;
        -webkit-opacity: .5;
        -moz-opacity: .5;
    }


    div.main-module
    {
        height: 539px;
        width: 1660px;
        margin: 0 auto;
        padding: 0;
        transition: margin-top .23s linear;
    }

    div.main-fix-element
    {
        width: 100%;
        height: 1px;
        transition: height .23s linear;
    }

    div.main-views
    {
        width: 100%;
        height: 539px;
        box-sizing: border-box;
    }
    div.main-bottom
    {
        width: 100px;
        height: 38px;
        line-height: 38px;
        box-sizing: border-box;
        margin: 2px auto;
    }

    .main-views > div 
    {
        height: 539px;
        width: 1656px;
        margin: 0 auto;
        position: relative;        
    }
/*================================================================*/

/*BASE VIEW (main)*/
/*================================================================*/
    #view_base
    {
        background-image: url("/app/custom/assets/img/main/view_base.png");
    }

    #base_view_title
    {
        display: inline-block;
        text-transform: uppercase;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        top: 415px;
        left: 446px;
        width: 368px;
        position: absolute;
        height: 21px; 
        overflow: hidden;
        font-family: 'Oswald';
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    #base_view_title_second
    {
        display: inline-block;
        text-transform: uppercase;
        text-align: left;
        font-weight: normal;
        font-size: 16px;
        top: 431px;
        left: 446px;
        width: 368px;
        position: absolute;
        height: 21px; 
        overflow: hidden;
        font-family: 'Oswald';
        font-size: 13px;
        letter-spacing: 0.5px;
    }

    #base_view_canvas, #cho_view_canvas, #audio_view_canvas, #mpx_view_canvas
    {
        position: absolute;
        top: 0;
        left: 0;
    }

    .alarm-icon
    {
        position: absolute;
        width:  31px;
        height: 30px;
    }

    .o-light
    {
        height: 4px;
        width: 27px;
        /*background: #ee802f;*/
        background: #fda921;
        position: absolute;
        border-radius: 1.5px;
    }

    .conn_led
    {
        position:absolute;
        background-color:#fff;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        width:8px;
        height:8px;
    }
    .bottom_led
    {
        position:absolute;
        background-color:transparent;
        border-radius:50%;
        -webkit-border-radius:50%;
        -moz-border-radius:50%;
        /*
        width:12px;
        height:12px;
        */
        top:516px;
        font-size:13px;
        line-height:14px;
        font-weight:bold;
        color:#182328;
    }

    .src-circ
    {
        left: 243px;
        width: 25px;
        height: 25px;
        position: absolute;        
        border-radius: 50%;
        background: #87a0aa;
        color: #131e23;
        font-size: 23px;
        line-height: 26px;
        font-weight: bold;
        border: 1px solid #ffffff;
        box-sizing: content-box;     
    }

    .pointer-circ
    {
        position: absolute;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: black;
        opacity: 0;
        -webkit-opacity: 0;
        border: 3px solid #ffffff;
        transition: opacity .3s; 
        -webkit-transition: -webkit-opacity .3s;
        cursor: not-allowed;    
    }

    .pointer-circ.ptr-allowed:hover, .info-pointer:hover
    {
        opacity: .25;
        -webkit-opacity: .25; 
    }

    .pointer-circ.ptr-allowed
    {
        cursor: pointer;
    }

    .base-pointer.disallowed
    {
        cursor: not-allowed;
    }

    .info-pointer
    {
        position: absolute;
        width: 67px;
        height: 18px;
        border-radius: 14px;
        background: black;
        cursor: pointer;
        opacity: 0;
        -webkit-opacity: 0;
        transition: opacity .3s;
        -webkit-transition: -webkit-opacity .3s;        
    }

    .info-drop
    {
        border: none;
        width: 205px;
        height: 0px;
        background: #131e22;
        background: transparent;
        border: 1px solid transparent;
        position: absolute;
        bottom: 29px;
        border-radius: 9px;
        transition: all .3s;
        -webkit-transition: all .3s;
        overflow: hidden;
        z-index: 1000;
    }
    .info-drop > div
    {
        height: 28px;
        line-height: 28px;
        text-align: left;
    }
    .info-drop > div > span.ico
    {
        display: inline-block;
        width: 35px;
        text-align: center;
    }
    .info-drop > div > span.ico > img
    {
        margin-top: -3px;
    }
    .info-drop.open
    {
        height: 198px;
        /* background: #131e22; */
        background-color: rgba(19,30,34,.9);
        border: 1px solid #fff;
        box-shadow: 5px 2px 21px 0px black;
    }

    .meter-top, .meter-bottom{position: absolute;width: 15px;height:348px;overflow: hidden;}

    .meter-top > div.meter
    {
        top: 0px;
        bottom: unset;
        position: absolute;
        width: 14px;
        background-color: #ef7f1a;
        height: 0px;
        transition: height .3s ease;
        -webkit-transition: height .3s ease;
        background-image: url('/app/custom/assets/img/main/meter_on.png');
    }

    .meter-bottom > div.meter
    {
        top: unset;
        bottom: 0px;
        position: absolute;
        width: 14px;
        background-color: #ef7f1a;
        transition: height .3s ease;
        -webkit-transition: height .3s ease;
        background-image: url('/app/custom/assets/img/main/meter_on.png');
        background-position: bottom center;
    }

    .meter-top > div.meter_xs
    {
        top: 0px;
        bottom: unset;
        position: absolute;
        width: 14px;
        background-color: #ef7f1a;
        height: 0px;
        transition: height .3s ease;
        -webkit-transition: height .3s ease;
        background-image: url('/app/custom/assets/img/main/meter_xs_blu.png');
    }

    .meter-bottom > div.meter_xs
    {
        top: unset;
        bottom: 0px;
        position: absolute;
        width: 14px;
        background-color: #ef7f1a;
        transition: height .3s ease;
        -webkit-transition: height .3s ease;
        background-image: url('/app/custom/assets/img/main/meter_xs_y.png');
        background-position: bottom center;
    }

    .meter-bottom > div.meter_xs_white
    {
        top: unset;
        bottom: 92px;
        position: absolute;
        width: 14px;
        background-color: #ffffff;
        transition: height .3s ease;
        -webkit-transition: height .3s ease;
        background-image: url('/app/custom/assets/img/main/meter_xs.png');
        background-position: bottom center;
    }

    .meter-bottom > div.meter_slim
    {
        top: unset;
        bottom: 0px;
        position: absolute;
        width: 4px;
        background-color: #019846;
        background-color: #15964a;
        transition: height .3s ease;
        -webkit-transition: height .3s ease;
        background-position: bottom center;
    }
    .meter-bottom > div.meter_slim.sm
    {
        width: 4px;
    }

    .meter-bottom.small{ height: 109px; }

    .meter-top.xs,
    .meter-bottom.xs,
    .meter-bottom.slim,
    .meter-bottom.slim-sm{ height: 256px; }

    
    /*dynamic-content info tags*/
    .audio-sel
    {
        position: absolute;
        text-align: left;
        text-indent: 9px;
        left: 76px;
        line-height: 24px;
        width: 149px;
        height: 24px;
        text-transform: uppercase;
        border: 1px solid transparent;
        overflow: hidden;   
    }
    .audio-sel-tag
    {
        font-family: 'Oswald';
        font-size: 13px;
        letter-spacing: 0.5px;        
    }

    .on-air
    {
        text-align: center;
        background-color: #00a54a;
        height: 14px;
        line-height: 14px;
        font-size: 12px;
        text-indent: 0px;
    }

    .dyn-tag
    {
        position: absolute;
        text-align: left;
        text-indent: 3px;
        line-height: 24px;
        width: 92px;
        height: 24px;
        text-transform: uppercase;
        border: 1px solid transparent;
        overflow: hidden;
    }

    .dyn-tag > span
    {
        font-family: 'Oswald';
        font-size: 13px;
        letter-spacing: 1px;
    }

    .value-h-bar
    {
        position: absolute;
        left: 884px;
        width: 0px;                        
        height: 4px;
        background-color: #16964a;
        transition: width .25s linear; 
        -webkit-transition: width .25s linear;
        -moz-transition: width .25s linear;
    }
/*================================================================*/

/*CHO VIEW (input)*/
/*================================================================*/
    #view_cho
    {
        background-image: url("/app/custom/assets/img/main/view_cho.png");
    }

    .exit-pointer
    {
        position: absolute;
        width: 87px;
        height: 19px;
        opacity: 0;
        -webkit-opacity: 0;
        background: #000000;
        cursor: pointer;
        transition: opacity .3s;
        -webkit-transition: -webkit-opacity .3s;
    }
    .exit-pointer:hover, .base-pointer:hover
    {
        opacity: .25;
        -webkit-opacity: .25; 
    }

    .base-pointer
    {
        position: absolute;
        width: 86px;
        height: 19px;
        opacity: 0;
        -webkit-opacity: 0;
        background: #000000;
        cursor: pointer;
        transition: opacity .3s;
        -webkit-transition: -webkit-opacity .3s;
    }

/*================================================================*/

/*AUDIO VIEW (output)*/
/*================================================================*/
    #view_audio
    {
        background-image: url("/app/custom/assets/img/main/view_audio.png");
    }
/*================================================================*/

/*MPX VIEW*/
/*================================================================*/
    #view_mpx
    {
        background-image: url("/app/custom/assets/img/main/view_mpx.png");
    }
/*================================================================*/

/*MONITOR VIEW*/
/*================================================================*/
    #view_monitor
    {
        background-image: url("/app/custom/assets/img/main/view_monitor.png");
    }
/*AUDIO VOLUME SLIDER RULES
    input.monitorVolume {
      -webkit-appearance: none;
      margin: 18px 0;
      width: 100%;
      outline: none !important;
    }
    input.monitorVolume:focus {
      outline: none !important;
    }

    input.monitorVolume{position:absolute;left:2px;top:-4px;width:206px;}
    */

    /*chrome only
    input.monitorVolume::-webkit-slider-runnable-track {
      width: 100%;
      height: 7px;
      cursor: pointer;
      animate: 0.2s;
      box-shadow: 1px 1px 1px #000000, 0px 0px 1px #333;
      background: #596D82;
      border-radius: 1.3px;
      border: 0.1px solid #333;
    }
    input.monitorVolume::-webkit-slider-thumb {
      box-shadow: 1px 1px 1px #000000, 0px 0px 1px #333;
      border: 1px solid #000000;
      height: 24px;
      width: 12px;
      border-radius: 3px;
      background: #ffffff;
      cursor: pointer;
      -webkit-appearance: none;
      margin-top: -9px;
    }
    input.monitorVolume:focus::-webkit-slider-runnable-track {
      background: #596D82;
    }
    */

    /*firefox only
    input.monitorVolume::-moz-range-track {
      width: 100%;
      height: 6px;
      cursor: pointer;
      animate: 0.2s;
      box-shadow: 1px 1px 1px #000000, 0px 0px 1px #333;
      background: #596D82;
      border-radius: 1.3px;
      border: 0.1px solid #333;
    }
    input.monitorVolume::-moz-range-thumb {
      box-shadow: 1px 1px 1px #000000, 0px 0px 1px #333;
      border: 1px solid #000000;
      height: 22px;
      width: 10px;
      border-radius: 3px;
      background: #ffffff;
      cursor: pointer;
    }
    */

    #mon-src-btn
    {
        position: absolute;
        top: 311px;
        left: 1073px;
        cursor: pointer;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        opacity: 0;
        -webkit-opacity: 0;
        transition: opacity .3s; 
        -webkit-transition: -webkit-opacity .3s;
        width: 86px;
        height: 24px;
        background-color: #000000;
    }
    #mon-src-btn:hover
    {
        opacity: .25;
        -webkit-opacity: .25;
    }


    /*volume handle*/

    div.volume-container > input[type=range] {
        -webkit-appearance: none;
        margin: 0;
        width: 100%;
        outline: none;
        opacity: .7;
        -webkit-opacity: .7;
        -moz-opacity: .7;
      }
    div.volume-container > input[type=range]:hover {
        outline: none;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;  
      }
    div.volume-container > input[type=range]:focus {
        outline: none;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;  
    }
    div.volume-container > input[type=range]:active {
        outline: none;
        opacity: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;  
    }

    div.volume-container.disabled > input[type=range]:hover {
        opacity: .7;
        -webkit-opacity: .7;
        -moz-opacity: .7;  
      }
    div.volume-container.disabled > input[type=range]:focus {
        opacity: .7;
        -webkit-opacity: .7;
        -moz-opacity: .7;  
    }
    div.volume-container.disabled > input[type=range]:active {
        opacity: .7;
        -webkit-opacity: .7;
        -moz-opacity: .7;  
    }

    /*webkit fixes*/
    div.volume-container > input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #87a0aa;
        border-radius: 25px;
        border: 1px solid #4a6068;
    }
    div.volume-container > input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 1px solid #ca7d02;
        height: 20px;
        width: 9px;
        border-radius: 7px;
        background: #fda921;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -7.8px;
    }
    div.volume-container > input[type=range]:focus::-webkit-slider-runnable-track {
        background: #87a0aa;
    }   

    div.volume-container.disabled > input[type=range]::-webkit-slider-runnable-track
    {
        cursor: not-allowed !important;
        background: #ccc;
        border: 1px solid #555;
        opacity: .6 !important;
        -webkit-opacity: .6 !important;
    }
    div.volume-container.disabled > input[type=range]::-webkit-slider-thumb
    {
        cursor: not-allowed !important;
        background: #ccc;
        border: 1px solid #555;
        opacity: .6 !important;
        -webkit-opacity: .6 !important;
    }


    /*mozilla fixes*/
    div.volume-container > input[type=range]::-moz-focus-outer {
        border: 0;
    }
    div.volume-container > input[type=range]::-moz-range-track {
        width: 100%;
        height: 6px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #87a0aa;
        border-radius: 25px;
        border: 1px solid #4a6068;
    }
    div.volume-container > input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 1px solid #ca7d02;
        height: 20px;
        width: 9px;
        border-radius: 7px;
        background: #fda921;
        cursor: pointer;
    }   


    div.volume-container.disabled > input[type=range]::-moz-range-track {
        background: #ccc;
        border: 1px solid #555;
        cursor: not-allowed;
    }
    div.volume-container.disabled > input[type=range]::-moz-range-thumb {
        background: #ccc;
        border: 1px solid #555;
        cursor: not-allowed;
    }
    

    /*edge fixes*/
    div.volume-container > input[type=range]::-ms-track 
    {
        background: transparent;
        border-color: transparent;
        color: transparent;

        width: 100%;
        height: 6px;
        cursor: pointer;
        animate: 0.2s;
        
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #87a0aa;
        border-radius: 25px;
        border: 1px solid #4a6068;

        cursor: pointer !important;
    }
    
    div.volume-container > input[type=range]::-ms-fill-lower 
    {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #87a0aa;
        border-radius: 25px;
        border: 0px solid #4a6068;
        cursor: pointer !important;
    }

    div.volume-container > input[type=range]::-ms-fill-upper
    {     
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #87a0aa;
        border-radius: 25px;
        border: 0px solid #4a6068;
        cursor: pointer !important;
    }

    div.volume-container > input[type=range]::-ms-thumb 
    {      
        margin-top: 0px !important;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 1px solid #ca7d02;
        height: 16px !important;
        width: 5px;
        border-radius: 7px;
        background: #fda921;
        cursor: pointer !important;
    }

    /*
    div.volume-container > input[type=range]:focus::-ms-fill-lower 
    {

    }

    div.volume-container > input[type=range]:focus::-ms-fill-upper 
    {

    }
    */

/*================================================================*/

/*MAIN METERS FIXES*/
/*================================================================*/
.mm-peak {
    position: absolute;
    left: 1px;
    background-color: red;
    z-index: 11000;
    transition: bottom .15s cubic-bezier(0.57, 0.47, 0.1, 0.84);
    -webkit-transition: bottom .15s cubic-bezier(0.57, 0.47, 0.1, 0.84);
    -moz-transition: bottom .15s cubic-bezier(0.57, 0.47, 0.1, 0.84);
}

.mm-peak.full {
    width: 13px;
    height: 4px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.mm-peak.xs {
    width: 12px;
    height: 3px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

/*main toggler button*/
#main-toggler {
    height: 25px;
    width: 45px;
    background: #dedede;
    display: inline-block;
    z-index: 800;
    border-radius: 0 0 6px 6px;
    color: #777;
    cursor: pointer;
    border: 1px solid #999;
    text-align: center;
    font-size: 17px;
    position: absolute;
    border-top: none;
    right: 0;
    bottom: -27px;
}

.main-moved-up {
    margin-top: -508px !important;
}

.info-fixer {
    top: 513px;
    left: 10px;
    border: 1px solid transparent;
    width: 68px;
    height: 22px;
    position: absolute;
    background-color: #131e22;
}

/*================================================================*/