/* .scrollable-domain-items {
    height: auto;
    max-height: 350px;
    overflow-x: hidden;
}

.datatable tfoot {
    display: table-header-group !important;
  } */

.metereo_direccion{

    /* padding-right: 40px; */
    display: inline-block;
    align-items: center;
    background-color: transparent;
}


/* 
#img_veleta {
    transition-duration: 2s;
    transition-delay: 0.5s;
} */


#info-panel {
    background-color: white;
    position: absolute;
    bottom: 10px;
    left: 30px;
    z-index: 998; 
    max-width: 100%;
    width: 35%;
}

#info-panel .template {
    padding: 10px 20px 10px 20px;
}

#action-panel {
    background-color: white;
    position: absolute;
    bottom: 150px;
    left: 30px;
    z-index: 998; 
    max-width: 100%;
    width: 25%;
}

#leyend-panel {
    background-color: white;
    z-index: 998; 
    width: 25%;
}

#action-panel .template {
    padding: 10px 20px 10px 20px;
}

#action-panel .btn-cancel {
    padding-left: 15px;
    padding-right: 15px;
}

#action-panel .btn-init {
    padding-left: 20px;
    padding-right: 20px;
}

#vane {
    z-index: 998; 
    position: absolute;
    top: 20px;
    right: 20px;
}

#bullet {
    position: absolute;
    z-index: 999;
    height: 80px;
    bottom: 10px;
    right: 30px;
    margin-bottom: 28px;
    max-width: 100%;
    width: 50%;
}

.infoVeleta {
    position: absolute;
    z-index: 998;
    top: 20px;
    right: 60px;
}

.buttonPanel{
    position: absolute;
    z-index: 998;
    top: 20px;
    left: 60px;
}

.infoPlanificada{
    position: absolute;
    z-index: 998;
    top: 100px;
    left: 60px;
    width: 20%;
}

.infoIniciada{
    position: absolute;
    z-index: 999;
    top: 100px;
    left: 60px;
    width: 20%;
}

 
.LockOn {
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color:white;
    vertical-align:bottom;
    padding-top: 20%; 
    filter: alpha(opacity=75); 
    opacity: 0.75; 
    font-size:large;
    color:blue;
    font-style:italic;
    font-weight:400;
}


/* DESKTOP -------------------*/ 
@media all and (min-width: 640px){
    #action-panel #responsive-2 {
        display: none;
    }
}

/* MOVIL -------------------*/ 
@media all and (max-width: 639px){  

    .colText{
        text-align-last: center !important;
    }
    .operation-btns span
    { 
        display: none;
    } 

    #info-panel {
        left: 5px;
        width: 98%;
        bottom: 0px;
    }

    #info-panel .template {
        padding: 5px 15px 5px 15px;
    }

    #bullet{
        left: 5px;
        bottom: 100px !important;
        width: 100%;
        padding: 0px 10px 0px 0px;
    }

    #action-panel {
        bottom: 120px;
        left: 5px;
        width: 50%;
    }

    #action-panel .template {
        padding: 5px 15px 5px 15px;
    }

    #action-panel .btn-cancel {
        font-size: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #action-panel .btn-init {
        font-size: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    #leyend-panel {
        width: 12%;
    }

    #leyend-panel .card-header {
        display: none;
    }

    #leyend-panel .leyend-value .name {
        display: none;
    }

    #vane {
        z-index: 998; 
        position: absolute;
        top: 70px;
    }
}

.highcharts-data-table table {
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    min-width: 100%;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 0.9em;
}
.highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption {
    border: 1px solid silver;
    padding: 0.5em;
}
.highcharts-data-table tr:nth-child(even), .highcharts-data-table thead tr {
    background: #f8f8f8;
}
.highcharts-data-table tr:hover {
    background: #eff;
}
.highcharts-data-table caption {
    border-bottom: none;
    font-size: 1.1em;
    font-weight: bold;
}
