/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23/02/2015, 10:26:40
    Author     : Fabian
*/
.highcharts-tooltip>span {
    height:auto;
    width:auto;
}

.traer-al-frente{
    z-index: 9999999;
}
.margin-left {
    margin: 4px;
}
.text-red{
    color: #F00;
}

.eq-nombre{
    text-align: center;
    color: black;
    font-size: 1vw;
    border: 1px solid #666;
    border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -webkit-border-radius: 4px 4px 0px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    margin-top: 10px;
    background-color: #DEDEDE;
}

.eq-valor{
    //text-align: center;
    font-size: 1vw;
    border: 1px solid #666;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    background-color: white;
    color: black;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    font-family: 'Roboto'; 
    
}
.eq-img{
    text-align: center;
    color: black;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    
}

marquee p {
    display: inline;
}

#barraEntradas {
    height: 100%;
    width: 220px;
    position: relative;
    right: 0px;
    float: left;
    background-color: #EEE;
    color: black;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
}
#barraEntradas::-webkit-scrollbar {
    width: 0.5em;
}

#barraEntradas::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

#barraEntradas::-webkit-scrollbar-thumb {
    background-color: darkred;
    outline: 1px darkred;
}
hr.style-one {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 0px;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.75), rgba(0, 0, 0, 0));
    margin: 0px;
}
hr.style-3 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 0px;
}
.barraEntradasItem:hover{
    background-color: #DDD;
    cursor: pointer;
}
.barraEntradasItem.entrada{
    font-size: 18px;
    color: darkslategray;

    padding-left: 4px;
}
.barraEntradasItem.id{
    font-size: 10px;
    padding-left: 4px;
}

.dataTables_scroll
{
    overflow:auto;
}
#gruposEdit_filter {
    display: none;
}
#entradasTabla_filter {
    display: none;
}
#auditoriaTabla_filter {
    display: none;
}
table.dataTable td {
    padding: 2px!important;
    line-height: 2!important;
}
.comentarioAlarma{
    background-color: #be5847 !important;
    color: white;
}
.comentarioRegistro{
    background-color: #2d952d !important;
    color: white;
}
.comentarioIngreso{
    background-color: #90862d !important;
    color: white;
}
.comentarioEgreso{
    background-color: #425e84 !important;
    color: white;
}
.comentarioNombre{
    color: #4ea0e5 !important;
}
.comentarioCuerpo{
    font-size: 16px !important;
}
.tableSelected{
    background-color: #37536b !important;
    color: white;
}
.alarma-1{
    background-color: green !important;    
}
.alarma-101{
    background-color: green !important;    
}
.alarma-7{
    background-color: green !important;    
}
.alarma-3{
    background-color: red !important;    
}
.alarma-5{
    background-color: red !important;    
}
.alarma-104{
    background-color: yellow !important;    
}
.alarma-6{
    background-color: lightskyblue !important;    
}


@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}
body{
    background-color: #181c21;
    background: url('../img/background3.jpg')no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    text-align: left;
    font-size: 12px;
    font-family: "Roboto", Verdana, Tahoma;
    //color: #FFF;
    margin: 15px;
}
a {
    text-decoration: none;
    //display: inline-block !important;
    //color: #FFF;
}

#modalPropio{
    background-color: white;
    height: 100%;
    width: 100%;
    margin:0;
    padding-top: 70px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    overflow-y: hidden;
}
.no-scroll{
    overflow-y: hidden !important;
}

