.over {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 1110;
}

.container-fluid {
    height: 100%;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    position: absolute;
    top: 50;
    padding: 0;
}

#map {
    height: 100%;
    position: relative;
}

.map {
    height: 100%;
    position: relative;
}

.row_mapa {
    height: 100%;
}

.box_registros {
    padding-left: 5px;
    padding-top: 15px;
    padding-right: 5px;
    padding-bottom: 15px;
    background: #3d6aa2;
    border-radius: 15px;
    border: 1px solid #fff;
    margin-bottom: 15px;
    color: #fff;
    font-size: 1rem;
}

.size_icono_w {
    max-height: 1.5rem;
}

.size_dato {
    font-size: 1.3rem;
    float: right;
    padding-right: 10px;
}

.size_fecha {
    font-size: 1rem;
    float: right;
    padding-right: 10px;
    padding-top: 3px;
}


.cols_ocultas {
    display: none;
}

.mapa_oculto {
    display: none;
}

.sin-padding {
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.TdispositivoTd {
    padding: 5px;
    background-color: #fff;
    border-bottom: none;
}

ul.horas {
    width: 100%;
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    margin-bottom: 0px;
    font-size: 0.7rem;
}

.bg_oscuro {
    background: #575757;
    color: #fff;
}

.bg_claro {
    background: #ececec;
    color: #474747;
}

ul.horas li {
    display: table-cell;
    text-align: center;
    border: 1px solid rgb(160, 160, 160);
    vertical-align: middle;
    word-wrap: break-word;
}

#chartMediciones {
    /*width: 1000px !important;*/
    height: 300px !important;
}

.row_datos {
    display: flex;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}