html, body {
    height: 100%;
}

.w-md-380px {
    width: 435px;
}

.image-logo {
    margin-top: 20px;
    width: 225px;
}

.div-fondo {
    background-image: url("../images/monitoring-new.jpg");
    background-size: cover;
    background-position: 50%;
}

/* Estilos para mapa */
.w-md-256px {
    width: 256px;
}

.nav-link {
    color: #b3b3b3;
}

.nav-pills .nav-link.active {
    color: white;
    background-color: #1e96dc;
}

.nav-pills .nav-link {
    border-radius: 0px;
}

.panel-vehicle {
    height: 530px;
    width: 350px;
    background-color: #ffffff;
    position: absolute;
    left: 30px;
    top: 100px;
}

.titulo-panel {
    background-color: #505a64;
    height: 40px;
}

.titulo-panel h4 {
    font-size: 14px;
    text-align: left;
    color:white;
}

.table-format {
    font-size: 12px;
}

.panel-data-table {
    height: 410px;
    overflow-y: scroll;
}

.panel-data-table-history {
    height: 268px;
    overflow-y: scroll;
}

.marker-icon {
    width: 25px;
}

.marker-icon-history {
    width: 25px;
    transform: translate(25%, 25%);
}

.label-marker {
    position: absolute;
    top:24px;
    left: 0px;
    background: #fff;
    font-weight: bold;
    white-space: nowrap;
}

.row-data td {
    cursor: pointer;
}

.table-head {
    position: sticky;
    top:0;
}

#data-bubble {
    height: 200px;
    background: #fff;
    width: 100%;
    padding: 10px;
}

.data-detalle-bubble {
    margin: 10px;
}

.data-detalle-bubble p {
    font-size: 12px;
    margin-bottom: 3px;
}

.list-icons {
    margin-bottom: 5px;
}

.list-icons img {
    margin-left:30px;
    cursor: pointer;
}

.icon-dash {
    position: absolute;
    right: 6px;
    font-size: 32px;
}

#panel-minimize {
    background: #fff;
    position: absolute;
    font-size: 27px;
    font-weight: bold;
    top: 184px;
    left: 0px;
    cursor: pointer;
}

.icon-close {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.img-car {
    height: 70vh;
}

.ctrlfecha {
    font-size: 12px;
}

.box-search-historial {
    margin-left: 8px;
    margin-right: 8px;
    width: 333px;
}

.box-data-history {
    overflow-y: scroll;
}

.txtSearchHistoryDetail {
    font-size: 12px;
}

.box-data-history thead th {
    padding: 0px;
}

.active-row td {
    background-color: gray;
}

/* Modo responsive */
@media  (max-width: 576px) {
    .w-md-380px {
        width: 100%;
    }
}