/******************
    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 {
    font-family: myriad-pro,sans-serif!important;
}

body article .top-container {
    margin-top: 0px;
}

.text-center {
    text-align: center!important;
    font-weight: bold;
    font-size: 3rem;
    color: #232e58;
}

.h4 {
    font-size: 2rem;
    color: #232e58!important;
}

.h4.text-danger {
    font-size: 1.125rem;
    color: #ffffff!important;
}

p {
    font-size: 1.125rem;
}

.ls-privacy-head {
    font-size: 1.725rem;
}

.ls-privacy-body {
    font-size: 1rem;
    color: #232e58;
    line-height:normal;
}

.control-label {
    font-size:1.125rem;
    color: #232e58;
}

.question-count-text {
    font-size: 1.125rem;
    color: #232e58;
    font-style: italic;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table.ls-answers tr { 
        border: 1px solid #e7ebee;
        padding: 0;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
table.ls-answers tr th {
    font-weight: 700;
    }
}

.table {
    --bs-table-striped-color: #222E59;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #222E59;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #222E59;
    --bs-table-hover-bg: #EFF1F4;
    color: #222E59;
    border-color: #D0D6DF;
}

.table>:not(:first-child) {
    border-top: 1px solid #D0D6DF;
}

.ls-answers {
    font-size: 1rem;
    color: #222E59;
}

.ls-even {
    background-color: #F6F9FA;
}

.space-col {
    /* margin-top: 1em; */
    margin-bottom: 1em;
}


div.form-change-lang {
    display: none;
}

ul.list-unstyled {
    margin-bottom: 0px;
}

li:last-child {
    margin-bottom: 0px;
}

.mb-1 {
    margin-bottom: 1em!important;
}

.mb-1:last-child {
    margin-bottom: 0em!important;
}

/***************** 
      Navbar 
******************/

@media (max-width: 768px) {
    .d-md-block {
        display: block!important;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: #232e58;
    font-size:1.125rem;
    border-bottom: 0.1875rem solid #d1d7df;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #455d82;
    font-size:1.125rem;
    border-color: #abb8ca;
}

.navbar-brand {
    display: none;
}

/***************** 
    Progress Bar 
******************/

.progress-bar {
    background-color: #232e58;
}

.progress {
    background-color: #eef1f5;
}


/***************** 
Question Container 
******************/

.question-container {
    color: #232e58;
    font-size: 1.125rem;
/*    line-height: 1.25rem; */
    margin: 0;
    border-bottom: 1px solid #eff1f4;
}

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

.question-container, .input-error {
    margin-top:0px;
    color: #ffffff;
}

.question-valid-container {
    padding-bottom: 0em;
}

.question-valid-container .text-danger {
    padding-top: 0rem;
    padding-bottom: 0rem;
    text-align: left;
}

.question-help-container {
    background-color: #eff1f4;
    border-color: #eff1f4;
}

#outerframeContainer {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem;
}

.privacy.row {
    margin: 0 calc(-.5 * var(--bs-gutter-x));
}

.alert-warning {
    font-size: 1.125rem;
}

.group-title {
    color:#232e58;
    font-size:2rem;
}

.bg-light {
    background-color: #FFFFFF !important;
}

.bg-primary {
    color: #fff;
    background: #EEF1F5 !important;
}

.ls-label-question {
    font-size:1.25rem;
    color:#232E58;
}

.ls-label-question p {
    font-size:1.25rem;
    color:#232E58;
}

.ls-label-question p:last-child {
    margin-bottom:0;
}

.ls-questionhelp {
  font-size:1.125rem;
  color:#232e58;
  text-align:left;
  font-style:italic;
  margin-bottom:5px;
}

.form-control {
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
    line-height: 1.5;
    color: #232E58;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(170,184,201,.25);
}

.question-text {
    line-height: 1.5;
}


/***************** 
  Answer Container 
******************/

.answer-container {
    border-color: #eff1f4;
}

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

@media (min-width: 768px) {
    .yesno-button, .gender-button {
        width: 100%;
    }
}

.btn-group, .btn-group-vertical {
    display: flex;
}

.btn {
    font-size:1.125rem;
}

.btn-primary {
    color: #fff;
    background-color: #232e58;
    border-color: #232e58;
    font-size:1.25rem;
}

.btn-primary:hover {
    color: #232e58;
    background-color: #fff;
    border-color: #233240;
    font-size:1.25rem;
}

.btn-outline-secondary {
    color: #232e58;
    background-color: rgb(238,241,245);
    border-color: rgb(238,241,245);
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #232e58;
    border-color: #232e58;
}

.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    color: #222E59;
    background-color: #EFF1F4;
    border-color: #DADBDA;
}

.flatly .btn-check:focus:checked + .btn-primary, .flatly .btn-check .btn-primary:focus:checked {
    color: #222E59;
    background-color: #EFF1F4;
    border-color: #DADBDA;
}
