/******************
    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
*/
@import 'https://cdn.rawgit.com/h-ibaldo/Raleway_Fixed_Numerals/master/css/rawline.css';

.font-noto{
    font-family: 'rawline';
}

.group-title{
    font-weight: bold;
}

.survey-name{
    font-weight: bold;
}

.row.question-container{
    background: #EDEDED;
    border: 0;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
}


.fruity .text-danger{
    color: #DB4800;
}

.fruity .question-container.input-error{
    box-shadow: 6px 6px 6px 0 rgba(219,72,0,0.9);
}

.fruity .progress-bar{
    background-color: #0C326F;
}

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

.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary:visited, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary{
    border: 1px solid #0C326F;
    background-color: #DBE8FB;
    color: #0C326F;
}

.fruity .btn-default{
    border: 1px solid #0C326F;
    color: #0C326F;
}

.fruity .btn-default:hover{
    border: 1px solid #0C326F;
    background-color: #DBE8FB;
    color: #0C326F;
}

.fruity .slider-selection {
    background-image: linear-gradient(to bottom, #DBE8FB 0%, #0C326F 100%);
}

.fruity .slider-handle {
    background-color: #0C326F;
}

.fruity .input-group-addon {
    color: white;
    background-color: #0C326F;
}

body .answer-item label::after {
    background-color: #0C326F;
}