/*SWITCH BUTTON */
    .onoffswitch {
        position: relative; width: 116px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;   
        border: 2px solid #FFFFFF; border-radius: 50px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 41px; padding: 0; line-height: 41px;
        font-size: 28px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 20px;
        background-color: #F0F0F0; color: #00CC00;
    }
    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 12px;
        background-color: #F0F0F0; color: #999999;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 35px; margin: 1.5px;
        background: #A1A1A1;
        position: absolute; top: 0; bottom: 0;
        right: 71px;
        border: 3px solid #FFFFFF; border-radius: 50px;
        transition: all 0.3s ease-in 0s; margin-top: 0px;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
        background-color: #00CC00; 
    }
/*END SWITCH BUTTON */




/*SWITCH BUTTON ALERT */
    .onoffswitch2 {
        position: relative; width: 116px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch2-checkbox {
        display: none;
    }
    .onoffswitch2-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #FFFFFF; border-radius: 50px;
    }
    .onoffswitch2-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch2-inner:before, .onoffswitch2-inner:after {
        display: block; float: left; width: 50%; height: 41px; padding: 0; line-height: 41px;
        font-size: 28px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch2-inner:before {
        content: "ON";
        padding-left: 20px;
        background-color: #F0F0F0; color: #FF0000;
    }

    .warning-inner:before {
        content: "ON";
        padding-left: 20px;
        background-color: #F0F0F0; color: #efdf02; /* WARNING COLOR */
    }


    .onoffswitch2-inner:after {
        content: "OFF";
        padding-right: 12px;
        background-color: #F0F0F0; color: #999999;
        text-align: right;
    }
    .onoffswitch2-switch {
        display: block; width: 38px; margin: 1.5px;
        background: #A1A1A1;
        position: absolute; top: 0; bottom: 0;
        right: 71px;
        border: 3px solid #FFFFFF; border-radius: 50px;
        transition: all 0.3s ease-in 0s; margin-top: 0px;
    }
    .onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
        margin-left: 0;
    }
    .onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
        right: 0px; 
        background-color: #FF0000; 
    }

    .warning-checkbox:checked + .warning-label .warning-switch {
        right: 0px; 
        background-color: #efdf02;  /* WARNING COLOR */
    }
/*END SWITCH BUTTON ALERT*/




      html, body, #map-canvas {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      html, body, #map-canvas {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #panel {
        position: absolute;
        top: 5px;
        left: 50%;
        margin-left: -180px;
        z-index: 5;
        background-color: #fff;
        padding: 5px;
        border: 1px solid #999;
      }
      #panel, .panel {
        font-family: 'Roboto','sans-serif';
        line-height: 30px;
        /*padding-left: 10px;*/
      }
      #panel select, #panel input, .panel select, .panel input {
        font-size: 15px;
      }
      #panel select, .panel select {
        width: 100%;
      }
      #panel i, .panel i {
        font-size: 12px;
      }


/*TABLA ALARMAS*/
#consulta_a tr:hover td {background: #ff5d5d; box-shadow:1px 1px 3px #ff5d5d;}
#consulta_w tr:hover td {background: #eeee00; box-shadow:1px 1px 3px #eeee00;}
#consulta_m tr:hover td {background: #ffaa44; box-shadow:1px 1px 3px #ffaa44;}
.dataTables_empty:hover{background: #fff !important; box-shadow:none !important;}
/*BUTON ACK*/
/*
.button_ack{ box-shadow:1px 1px 4px #999;
    background-color: #f5f5f5; 
    border: none; 
    border-radius:5px;
    color: #000;
    padding: 2px 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 0px 0px;cursor: pointer; }
*/
/*BUTON ACK HOVER*/
/*
.button_ack:hover{background: #f1f1f1 !important; background-color: #f1f1f1 !important; box-shadow:2px 2px 8px #999; margin-top:1px;}
*/

/* Efecto de sombra dashnoard elements */
.panel-primary{box-shadow:2px 2px 2px #ddd;} .panel-primary:hover{box-shadow:2px 2px 4px #e1e1e1;}

/* Padding tile stats - BIG NUMBERS*/
.tile-stats{padding:10px;}