
:root{
    --sc-azul-bandasuperior: #00303e;
    --sc-azul-bandasuperiordarker: #7e4221;
    --ventanas-bg: #fff;
    --main-bg: #fff;
    --textos-ventanas: #5D5D5D;
}
div#resultados-lista {
    height: 100%;
    height: calc(100% - 71px);
}

#tabalaresultados-busqueda-html .title{

    text-transform: capitalize;
}
#tabalaresultados-busqueda-html tr:hover{
    background: #dedede;
}
#tabalaresultados-busqueda-html tr{

    height: 22px;

    line-height: 22px;
}
div#dialog-consultapunto table tr th, div#dialog-consultapunto table#tabalaresultados-busqueda-html tr td{
    font-size: 14px !important;
}


span.resultados-btn.resultados-shp a {
    text-decoration: none !important;
    color: #fff !important;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}
.tab-consultas {
    display: block;
    width: 35px !important;
    height: 38px;
    position: absolute;
    right: -35px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    background-color: var(--sc-azul-bandasuperior);
    color: #fff;
    padding-top: 2px;
}

.controles-contenido-consultas .select2-container--default .select2-selection--single{
    border: solid 1px var(--textos-ventanas) !important;
}

div.acciones-container{
    margin-top: 1rem;
}

button.btn-consulta{
    background: var(--sc-azul-bandasuperiordarker);
    color: var(--main-bg);
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    margin-left: calc(50% - 53px);
}

button.btn-consulta:hover{
    background: var(--sc-azul-bandasuperior);
    color: var(--main-bg);
}

@media only screen and (max-width: 680px){
    body.consultason div.dgm-consultas{
        width: 75% !important;
    }
}

ul.nav.nav-tabs li.active a {
    color: #fff;
    font-weight: bold;
}

div#resultados-header > div {
    float: left;
}

div.resultados-header-seleccion > span {
    width: 121px;
    text-align: center;
    height: 100%;
    line-height: 20px;
    vertical-align: middle;
}
div.resultados-header-seleccion  span.avf{
    font-size: 15px;
}

span.exportar-lbl {
    color: var(--textos-ventanas);
    font-size: 13px;
}

div#indicador-unit-pestannacerrar {
    right: 0px;
}

div#indicador-unit-pestanna {
    right: 33px;
}
div.indicador-unit-pestanna:hover{
    background: #ccc;
}
div#resultados-busqueda span.ico.ico_cerrar_1 {
    font-size: 20px;
    line-height: 20px;
}

.resultados-header-exportaciones {
    border-left: 1px solid var(--textos-ventanas);
    margin-left: 30px;
    padding-left: 30px;
}

div.resultados-header-exportaciones > span {
    width: 121px;
    text-align: center;
    height: 100%;
    line-height: 20px;
    vertical-align: middle;
}

div#resultados-busqueda {
    background: var(--main-bg);
}

div#tabalaresultados-busqueda-tabs div.active {
    background: var(--sc-azul-bandasuperior);
    color: #fff;
    font-weight: bold;
}
div#tabalaresultados-busqueda-tabs div{
    background: #fff;
    color: var(--textos-ventanas);
    border: 1px solid var(--sc-azul-bandasuperiordarker);
    font-size: 13px;
}

span.legenda-rn2, span.legenda-rn1, span.legenda-rn3{
    background: transparent !important;
}

div#tabalaresultados-busqueda-holder-n2, div#tabalaresultados-busqueda-tabs {
    /* display: none !important; */
    width: 100%;
    position: relative;
    height: auto;
    overflow: hidden;
    background: transparent;
    border-bottom: 3px solid var(--sc-azul-bandasuperiordarker);
}

div.indicador-unit-pestanna span {
    line-height: 18px;
    font-weight: bolder;
    font-size: 20px;
    height: 20px;
    color: var(--sc-azul-bandasuperiordarker);
}

.resultados-header-seleccion {
    margin-left: 24px;
}


