/* #wrapper #content-wrapper #content{
    background-color: #2a2a2a !important;
} */

table thead th, table thead th a {
    color: #fff !important;
}
table thead{
    background-color:  #165f83 !important;
}


nav.navbar.navbar-expand.navbar-light,
#accordionSidebar {
    background-color: #165F83 !important;
}

.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}

.topbar #sidebarToggleTop {
    background-color: #eaecf4;
}

/* .topbar #sidebarToggleTop:active {
background-color: #f10745 !important;
} */

.select2 option:checked {
    background-color: lightblue !important;
    /* Cambia el color de fondo a lightblue para los elementos seleccionados */
}

.table-responsive {
    border-radius: 10px !important;
}


span.form-control-user.rounded-left {
    font-size: 1rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
    max-height: 1.5rem;
}

.nav-link.active {
    /* font-size: 1rem; */
    color: white !important;
    background-color: #6e8ce4 !important;
}

.nav-link:hover:not(.active) {
    /* font-size: 1rem; */
    color: white !important;
    background-color: #014060 !important;
}

ul.nav {
    border-bottom: 1px solid #2e5be2 !important;
}

#formPersoais img {
    border: 1px solid black;
    border-radius: 5px;
}

/* css para el input dropZone */
.dropzone {
    text-align: center;
    padding: 30px;
    border: 3px dashed #6088d8;
    border-radius: 10px;
    background-color: #fafafa;
    color: #6088d8;
    cursor: pointer;
    margin-bottom: 20px;
}

.selected-file-wrapper {
    text-align: center;
}

.selected-file {
    color: #000;
    font-weight: bold;
    text-align: start;
}

#filesModalBody {
    background-color: #e9e9e9 !important;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 3rem;
    width: 3rem;
}


/* =========================================================
Personalización info sidebar y justificaciones Kit Digital*/
#appInfo {
    color: whitesmoke;
    font-weight: bold;
    text-align: left;
    font-size: smaller;
    line-height: 25px;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 1em;
    margin-right: 1em;
}

#appInfo strong {
    font-size: large;
}

#appInfo a {
    color: whitesmoke;

}

#versionesApp .modal-header,
#versionesApp thead {
    background-color: #165F83;
    color: white;
}

.modal-header {
    background-color: #165F83;
    color: white;
}

.reporting-resumen {
    border-left: 10px solid #517091 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.reporting-resumen-avanzadas {
    background-color: #517091 !important;
    border-radius: 8px !important;
    color: white !important;
}

.funnel-img {
    width: 10px;
    height: 10px;
}

.funnel-td1 {
    width: 36% !important;
}

.funnel-color-1 {
    background-color: #3f3f57;
    color: white;
}

.funnel-color-2 {
    background-color: #929292;
    color: white;
}

.funnel-color-3 {
    background-color: #5db2d8;
    color: white;
}

.funnel-color-4 {
    background-color: #191db3;
    color: white;
}

.funnel-table-header th {
    background-color: #737888 !important;
    color: white !important;
}

/* Fin Personalización info sidebar y justificaciones Kit Digital
============================================================== */

/* Personalización contador de solicitudes */
a:hover span.contador {
    background: #8c94b2;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    font-size: 0.8rem;
}

span.contador {
    background: #165F83;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    font-size: 0.8rem;
}

/* Pestaña actividade - timeline ========================== */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 35%;
    left: 0px;
    /* opacity: 0.5;
    filter: alpha(opacity=50); */
}

@media screen and (min-width: 300px) and (max-width: 374px){

    .timeline {
        margin: -25%;
        padding: 5px;
    }

    .timeline>li>.timeline-panel {
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        /* padding: 5px; */
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }

    .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

}

@media screen and (min-width: 480px) {

    .timeline {
        list-style: none;
        padding: 20px 0 20px;
        position: relative;
    }

    .timeline:before {
        top: 80px;
        bottom: 90px;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 10%;
        margin-left: -1.5px;
    }

    .timeline>li {
        margin-bottom: 20px;
        position: relative;
        /* display: flex; */
        /* margin-right: 60%; */
    }

    .timeline>li:before,
    .timeline>li:after {
        content: " ";
        display: table;
    }

    .timeline>li:after {
        clear: both;
    }

    .timeline>li:before,
    .timeline>li:after {
        content: " ";
        display: table;
    }

    .timeline>li:after {
        clear: both;
    }

    .timeline>li>.timeline-panel {
        width: 80%;
        float: left;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }

    .timeline>li>.timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 33%;
        left: 10%;
        margin-left: -25px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
    }

    .timeline>li.timeline-inverted>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline>li.timeline-inverted>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline-heading {
        width: 70%;
    }

    .timeline-clock {
        width: 25%;
    }

    .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    .timeline-body>p,
    .timeline-body>ul {
        margin-bottom: 0;
    }

    .timeline-body>p+p {
        margin-top: 5px;
    }

    .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* ==================================================== */
