.mapa {
    width: 100%;
    padding-top: 90%;
    position: relative; 
    box-shadow: 5px 5px 5px gray; 
}

.mapainfo {
    padding: 6px 8px;
    font: 14px Arial, Helvetica, sans-serif;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.mapainfo h4 {
    margin: 0 0 5px;
    color: gray;
}

.slider-selection {
    background: rgba(139, 141, 250, 0.712);
}

.slider-handle {
    background: steelblue;
}

.customSelectSize {
    font-size: 14px;
}

.optSelect {
    background-color: blue !important;
    color: white !important;
    border: 2px solid blue !important;
    font-weight: bold;
}

.optUnselect {
    background-color:steelblue !important;
    color: white !important;
    border: 2px solid blue !important;
    font-weight: normal;
}

.barra {
    background-color: darkgoldenrod;  /* chocolate  darkgoldenrod */
    height: 100%;
    border-radius: 3px;
    text-align: center;
    color: white;
    line-height: 15px;
    font-size: 14px;
}

.headerGroup {
    background-color: rgba(139, 141, 250, 0.712);
    color: black;
    font-weight: bold;
}

#tblMapaDatos tr {
    cursor: pointer
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14px;
}

th, td {
    border: 1px solid black;
}

.tabHeader {
    background-color: rgba(38, 38, 241, 0.76) !important;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    text-align: center !important;
}

.tabFooter {
    background-color: rgba(38, 38, 241, 0.76) !important;
    color: white !important;
    font-size: 14px;
    font-weight: bold;
    text-align: right !important;
}

table.dataTable td.toggleDetails {
    background: url('/wp-content/themes/DiputacionAlicanteChild/fondeu/detalle_open.png') no-repeat center center;
    cursor: pointer;
}

table.dataTable tr.shown td.toggleDetails {
    background: url('/wp-content/themes/DiputacionAlicanteChild/fondeu/detalle_close.png') no-repeat center center;
}

table.dataTable tbody tr.child td {
    padding-left: 0 !important;
    text-align: left !important;
}

.dt-layout-row {
    margin: 0 !important;
    padding: 0 !important;
    height: auto !important;
}

.subdetail-wrapper {
    display: block;
    width: 100%;
    padding-left: 40px !important;
    text-align: left;
}

.subdetail {
    margin-left: 0 !important;
}
