<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#iconos img {
    padding-right: 4px;    
}

.iconos {
    margin-left: 3px;
}

.list-group-item {
    padding: 8px;
    font-size: 10pt;
}

.inds {
    padding-left: 20px;
}

.grupo {
    font-size: 10pt;
    font-weight: 700;
}

.ine-lbl-listas {    
    font-weight: 500;    
}

.ine-sel-activo {
    background-color:whitesmoke;    
}

.ine-sel-activo label { 
    color: #2C3E50;   
    font-weight: bolder;
}

.ine-alert-info {
    background-color: #f2dcc5;
    border: solid 1px #f2dcc5;
    color: #7a4809;
}

.ine-tit-seccion {
    background-color:whitesmoke;
    font-weight: bolder !important;      
}

.label-size {
    font-size: 85%;
}

#span_caret {
    display: block;
    float: right;
    width: 0;
    height: 0;
    margin-top: 5px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    content: " ";
}





#t_caret &gt; a{
    align-items: center;
    display: block;
    float: right;
    width: 0;
    height: 0;
    
    margin-top: 5px;
    margin-right: -5px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    margin-left: 2px;
    vertical-align:middle;
}


.grupo.open #t_caret {
    top: 4px;
    border-top-color: transparent;
    bottom: 4px;
    border-bottom: 4px solid;
    margin-bottom: 4px;
    list-style: none;
    align-items: center;
    vertical-align: middle;
}

#btn-limpia-bus {
    position: absolute;
    /*text-transform: uppercase;*/   
    right: 0em;       
}

#btn-limpia-5k {
    position: absolute;
    /*text-transform: uppercase;*/
    right: 0em;
}




</pre></body></html>