/*MENU*/
#menu-wrap{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 1080px;
    margin: auto;
}

#menu-wrap a.nav-link{
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

#menu-wrap a.nav-link:hover{
    color: #20A7B1;
}

#logo-sitio {
    max-width: 100%;
    margin-right: 60px;
}

#logo-sitio img{
    width: 100%;
    max-width: 170px;
}

#botones-menu{
    display: flex;
    align-items: center;
}

.dropdown .dropdown-menu{
    font-size: 1rem;
    line-height: 2rem;
}

#botones-menu .img-profile{
    width: 45px;
    height: 45px;
}

.back-principal{
    background-color: #20A7B1;
}

.dropdown-item .small{
    line-height: 1em;
}


.back-home{
    background-image: url( '/media/backgrounds/decore.svg' );
    background-color: #fff!important;
    background-size: 50%;
    background-position: top right;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

/*BODY*/
body{
    color:#5E6282;
}

html {
    scroll-behavior: smooth;
}

#wrapper #content-wrapper{
    background-color: #F8F9FA;
}

.btn-solid{
    background-color: #F1A501;
    color: #fff;
    border-radius: 8px;
    padding: 10px 30px;
}

#content{
    background-image: url('/media/Logo-Casasco-Ecuador-Principal.png');
    background-position: bottom right;
    background-size: 30%;
    background-repeat: no-repeat;
}

.combinado{
    padding: 25px 20px;
    border-radius: 8px 0 0 8px;
}

.btn-gris{
    background-color: #b2b2b2;
    color: #fff;
    border-radius: 8px;
    padding: 6px 30px;
}

.border-up-nafis {
    border-left: 0.25rem solid #26D0DD !important;
}
.border-down-nafis {
    border-left: 0.25rem solid #26D0DD !important;
}
.border-left-nafis {
    border-left: 0.25rem solid #26D0DD !important;
}
.border-right-nafis {
    border-left: 0.25rem solid #26D0DD !important;
}

.text-nafis{
    color:#26D0DD;
}

.titulo-resultado{
    color:#26D0DD;
}

body .shadow {
    box-shadow: 0 .15rem 1rem 0 rgba(58,59,69,.05)!important;
}

.ns-link, .ns-link a{
    text-decoration: none;
    color: #5E6282;
}

.ns-link a:hover, .ns-link :hover, .ns-link .text-s, a.ns-link{
    color: #2D3748;

    text-decoration: none;
}

.ns-link .card-body{
    padding: 0.25rem 0.9rem;
}

.ns-link .text-s{
    font-size: .9em;
}


/*SIDEBAR*/

.bg-white{
    background-color: #fff;
}
.sidebar-brand img{
    width: 90%;
}

a.sidebar-brand{
    margin: 10px 0px 20px;
}

/* FORO */

.listado-articulos{
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px;
}

.contnenido-articulos{
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 5px;
}

.titulo-prev{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}
.fuente-prev{
    font-size: 0.9rem;
    font-weight: 600;
    color: #5f5f5f;
}
.resumen-blog{
    font-size: 0.8rem;
    color: #898989;
    margin-bottom: 0.8rem;
}
.categoria-blog{
    color: #fff;
    background-color: #7172EE;
    padding: 7px 16px;
    font-size: .8rem;
    line-height: 0.8rem;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 0.8rem;
    width: fit-content;
}