#modalPropio-title{
    font-size: 26px;
}
.urlJs{
    transition: all 0.3s;
}
.urlJs:hover{
    cursor: pointer;
    transform:scale(1.1,1.1);
    -webkit-transform :scale(1.2,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transition: all 0.1s;
    font-weight: bold;
}

h3 {
    margin: 5px;
    font-size: 14px;
}

td{
    font-size: 12px;
}
.modal-open{
    padding-right: 0px !important;
}
#header {
    line-height: 40px;
    height: 40px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
    border-radius: 5px;
    background-color: #d02e10;
    border-color: #e7e7e7;
    background-image: linear-gradient(0deg, #901a11 0%,#d02e10 100%);
    box-shadow: 0 1px 15px rgba(0,0,0,0.5);

}
.redheader {
    font-size: 15px;
    //-moz-border-radius: 5px;
    //-webkit-border-radius: 5px; 
    //border-radius: 5px;
    background-color: #43424b;
    color: #FFF;
    //background-image: linear-gradient(0deg, #901a11 0%,#d02e10 100%);
    //box-shadow: 0 1px 15px rgba(0,0,0,0.5);
    background-image: -webkit-linear-gradient(top, #494852, #2a2a30);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border: 0;

}

.logo {
    /*padding-left: 10px;
    padding-top: 3px;*/
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}

.logoimg {
    position: relative;
    top: -39px;
    margin: 19px;
    width: 76px;
    border-radius: 15px;
    height: auto;
    background-color: white;
    transition: all 0.1s;
    overflow: hidden;
}
.logoimg:hover{
    transform:scale(1.2,1.2);
    -webkit-transform :scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);

    transition: all 0.1s
}
.menu{
    float: right;
    margin-right: 10px;
    color: #FFF;
    font-size: 15px;
}
.burbuja{
    background-color: #d02e10;
    position: absolute;
    top: 8px;
    padding: 2px 4px 2px 3px;
    -webkit-border-radius: 6px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 6px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 6px;
    border-bottom-left-radius: 0;
}
#alarmas:hover{
    cursor: pointer;
}
#main{
    margin-top: 60px;
    padding-bottom: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; 
    border-radius: 3px ;
    //background-color: #901a11;
    //border-color: #e7e7e7;
    //-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    //-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    //box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
    border: 0;
    width:  content-box;

    //background-image: linear-gradient(0deg, #901a11 0%,#d02e10 100%);
    //box-shadow: 0 1px 15px rgba(0,0,0,0.5);
}

#layout_menu{
    font-size: 14px;
    position: relative;
    padding-top: 3rem;
    display: flex;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px  3px 0px 0px; 
    border-radius: 3px 3px 0px 0px;
    //background-color: #901a11;
    border-color: #e7e7e7;
    //background-image: linear-gradient(0deg, #901a11 0%,#d02e10 100%);
    text-shadow: 0px 1px 1px #000000;
    color:#FFF;

    //box-shadow: 0 1px 15px rgba(0,0,0,0.5);
}
.pantalla{
    float: left;
    margin-top: 4px;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;

    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px  3px 0px 0px; 
    border-radius: 3px 3px 0px 0px;
    font-size: 0.7vw;
    font-weight: bold;
    min-width: 10vw;
    //font-weight: bold;

}
.fechaInline{
    margin-right: 4px;
}
.fecha{
    color: #FFF;
    text-shadow: 0px 1px 1px #000000;
    margin-left: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    font-size: 0.8vw;
    font-weight: bold;
}
.iconoMenu{
    font-size: 2vw;
}
.cuadro{
    text-shadow: 0px 0px 8px rgba(150, 150, 150, 1);
    color: #000;
    padding: 1vw;
    font-size: 2vw;
}
.progress{

}
.activo{
    background-color: #FFF;
    color: #222;
    text-shadow: 0 1px 1px #eee;
}
.inactivo{
    background-color: #707070;
    color: #fff;
    text-shadow: 0 1px 1px #0c0c0c;
}
.inactivo:hover{
    background-color: #424141;
}
.no-padding{
    padding:0px !important; 
}
.no-margin{
    margin: 0px !important;
    margin-bottom: 0px !important;
}
.vertical-align {
    display: flex;
    align-items: center;
}

.estado1{
    font-size: 1vw;
    color: #000 !important;
    text-shadow: 0px 1px 1px #777;
    //text-shadow: 0px 0px 4px rgba(100, 100, 100, 1);
}

