/******************
    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 {
    background: #e7e3de;
    color: #000;
}

body .top-container {
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 10px;
    background: #FFF;
}

p {
    font-size: 20px;
}

a {
    font-size: 20px;
    color: #33a192;
    text-decoration: underline;
}

a:hover {
    font-size: 20px;
    color: #33a192;
    text-decoration: underline;
}

.survey-name.large-heading {
    font-size: 36px;
    line-height: 30pt;
    margin-bottom: 20px;
}

.brand-logo .top-container .top-content {
    
}

#main-row {
    background: #FFF;
    padding: 20px 25px;
}

#survey-nav {
    border-bottom: 2px solid #33a192;
}

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

.question-container {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
}

.question-container .asterisk {
    color: red;
    float: left;
    margin-right: 5px;
}

.survey-name {
    font-family: "Open Sans", "IBMPlexSerif", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";    
}

#welcome-container,
.completed-wrapper {
    max-width: 75% !important;
}

.checkbox-item label::before {
    border: 3px solid #33a192 !important;
}

.checkbox-item input[type=checkbox]:checked + label::after {
    color: #33a192;
}

.form-change-lang #language-changer-select {
    color: #33a192;
}

.text-primary {
    color: #33a192 !important;
}

.btn-primary {
    background-color: #33a192;
    border-color: #33a192;
    color: #ffffff;
}

.btn-primary:hover {
    background-color: #33a192;
    border-color: #33a192;
    color: #ffffff;
}

table, th, td {
    border: 1px solid black;
}

th, td {
    padding: 6px;
}

.ls-privacy-block {
    color: #000;    
}

.ls-privacy-block #datasecurity_notice_label,
.ls-privacy-head {
    font-size: 26px !important;
    margin-bottom: 20px;
    color: #000;
}

.ls-privacy-block #datasecurity_notice {
    font-size: 20px !important;
    color: #000;
}

.ls-privacy-block #datasecurity_notice p,
.ls-privacy-body {
    line-height: 16pt;
    margin-bottom: 15px;
}

.ls-answers .form-control {
    font-size: 18px;

}

.ls-answers .control-label {
    color: #000;
}

.ls-question-message {
    font-size: 18px !important;
    margin-bottom: 10px;
}

.question-title-container {
    margin-bottom: 5px !important;
}

.question-valid-container {
    margin-top: 5px !important;
    margin-bottom: 8px !important;
}

.radio-item input[type=radio]:checked + label,
.radio-item input[type=radio]:checked + label::before,
.checkbox-item input[type="checkbox"]:checked + label {
    color: #33a192 !important;
    border-color: #33a192;
}

.radio-item input[type=radio]:checked + label::after {
    background-color: #33a192;
}

.dropdown-header, .dropdown-item,
.dropdown-menu > li > a,
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #000 !important;
}

.dropdown-menu > li a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
    background-color: #33a192 !important;
    color: #FFF !important;
}

.btn-check:checked + .btn-primary, .btn-check:checked + .btn-primary:focus, .btn-check:focus:checked + .btn-primary,
.btn-check + .btn-primary:hover {
    background-color: #33a192 !important;
    border-color: #33a192 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:active:focus, .btn-primary.dropdown-toggle.show, .btn-primary.dropdown-toggle.show:focus {
    background-color: #33a192 !important;
    border-color: #33a192 !important;
}

.btn-check + .btn {
    color: #000;
}

.success-border {
    border-color: #33a192 !important;
}

.table,
.ls-table-wrapper .table {
    border: 1px solid  #33a192 !important;    
}

.ls-answers .ls-heading th, .ls-answers th {
    color: #000
}

.progress-bar {
    background-color: #33a192;    
}

li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked + label {
    border: 2px solid #33a192 !important;
}

input.imageselect-checkbox:checked ~ .imageselect-select::after {
    color: #33a192;
}

.question-container .asterisk {
    color: #33a192;
    float: left;
    margin-right: 5px;
}

@media only screen and (max-width: 768px) {

#welcome-container,
.completed-wrapper {
    max-width: 100% !important;
}

}
