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

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-auto {
    margin-left: auto !important;
}

.w-100 {
    width: 100%;
}

.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.group-icon {
    max-width: 160px;
    width: 160px;
    height: auto;
}

.group-no-frame {
    background: #ffffff !important;
    border: 0 !important;
}

.group-no-frame .question-title-container {
    padding: 1rem 0 0 0;
}    


body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #003064;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

b, strong {
    font-weight: 600;
}

table {
    background-color: #ffffff;
}

.logo-container > img {
    max-height: 35px;
    padding: 0;
    margin: 0;
}

.navbar-default {
    background-color: #ffffff;
}

.table-intro td {
    padding: 1em;
}

.table-intro table img {
    width: 100px;
    min-width: 100px;
}

.table-array-radio {
    margin-bottom: 1em;
}

.question-container {
    margin-bottom: 1em;
    border: 1px solid #d8d8d8;
    background-color: #f2f2f2;
}

.question-container.question-feedback-container {
    background-color: #1e71a1;
}

.question-container.question-feedback-container {
    margin-bottom: 0;
}

.question-container.question-feedback-container .question-title-container {
    color: #ffffff;
}

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

.completed-text > p ,
.completed-text > .url-wrapper-survey-print {
    display: none;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    table.ls-answers {
        padding: 0;
    }

    table.ls-answers tr {
        margin-bottom: 0;
    }

    table.ls-answers tr th {
        font-size: 1em;
        font-weight: 600;
    }
}

@media only screen and (max-device-width: 760px) {
    .question-title-container {
        padding-top: 1em;
        padding-bottom: 1em;
    }
    
    .h1, .h2, .h3, h1, h2, h3 {
        margin-top: 10px;
    }    
}

.space-col {
    margin-bottom: 0.5em;
}

.privacy {
    margin-top: 2em;
}

.data-security-checkbox-container {
    float: left;
    margin-right: 1em;
}

.data-security-checkbox-container input[type=checkbox] {
    width: 20px;
    height: 20px;
}

.dot {
    height: 60px;
    width: 60px;
    background-color: #7acaf1;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    font-weight: 600;
}

.asterisk {
    margin-right: 5px;
}

blockquote {
    border-left: 5px solid #cccccc;
}

.mytooltip {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #011F4B;
}

.group-description {
    margin-bottom: 2rem;
}

.-azv-matrix .table-array-radio th:nth-child(5),
.-azv-matrix .table-array-radio th:nth-child(6) {
    background: rgba(0,48,100,0.05);
}

label {
    font-weight: 600;
}

.radio-item label::before {
    border: 1px  solid #a0a0a0;
}

table.level-table {
  background-color: transparent;
}

.url-wrapper-survey-print {
    display: none;
}

.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #4e4c4b;
    border-color: #4e4c4b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1e71a1;
    border-color: #1e71a1;
}

.progress {
    border-radius: 0;
}

.progress-bar {
    background-color: #4e4c4b;
}

.ls-answers .ls-heading th {
    font-weight: 500;
    font-size: 15px;
}

.question-valid-container .text-danger {
    font-weight: 500;
}

.survey-welcome {
    color: #003064;
    line-height: 1.5;
}
