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


/* background nav bar in sort of gray */
#survey-nav {
    background-color: #C6C6C6;
}



/************** BUTTONS *********/

/* button next in uslb red */

.ls-move-btn {
    background-color: #aa272f !Important;
    color:#ffffff !Important;
    border-color:#aa272f !Important;
}

.ls-move-btn:hover {
    background-color: #8F0222 !Important;
}
 
/* info button in uslb red */
 .btn.btn-info {
    background-color: #aa272f; 
 }
 .btn.btn-info:hover {
    background-color: #8F0222;
}



/* progress bar in uslb red */
.fruity .progress-bar {
    background-color: #aa272f;
 }


/************ Welcome page   **********/


a.surveytitle.btn.btn-primary {
    background-color: #aa272f;
}



/* fill numeric inputs on the left instead on the default right*/
input.numeric {
    text-align:left;
}
