/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(238,21): run-time error CSS1039: Token not allowed after unary operator: '-gray'
 */
:root {
    --text-info-color: #486DCB;
}

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 54px;
    background-color: #F5F7FC;
    font-family: 'interstatelight', sans-serif;
    font-size: 14px;
}
    body.no-header { padding-top: 0 !important; }

#mainWrapper { display: flex; width: 100%; }
#mainContent { width: 100%; }
#sidebarMenu { border-right: 1px solid #eee; min-width: 285px; max-width: 285px; }
#sidebarMenu ul li a {
    position: relative;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: inherit;
}

    #sidebarMenu ul li a:hover {
        background: #eee;
    }

#sidebarMenu a.active,
#sidebarMenu ul li.active > a,
#sidebarMenu a[aria-expanded="true"] {
    color: #007bff !important;
}

.sidebar-submenu a {
    font-size: 0.9em !important;
    padding: 5px 5px 5px 15px !important;
}

.sidebar-submenu .sidebar-submenu a {
    padding: 5px 5px 5px 25px !important;
}

.sidebar-submenu .sidebar-submenu .sidebar-submenu a {
    padding: 5px 5px 5px 35px !important;
}

#sidebarMenu .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.estrellas-rating { color: #fad709 !important; width: 75px !important; }
.opacity-half { opacity: 0.5 !important; }

.overflow-none { overflow: hidden; }
.overflow-x-none { overflow-x: hidden; }
.overflow-y-none { overflow-x: hidden; }

@media (max-width: 768px) {
    #mainWrapper { display: block; }
    #sidebarMenu { min-width: 100%; max-width: 100%; }
}

.navbar { padding: .25rem 1rem !important; }
.custom-file-label { overflow: hidden; }

.menu-icon { width: 16px; margin-top: -5px; margin-right: 5px; }

