/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

body {
    font-size: 16px !important;
    font-family: 'Montserrat', sans-serif;
    color:#414654;
    background-color: #F5F5F5 !important;
}
.navbar-header .logo-container>.logo {
    max-height: 120px;
    padding: 15px;
    width: auto;
    min-height: 100px;
}
.answer-item label::after {
    background-color: #FFB940!important;
}
.tituloToken {
    color:#414654;
}
.presentacion {
    background-color: whitesmoke;
    padding: 4rem 3rem;
    margin-bottom: 5rem;
    box-shadow: inset 0 0 8px 0px #dedede;
}
.pistaRut {
    font-style: italic;
    margin-bottom: 2rem;
    margin-left: 2.6rem;
}
h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight:800;
    color:#273046;
}
.alert-success {
    color: #62D2B0;
    background-color: transparent;
    border: 1px solid #62D2B0;
}
.alert-info {
    color: #5F97F6;
    background-color: transparent;
    border: 1px solid #5F97F6;
}
.alert-warning {
    color: #FFBC00;
    background-color: transparent;
    border: 1px solid #FFBC00;
}
.fruity a {
    color: #FFBC00;
}
.fruity a:hover {
    color: #FFBC00;
    
}
.fruity .progress-bar {
    background-color: #5F97F6;
}
.fruity .btn-primary {
    background-color: #FFBC00;
    border: 1px solid #FFBC00;
    color: #273046;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    padding: 1rem 3.3rem;
    font-size:16px;
}    
.fruity .btn-primary:hover {
    background-color: #ffa600;
    border: 1px solid #ffa600;
    transition:0.2s;
    color:white;
}    
.fruity .btn-primary:focus {
    background-color: #ffa600;
    border: 1px solid #ffa600;
    transition:0.2s;
    color: #273046;
}
.fruity .btn-default {
    background-color: none;
    border: 1px solid #273046;
    color: #273046;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    padding: 1rem 3.3rem;
    font-size:16px;
}
.fruity .btn-default:hover {
    background-color: #F3F3F3;
    border: 1px solid #273046;
    color: #273046;
}
.fruity .btn-default:focus {
    background-color: #F3F3F3;
    border: 1px solid #273046;
    color: #273046;
}
.fruity .text-danger {
    color: #F81442;
}
.fruity .text-info {
    color: #5F97F6;
}
.fruity .form-control:focus {
    color: #636363;
    background-color: #fff;
    border: 1px solid #5F97F6;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.fruity .well {
    background-color: white;
    border: none;
    box-shadow: none;
    color: #3D4659;
    border-radius: 0;
}
.fruity .question-container.input-error {
    box-shadow: 0 5px 20px rgba(248, 20, 66, 0.2);
}
.fruity .input-error input {
    border: 1px solid #F81442;
    color: #F81442;
}
.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #273048;
}
.btn-danger {
    background-color: #F81442;
    border-color: #F81442;
    float: right;
}
.btn-danger:hover {
    background-color: #f50a39;
    border-color: #f50a39;
}
.btn-danger:focus {
    background-color: #f50a39;
    border-color: #f50a39;
}
.fruity .btn-success {
    background-color: #FFBC00;
    border: 1px solid #FFBC00;
    color: #273046;
    font-family: 'Montserrat', sans-serif;
    font-weight:600;
    padding: 1rem 3.3rem;
    font-size:16px;
} 
.fruity .btn-success:hover {
    background-color: #ffa600;
    border: 1px solid #ffa600;
    transition:0.2s;
    color: #273046;
}    
.fruity .btn-success:focus {
    background-color: #ffa600;
    border: 1px solid #ffa600;
    transition:0.2s;
    color: #273046;
}
.question-container {
    display: flex;
    flex-direction: column;
}
.question-container .question-valid-container {
    order: 3;
}
.question-container .answer-container {
    order: 5;
}
.ls-answers.answer-item.text-item.numeric-item.ls-input-maxchars.integeronly input {
    text-align: left;
}
.ls-answers:not(.yesno-button) {
    display: flex;
}
.ls-answers label.control-label.col-xs-12.col-sm-4 {
    white-space: nowrap;
    width: auto;
}
.ls-answers input[type="text"] {
    max-width: 280px;
}
.question-title-container .asterisk.pull-left {
    display: none;
}
.numeric-item.withprefix.ls-input-maxchars > .ls-input-group {
    display: flex;
    align-items: center;
}
ul.ls-answers.subquestion-list.questions-list.text-list.list-unstyled.form-horizontal {
    flex-wrap: wrap;
}
.answer-item.date-item > .input-group.answer-item.date-timepicker-group {
    display: flex;
    align-items: stretch !important;
    height: 34px;
}
.answer-item.date-item > .input-group.answer-item.date-timepicker-group > .input-group-addon.btn.btn-primary {
    padding: 0 3.3rem;
    height: 34px;
    display: flex;
    align-items: center;
}
.ls-answers.answer-item.date-item.text-item.form-group > .tip.help-block {
    display: none;
}
#form-token .text-danger.asterisk.small {
    display: none;
}
#form-token .noLabel {
    font-weight: normal;
    margin-right: 10px;
}
#form-token .form-group {
    padding-right: 15px;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
form#form-token {
    margin: auto;
    text-align: center;
}
#navbar > ul.nav.navbar-nav.navbar-action-link.navbar-right {
    display: none;
}

/*INSCRIPCION NUEVA*/
.survey-welcome {
    background-color: white;
    border: none;
    box-shadow: none;
    color: #3D4659;
    border-radius: 0;
    padding: 19px;
}
.presentacion_binvenida {
    background-color: whitesmoke;
    padding: 4rem 3rem;
    margin-bottom: 5rem;
    box-shadow: inset 0 0 8px 0px #dedede;
}
.fruity .text-primary {
    color: #273046;
}
#question3875 {
    margin-bottom: 0;
    border-bottom: none;
}
#question3925 {
    border-top: 0;
}
#question3925 .question-title-container {
    display: none;
}
div#question4023 {
    margin-bottom: 0;
    border-bottom: none;
}
div#question4030 {
    border-top: none;
}
div#question4023 input.form-control {
    min-width: 100%;
}
#question4013 .subquestion-list > li:not(:last-child) {
    margin-right: 2rem;
}
.question-title-container {
    hyphens: none;
}