﻿@font-face {
    font-family: "Material Icons";
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.ttf);
    /* For IE6-8 */
    src: local("Material Icons"), local("MaterialIcons-Regular"),
    /*url(/App_Images/Icons/iconfont/MaterialIcons-Regular.woff2) format("woff2"),
    url(/App_Images/Icons/iconfont/MaterialIcons-Regular.woff) format("woff"),*/
    url(/App_Images/Icons/iconfont/MaterialIcons-Regular.ttf) format("truetype");
}

/* Scrollbar styles */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border-radius: 10px !important;
    background-color: rgba(250,250,250, .6);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.1);
    border: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(left, #fff, #e4e4e4);
    border: 1px solid #aaa;
}

::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

::-webkit-scrollbar-thumb:active {
    background: linear-gradient(left, #22ADD4, #1E98BA);
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    vertical-align: middle;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

.softShadow {
    box-shadow: 0 1px 2px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}

.lowShadow {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.hideElement {
    display: none;
}

@media (min-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */
    .btLogin {
        width: 90px !important;
    }
    .dynFooter, .dynFooterDash {
        display: none;
    }

    #_rightContent .info .card-header {
        padding-left: 27%;
        padding-right: 27%;
    }
}

@media (min-width:641px) { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    .btLogin {
        width: 110px !important;
    }
    .dynFooter, .dynFooterDash {
        display: flex;
        position: absolute;
        left: calc((100% - 70%)/2);
    }

    #_rightContent .info .card-header {
        padding-left: 16%;
        padding-right: 16%;
    }
}

@media (min-width:961px) { /* tablet, landscape iPad, lo-res laptops ands desktops */
    .btLogin {
        width: 120px !important;
    }
    .dynFooter, .dynFooterDash {
        display: flex;
        position: absolute;
        left: calc((100% - 55%)/2);
    }

    #_rightContent .info .card-header {
        padding-left: 12%;
        padding-right: 12%;
    }
}

@media (min-width:1281px) { /* hi-res laptops and desktops */
    .btLogin {
        width: 130px !important;
    }
    .dynFooter, .dynFooterDash {
        display: flex;
        position: absolute;
        left: calc((100% - 40%)/2);
    }

    #_rightContent .info .card-header {
        padding-left: 10%;
        padding-right: 10%;
    }
}

.dynFooter {
    position: fixed;
    bottom: 0px;
    z-index: 20;
}

.dynFooterDash {
    position: fixed;
    bottom: 5px;
    z-index: 20;
}

.chip {
    cursor: default;
    display: inline-block;
    padding: 0 25px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    border-radius: 25px;
    background-color: #eeeeee;
    color: #424242;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.chip i {
    float: left;
    margin: 0 10px 0 -10px;
    height: 30px;
    line-height: 30px;
    width: 20px;
    border-radius: 50%;
}

.text-shadow {
    text-shadow: 1px 1px #e0e0e0;
}

hr.styleDivider {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
}

.badge {
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.16), 0 2px 4px rgba(0,0,0,0.23);*/
    color: #fafafa !important;
    text-shadow: 1px 1px #212121;
}

.widget-content {
    margin: 0;
    padding: 2% 2% 4% 2%;
    width: 100%;
    min-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: #F0F0F0;
    border-left: 1px solid #3B3E40;
    border-bottom: 1px solid #3B3E40;
    border-right: 1px solid #3B3E40;
    border-radius: 0 0 10px 10px !important;
}

@media only screen and (max-width:767px) {
    .hideOnLow {
        visibility: hidden;
    }
}


@media only screen and (max-width:1024px) {
    .hideOnLow {
        font-size: 12px !important;
    }
}

.btRegOK {
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 999;
    float: right;
    align-items: center !important;
    /*border-radius: 25px !important;*/
    border: none !important;
    outline: none !important;
}

.btRegNOK {
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 999;
    float: left;
    align-items: center !important;
    /*border-radius: 25px !important;*/
    border: none !important;
    outline: none !important;
}

.btRegSpecial {
    width: 75%;
    color: #FFF !important;
    text-align: center;
    z-index: 999;
    align-items: center !important;
    /*border-radius: 25px !important;*/
    border: none !important;
    outline: none !important;
}

.btPauseOF {
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 999;
    float: left;
    align-items: center !important;
    /*border-radius: 25px !important;*/
    border: none !important;
    outline: none !important;
}

.btCloseOF {
    width: 100%;
    color: #FFF;
    text-align: center;
    z-index: 999;
    float: right;
    align-items: center !important;
    /*border-radius: 25px !important;*/
    border: none !important;
    outline: none !important;
}

.btn-circle.btn-xl {
    width: 45px;
    height: 45px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.iconRow {
    width: 5% !important;
    padding: 0% 1% 0% 1%;
}

#_leftContent .card-header {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
}

