/******************
    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
    
    ACKNOWLEDGEMENT:
    
    We use the font "Dosis", licensed under the Open Font License https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
    We use the font "NotoColorEmoji", licensed under the Open Font License https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
    We use the font "OpenSansEmoji", licensed under the Open Font License https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL
    
*/

@font-face {
    font-family: Sternsinger;
    src: url('../files/sternsinger-webfont.woff2') format('woff2'),url('../files/sternsinger-webfont.woff') format('woff'),url('../files/sternsinger.ttf') format('truetype')
}

@font-face {
    font-family: Dosis;
    src: url('../files/Dosis-VariableFont_wght.ttf') format('truetype')
}

@font-face {
    font-family: NotoColorEmojiNew;
    src: url('../files/NotoColorEmoji.ttf') format('truetype')
}

@font-face {
    font-family: OpenSansEmoji;
    src: url('../files/OpenSansEmoji.ttf') format('truetype')
}

.navbar-default {
    background-color: #FFF;
    border-color: #CDCBBB;
    border-width: 1px;
}

body {
    font-family: Dosis, sans-serif !important;
    font-size: 21px !important;
    color: #514445;
}

.question-text {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Sternsinger, serif;
}

.asterisk.pull-left {
    margin-right: 4px;
}

.question-container {
    border: none;
    background-size: cover;
    background-color: transparent;
    background-image: url(../files/bg-secondary-5.png);
    padding: 1em;
}

.survey-description {
    color: #514445;
    text-align: left;
}

.checkbox-item label::after {
    background-color: #FC0;
}

.text-info {
    color: #615354;
}

.form-control {
    border-radius: 0;
    font-size: 21px;
    height: 48px;
}

.form-control:focus {
    border-color: #EFB30A;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 204 0 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(255 204 0 / 60%);
}

.text-danger {
    color: #EE5A0D;
}

.yesno-button .btn.btn-primary {
    background-color: #615354;
    border-color: #CDCBBB;
}

.yesno-button .btn.btn-primary.active {
    background-color: #FC0;
    color: #615354;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn.active.focus, .btn.focus {
    outline: none;
}

.slider-handle {
    background-color: #614445;
}

.emoji {
    font-family: OpenSansEmoji !important;
}

.emoji.emoji-color {
    font-family: NotoColorEmojiNew !important;
}

.alert-warning {
    background-color: #EFB30A;
    color: #615354;
}

#navbar {
    display: none !important;
}

.btn.btn-lg.btn-primary {
    box-shadow: 4px 4px 0 #efb30a;
    text-transform: uppercase;
    border-radius: 0;
    border: transparent;
    background-color: #FC0;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.btn.btn-lg.btn-primary:hover {
    background-color: #ffd940;
}

.input-error input, .has-error .form-control {
    border-color: #EE5A0D;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #EE5A0D;
}

.question-text {
    font-size: 21px;
}

.multiple-number-form-align-left .control-label {
    text-align: left;
}

@media (min-width: 768px) {
    .multiple-number-form-align-left .col-sm-10 {
        width: 33.3%;
    }
    .multiple-number-form-align-left .col-sm-2 {
        width: 33.3%;
    }
    .other-text-item {
        width: 50%;
    }
    .other-text-item input{
        width: inherit !important;
    }
}

.multiple-number-form-align-left .ls-group-total .ls-input-group {
    text-align: right;
}

.multiple-number-form-align-left .ls-group-total .ls-input-group-extra  {
    display: inline !important;
}

a {
    color: #b15f00;
}

a:hover {
    color: #753f00;
}

.text-primary {
    color: #B15F00;
}

#dynamicReloadContainer .space-col {
    margin-bottom: 0;
    margin-top: 35px;
}

.survey-description {
    margin-top: 35px;
}

[data-number='1'] {
    text-align: left
}

.ls-privacy-body {
    display: none;
}
}