/****************************************************** Fonts *********************************************************/
@font-face {
    font-family: 'Lilita';
    font-display: swap;
    src: url("../fonts/LilitaOne-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

/****************************************************** Gral **********************************************************/
.notificacion .badge-notify {
    font-size: 10px !important;
    color: white;
    position: absolute;
    margin-top: -4px;
    margin-left: -8px;
    background: #d9534f;
}
.desplegar button{
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
}

.alinear-contenido{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

/*Busqueda y ordenamiento*/
.sort thead th:last-child{
    text-align: center;
    width: 10px;
}
.sort tr td:last-child{
    text-align: right;
}
.sort tr td:last-child a{
    display: table-cell;
    padding: 0 3px;
    cursor: pointer;
}
.sort thead th[data-col] {
    color: #008cba;
    text-decoration: none;
    cursor: pointer;
}
.sort thead th[data-col]:hover,
.sort thead th[data-col]:focus {
    color: #008cba;
    text-decoration: underline;
}
.sort thead th[data-col]:focus {
    outline-offset: -2px;
}
.busqueda {
    border: 1px solid #c8c8c8  !important;
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: inset 0 0 1px #cfcfcf ;
    height: 30px;
}
.btn-buscar {
    padding: 5px;
    cursor: pointer;
    border: none;
    background: none;
    color: #286090 ;
}
.btn-buscar:hover {
    color: #337AB7 ;
}

/*.div-tabla-border {
    border-bottom: solid 1px darkgray;
    padding: 8px 0;
}
.titulo-tabla { color: #007bff; }*/

.text-lilita-one-gray-15 {
    font-family: 'Lilita', 'sans-serif';
    font-size: 30px;
    color: #4D4D4E;
}

.card-header { padding: 10px 10px 0 10px !important; }

.fa-diaspora.required {
    font-size: 12px;
    color: red !important;
}
.fa-info-circle.inf { color: #2b7aa6 !important; }

/*Para select2*/
select[style*="display: none"] + .select2 { display: none; }

/****************************************************** Cuerpo ********************************************************/
.box-detalles{
    border: 1px solid #ced4da;
    border-radius: .9rem;
    padding: 10px;
}

.sub-review{ margin-top: -54px; }

/******************************************************* Chat *********************************************************/
.globo-chat {
    border:1px solid #dee2e6;
    border-radius: 5px;
    margin-bottom: 5px;
}
.globo-chat.principal {
    background-color: #F6F6F8;
}

.icono-msjs-chat {
    font-size: 12px;
    color: #C55316;
    margin-left: 7px;
    margin-top: -6px;
}
.num-msjs-chat {
    position: absolute;
    font-family: 'ITC', 'sans-serif';
    font-size: 10px;
    color: white;
    margin-left: -9px;
}

/****************************************************** Modals ********************************************************/
/*.text-staatliches-15 {
    font-family : 'Staatliches', 'sans-serif';
    font-size : 30px !important;
    color : #000;
}*/

/****************************************************** Header ********************************************************/
.margen-header-noti{ margin-left: 50px; }

/****************************************************** Footer ********************************************************/

/****************************************************** Medias ********************************************************/
@media(max-width: 1199px){
    .text-lilita-one-gray-15 { font-size: 28px; }
}
@media(max-width: 991px){
    .margen-header-noti{ margin-left: 0; }
}
@media(max-width: 767px){
    .acomodo-group{ width: 100% }

    .sub-review{ margin-top: 0; }
}
@media(max-width: 575px){
    .input-group-text{ white-space: initial !important; }
}
