/* Minification failed. Returning unminified contents.
(452,24): run-time error CSS1036: Expected expression, found '$'
(588,1): run-time error CSS1019: Unexpected token, found '}'
(660,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
#FormularioPreguntas {
    display: none;
}

/*#FormularioResgistro {
    display: none;
}*/

/*===== BOOTSTRAP OVERRIDES AND EXTENSIONS =====*/
form {
    margin: 0px;
}

.login {
    margin: auto;
    width: 50%;
    padding: 10px;
}

.puntuacionesParciales{
    margin-top: 100px;
}

.navbar-inner {
    background-color: #0c2A4D;
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#071D37), to(#0c2d4d));
}

.navbar .brand {
    color: #FFF;
}

.navbar .logoMenuItemsContainer {
    display: inline-block;
    float: right;
    margin-right: 25px;
}

.navbar .nav > li > a {
    color: #c8c7c7 !important;
    text-shadow: none !important;
}

.navbar .nav > li > label {
    color: #c8c7c7 !important;
    text-shadow: none !important;
    padding: 10px 15px 10px !important;
}

.navbar .nav > li > a:hover {
    color: #f9f8f8 !important;
    text-shadow: none !important;
}

.navbar .nav > li > label:hover {
    color: #f9f8f8 !important;
    text-shadow: none !important;
    cursor: pointer;
    padding: 10px 15px 10px !important;
}

.logoMenu {
    background-color: #fff;
    padding-right: 20px;
    padding-left: 20px;
}

    .logoMenu .logoMenuImgContainer {
        width: 400px;
        margin-left: 70px;
        margin-top: 10px;
        display: inline-block;
    }

    .logoMenu .logoMenuItemsContainer {
        display: inline-block;
        position: fixed;
        right: 100px;
        margin-top: 15px;
        float: right;
    }

        .logoMenu .logoMenuItemsContainer > ul > li {
            display: inline-block;
            font-size: 1.3em;
            margin: 0px 10px;
        }

.page-header {
    background-color: #831F34;
    height: 70px;
    color: #fff;
}

    .page-header > div {
        padding-left: 6em;
        padding-top: 15px;
    }

        .page-header > div .viewName {
            font-size: 1.3em;
            margin-top: 5px;
        }

        .page-header > div > font {
            font-size: 2em;
        }

.table .btn-group {
    margin-top: 0;
}

ul.bordered > li {
    border-top: solid 1px #EEE;
    padding: 20px 0;
}

ul.bordered.skip-first > li:first-child {
    border-top-width: 0;
    padding-top: 0;
}


/*===== GENERAL STYLES =====*/

html {
    height: 100%;
}

body {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: space-between;
}

.validation-summary-valid {
    display: none !important;
}

/* ===== LOADING ===== */

.cargando {
    color: #0c2d4d;
    margin-top: 2em;
    letter-spacing: 0.08em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    background-color: gainsboro;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    top: -28px;
    position: absolute;
    opacity: 0.8;
}

.contenedor-cargando {
    margin-top: 40vh;
    margin-left: 44vw;
}

.text-cargando {
    margin-top: 50px;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin-left: 25px;
}


.cube1, .cube2 {
    background-color: orangered;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
}

.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.no-padding-bottom{
    padding-bottom: 0px !important;
}

.section-recomendaciones {
    margin-top: 15px !important;
}

@-webkit-keyframes sk-cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
    }

    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes sk-cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }

    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }

    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }

    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}


/* ===== TOOLBARS ===== */

.toolbar {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .toolbar h4,
    .toolbar h5 {
        margin: 0;
    }

.margin > * {
    margin-left: 5px;
    margin-right: 5px;
}

.helpQuestion {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
}

.question-container {
    padding-left: 10px;
}

#history {
    padding-bottom: 67px;
}

.formSpan {
    margin-bottom: 2% !important;
    margin-left: 0px !important;
}

.formHelpInline {
    display: none;
}

.infoImg {
    width: 25px;
}

.formQuestions {
    padding-left: 15px;
    text-align: start;
}

.progressCustom {
    margin-bottom: 0;
}

.barCustom {
    width: 100%;
}

.passValidate {
    display: none;
}

.textError {
    color: red;
}

.navbar-fixed-top {
    position: sticky;
    margin-bottom: 0px;
}

