﻿/*HOJA DE ESTILOS PROPIA DEL SITIO. Temas genericos de presentacion del sitio asi como nuevos estilos*/

/* Move down content because we have a fixed navbar that is 80px tall */
body {
    padding-top: 90px;
    padding-bottom: 20px;
    background-color: #f7f4f2 !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 10px;
    background-color: #ffffff !important;
}

/* Estilos para el autocomplete */

.ui-autocomplete-term {
    font-weight: bold;
    color: #5959fb;
}

.ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    background-color: #EBE5C2;
}

/*estilos para elementos comunes propios*/

.imagenCabecera {
    width: auto;
    height: 70px;
    padding-left: 5px;
}


.seccionTituloPagina {
    border-bottom: 0.5px solid #e08748 !important;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 10px;
  
}


.seccionTituloPagina h1 {
    font-size: 30px !important;
    color: #8f8c8c !important;
    font-weight: 450 !important;
}

.separadorHorizontal {
    padding-top: 30px !important;
}

.separadorHorizontalMini {
    padding-top: 15px !important;
}

.contenedorBrand {
    width: 60% !important;
}

li a {
    white-space: nowrap !important;
}


.card-text {
    font-size: 1em;
}

/*grid resultado de filtros*/



.TablaGrid th {
    background-color: #61566d !important;
    color: #ffffff !important;
    font-weight: 400;
}

.TablaGrid td {
    margin: 1px !important;
    border-bottom: 3px solid #e6e5e5 !important;
}


.PaginacionGrid td {
    border: none !important;
    padding-right: 0px !important;
    padding-left: 4px !important;
}

.PaginacionGrid a { /*páginas sin seleccionar*/
    color: black;
    font-size: 0.9em;
    float: left;
    padding: 4px 12px;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color .3s;
    border: 0.5px solid #bfbdbd !important;
}

.PaginacionGrid span { /*página seleccionada*/
    color: black;
    font-size: 0.9em;
    float: left;
    padding: 4px 12px;
    text-decoration: none;
    background-color: #5a93a9;
    color: white;
    border-radius: 5px;
    border: 0.5px solid #bfbdbd !important;
}

.PaginacionGrid a:hover { /*hover sobre páginas sin seleccionar*/
    background-color: #bfc9f7;
}

/*div de detalle de cuentas*/

.divModalAlturaFija {
    height: 680px !important;
}


.bodyDetalle {
    padding: 5px !important;
}

/*fin div de detalle de cuentas*/

/*Estilos autocomplete*/

.ui-autocomplete-term {
    font-weight: bold;
    color: #e08748;
}

.ui-widget-content {
    border: 1px solid #bfbdbd;
    background-color: Window !important;
    max-width: 600px !important;
    font-size: 0.85em !important;
    margin: 0px !important;
    list-style: none !important;
}

    .ui-menu .ui-menu-item:hover, .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
        background-color: #d4e5eb;
    }

/*Fin Estilos Autocomplete*/


/*selector en la navbar*/

.selectMenu { 
  
    margin-right: 10px;
    color: #e08748 !important;  
}

.selectMenu option {
color: black !important;  
}

.selectMenu option:hover {
}
 
.listaSinEstilo
{
     list-style: none !important;
}


/*loading spinner*/

#cover-spin { /*panel que cubre por completo la pantalla*/
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #5a93a9;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

/*separadores*/


