﻿

#Divlogos {

    vertical-align: middle;
    max-width: 882px;
    padding-top: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    position: relative;
    min-height:100px
}



#logoeprint
{
    min-height:70px;
    min-width:70px;
}

#Buscador {
    /* height: 122px;*/
    color: white;
    max-width: 882px;
    padding-bottom: 2%;
    display: flex;
    flex-direction: column;
}



#Todas {
    position: absolute;
    right: 0;
    bottom: -12px;
    color: white !important;
    background-color: #00a6d6 !important;
    border-radius: 10px;
    padding-right: 15px;
    padding-left: 10px;
    height: 35px;
    margin: 0;
   /* padding: 0;*/
    /*z-index: 10;*/
    padding-top: 5px;
}


#Todas a {
    color:white !important;
    font-weight:700;
    font-size:10px
}

#Buscador .row {
    margin-bottom: 5px; /* Ajusta el valor según el espacio deseado */
}

    #Buscador .row:last-child {
        margin-bottom: 0;
    }
#DivBuscador {
    height: auto;
    position: relative;
    padding-bottom: 12px !important;
    padding-top: 15px !important;
}



.control
{
    margin-top:0px 
}

#comborevista {
    background-color: transparent;
    color: white;
    font-size: 14px;
    border: 1px solid white;
    height: 24px;
    padding-top: 1px;
    border-radius: 25px;
    margin-top: 1px;
    padding-left: 12px;
}


#combocampo {
    background-color: transparent;
    color: white;
    font-size: 14px;
    border: 1px solid white;
    height: 24px;
    padding-top: 1px;
    border-radius: 25px;
    margin-top: 1px;
    padding-left: 12px;
}


.select2-container--default .select2-selection--single {
    background-color: transparent;
    color: white;
    font-size: 14px;
    border: 1px solid white;
    height: 24px;
    padding-top: 1px;
    border-radius: 25px;
    margin-top: 1px;
    padding-left: 12px;
}




.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0px;
    border-color: white transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent white transparent;
    border-width: 0 4px 5px 4px;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
   
}
.select2-results__option--selectable {

    padding-left: 20px;
}

.select2-dropdown {
    /*  background-color: rgba(255, 255, 255, 0.9);*/
    background-color: #5897fb;
    border-radius: 25px;
    border: solid thin white;
    color: white;
    padding-bottom:15px;
  
}


.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    /*  background-color: #5897fb;*/
    background-color: white;
    color: #5897fb;
    padding-left: 20px;
}

.select2-container--default:last-child .select2-results__option--highlighted.select2-results__option--selectable:last-child {

   /* border-bottom-left-radius: 25px;
   border-bottom-right-radius: 25px;*/
 /*  margin-bottom:50px;
  */
}


    .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: white;
    
}
.select2-container--default .select2-results__option--selected {
    background-color: white;
    color: #5897fb;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
    text-align: left
}


.select2
{
    width:100%
}

.select2-container {
    width: 100% !important;
 /*   margin-left:0.5% !important;*/
}



.ui-widget-header {
    /*background-color: rgba(255, 255, 255, 0.9) !important;*/
    background-color: white !important;
    border-radius: 25px;
    border: solid thin #e8e8e8;
}
.ui-widget.ui-widget-content {
    border: solid thin #e8e8e8;
    border-radius: 25px;
}
.ui-datepicker-month {
    border: thin solid #e8e8e8 !important;
    background-color: white !important;
}

.ui-datepicker-year {
    border: thin solid #e8e8e8 !important;
    background-color: white !important;
}



#fechainicio {
    /*margin-right:1px;*/
}
.fecha {
    /*  display: inline;*/
    min-width: 95px;
    padding-left: 0.8rem;
    font-size: 14px;
    border-radius: 25px !important;
    background-color: transparent;
    color: white;
    box-shadow: none !important;
    border: solid thin white;
    height: 24px;
    /* width: 49%;*/
}
#fechainicio:focus {
    background-color: transparent;
    border-color: white;
    color: white;
}

#fechafin:focus {
    background-color: transparent;
    border-color: white;
    color: white;
}





    #textolibre {
    background-color: transparent;
    color: white;
    padding-left: 15px;
    border-radius: 25px;
    width: 100%;
    box-shadow: none !important;
    border: solid thin white;
    font-size: 16px;
    width: 100%;
    height:30px;
    font-style:italic
}


        #textolibre::placeholder {
            color: #acabab;
        }