@media(max-width: 1200px) {
    .question-container {
        width: calc(100% - 300px) !important;
    }

    .Answers-container {
        width: 270px !important;
    }
}

@media (max-width: 979px) {
    body {
        padding-top: 0;
    }
}

@media (max-width: 768px) {

    .container-header {
        padding-right: 20px !important;
        padding-left: 20px !important;
    }

    .mobile-menu {
        display: flex !important;
    }

    .web-menu {
        display: none;
    }



    body {
        margin: 0;
        padding: 0;
    }

    .hamburger {
        background-color: transparent;
        left: 0;
        top: 0;
        height: 30px;
        width: 30px;
        padding: 20px 20px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        z-index: 1002;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

        .hamburger.is-active {
            background-color: none;
        }

    ._layer {
        background: #c8c7c7 !important;
        margin-bottom: 4px;
        border-radius: 2px;
        width: 28px;
        height: 4px;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
        transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
    }

    .hamburger:hover .-top {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .hamburger:hover .-bottom {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    .hamburger.is-active .-top {
        -webkit-transform: translateY(200%) rotate(45deg) !important;
        -ms-transform: translateY(200%) rotate(45deg) !important;
        transform: translateY(200%) rotate(45deg) !important;
    }

    .hamburger.is-active .-mid {
        opacity: 0;
    }

    .hamburger.is-active .-bottom {
        -webkit-transform: translateY(-200%) rotate(135deg) !important;
        -ms-transform: translateY(-200%) rotate(135deg) !important;
        transform: translateY(-200%) rotate(135deg) !important;
    }

    .menuppal.is_active {
        transform: translate3d(0px, 0px, 0px);
    }

    .menuppal {
        background-color: rgba(255, 255, 255, 0.95);
        bottom: 0;
        height: 100%;
        left: 0;
        overflow-y: scroll;
        top: 0;
        overflow: hidden;
        transform: translate3d(0px, -100%, 0px);
        transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
        width: 100%;
    }

        .menuppal ul {
            margin: 0;
            padding: 0;
        }

            .menuppal ul li {
                list-style: none;
                text-align: center;
                font-family: Verdadna, Arial, Helvetica;
                color: $nav-color-text;
                font-size: 1.5rem;
                line-height: 3em;
                height: 50px;
                color: #369;
                text-transform: none;
                font-weight: bold;
            }

                .menuppal ul li a {
                    text-decoration: none;
                    color: #369;
                }

                    .menuppal ul li a:hover {
                        text-decoration: none;
                        color: #333;
                    }


    .ocultar {
        display: none;
    }

    .container-menu {
        display: flex;
        justify-content: end;
    }

    .color-menu-mobile {
        background-color: #0c2A4D;
        background-image: linear-gradient(top, #ffffff, #f2f2f2);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#071D37), to(#0c2d4d));
    }

    .pull-right{
        float:none !important;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
    }

    #logoutForm > label {
        margin-top: 15px;
        font-size: 1.5rem !important;
        font-weight: bold;
        display: initial;
    }
}


@media (min-width: 768px) and (max-width: 979px) {
    .paddingAutoCoplete {
        padding-left: 0px;
        width: 100% !important;
    }

    .logoMenu {
        margin-top: 0;
    }

    .presencia {
        display: none;
    }

    /*    .span3 {
        width: 570px !important;
    }*/
}

@media (min-width: 1024px) {
    .paddingAutoCoplete {
        padding-left: 3em;
    }
}

@media (min-width: 1200px) {
    .paddingAutoCoplete {
        padding-left: 3em;
    }

    #content {
        padding: 0 10%;
    }
}

@media (max-width: 767px) {
    body > .page-header {
        margin-left: -20px;
        margin-right: -20px;
    }

    .logoMenu .logoMenuImgContainer {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
        display: inline-block;
    }

    .page-header {
        background-color: #831F34;
        height: 80px;
        color: #fff;
    }

        .page-header > div {
            padding-left: 2em;
            padding-top: 15px;
        }

            .page-header > div .viewName {
                font-size: 1em;
                margin-top: 5px;
            }

            .page-header > div > font {
                font-size: 1.5em;
            }

    .question-container {
        width: 100% !important;
    }

    .login {
        margin: 0;
        width: 100%;
        padding: 10px;
    }
}

#editUser:hover {
    color: #0088cc;
    text-decoration: none;
}
}