.estado2{
    font-size: 1vw ;
    color: #F00 !important;
    text-shadow: 0px 1px 1px #F88;
    //text-shadow: 0px 0px 4px rgba(100, 100, 100, 1);

}
.indicador2{
    margin-right: 0px;
    margin-left: 50px;
    width: 25px;
    padding-top: 5px;
}
.indicador{
    width: 25%;
    max-width: 8vw;
    min-width: 5vw;
    max-height: 5vw;

}
.indBox{
    /* position: relative; */
    /* bottom: 1.8vw; */
    background: #FFF;
    display: table;
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.23);
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.23);
    box-shadow: 0 1px 1px rgba(0,0,0,0.23);
}
.indLabel{
    background-color: #DEDEDE;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.indIcon{
    position:relative;
}

.indIcon2{
    height: 5vw;
}
.desconectado{
    position:absolute;    
    right: 0;        
    width: 5%;
    max-width: 3vw;
    min-width: 2vw;
    max-height: 2vw;
}
.desconectadoEq{
    position:relative;    
    //right: -1vw;        
    //width: 5%;
    max-width: 3vw;
    min-width: 2vw;
    max-height: 2vw;
}
.desconectadoResumen{
    position:absolute;    
    right: 0;        
    width: 30%; 
    max-width: 10vw;
    min-width: 2vw;
    max-height: 10vw;
}

.blink{
    animation-duration: 200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes blink {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.labelElec{
    font-size: 10px;
    animation-duration: 500ms;
    animation-name: blinkRed;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes blinkRed {
    from {
        color: red;
    }
    to {
        color: black;
    }
}

.esquema{
    float:left;

}
#layout_vistas{
    background-color: #FFF;
    color:#000;
    //height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 5px;
    border-bottom: 1px solid #cccccc;
}
.vistaSelector{
    display: inline-block;
    font-size: 18px;
}
.bloqueSelector{
    width: 100%;
    min-width: 80px;
    //max-width: 300px;

}

select.bloqueSelector{
    //height: 400px !important;
}
.bloqueBotones{
    //height: 400px !important;
}

.contenedor-puntos{
    position: relative;
}
.puntos{
    position: absolute;
    z-index: 10;
    color: #000;
    font-size: 0.8vw;
    font-weight: bold;
}
.map {
    height: 400px;
    width: 100%;
}
.plano{
    width: 100%;
    //min-width: 400px;
    z-index: -1;

}

#layout_data{
    //background-color: #FFF;
    color: #888;
    border-color: #888;
    margin: 4px;
    margin-top: 0px;
    min-height: 80vh;
    //padding: 10px;
    //background-color: #EAEAEA;
    //padding-bottom: 10px;
}
.fondo-blanco{
    background-color: #FFF;
}
#layout_result{
    background-color: #FFF;
    color: #888;
    border-color: #888;
    margin: 4px;
    margin-top: 0px;
    //min-height: 80vh;
    //padding: 10px;
    //background-color: #EAEAEA;
    //padding-bottom: 10px;
}
#grafico_selector_pantalla{
    display: inline;
}
#grafico_selector_entrada{
    display: inline;
}
#alarmas.tooltip-inner {
    max-width: 500px;
    /* If max-width does not work, try using width instead */
    width: 500px;

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

@media (max-width: 767px) {
    select.bloqueSelector {
        height: auto !important;
    }
    .bloqueBotones {
        height: auto !important;
        margin-bottom: 20px;
    }
}

.btn-cerrar-estados{
        /* background-color: red; */
    /* border-radius: 50%; */
    width: 18px;
    color: red;
    padding-left: 1px;
    font-size: 22px;
    float: right; 
    font-weight: bold;
    border: none;
    text-decoration: none !important;
}
#loading{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/background3.jpg) no-repeat center center fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
    text-align: center;
    color: white;
    padding-top: 40%;
}

#loading-info{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 7rem;
    transform: translate(-50%,-50%);
    font-family: system-ui;
}