/* ENCABEZADOS */

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

.page-subtitle {
    font-weight: 400;
    font-size: 2.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 !important;
    /*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;
}


/* 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;
}