/* ENCABEZADOS */

.page-title {
    font-weight: 400;
    font-size: 1.75rem !important;
}

.page-subtitle {
    font-weight: 400;
    font-size: 1.25rem !important;
    color:#6e7291 !important;
}



/* ESTILOS PANELES Y CARDS */

.panel, .card {
    margin-bottom: 20px;
    border-width: 0px !important;
    border-style: solid;
    border-radius: .55rem !important;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .25) !important;
}

.tile-box, .content-box {
    margin-bottom: 20px;
    border-width: 0px !important;
    border-style: solid;
    border-radius: .55rem !important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .25) !important;
}

.btn-floating {
    border-radius: 100% !important;

}



/* ESTILOS PARA ALINEACIÓN DE TABLAS */

.table-lista {
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important; */
}

.table-lista>thead>tr>th {
    /*background-color: #f3f3f3 !important;*/ background-color: #fff !important;

}

.table-lista tbody tr:nth-of-type(odd) {
    /*background-color: #fdfdfd !important;*/ background-color: rgba(243, 247, 249, .3) !important;
}

.table-lista tr:nth-child(even)>td {
    background-color: #fff;
}

.table-lista td,
.table-lista th {
    text-align: center;
    /*padding-top:13px !important;
    padding-bottom:13px !important;*/
    padding-right: 30px !important;
    padding: 1rem 1rem;
    color: #858796;

}

.table-lista th {
    vertical-align: middle !important;
}

.table-lista th:first-child {
    text-align: left !important;
}

.table-lista td:first-child {
    text-align: left !important;
}

.table-lista tr:hover td {
    color: #5b656f;
    background: #f5f6fa !important;
    border-bottom: solid 1px #acacac;
    border-top: solid 1px #acacac;
}

.table-lista th.text-left {
    text-align: left !important;
}

.table-lista td.text-left {
    text-align: left !important;
}

.table-lista.table-lista-condensed td,
.table-lista.table-lista-condensed th {
    font-size: small;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.th-acciones-3 {
    width: 145px !important;
}

/* ESTILOS ALINEACIÓN Y LABELS FORMS */

@media (min-width: 768px) {
    .form-qps .form-group label {
        text-align: right;
    }
}

/* ESTILOS ARREGLO MODALS */

.modal-header .modal-title {
    -ms-flex-order: inherit;
    order: inherit;
    margin-top: 0;
}


/* ESTILOS INPUTS FORM-CONTROL */

.form-control {
    /*border-radius: 0.5rem!important;*/
    border: 1px solid #d1d3e2 !important;
}

.spinnerUi-up {
    border-top: 1px solid #d1d3e2 !important;
    border-right: 1px solid #d1d3e2 !important;
}
.spinnerUi-down {
    border-bottom: 1px solid #d1d3e2 !important;
    border-right: 1px solid #d1d3e2 !important;
}

/* ESTILOS DATE PICKER MANDAR HACIA ADELANTE */

.datepicker-dropdown {
    z-index: 100000 !important;
}

/* ESTILOS DIVS CONTACTOS Y GRUPOS DETALLE INVITACIÓN RESIDENTE */
.example.container-contacts {
    padding: 15px;
    /*overflow: scroll;*/
    max-height: 300px;
    border-radius: .55rem !important;
}
.example.container-contacts .table-responsive {
    overflow-y: scroll;
    max-height: 240px;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
}
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: .85em;
    white-space: nowrap;
}
[aria-live='polite'] {
    position:inherit;
    z-index: 1700;
    pointer-events: none;
}



/* ESTILOS SCROLL */

.scrollable-vertical {
    overflow-y: scroll;
}

/* ESTILOS BOTONES */
.btn-block {
    display: block;
    width: 100%;
}

/* ESTILOS POPOVERS TIPPY */

.tippy-box {
    text-align: left;
    border-radius: .55rem!important;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 .15rem 1.75rem 0 rgba(58, 59, 69, .25) !important;
}
.tippy-content {
    padding: 1rem !important;
}
.tippy-content p {
    margin: 0;
}

.popover-info {
    font-size: small;
}

/* ESTILOS POPOVER - TOOLTIP CLIQUEABLE */

a.btn-popover-primary {
    color: #4e73df; 
}

a.btn-popover-primary:hover {
    color: #2d59d9; 
}

div.popover .popover-content {
    font-size: small;
    font-weight: 400;
    color: #858796;

}


/* ESTILOS CONTADORES */


.counter-reporte {

    font-size: 2em;
    font-weight: 500;
    line-height: .9;
}
.counter-reporte small {

    font-size: .5em;
    font-weight: 400;
    line-height: .9;
    color: #8a8c9b;
    position: relative;
    top: 8px;
}
.panel-reporte span.fecha-ensitio {
    font-size: .8em;
    font-weight: 500;
    line-height: .7;
    color: #8a8c9b;
    float: left;
    margin-top: 5px;

    
}

.counter-reporte img {

    height: 23px;
    position: relative;
    top: 2px;
}

.counter-label-reporte {

    font-size: 0.9em;
    font-weight: 300;
    line-height: .85;
    margin-top: 0px;
}

.counter-icon-reporte {

    font-size: 3em;
    line-height: 1.1;
    float: right;
}

.counter-icon-reporte img {

    height: 1.25em;
    line-height: 1.1;
    float: right;
    fill: #000;
}

.counter-link .panel .panel-body:hover {
    background: rgba(0, 0, 0, 0.05) !important;
}


.panel.panel-reporte .panel-body {
    padding: 2.2rem 1.85rem;
    color: #5a5c69;
}

.panel.panel-reporte .panel-body .counter-icon-reporte i {
    color: #dddfeb!important;
}

.panel.panel-reporte .panel-body .btn-ico-counter {
    padding: 2px 5px 3px 8px;
    /*border: solid 1px #f1f1f1;*/
    border-radius: .55rem;
    float: right;
    background: rgb(250,250,250);
background: linear-gradient(141deg, rgba(250,250,250,1) 0%, rgba(241,241,241,1) 100%);

}
.panel.panel-reporte .panel-body .btn-ico-counter .counter-icon-reporte i:hover {
    color: #c4c8dc !important;
    font-size: 1.05em;
}