.flat-icon-attribution { color: #888; font-size: 10pt; }
.flat-icon-attribution a { color: #333; }

.text-sm { font-size: 0.8rem !important; }
.text-md { font-size: 1rem !important; }
.text-lg { font-size: 1.1rem !important; }

.btn-group-xs > .btn, .btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
    line-height: 1.2;
    border-radius: 0.2rem;
}

label[for] { font-weight: 500; margin-bottom: 5px; }
.custom-file-label, .custom-control-label { font-weight: normal !important; }

.form-control-plaintext {
    padding: 0;
}

.semaforo {
    height: 15px;
    width: 15px;
    border-radius: 50px;
    margin: auto;
}
.semaforo-verde { background-color: green; }
.semaforo-amarillo { background-color: yellow; }
.semaforo-naranja { background-color: orange; }
.semaforo-rojo { background-color: red; }

.semaforo-bandera { font-size: 16pt; }
.semaforo-bandera-verde { color: green; }
.semaforo-bandera-amarillo { color: #FFED00; }
.semaforo-bandera-naranja { color: orange; }
.semaforo-bandera-rojo { color: red; }

.filtro-prospecto-status { width: 180px !important; }

.btn-reportar-incidencia {
    font-size: 16pt;
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.evento-asesor-tipo-1 { background-color: #007bff !important; }
.evento-asesor-tipo-2 { background-color: #7b5cae !important; }
.evento-asesor-tipo-3 { background-color: #dc3545 !important; }
.evento-asesor-tipo-4 { background-color: #e83e8c !important; }
.evento-asesor-tipo-5 { background-color: #8a55ea !important; }
.evento-asesor-tipo-6 { background-color: #fd7e14 !important; }
.evento-asesor-tipo-7 { background-color: #eeb304 !important; }
.evento-asesor-tipo-8 { background-color: #28a745 !important; }
.evento-asesor-tipo-9 { background-color: #17a2b8 !important; }
.evento-asesor-tipo-10 { background-color: #5bc6bf !important; }
.evento-asesor-tipo-11 { background-color: #9fa4a9 !important; }
.evento-asesor-tipo-99 { background-color: #ff75b4 !important; }

.evento-coordinador-tipo-1 { background-color: #007bff !important; }
.evento-coordinador-tipo-2 { background-color: #7b5cae !important; }
.evento-coordinador-tipo-3 { background-color: #dc3545 !important; }
.evento-coordinador-tipo-4 { background-color: #e83e8c !important; }
.evento-coordinador-tipo-5 { background-color: #8a55ea !important; }
.evento-coordinador-tipo-6 { background-color: #fd7e14 !important; }
.evento-coordinador-tipo-7 { background-color: #eeb304 !important; }
.evento-coordinador-tipo-8 { background-color: #28a745 !important; }
.evento-coordinador-tipo-9 { background-color: #17a2b8 !important; }
.evento-coordinador-tipo-10 { background-color: #9fa4a9 !important; }
.evento-coordinador-tipo-11 { background-color: #5bc6bf !important; }

/* Validacion */
.input-validation-error {
    border-color: #ff4000;
}

.requerido::after {
    content: '*';
    margin-left: 5px;
}

.validation-summary-errors {
    color: #852100;
    background-color: #ffd9cc;
    border-color: #ffcab8;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .validation-summary-errors ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.validation-summary-valid {
    display: none;
}

.field-validation-error { color: #ff4000; font-size: 0.8rem; }

/** Bootstrap fixes **/
.col-form-label { font-weight: bold; }
.text-success { color: #008542 !important; }
.bg-lightgray { background-color: #f8f9fa !important; }

.dropdown-menu[role=combobox] {
    z-index: 1060 !important;
}

    .dropdown-menu[role=combobox] ul.dropdown-menu li.selected {
        background-color: #ddd;
    }

    .dropdown-menu[role=combobox] ul.dropdown-menu li a.dropdown-item:focus,
    .dropdown-menu[role=combobox] ul.dropdown-menu li a.dropdown-item:hover {
        color: #fff;
        background-color: #495057;
    }

.btn-warning {
    color: white;
}

    .btn-warning:hover {
        color: white;
    }

.bootstrap-select > .dropdown-toggle {
    background-color: #fff;
    color: #495057 !important;
    border: 1px solid #ced4da;
}

    .bootstrap-select > .dropdown-toggle:after {
        content: '\f107';
        font-family: 'FontAwesome';
        font-weight: bold;
        width: 30px;
        height: 30px;
        position: absolute;
        right: 4px;
        top: 7px;
        font-size: 1rem;
        border: none;
    }

.nav-tabs {
    border-bottom: 1px solid #a6b5d6;
}

    .nav-tabs .nav-link {
        color: var(--gray);
        font-weight: 500;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #a6b5d6;
            color: #0056b3
        }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: #056DAE;
        background-color: #F5F7FC;
        border-color: #a6b5d6 #a6b5d6 #F5F7FC;
        font-weight: 600;
    }
/******/

/** PowerBI **/
.pbi-report {
    /*min-width: 900px;*/
    width: 100%;
    height: 720px;
    border: 1px solid #c8c8c8;
}

    .pbi-report iframe {
        border: none;
    }

/*@media (max-width: 767px) {
    .pbi-report {
        min-width: inherit !important;
        height: 550px;
    }
}*/
/****/

/** Bootstrap Datepicker **/
.datepicker { z-index: 1100 !important; }
.datepicker-dropdown { z-index: 1060 !important; }
/****/

/** Reportes - Dashboards **/
.detail-dashboard-init {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5vw;
}

    .detail-dashboard-init > img{
        width: 18vw;
    }

    .detail-dashboard-init > span {
        font-size: calc(1em + 1.5vw);
        font-weight: 600;
        color: #A6B6D8;
    }
/****/

/** Prospectos **/
.multiselect.prospectos-asignacion > button.btn {
    min-width: 150px;
}

/****/


/** Mensaje Reporte Vacío **/
.report-empty-msg {
    display: flex;
    width: 100%;
    min-height: 20vh;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0,0,0,.125);
    color: #898989;
    border-radius: .25rem;
    gap: 15px;
    padding: 15px;
}

    .report-empty-msg img {
        width: 10vw;
        min-width: 100px;
    }

    .report-empty-msg span.report-empty-msg__texto {
        font-size: calc(1em + 0.5vw);
        font-weight: 600;
        color: #A6B6D8;
        text-align: left;
        line-height: 1.2
    }

.reporte-filtros label {
    line-height: 0.7em;
    font-size: 0.9em;
    margin-left: 8px;
    margin-bottom: 0 !important;
}
/****/

/* FullCalendar.io */
.fc-event-main { padding: 2px !important; overflow: hidden; }
/*****/

/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/****/

@media only screen and (min-width: 992px) and (max-width: 1200px) {
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
}


@media only screen and (min-width:320px) and (max-width:767px) {
    /** Mensaje Reporte Vacío **/
    .report-empty-msg {
        flex-direction: column;
        justify-content: center;
    }

        .report-empty-msg span.report-empty-msg__texto {
            text-align: center;
        }
    /****/
}


@media only screen and (min-width: 70px) and (max-width: 599px) {
    /** Mensaje Reporte Vacío **/
    .report-empty-msg {
        flex-direction: column;
        justify-content: center;
    }

        .report-empty-msg span.report-empty-msg__texto {
            text-align: center;
        }
    /****/
}