#_leftContent .info .card-header {
    background-color: transparent !important;
    padding-top: 3% !important;
    padding-bottom: 3% !important;
}

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1025px) {

    .clockProducao, .clockParagem, .clockSetup, .clockAvaria, .clockManutencao {
        zoom: 0.4;
        -moz-transform: scale(0.4);
    }
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

    .clockProducao, .clockParagem, .clockSetup, .clockAvaria, .clockManutencao {
        zoom: 0.3;
        -moz-transform: scale(0.3);
    }
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

    .clockProducao, .clockParagem, .clockSetup, .clockAvaria, .clockManutencao {
        zoom: 0.3;
        -moz-transform: scale(0.3);
    }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

    .clockProducao, .clockParagem, .clockSetup, .clockAvaria, .clockManutencao {
        zoom: 0.3;
        -moz-transform: scale(0.3);
    }
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

    .clockProducao, .clockParagem, .clockSetup, .clockAvaria, .clockManutencao {
        zoom: 0.2;
        -moz-transform: scale(0.2);
    }
}

.gauge {
    width: 75%;
    margin: 0 auto;
    padding-top: 5%;
}

#_rightContent .info {
    padding-right: 0;
    padding-left: 0;
}

.card-body {
    padding: 1% 4% 1% 4% !important;
}

.leftContent {
    position: fixed;
    top: 20px;
    left: 20px;
    bottom: 120px;
    right: 50%;
    z-index: 20;
    margin-right: 1%;
    overflow-y: scroll;
    border-radius: 10px;
    background: rgba(250,250,250, .6);
}

.rightContent {
    position: fixed;
    top: 20px;
    right: 20px;
    bottom: 120px;
    left: 50%;
    z-index: 20;
    margin-left: 1%;
    overflow-y: scroll;
    border-radius: 10px;
    background: rgba(250,250,250, .6);
}

/*************************************************************************************************************************/
.locker { display:none; text-align:center; position:fixed; top:0; left:0; right:0; bottom:0; z-index:100; background: rgba(225, 225, 225, 0.8); -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
.dialog {
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    background: #F0F0F0;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
}

.dialogTtlLeft {
    float: left;
    margin-top: 7px;
    margin-left: 2%;
    display: flex;
    align-items: center;
}

.locker_multiposts {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(225, 225, 225, 0.4);
}


/*.btLogin { position:fixed; bottom:5px; left:35%; right:35%; width:30%; height:40px; color:white; font-size: 16px; }*/
.codeMachine { position:fixed; bottom:10px; right:10px; height:30px; color:white; font-size: 24px; text-align:center; }
.code_Machine { position:fixed; bottom:10px; left:35%; right:35%; width:30%; height:30px; color:white; font-size: 24px; text-align:center; }
.code_Operator { position:fixed; bottom:10px; right:50px; color:white; font-size: 20px; text-align:center; }

.divContent { position:fixed; top:10px; bottom:110px; left:10px; right:10px; z-index:10; }
/*.leftContent { position:fixed; top:20px; left:20px; bottom:120px; right:50%; z-index:20; }*/
/*.rightContent { position:fixed; top:20px; right:20px; bottom:120px; left:51%; z-index:20; }*/

.badgeStatus {
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: .375rem .75rem;
    border-radius: .25rem;
    box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%) !important;
}

.timelineContent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: rgba(250, 250, 250, 0.6);
    z-index: 50;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.timelineFull {
    z-index: 55;
    width: 100%;
    height: 200px;
    align-items: center;
    background-color: rgba(250, 250, 250, 0.6);
    color: #757575;
    border-radius: 5px;
}

.timelineFull div {
    border-radius: 5px;
}

.timelineTaskContent {
    position: fixed;
    top: 10px;
    left: 11px;
    right: 11px;
    height: 6.5em;
    background-color: rgba(250, 250, 250, 0.6);
    z-index: 50;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.timelineTaskContent:hover{
    transform: scale(1.01);
}

.timelineTaskFull {
    z-index: 55;
    width: 100%;
    height: 6.5em;
    align-items: center;
    background-color: rgba(250, 250, 250, 0.6);
    color: #757575;
    border-radius: 5px;
}

.timelineTaskFull div {
    border-radius: 5px;
}

.timelineMinimal {
    z-index: 55;
    width: 100%;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(158, 158, 158, 0.2);
}

.timelineContentTask {
    position: fixed;
    top: 10px;
    left: 11px;
    right: 11px;
    height: 3em;
    background-color: #fff;
    z-index: 50;
    border: 1px solid gray;
    border-radius: 5px;
}

.bottomBar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4em;
    border-radius: 5px;
}

.nHeightBottomBar {
    position: absolute;
    bottom: 5em;
    left: 0;
    right: 0;
    height: auto;
    border-radius: 5px;
}

.bottomShadow {
    color: rgba(255,255,255,0.8) !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%) !important;
}

.logoCompany {
    max-width: 100%;
    max-height: 50%;
    filter: drop-shadow(1px 1px 2px rgb(0 0 0 / 60%));
}

