/******************
    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
*/
body div.top-container {
    margin-top: 10px;
}

div.container-fluid.col-xs-11.col-md-10.col-xs-offset-1.col-md-offset-1 {
    margin-left: 4%;    
    width: 96%;
} 

groupsection .question-container-printanswers {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

groupsection .question-container-printanswers tr {
    margin-bottom: 6px;
}

groupsection .question-container-printanswers tr .question {
    font-weight: bold;
}

groupsection .question-container-printanswers tr .question p {
    margin-bottom: 0;
}

groupsection .question-container-printanswers tr .answer {
    margin-bottom: 0,5em;
}

groupsection .question-container-printanswers .fixed-answer-col {
    width: 3em;
}

groupsection .question-container-printanswers .fixed-answer-col .answer-box {
    border: 2px solid black;
    text-align: center;
    width: 2em;
}

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

.answer-container .text-item{
    margin-bottom: 10px;
    margin-top: 5px;
    padding-bottom: 0;
    padding-top: 0;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h3, h3 {
    font-size: 26px;
}


.logo-container img {
    max-height: 120px;
    padding: 5px;
    width: auto;
}

.movakicResult .ls-label-question {
     white-space: pre;H
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: contents;
}

.question-title-container {
    margin-bottom: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-top: 0;
}

.question-title-container h2 {
    margin-top: 5px;
}

.question-title-container p {    
    margin-bottom: 0;
}

.print-only {
    display: none;
}

.survey-contact {
    text-align: center;
}

#mova-after-image .img-responsive {
    margin-bottom: 20px;
    padding-top: 20px;
}

article #surveys-list-container {
    margin-top: 20px;
}


#surveys-list-jumbotron p {
    text-align: left;
    margin: 0 auto 10px auto;
    max-width: 60em;
}

@media print {
    .noprint, .navbar, .navbar-header {
        display:none;
        height: 0px;
        position: relative;
    }
    .print-only {
        display:inherit;
    }
    body, #main-col, .outerframe {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }   
}
