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

.fruity .navbar {
    background-color: transparent;
    box-shadow: none;
}

body {
    padding-top: 0 !important;
    background-position: top right;
    background-size: contain !important;
    background-repeat: no-repeat;
}

body .top-container {
    background-color: transparent !important;
}

#navbar {
    background-color: #fff;
}

.logo-container>img {
    max-height: 75px;
}

.top-container > .container {
    padding: 0;
}

.fruity .progress-bar {
    background-color: #35979c;
}

.bg-grey {
    background-color: #f5f5f5 !important;
}

.outerframe {
    margin-top: 1em;
    border: #c4c4c4 solid 1px;
}

.question-container {
    margin-left: 0;
    margin-right: 0;
}

.question-help-container {
    padding-top: 1em;
    padding-bottom: 1em;
}

.answer-container {
    padding-top:0;
    padding-bottom:0;
}

.answer-container > .table {
    margin-bottom: 1em;
}

.question-title-container{
    padding-top:0.75em;
    padding-bottom: 0.75em;
    border-bottom: solid #e6e6e6 1px;
}

.question-valid-container {
    margin-top:0.75em;
}
    
.asterisk {
    padding-left: 0.25em;
    padding-right: 0.75em;
}

#navigator-container {
    padding-bottom: 3em;
}

@media (max-width: 767px){
    body {
        padding-bottom: 0 !important;
    }
    
    body .top-container {
        margin-top:0;
    }
    
    .top-container > .container {
        padding: 0 15px;
    }
    
    .top-container > .bg-grey {
        background-color: transparent !important;
    }
}

.QChainFirst { margin-bottom: 0 !important; border-bottom: 0px !important; }
.QChainMid { margin-bottom: 0 !important; border-bottom: 0px !important; border-top: 0px !important; }
.QChainLast { border-top: 0px !important; }  
.QSubQuestion { background-color: #E5F2FF !important; margin-left: 60px !important; }

div.button-item {margin-bottom: 10px;}