/******************
    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
*/

#ls-button-submit { background-color:#b8231d !important; border-color:#b8231d}
#ls-button-submit:hover { background-color:#c8332d !important; border-color:#b8231d}

#ls-button-previous {background-color: white; border: 1px solid #b8231d; color: #b8231d;}

.survey-name {display:none;}

.survey-welcome {
    color: black !important; 
    font-size:20px;
    padding-top: 25px;
    line-height: 1.2;
    word-wrap: normal;
    -moz-hyphens: manual;
    hyphens: manual;}

.question-title-container {background-color:#b8231d;}
.question-text, .text-muted.question-number {color:#FFFFFF; font-size: 20px; font-weight: bold;}
.question-text a {color:#ffffff;}
.question-text a:visited {color:#ffffff;}
.question-text a:hover {color:#cccccc;} 

.fa-asterisk {display:none;}

.ls-question-message {color:#555555;}
.ls-questionhelp  {color:#555555;}

/* colors of active radio-buttons, checkboxes */
    .radio-item label::before {
        border-color: black;
    }
 
    .radio-item input[type="radio"]:checked + label::before {
        border-color: #b8231d;
    }
 
    .radio-item input[type="radio"]:checked + label::after {
        background: #b8231d;
    }
 
    .checkbox-item label::before {
        border-color: black;
    }
 
    .checkbox-item input[type="checkbox"]:checked + label::before {
        border-color: #b8231d;
    }
 
    .checkbox-item input[type="checkbox"]:checked + label::after {
        background: #b8231d;
    }
 
.fruity .form-control:focus {
    border: 1px solid #000;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(0,0,0,0.6);
}  