.machineName, .operatorName {
    display: inline-flex;
    align-items: center;
}

.btLogin {
    background-color: rgba(0, 123, 255, 0.6);
}

.btLogout {
    background-color: rgba(244, 67, 54, 0.6);
}

.btnMaterialIcon {
    display: inline-flex !important;
    align-items: center;
    justify-content: center !important;
}

.modal {
    align-items: center;
}
.modal-content {
    border: none!important;
    box-shadow: 2px 2px 5px #555;
}

.modal-title {
    color: #616161;
}

.title_modal {
    color: #ccc;
    font-size: 12px;
    margin: 0;
    margin-top: 0.5rem;
}

.modal-dialog {
    max-width: 1800px;
    width: 1000px !important;
    display: table
}

.selectHeader {
    position: fixed;
    top: 5px;
    left: 10px;
    right: 10px;
    /*height: 45px;*/
    z-index: 20;
    font-size: 18px;
    font-weight: bold;
}
.selectContent {
    position: fixed;
    top: 80px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: auto;
    z-index: 20;
}
.rect_greenWarmup {
    background: #006200 !important;
}
.rect_yellowTraori {
    background: #e4cd05 !important;
}
.rect_red {
    background: #ef5350 !important;
}
.rect_blue {
    background: #42a5f5 !important;
}
.rect_gray { background: #808080 !important; }
.rect_green {
    background: #66bb6a !important;
}
.rect_orange {
    background: #ffa726 !important;
}
.rect_purple {
    background: #7e57c2 !important;
}
.rect_greenDark {
    background: #00a39c !important;
}

.rect__red { border-radius:10px; color:#BB0000; }
.rect__blue { border-radius:10px; color:#0000BB; }
.rect__gray { border-radius:10px; color:#6C6C6C; }
.rect__green { border-radius:10px; color:#00BB00; }
.rect__orange { border-radius:10px; color:#C66600; }
.rect__yellow { border-radius:10px; color:#E9E028; }
.rect__purple { border-radius:10px; color:#850095; }
.rect__greenDark {
    border-radius: 10px;
    color: #00a39c;
}
.rect__blackDark { border-radius:10px; color:#424242; }
.rect__greenWarmup { border-radius:10px; color:#006200; }
.rect__yellowTraori { border-radius:10px; color:#e4cd05; }

.borderRight_red {
    border-right: 0.2em solid rgba(183, 28, 28, 0.2);
}
.borderLeft_red {
    border-left: 0.2em solid rgba(183, 28, 28, 0.2);
}
.borderTop_red {
    border-top: 0.2em solid rgba(183, 28, 28, 0.2);
}
.borderBottom_red {
    border-bottom: 0.2em solid rgba(183, 28, 28, 0.2);
}

.borderRight_greenWarmup {
    border-right: 0.2em solid rgba(0, 77, 64, 0.2);
}
.borderLeft_greenWarmup {
    border-left: 0.2em solid rgba(0, 77, 64, 0.2);
}
.borderTop_greenWarmup {
    border-top: 0.2em solid rgba(0, 77, 64, 0.2);
}
.borderBottom_greenWarmup {
    border-bottom: 0.2em solid rgba(0, 77, 64, 0.2);
}

.borderRight_yellowTraori {
    border-right: 0.2em solid rgba(51, 105, 30, 0.2);
}
.borderLeft_yellowTraori {
    border-left: 0.2em solid rgba(51, 105, 30, 0.2);
}
.borderTop_yellowTraori {
    border-top: 0.2em solid rgba(51, 105, 30, 0.2);
}
.borderBottom_yellowTraori {
    border-bottom: 0.2em solid rgba(51, 105, 30, 0.2);
}

.borderRight_blue {
    border-right: 0.2em solid rgba(13, 71, 161, 0.2);
}
.borderLeft_blue {
    border-left: 0.2em solid rgba(13, 71, 161, 0.2);
}
.borderTop_blue {
    border-top: 0.2em solid rgba(13, 71, 161, 0.2);
}
.borderBottom_blue {
    border-bottom: 0.2em solid rgba(13, 71, 161, 0.2);
}

.borderRight_gray {
    border-right: 0.2em solid rgba(33, 33, 33, 0.2);
}
.borderLeft_gray {
    border-left: 0.2em solid rgba(33, 33, 33, 0.2);
}
.borderTop_gray {
    border-top: 0.2em solid rgba(33, 33, 33, 0.2);
}
.borderBottom_gray {
    border-bottom: 0.2em solid rgba(33, 33, 33, 0.2);
}

.borderRight_green {
    border-right: 0.2em solid rgba(27, 94, 32, 0.2);
}
.borderLeft_green {
    border-left: 0.2em solid rgba(27, 94, 32, 0.2);
}
.borderTop_green {
    border-top: 0.2em solid rgba(27, 94, 32, 0.2);
}
.borderBottom_green {
    border-bottom: 0.2em solid rgba(27, 94, 32, 0.2);
}

.borderRight_orange {
    border-right: 0.2em solid rgba(230, 81, 0, 0.2);
}
.borderLeft_orange {
    border-left: 0.2em solid rgba(230, 81, 0, 0.2);
}
.borderTop_orange {
    border-top: 0.2em solid rgba(230, 81, 0, 0.2);
}
.borderBottom_orange {
    border-bottom: 0.2em solid rgba(230, 81, 0, 0.2);
}

.borderRight_yellow {
    border-right: 0.2em solid rgba(245, 127, 23, 0.2);
}
.borderLeft_yellow {
    border-left: 0.2em solid rgba(245, 127, 23, 0.2);
}
.borderTop_yellow {
    border-top: 0.2em solid rgba(245, 127, 23, 0.2);
}
.borderBottom_yellow {
    border-bottom: 0.2em solid rgba(245, 127, 23, 0.2);
}

.borderRight_purple {
    border-right: 0.2em solid rgba(49, 27, 146, 0.2);
}
.borderLeft_purple {
    border-left: 0.2em solid rgba(49, 27, 146, 0.2);
}
.borderTop_purple {
    border-top: 0.2em solid rgba(49, 27, 146, 0.2);
}
.borderBottom_purple {
    border-bottom: 0.2em solid rgba(49, 27, 146, 0.2);
}

.timeline_1_green {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to right, #11998e, #38ef7d) !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_greenDark {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #28a745 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_blue {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #1565c0 !important; /*linear-gradient(to right, #021b79, #0575e6) !important;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_orange {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fb8c00 !important; /*linear-gradient(to right, #f12711, #f5af19) !important;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_purple {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #5e35b1 !important; /*linear-gradient(to right, #2a0845, #6441a5) !important;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_red {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #dc3545 !important; /*linear-gradient(to right, #b31217, #e52d27) !important;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_greenWarmup {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #006200 !important; /*linear-gradient(to right, #b31217, #e52d27) !important;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_yellowTraori {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #e4cd05 !important; /*linear-gradient(to right, #b31217, #e52d27) !important;*/
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

.timeline_1_gray {
    height: 100px;
    vertical-align: top;
    padding-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: linear-gradient(to right, #84888b, #bdc3c7) !important;
    opacity: 0.4 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-radius: 5px;
}

/**************************************************************************************************************** TABLES */
table.displayBlink { width:100%; margin:0; padding:5px 10px 10px 10px; border:0; border-spacing: 0px 10px; }
table.displayBlink th { height:40px; color:#208ed3; font-weight:bold; border:0; background: #D0D0D0; } 
table.displayBlink td { height:40px; border:0; -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }

table.selectorTable {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    padding: 0;
    border: 0;
    border-spacing: 0px 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
table.selectorTable td {
    padding: 0.5rem 0;
}
table.selectorTable td input {
    /*padding: 0.8rem;*/
}
table td {
    justify-content: center;
    vertical-align: middle !important;
}

.th_red { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #BB0000; } 
.th_blue { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #0000BB; } 
.th_gray { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #6C6C6C; } 
.th_green { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #00BB00; } 
.th_orange { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #C66600; } 
.th_yellow { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #E9E028; } 
.th_purple { cursor:default; height:30px; color:#fff; font-weight:bold; border:0; background: #850095; } 

/**************************************************************************************************************** ALIGN */
._alignCenter { display:inline-flex; align-items:center; justify-content:center; }
.actionsContent {
    position: fixed;
    bottom: 60px;
    left: 0;
    right: 0;
    height: 40px;
    z-index: 50;
}
._top { text-align:center; vertical-align:top; }
._centred { text-align:center; vertical-align:middle; }
._left { text-align:left; vertical-align:middle; padding-left:10px; }
._right { text-align:right; vertical-align:middle; padding-right:10px; }

._edit { cursor:pointer; }
._edit:hover { background: #eee; font-weight: bold; }
._notEdit { cursor:default; }

._even_ { background:#E0E0E0; }
._even { height:30px; background:#E0E0E0; }
._even:hover { height:30px; background:#BDBDBD; }

._odd_ { background:#D0D0D0; }
._odd { height:30px; background:#D0D0D0; }
._odd:hover { height:30px; background:#BDBDBD; }

/***************************************************************************************************************** TEXT */
._vertical { writing-mode: vertical-lr; text-orientation: upright; }
._unselect {  -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; }
._sttlColor  { color: #5daced; }
._bold      { font-weight: bold; }
._underline { text-decoration: underline;  }

._black     { color: black; }
._white     { color: white; }
._red       { color: red; }
._red_      { color: #FF0000; }
._blue      { color: blue; }
._yellow    { color: #D5D500; }
._yellow_   { color: yellow; }
._orange    { color: #FF6600; }
._orange_   { color: #FE642E; }
._green     { color: green; }
._green_    { color: #04B404; }
._gray      { color: #8D8D8D; }
._gray_     { color: #B0B0B0; }
._purple    { color: #850095; }
._lightGray { color: rgba(0,0,0,.5); }
._lightWhite { color: rgba(255,255,255,.5); }
._greenWarmup { color: #006200; }
._yellowTraori {
    color: #e4cd05;
}

._128 { font-size: 128px; }
._118 { font-size: 188px; }
._98  { font-size: 98px; }
._88  { font-size: 88px; }
._78  { font-size: 88px; }
._64  { font-size: 64px; }
._48  { font-size: 48px; }
._44  { font-size: 44px; }
._40  { font-size: 40px; }
._38  { font-size: 38px; }
._34  { font-size: 34px; }
._32  { font-size: 32px; }
._30  { font-size: 30px; }
._28  { font-size: 3vw; }
._24  { font-size: 24px; }
._20  { font-size: 1.6vw; }
._18  { font-size: 18px; }
._16  { font-size: 1vw; }
._14  { font-size: 14px; }
._12  { font-size: 0.9vw; }
._10  { font-size: 10px; }
._8   { font-size: 0.8vw; }   

/***************************************************************************************************************** BUTTONS */
.button {
    border-radius: 50px;
    cursor: pointer;
    margin: 0;
    padding: 0;
    border: 0;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    z-index: 500;
    background: #4b4f51; /* Old browsers */
    background: -moz-linear-gradient(top, #4b4f51 0%, #414547 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4b4f51), color-stop(100%,#414547)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #4b4f51 0%,#414547 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #4b4f51 0%,#414547 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #4b4f51 0%,#414547 100%); /* IE10+ */
    background: linear-gradient(to bottom, #4b4f51 0%,#414547 100%); /* W3C */
}

.backgroundGreen {
    background: #50c878 !important;
    color: white !important;
    font-weight: bold;
}

.button:focus {
    outline: 0 !important;
}

.button:hover {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #313131;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.btAction {
    cursor: pointer;
    border: none;
    overflow: hidden;
    border-width: 0;
    outline: none;
    border-radius: 25px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .6);
    background-color: #0277BD;
    color: #ecf0f1;
    transition: background-color .3s;
    width: 150px;
    height: 36px;
    font-size: 14px;
    z-index: 25;
}

.btAction:focus {
    outline: 0 !important;
}

.btAction:hover, #_content_btFilter:focus {
    background-color: #01579B;
}

.btAction:before {
    padding-top: 0;
    border-radius: 100%;
    background-color: rgba(236, 240, 241, .3);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.btAction:active:before {
    width: 120%;
    padding-top: 120%;
    transition: width .2s ease-out, padding-top .2s ease-out;
}

.btn {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

.btn:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}

.btn-plan {
    background-color: #616161 !important;
    border-color: #616161 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-halts {
    background-color: #BB0000 !important;
    border-color: #BB0000 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-warmup {
    background-color: #006200 !important;
    border-color: #006200 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-setup {
    background-color: #1565c0 !important;
    border-color: #1565c0 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-damage {
    background-color: #5e35b1 !important;
    border-color: #5e35b1 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-maintenance {
    background-color: #fb8c00 !important;
    border-color: #fb8c00 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.btn-traori {
    background-color: #e4cd05 !important;
    border-color: #e4cd05 !important;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.dashActions {
    margin: 1% !important;
    width: 15% !important;
    height: 40px !important;
    display: flex !important;
    align-items: center !important;
}

.specialDashActions {
    margin: 1% !important;
    width: 15% !important;
    height: 40px !important;
    align-items: center !important;
}

.bt_greenDark {
    cursor: pointer;
    height: 40px !important;
    border-radius: 3% !important;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background: #00a39c;
    border: 1px solid #00a39c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}

    .bt_greenDark:hover {
        background: #00a39c;
        border: 1px solid #00a39c;
    }
.bt_red { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #BB0000; border: 1px solid #BB0000; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_red:hover { background: #DB0000; border: 1px solid #DB0000; }
.bt_blue { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #0d47a1; border: 1px solid #0d47a1; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_blue:hover { background: #1565c0; border: 1px solid #1565c0; }
.bt_gray { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #6C6C6C; border: 1px solid #6C6C6C; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_gray:hover { background: #BCBCBC; border: 1px solid #BCBCBC; }
.bt_green { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #00BB00; border: 1px solid #00BB00; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_green:hover { background: #00DB00; border: 1px solid #00DB00; }
.bt_orange { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #ef6c00; border: 1px solid #ef6c00; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_orange:hover { background: #f57c00; border: 1px solid #f57c00; }
.bt_yellow { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #E9E028; border: 1px solid #E9E028; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_yellow:hover { background: #E9E050; border: 1px solid #E9E050; }
.bt_purple { cursor: pointer; height: 40px !important; border-radius: 3% !important; margin:0; padding:0; color:#FFFFFF; background: #850095; border: 1px solid #850095; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt_purple:hover { background: #853C95; border: 1px solid #853C95; }
.bt_greenWarmup {
    cursor: pointer;
    height: 40px !important;
    border-radius: 3% !important;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background: #006200;
    border: 1px solid #006200;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.bt_greenWarmup:hover {
    background: #008900;
    border: 1px solid #008900;
}

.bt_yellowTraori {
    cursor: pointer;
    height: 40px !important;
    border-radius: 3% !important;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background: #e4cd05;
    border: 1px solid #e4cd05;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}

    .bt_yellowTraori:hover {
        background: #e4cd05;
        border: 1px solid #008900;
    }

.btWhite {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: #ccc;
    border: 1px solid black;
    color: black;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.btWhite:hover {
    background-color: #888;
}
.sel_red { cursor: default; margin:0; padding:0; color:#dd7f7f; background: #FFFFFF; border: 1px solid #BB0000; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.sel_blue { cursor: default; margin:0; padding:0; color:#7f7fdd; background: #FFFFFF; border: 1px solid #0000BB; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.sel_gray { cursor: default; margin:0; padding:0; color:#b5b5b5; background: #FFFFFF; border: 1px solid #6C6C6C; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.sel_green { cursor: default; margin:0; padding:0; color:#7fdd7f; background: #FFFFFF; border: 1px solid #00BB00; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.sel_orange { cursor: default; margin:0; padding:0; color:#e2b27f; background: #FFFFFF; border: 1px solid #C66600; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.sel_yellow { cursor: default; margin:0; padding:0; color:#f4ef93; background: #FFFFFF; border: 1px solid #E9E028; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.sel_purple { cursor: default; margin:0; padding:0; color:#c27fca; background: #FFFFFF; border: 1px solid #850095; border-radius: 3px 3px 0px 0px; -webkit-border-radius: 3px 3px 0px 0px; -moz-border-radius: 3px 3px 0px 0px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }

.btBlue { cursor: pointer; margin:0; padding:0; border: 1px solid #0f70ad; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; background: #208ed3; /* Old browsers */	background: -moz-linear-gradient(top, #208ed3 0%, #0272bd 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#208ed3), color-stop(100%,#0272bd)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #208ed3 0%,#0272bd 100%); /* IE10+ */ background: linear-gradient(to bottom, #208ed3 0%,#0272bd 100%); /* W3C */ }
.btBlue:hover { border: 1px solid #000050; }
.btGray { cursor: pointer; margin:0; padding:0; color:#6C6C6C; background: #FFFFFF; border: 1px solid #6C6C6C; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btGray:hover { color:#BCBCBC; border: 1px solid #BCBCBC; }


.btred { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #BB0000; border: 1px solid #BB0000; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btred:hover { color: #DB0000; border: 1px solid #DB0000; background: #EEEEEE; }
.bt__blue { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #0000BB; border: 1px solid #0000BB; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.bt__blue:hover { color: #0000DB; border: 1px solid #0000DB; background: #EEEEEE; }
.btgray { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #6C6C6C; border: 1px solid #6C6C6C; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btgray:hover { color: #BCBCBC; border: 1px solid #BCBCBC; background: #EEEEEE; }
.btgreen { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #00BB00; border: 1px solid #00BB00; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btgreen:hover { color: #00DB00; border: 1px solid #00DB00; background: #EEEEEE; }
.btorange { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #C66600; border: 1px solid #C66600; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btorange:hover { color: #C6663C; border: 1px solid #C6663C; background: #EEEEEE; }
.btyellow { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #E9E028; border: 1px solid #E9E028; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btyellow:hover { color: #E9E050; border: 1px solid #E9E050; background: #EEEEEE; }
.btpurple { cursor: pointer; margin:0; padding:0; background: #FFFFFF; color: #850095; border: 1px solid #850095; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); z-index: 100; }
.btpurple:hover { color: #853C95; border: 1px solid #853C95; background: #EEEEEE; }


._iconHome, ._iconHome:hover { width:35px; height: 35px; background-image: url("../Icons/_home.png"); background-repeat: no-repeat; background-position:center; }
._iconPlay, ._iconPlay:hover {
    width: 30px;
    height: 30px;
    background-image: url("../Icons/play.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: none !important;
    box-shadow: 1px 1px black !important;
}
._iconPause, ._iconPause:hover {
    width: 30px;
    height: 30px;
    background-image: url("../Icons/pause.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: none !important;
    box-shadow: 1px 1px black !important;
}
._iconStop, ._iconStop:hover {
    width: 30px;
    height: 30px;
    background-image: url("../Icons/stop.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: none !important;
    box-shadow: 1px 1px black !important;
}
._iconRepause, ._iconRepause:hover {
    width: 30px;
    height: 30px;
    background-image: url("../Icons/repause.png");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-shadow: none !important;
    box-shadow: 1px 1px black !important;
}
._iconPlay:hover, ._iconPause:hover, ._iconStop:hover, ._iconRepause:hover {
    background-color: #ccc;
    box-shadow: 2px 2px black !important;
}
    ._iconPower, ._iconPower:hover {
        width: 35px;
        height: 35px;
        background-image: url("../Icons/_power.png");
        background-repeat: no-repeat;
        background-position: center;
    }
._iconNew, ._iconNew:hover { width:35px; height: 35px; background-image: url("../Icons/_new.png"); background-repeat: no-repeat; background-position:center; }
._iconNext, ._iconNext:hover { width:35px; height: 35px; background-image: url("../Icons/_next.png"); background-repeat: no-repeat; background-position:center; }
._iconBack, ._iconBack:hover { width:35px; height: 35px; background-image: url("../Icons/_back.png"); background-repeat: no-repeat; background-position:center; }
._iconDelete, ._iconDelete:hover { width:35px; height: 35px; background-image: url("../Icons/_delete.png"); background-repeat: no-repeat; background-position:center; }
._iconDown, ._iconDown:hover { width:35px; height: 35px; background-image: url("../Icons/_down.png"); background-repeat: no-repeat; background-position:center; }
._iconUp, ._iconUp:hover { width:35px; height: 35px; background-image: url("../Icons/_up.png"); background-repeat: no-repeat; background-position:center; }
._iconLock, ._iconLock:hover { width:35px; height: 35px; background-image: url("../Icons/_lock.png"); background-repeat: no-repeat; background-position:center; }
._iconUnlock, ._iconUnlock:hover { width:35px; height: 35px; background-image: url("../Icons/_unlock.png"); background-repeat: no-repeat; background-position:center; }
._iconOption, ._iconOption:hover { width:35px; height: 35px; background-image: url("../Icons/_option.png"); background-repeat: no-repeat; background-position:center; }
._iconRefresh, ._iconRefresh:hover { width:35px; height: 35px; background-image: url("../Icons/_refresh.png"); background-repeat: no-repeat; background-position:center; }
._iconSave, ._iconSave:hover { width:35px; height: 35px; background-image: url("../Icons/_save.png"); background-repeat: no-repeat; background-position:center; }
._iconSearch, ._iconSearch:hover { width:35px; height: 35px; background-image: url("../Icons/_search.png"); background-repeat: no-repeat; background-position:center; }
._iconApply, ._iconApply:hover { width:35px; height: 35px; background-image: url("../Icons/_apply.png"); background-repeat: no-repeat; background-position:center; }
._iconCancel, ._iconCancel:hover { width:35px; height: 35px; background-image: url("../Icons/_cancel.png"); background-repeat: no-repeat; background-position:center; }
._iconClear, ._iconClear:hover { width:35px; height: 35px; background-image: url("../Icons/_clear.png"); background-repeat: no-repeat; background-position:center; }
._iconGama, ._iconGama:hover { width:35px; height: 35px; background-image: url("../Icons/_gama.png"); background-repeat: no-repeat; background-position:center; }
._iconList, ._iconList:hover { width:35px; height: 35px; background-image: url("../Icons/_list.png"); background-repeat: no-repeat; background-position:center; }
._iconFile, ._iconFile:hover { width:35px; height: 35px; background-image: url("../Icons/_file.png"); background-repeat: no-repeat; background-position:center; }
._iconImage, ._iconImage:hover { width:35px; height: 35px; background-image: url("../Icons/_image.png"); background-repeat: no-repeat; background-position:center; }

._iconChecked, ._iconChecked:hover  { cursor: pointer; width:28px; height:28px; display: inline-block; border-style:none; background-position:center; background-repeat: no-repeat; background-color: transparent; background-image: url('../Icons/checked.png'); }
._iconUncheck, ._iconUncheck:hover { cursor: pointer; width:28px; height:28px; display: inline-block; border-style:none; background-position:center; background-repeat: no-repeat; background-color: transparent; background-image: url('../Icons/uncheck.png'); }

/**************************************************************************************************************** Colors */
.bk_none    { background-color: transparent; }
.bk_black   { background-color: black; }
.bk_white   { background-color: white; }
.bk_red     { background-color: #BB0000; }
.bk_blue    { background-color: #0000BB; }
.bk_orange  { background-color: #C66600; }
.bk_yellow  { background-color: #E9E028; }
.bk_green   { background-color: #00BB00; }
.bk_gray    { background-color: #6C6C6C; }
.bk_purple  { background-color: #850095; }
.bk_control { background-color: #3B3E40; }

._blue      { color: blue; }
._yellow    { color: #D5D500; }
._yellow_   { color: yellow; }
._orange    { color: #FF6600; }
._orange_   { color: #FE642E; }
._green     { color: green; }
._green_    { color: #04B404; }
._gray      { color: #8D8D8D; }
._gray_     { color: #B0B0B0; }
._purple    { color: #850095; }
._greenDark {
    color: #00a39c;
}
/**************************************************************************************************************** Others */
.fillW {
    width: 100%;
}
.fillH { height:100%; }
.fill { width:100%; height:100%; }

p { margin: 0 0 10px 0; line-height: 15px; }
a:link, a:active, a:visited { text-decoration: none; color: #5daced; }
body { margin:0; padding: 0; width:100%; height: 100%; font-family: 'Open Sans'; font-size: 12px; background: #f7f7f7; overflow-x: hidden; color: #3B3E40; }

.tablePlan {
    border-collapse: collapse;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.tablePlan tbody tr:first-child {
    cursor: default;
    height: 30px;
    color: #fff;
    font-weight: bold;
    border: 0;
    background: #6C6C6C;
    font-size: 1vw;
}

._bckred tbody tr:first-child {
    background: #BB0000;
}

._bckblue tbody tr:first-child {
    background: #0d47a1;
}

._bckgray tbody tr:first-child {
    background: #8D8D8D;
}

._bckorange tbody tr:first-child {
    background: #C66600;
}

._bckpurple tbody tr:first-child {
    background: #850095;
}

._bckgreenWarmup tbody tr:first-child {
    background: #006200;
}

._bckyellowTraori tbody tr:first-child {
    background: #e4cd05;
}

.tablePlan tbody tr {
    color: black;
    font-size: 0.9vw;
    font-weight: bold;
}

.existTask {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 25%;
    margin: 0.5rem 0;
    position: relative;
    background-color: rgba(1,1,1,0.1);
    border-radius: 6px;
}

.bt_transparent {
    background: rgba(0, 0, 0, .2);
}

.div_mainimage {
    position: relative;
    width: auto;
    height: 60%;
    border: 1px solid white;
    border-radius: 0.5rem;
    padding: 0.5rem;
    display: flex;
    margin: 0rem;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.div_mainimage img {
    margin: 0;
    width: auto;
    max-height: 16vh;
    max-width: 16vw;
    margin-bottom: 1rem;
    cursor: pointer
}

.div_mainimage label {
    font-weight: bold;
}

.attachDiv {
    width: 100%;
    margin-top: 3%;
}

.btAttch {
    cursor: pointer;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.btAttch:hover {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
}

.button_tooltip {
    background: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 6rem;
    padding: 0;
    margin: 0 0.2rem;
}

    .button_tooltip label {
        color: white;
        font-weight: bold;
        padding: 0;
        margin: 0;
    }

    .button_tooltip i {
        width: 40px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        cursor: pointer;
        margin: 0;
        padding: 0;
        color: #fff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
        z-index: 500;
        background-color: #4b4f51;
        box-shadow: 2px 2px 5px #333;
        font-size: 0.9vw;
        border-radius: 0.2rem;
    }

    .button_tooltip:hover i {
        box-shadow: 4px 4px 6px #333;
    }

    .button_tooltip:disabled {
        cursor: default !important;
        opacity: 0.5 !important;
    }

        .button_tooltip:disabled:hover i {
            cursor: default;
            box-shadow: 2px 2px 5px #333 !important;
        }

/*COLORES*/
.backgroundPrimary span, .backgroundPrimary i {
    background-color: #428bca;
}

.backgroundOk span, .backgroundOk i {
    background-color: #5cb85c;
}

.backgroundNotOk span, .backgroundNotOk i {
    background-color: #d43f3a;
}

.backgroundAction span, .backgroundAction i {
    background-color: #f9f9f9;
    color: #333;
}

.lbl_empty {
    padding-top: 10px;
    color: #8D8D8D;
    font-weight: bold;
    font-size: 1.2vw;
}

.regist_div {
    position: fixed;
    top: 80px;
    right: 10px;
    left: 50%;
    bottom: 10px;
    /*overflow: auto;*/
    z-index: 20;
}

.selector_div {
    position: fixed;
    top: 80px;
    left: 10px;
    right: 50%;
    bottom: 10px;
    overflow: auto;
    z-index: 20;
}
/*UL*/
.ul_modal {
    position: absolute;
    background: white;
    width: 100%;
    list-style: none;
    border: 1px solid #ccc;
    overflow: auto;
    height: 120px;
    padding: 0;
    display: none;
}

.ul_modal li {
    padding: 0.5rem;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.ul_modal li:last-child {
    border-bottom: none;
}

.ul_modal li:hover {
    background: #ddd;
}

.button_modal {
    box-shadow: 1px 1px 4px 1px #ccc;
    padding: 0.5rem 1.5rem;
    text-align: center;
    border: none;
    background-color: transparent;
    cursor: pointer;
    background: #f8f8ff;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: bold;
    color: black;
    margin: 0.3rem;
    opacity: 0.6;
}

.button_modal_selected {
    border: 1px solid #999;
    opacity: 1;
}
.buttonIcon {
    width: 28px;
    height: 26px;
    border-radius: 2px;
    box-shadow: 2px 2px 4px #aaa;
    color: white!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