.disabled-option {
    display: block;
    padding: 3px 20px;
    line-height: 20px;
    color: #333333;
    opacity: 0.3;
    white-space: nowrap;
}

.disabled {
    display: block !important;
    line-height: 20px !important;
    color: #333333 !important;
    opacity: 0.4 !important;
    white-space: nowrap !important;
    pointer-events: none !important;
}

.formChangePassword label.control-label {
    float: left;
    width: 180px !important;
    padding-top: 5px;
    text-align: right;
}

.formChangePassword input, textarea, .uneditable-input {
    margin-left: 10px;
}

.txtCalificacion {
    display: inline-block;
}

.btnCerrarCalificacion {
    display: inline;
}

    .btnCerrarCalificacion a {
        margin-top: 5px;
    }

.container-header {
    /*padding-right: 20px;
    padding-left: 20px;*/
    padding: 0px;
}

.container-body {
    overflow: auto;
    height: 100%;
}

.container-sub-body {
    padding-right: 20px;
    padding-left: 20px;
}

.btn-exportar {
    margin-bottom: 20px;
}

#exportPDF {
    outline: none;
}

/*footerlogin------------------------------------*/
.contenedorFooterLogin {
    display: flex;
    flex-direction: row;
    /*background-color: #021123;*/
    --tw-text-opacity: 1;
    color: #c8c7c7 !important;
    padding: 5px 2%;
    justify-content: end;
    background-color: #0c2A4D;
    background-image: linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 100% 100%, 100% 0, from(#071D37), to(#0c2d4d));
}

.div-logo-footer {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 12px;
}

#logoFooter {
    height: 46px;
    width: 132.35px;
}

.text-powered {
    margin-left: 45px;
    margin-right: 15px;
    align-items: center;
    display: flex;
}

.span-copyright {
    margin-top: -2px;
}

.div-copyright {
    display: flex;
    margin-top: 2px;
}

.container-img {
    display: flex;
}


.multi-select-container {
    display: inline-block;
    position: relative;
}

.multi-select-menu {
    position: absolute;
    left: 0;
    top: 0.8em;
    z-index: 1;
    float: left;
    min-width: 100%;
    background: #fff;
    margin: 1em 0;
    border: 1px solid #aaa;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    display: none;
}

.multi-select-menuitem {
    display: block;
    font-size: 0.875em;
    padding: 0.6em 1em 0.6em 30px;
    white-space: nowrap;
}

.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em -20px;
}

.multi-select-menuitem--titledsr:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.multi-select-menuitem + .multi-select-menuitem {
    padding-top: 0;
}

.multi-select-presets {
    border-bottom: 1px solid #ddd;
}

.multi-select-menuitem input {
    position: absolute;
    margin-top: 0.25em;
    margin-left: -20px;
}

.multi-select-button {
    display: inline-block;
    font-size: 0.875em;
    padding: 0.2em 0.6em;
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: -0.5em;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: default;
}

    .multi-select-button:after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.4em 0.4em 0 0.4em;
        border-color: #999 transparent transparent transparent;
        margin-left: 0.4em;
        vertical-align: 0.1em;
    }

.multi-select-container--open .multi-select-menu {
    display: block;
}

.multi-select-container--open .multi-select-button:after {
    border-width: 0 0.4em 0.4em 0.4em;
    border-color: transparent transparent #999 transparent;
}

.multi-select-container--positioned .multi-select-menu {
    /* Avoid border/padding on menu messing with JavaScript width calculation */
    box-sizing: border-box;
}

    .multi-select-container--positioned .multi-select-menu label {
        /* Allow labels to line wrap when menu is artificially narrowed */
        white-space: normal;
    }



.mobile-menu {
    display: none;
}


.span9P{
    width:70em !important;
}

.span3P {
    width: 30em !important;
}

.ml-0 {
    margin-left: 0px !important;
}

/*.cleditorMain {
    width: 100% !important;
}*/

.padding-modal-edit {
    padding-left: 15px;
    padding-right: 15px;
}

.padding-modal-edit-footer {
    padding-left: 30px;
    padding-right: 30px;
}

.hamburger-height {
    min-height: 70px;
}

.padding-modal-edit-title {
    padding-left: 30px;
    padding-right: 30px;
}

.m-5 {
    margin-top: 5px !important;
}
