.fila-antigua {
    background-color: #ffcccc !important;
}

#ultimosCierresContainer {
    margin-top: 20px;
}

.listado-title {
    margin-bottom: 20px;
}

#btnUltCierresVolver {
    margin-top: 10px;
}

#ultimosCierresTable {
    width: 100%;
    margin-top: 20px;
}

/* Ajuste adicional para alinear el botón */
#ultimosCierresContainer .col-md-6.text-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.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: -25px;
    transition: all 0.1s
}

.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;
    right: 5px;
    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; //line-height: 26px;
    //height: 30px;
    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;
}

.inactivo.fondoClaro {
    background-color: #3c3c3c;
    color: #fff;
    text-shadow: 0 1px 1px #0c0c0c;
}

.inactivo.fondoClaro:hover {
    background-color: #707070;
}

.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;
}

.dataTables_scrollHeadInner {
    width: 100% !important;
}

.w100table {
    width: 100% !important;
}

.medtitle {
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: right;
    font-size: 18px;
    color: black;
    display: inline-block;
    width: 62%;
}

.btn-lectura {
    display: inline-block;
    float: right;
    margin-top: 6px;
}

.input-valores .form-control {
    text-align: center;
    height: 24px;
    padding: 3px 12px;
}

.input-valores .row {
    padding: 5px;
}

.val-titulos .row {
    min-height: 34px;
    /*font-size: 14px;*/
    padding-top: 3px;
}

.centrar-elementos {
    justify-content: center;
    display: flex;
}

.mw255 {
    min-width: 455px;
}

.rpt .row {
    padding-top: 18px;
}

.w10 {
    width: 10%;
}

.pt8 {
    padding-top: 8px !important;
}

.fecha-subtitle {
    display: block;
}

.medInstaTitle {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    color: black;
}

.listado-title {
    text-align: center;
    font-size: 18px;
    color: black;
}

.listado-subtitle {
    text-align: center;
    font-size: 12;
    color: black;
}


.reconectador-ico {
    background-image: url(../img/svg/reconectador.svg);
}

@charset "UTF-8";

@font-face {
    font-family: "electricos";
    src: url("fonts/electricos.eot");
    src: url("fonts/electricos.eot?#iefix") format("embedded-opentype"),
        url("fonts/electricos.woff") format("woff"),
        url("fonts/electricos.ttf") format("truetype"),
        url("fonts/electricos.svg#electricos") format("svg");
    font-weight: normal;
    font-style: normal;

}

[data-icon]:before {
    font-family: "electricos" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "electricos" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-medidor:before {
    content: "\61";
}

.icon-reconectador:before {
    content: "\62";
}

.icon-estabilizador:before {
    content: "\63";
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

.leaflet-marker-icon.seleccionarEquipo {
    border: 1px red solid;
    border-radius: 50px;
    /*animation: parpadeo .5s infinite;*/
}

.m5 {
    margin: 5px;
}

.img-menu {
    width: 25px;
    margin-bottom: 5px;
}

.leaflet-popup-content h4 {
    margin: 0 auto;
    text-align: center;
}

.leaflet-popup-content small {
    display: block;
    text-align: center;
}

.leaflet-popup-content hr {
    margin-top: 6px;
    margin-bottom: 42px;
}

.leaflet-popup-content button {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translate(-50%);
}

.leaflet-popup-content .map-title {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-top: 10px;
}

.animacion {
    /*position: absolute;*/

    animation-name: parpadeo;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    -webkit-animation-name: parpadeo;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes parpadeo {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/background3.jpg);
    z-index: 999;
    text-align: center;
    color: white;
    padding-top: 40%;
}

#loading-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 5px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #ccc !important;
}

.leaflet-label {
    background: unset !important;
    border-color: unset !important;
    border-radius: 0px !important;
    border-style: unset !important;
    border-width: 0px !important;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    font-weight: 300 !important;
    padding: 0px !important;
    line-height: 10px !important;
    text-align: center;
}

.leaflet-label:after {
    border-left: unset !important;
}

table.center-elements td {
    text-align: center;
}

table.center-elements td {
    padding-right: 5px;
}

div#pantallasTR a {
    position: relative;
    display: table-cell;
}

table.font-small td {
    font-size: 9px;
}