.titulo-art{
    font-size: 2rem;
    font-weight: 700;
}
.fuente-art{
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
.contenido-art{
    text-align: justify;
}

.ver-mas-art{
    display: block;
    color: #7172EE;
    background-color: #fff;
    border: 1px solid #7172EE;
    padding: 7px 16px;
    font-size: .8rem;
    line-height: 0.8rem;
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 0.8rem;
    width: fit-content;
}

.ver-mas-art:hover{
    text-decoration: none;
}


/* FOOTER */
footer h3{
    color: #000;
    font-size: 1.2rem;
    font-weight: 800;
}
footer ul{
    list-style-type: none;
    padding-left: 10px;
}
footer a{
    color: #5E6282;
}

.derechos-footer{
    text-align: center;
    border-top: 1px solid #5f5f5f;
    padding: 20px 0px;
}
.derechos-footer p{
    margin: 0;
    text-align: center;
    width: 100%;
}

/* TEST */
input[type="radio"]{
    display: none;
}
input[type="radio"] + label{
    border: none;
    background-color: #20A7B1;
    display: inline-block;
 }
  
input[type="radio"]:checked + label{
      background-color: #F1A501;
      border: none;

}

.width-130{
    width: 130px!important;
}

.tabla-resultados{
    width: auto;
    margin: auto;
}
.tabla-resultados th{
    color:#26D0DD;
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid;
    text-align: left;
}
.tabla-resultados td{
    
    border-bottom: 1px solid;
    padding: 10px 30px 10px 10px;
}
.escala-hamilton input[type="radio"] {
    display: inline-block;
    margin-top: 6px;
    margin-right: 10px;
}

.escala-hamilton input[type="radio"]:checked + label{
    background: none;
    color: #F1A501;
}

.escala-hamilton input[type="radio"] + label{
    background: none;
    color: #5E6282;
}

.escala-hamilton .no-list{
    list-style-type: none;
}

.escala-hamilton li{
    display: inline-flex;
}
.padding-escala{
    padding-left:40px;
}

.padding-escala > p{
    display: flex;
    align-items: flex-start;
}


/* ANTERIORES */
h4{
    color:#26D0DD;
    border-bottom: 1px solid #26D0DD;
    padding-bottom: 5px;
    margin: 40px 0px 10px;
}

.texto-centrado{
    text-align: center;
}

.boletin img{
    width: 100%;
}
.boletin h4{
    color: #3c62d2;
    margin-top: 10px;
    font-weight: bold;
}

label{
    color: #3c62d2;
}

.oculto{
    display: none;
}

.observaciones-tabla{
    max-width: 300px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detalle-listado{
    max-height: 90px;
    overflow: hidden;
    max-width: 600px;
}

.icon-info{
    padding: 7px 9px;
    line-height: 40px;
    background: #0088ff;
    color: #fff;
    border-radius: 9px;
    font-size: 14px;
}
.icon-medio{
    background-color: #0dc6eb;
}
.icon-alto{
    background-color: #e39d23;
}
.icon-bajo{
    background-color: #57585e;
}
.icon-critico{
    background-color: #c72f2f;
}

.form-control{
    color: #000;
}

.form-control::-webkit-input-placeholder, .form-control::placeholder, .form-control:-ms-input-placeholder  { /* Edge */
    color: #444;
}

th{
    cursor: pointer; 
}

.avance{
    text-align: right;
    color:#000;
    font-size: .8em;
}

.xdebug-error.xe-notice th,.xdebug-error.xe-warning th{
    color:#000;
}

.tabla-bordes td{
    border: 1px solid #444;
    font-size: .8em;
    min-width: 100px;
}

.tabla-bordes th{
    text-align: center;
}

.tabla-bordes tr:nth-child(even){
    background-color: #e5ebfb;
    color:#4f4f4f;
}

.tabla-bordes td:first-child{
    position: -webkit-sticky;
    position: sticky;
    left:0;
    background:#fff;
    padding:10px;
    color:#000;
    border: 1px solid #000;
    font-weight: 600;
}

.tabla-asistencias td{
    border: 1px solid #444;
    color:#000;
    font-size: .8em;
    min-width: 100px;
    padding: 0px;
}

.tabla-asistencias th{
    text-align: center;
    padding: 0px;
}

.tabla-asistencias td:first-child{
    min-width: 300px;
    background:#fff;
    padding:10px;
    color:#000;
    border: 1px solid #000;
    font-weight: 600;
    line-height: 10px;
}

.tabla-asistencias table{
    margin: 0;
    box-sizing: content-box;
}

.tabla-asistencias table>tbody>tr> td,.tabla-asistencias table>tbody>tr> td:first-child{
    min-width: 100px;
}

.tabla-operaciones{
    color:#000;
}

.rating-activo{
    color:#3c62d2;
}

.rating-inactivo{
    color:#898989;
}

.div.table-responsive>div.dataTables_wrapper>div.row{
    margin:0;
}


.ico-dashboard{
    width: 48px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px 0px #00000042;
}


/*    RESULTADOS BUSQUEDA TEMP    */
.minimental.form-check-input, .minimental.btn-check{
    width: 20px;
    height: 20px;
}

.escala-label.gris-label{
    color: #5E6282;
    margin-top: 3px;
    margin-left: 10px;
}

.link-tarjeta, .link-tarjeta:hover{
    text-decoration: none;
}

.tarjeta{
    background: #fff;
    padding: 10px;
    min-height: 115px;
    margin-bottom: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);*/
}

.tarjeta img{
    width: 100%;
    border-radius: 15px;
}
/*
.tarjeta > .imagen-perfil{
    width: 35%;
}
*/
.tarjeta > .detalles-perfil.completo{
    width: 100%;
}

.tarjeta > .detalles-perfil{
    padding: 15px 5px 5px;
}

.tarjeta > .detalles-perfil > .titulo-perfil{
    font-size: 1em;
    font-weight: bold;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
}

.tarjeta > .detalles-perfil > .descripcion{
    font-size: 0.8em;
    font-weight: bold;
    color: #939393;
}

.tarjeta > .detalles-perfil > .distancia{
    font-size: 0.8em;
    font-weight: bold;
    color: #000;
}

.imagen-ubicacion{
    height: auto;
    max-width: 100%;
}

.img-prefooter img{
    width: 100%;
}

#destacados{
    padding: 20px 5px;
    margin: 40px auto;
    width: 100%;
    background-color: #fff;
}


/* SLIDER */

.slider-general{
    margin: 40px 0px 40px;
    background: #ffff;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}