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


.progress .progress-bar {
    line-height:19px;
    background-color:rgb(27,117,187);
}

.bg-primary {
    background-color:rgb(255,255,255);
}

.navbar-brand {
    visibility: hidden;
}

div#survey-nav {
    background-image:url('/upload/themes/survey/MOPAN_2025/files/BannerMopan.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    background-color: #37637e;
}

@media only screen and (max-width: 1200px) { 
    div#survey-nav {
        background-size: revert;
    }
}

.navbar-default {
    background-color:rgb(27,117,187);
    color:rgb(27,117,187);
    background-image:url('/upload/themes/survey/MOPAN/files/BannerMopan.png');
}

.group-description .well {
    margin-bottom: 0;
}

.question-container {
    border: 1px solid #dbdbdb;
}

.question-title-container,
.question-valid-container {
    background-color: #ffffff !important;
}

.answer-container,
.question-help-container {
    border: none;
}

/* BUTTON OPTIONS */

.btn-primary {
  color: #ffffff;
  background-color:rgb(27,117,187);
  border-color: rgb(27,117,187);
}


.btn-default {
  color: #ffffff;
  background-color:rgb(27,117,187);
  border-color: rgb(27,117,187);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #001a67;
  border-color: #000000;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #001a67;
  border-color: #001a67;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #001a67;
  border-color: #001a67;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #001a67;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: rgb(25,25,112);
  border-color: rgb(25,25,112);
}
.btn-primary .badge {
  color: #001a67;
  background-color: #ffffff;
}



.logo-container>img {
  height: 100%;
  width: 100%;
}


.question-container .question-text {
    color: #000000;
    font-size:18px;
}

.question-container .answer-container {
    color: #000000;
    font-size:14px;
    border-width:1px 1px 1px 1px;
}

.group-title {
    font-size:22px;
    color: #000000;
    font-weight:bold;
    
}

.group-description {
    font-size:18px;
    font-weight:bold;
    color: #000000;
    background-color:#e3e3e3;
}

.question-valid-container{
    text-align:left;
}

.vmsg_6907_q_fn_validation .ls-question-message .ls-em-tip .em_q_fn_validation .ls-em-success .fa-exclamation-circle {
display:none;
}

.left-texts .ls-answers tbody .answertext{text-align: left;}


/* 2025-09-23 Marcel Minke: Left-align subquestion texts at array questions */
.ls-table-wrapper .ls-answers tbody .answertext {
    text-align: left;
}