﻿#popup-test-obligatorio {
    z-index: 1250;
}

#popup-test-configuracion {
    z-index: 1250;
}

#popup-test-confirmation {
    z-index: 1250;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

.progress {
    width: 100%;
    background: #cccccc;
}

.progress-bar-danger {
    background-color: #cd4237;
}

#fes-progress-cont {
    display: none;
}

.navbar-main .navbar-nav.nav-pills .nav-link {
    border-radius: 0px;
}
/******************************  Lado izquierdo  ******************************/
.statistics-sidebar .nav-item {
    margin-bottom: 20px;
}

    .statistics-sidebar .nav-item .nav-link {
        text-align: center;
        border: 1px solid #D7D7D7;
        background: #ffffff;
        color: #000000;
        padding: 1.2rem 1rem;
        min-height: 72px;
    }

    .statistics-sidebar .nav-item.active .nav-link {
        background: #ffe6e6;
        border-color: #ffe6e6;
    }

    .statistics-sidebar .nav-item .nav-link p {
        font-size: 35px;
        text-align: center;
        color: #000000;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .statistics-sidebar .nav-item .nav-link span {
        display: inline-block;
        font-size: 16px;
        margin: 0 auto;
        position: relative;
        padding-left: 30px;
        text-align: left;
        line-height: 16px;
    }

        .statistics-sidebar .nav-item .nav-link span i {
            font-size: 22px;
            position: absolute;
            left: 0;
            top: 0;
        }
/******************************  Contenido (Lado derecho)  ******************************/

.modal .btn-primary {
    background: #2980b9;
}

a > label {
    color: #292121;
    font-size: 13px !important;
}

@media (min-width: 200px) and (max-width: 319px) {
    .nav-linkMenu {
        height: 105px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .nav-linkMenu {
        height: 105px;
    }
}

@media (min-width: 720px) {
    .nav-linkMenu {
        height: 105px;
    }
}

@media (min-width: 960px) {
    .nav-linkMenu {
        height: 105px;
    }
}

@media (min-width: 1140px) {
    .nav-linkMenu {
        height: 105px;
        position:center;
    }
}
#mnuLateral {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
/*******************************************************************************/

#registroCompletadoPopup.modal {
    z-index: 9999;
    position: absolute !important;
}

#registroCompletadoPopupHeader {
    background-color: #c4122f;
}

#registroCompletadoPopupLabel {
    color: #ffffff;
}

#btnacepta3 {
    background-color: #c4122f;
    border-color: #c4122f;
    border-color: #c4122f;
}

#registroCompletadoPopupCerrar {
    color: #ffffff;
    opacity: .8 !important;
}

#customBackdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

#registroCompletadoPopup {
    z-index: 1050;
}