.combosbuscador {
    background-color: transparent;
    color: white;
    padding-left: 15px;
    border-radius: 25px;
    width: 100%;
    box-shadow: none !important;
    border: solid thin white;
    font-size: 14px;
    width: 100%
}

#Buscar {
    border-radius: 25px;
    font-weight: 600 !important;
    background-color: transparent;
    border: 10px;
    border: solid thin white;
    background-color: rgba(255, 255, 255, 0.5);
    width: 120px;
    height: 30px;
    color: white;
  

}
#DivBuscador {
    text-align: center;
  
}

#FrmBuscador {
 width:100%;
    text-align: left;
    align-content:start ;
    display: inline-block;
}


#DivBotonBuscar {
    text-align: left;
   /* border:solid red*/
}

.divlibre {
    padding-bottom:5px
}

#avanzada {
    display: inline-table;
    padding-left: 10%;
    color:white;
    text-decoration:none;
    text-align:right;
    font-size:10px!important
}

    #avanzada a {
        color: white;
        text-decoration: none;
        margin-top: 5px;

    }

.accordion-button2:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button2:not(.collapsed) {
    color: white !important;
 
    box-shadow: none !important;
}

    .accordion-button2:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' fill='white' class='bi bi-chevron-compact-down' viewBox='0 0 16 16'%3E%3Cpath d='M7.776 5.553a.5.5 0 0 1 .448 0l6 3a.5.5 0 1 1-.448.894L8 6.56 2.224 9.447a.5.5 0 1 1-.448-.894z'/%3E%3C/svg%3E");
        font-size: 5px !important
    }

.accordion-button2::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.25rem;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='5' fill='white' class='bi bi-chevron-compact-up' viewBox='0 0 16 16'%3E%3Cpath  d='M1.553 6.776a.5.5 0 0 1 .67-.223L8 9.44l5.776-2.888a.5.5 0 1 1 .448.894l-6 3a.5.5 0 0 1-.448 0l-6-3a.5.5 0 0 1-.223-.67'/%3E%3C/svg%3E");
    background-size: 1.25rem;
    /*   transition: transform .2s ease-in-out;*/
    display: inline-table;
    top: 7px;
    position: relative;
}



/* #avanzada:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='rgb(0, 166, 214)' class='bi bi-caret-down-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");

}*/

    /*#avanzada:not(.collapsed)::after {
  
        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'></polyline></svg>");*/
        /* Aquí puedes añadir más propiedades CSS para controlar el tamaño y posición del icono */
        /*margin-left: 8px;*/ /* Espacio entre el texto y el icono */
        /*display: inline-block;*/ /* Para que se pueda aplicar transformaciones si es necesario */
        /*width: 16px;*/ /* Tamaño del icono */
        /*height: 16px;
        border: solid blue
    }

    #avanzada::after {

        content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='9 18 15 12 9 6'></polyline></svg>");*/
        /* Aquí puedes añadir más propiedades CSS para controlar el tamaño y posición del icono */
        /*margin-left: 8px;*/ /* Espacio entre el texto y el icono */
        /*display: inline-block;*/ /* Para que se pueda aplicar transformaciones si es necesario */
        /*width: 16px;*/ /* Tamaño del icono */
        /*height: 16px;
        border: solid red
    }*/


  



/*.control {
    margin-top:0px !important;
}*/


@media (min-width: 575px) {


    #avanzada {
        display: none
    }


    #Buscar {
        margin-top: 8px !important;
    }


   

    #FrmBuscador {
        text-align: center;
        align-content: center;
    }


    #DivBotonBuscar {
        text-align: right;
        padding-left: 0px !important;
        margin-top: 0px !important;
        /* border: solid blue*/
    }

    #Buscador {
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 12px;
        text-align: left;
    }


    .divlibre {
        padding-bottom: 8px;
    }

    .control {
       margin-top: var(--bs-gutter-y) !important;
    }
   

}



    @media (min-width: 768px) {
        #DivBuscador {
            padding-bottom: 12px !important;
            padding-top: 15px !important;
        }

        #Buscar {
            margin-top: 1px;
        }

        #fechainicio {
            margin-right: 0px;
        }


        #Divlogos {
            padding-bottom: 15px;
            padding-top: 15px;
        }
    }


