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

/* Title in welcome screen */
.survey-name {
    color: #3ABE7C;
}

/* Welcome Message*/
.fruity .survey-welcome {
    color: #000000;
    margin-top: 40px;
    margin-bottom: 20px;
}

/* Survey Description*/
.fruity .survey-description {
    color: #000000;
}

.fruity .progress-bar {
    background-color: #3ABE7C; 
 }
 
.fruity .alert-warning {
    background-color: transparent;
    border: 1px solid #ff644b;
    color: #ff644b;
}


/* Mandatory questions asterisk */
.fa-asterisk:before {
	color: #ff644b;
}

/* Question Comments */
.fa-exclamation-circle:before {
    color: #3ABE7C;
}

/* Question Comments */
.ls-question-message {
    color: #3ABE7C;
}

/* anonymous text*/
.fruity .text-primary {
    color: #000000;
}


/* Show Policy Button */
.fruity a {             
    color: #3ABE7C;
}


                    /************  Buttons  ************/
.fruity .btn-info {
    background-color: #3ABE7C;
}

.fruity .btn-default {
    border: 1px solid #3ABE7C;
    color: #3ABE7C;
}

.fruity .btn-primary {
    background-color: #3ABE7C;
    border: 1px solid #3ABE7C;
}

.ls-questionhelp {
    color: #000000;
}

.group-title {
    font-size: 30px;
}

.question-text {
    font-size: 24px;
}
