/******************
    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
*/
html .ls-answers label,
html .answer-item label,
html .control-label{
    font-weight: 400;
}
html .navbar{
    padding-top: 1rem;
    padding-bottom: 2rem;
}
html .privacy,
html .group-title {
    display: none;
}
html .large-heading{
    font-family: Arial;
    font-size: 40px;
}
html .question-container {
  margin-bottom: 0.5em;
}

html .radio-item input[type=radio]:checked + label{
    color:#920b15;
}
html .radio-item input[type=radio]:checked + label::before{
    border-color: #920b15;
}
html .radio-item input[type=radio]:checked + label::after{
    background-color:#920b15;
}
html .btn-primary{
    box-shadow:none;
    background-color:#920b15;
    border-color: #920b15;
    transition: border-color 0.5s, background-color 0.5s;
}
html .btn-primary:hover{
    box-shadow:none;
    background-color:#000;
    border-color: #000;
}
html #navbar-menu {
    display: none;
}
html .btn-primary:focus,
html .btn-primary:active,
html .btn-primary.active,
html .btn-primary:active:focus,
html .btn-primary.dropdown-toggle.show,
html .btn-primary.dropdown-toggle.show:focus,
html .has-error .form-control,
html .input-error .form-control{
    box-shadow:none;
}
html .form-control:focus,
html .form-select:focus{
    box-shadow:none;
}
html .othertext-label-checkox-container {
    display: flex;
    align-items: center;
}
/*
html .othertext-label-checkox-container label {
    margin-bottom:0;
}
*/
html .other-text-item {
    flex-basis: 80%;
}

html .checkbox-item input[type=checkbox]:checked + label {
  color: #14AE5C;
}

html .checkbox-item label::before {
  border: 3px solid #920b15;
}

html .checkbox-item input[type=checkbox]:checked + label::before {
  border-color: #920b15;
}

html .checkbox-item input[type=checkbox]:checked + label::after {
  background-color: transparent;
  color: #920b15;
}

html input[type=checkbox]:checked:after,
html .checkbox input[type=checkbox]:checked:after,
html .checkbox-inline input[type=checkbox]:checked:after {
  background-color: #920b15;
  border-color: #920b15;
}
html .ls-answers label,
html .answer-item label,
html .control-label{
    color:#000;
}
html .form-select,
html .form-control,
html .form-select:focus,
html .form-controlt:focus{
    border-color: #000;
}
html {
    .btn-primary {
        background-color: #920b15;
        border-color: #920b15;
    }

    .btn-outline-primary {
        color: #920b15;
        border-color: #920b15;
    }

    .btn-outline-primary:hover {
        background-color: #920b15;
        border-color: #920b15;
    }

    .btn-check:checked + .btn-outline-primary,
    .btn-check:active + .btn-outline-primary,
    .btn-outline-primary:active,
    .btn-outline-primary.active,
    .btn-outline-primary.dropdown-toggle.show {
        background-color: #920b15;
        border-color: #920b15;
    }

    .btn-outline-primary:disabled,
    .btn-outline-primary.disabled {
        color: #920b15;
    }

    .border-primary {
        border-color: #920b15 !important;
    }

    .fruity_twentythree .label-primary {
        background-color: #920b15;
    }

    .fruity_twentythree .card-primary {
        border: 1px solid #920b15;
    }

    .fruity_twentythree .card-primary > .card-header {
        background-color: #920b15;
        border: 1px solid #920b15;
    }

    .fruity_twentythree .card-primary > .card-header + .panel-collapse .card-body {
        border-top-color: #920b15;
    }

    .fruity_twentythree .card-primary > .card-footer + .panel-collapse .card-body {
        border-bottom-color: #920b15;
    }

    .fruity_twentythree .card-success {
        border: 1px solid #a3f0c7;
    }

    .fruity_twentythree .card-success > .card-header {
        color: #920b15;
        background-color: #b9f3d3;
        border: 1px solid #a3f0c7;
    }

    .fruity_twentythree .nav-pills > .active > a > .badge {
        color: #920b15;
    }

    .fruity_twentythree .container-fluid .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .fruity_twentythree .container-sm .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .fruity_twentythree .container-md .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .fruity_twentythree .container-lg .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .fruity_twentythree .container-xl .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .fruity_twentythree .container-xxl .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
    .fruity_twentythree .container-fluid .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
    .fruity_twentythree .container-sm .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
    .fruity_twentythree .container-md .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
    .fruity_twentythree .container-lg .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
    .fruity_twentythree .container-xl .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
    .fruity_twentythree .container-xxl .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
        background: #920b15;
    }

    .fruity_twentythree .em-function {
        color: #920b15;
    }

    .fruity_twentythree .em-function {
        color: #920b15;
    }

    .fruity_twentythree #carousel-example-generic .carousel-control {
        color: #920b15;
    }

    .fruity_twentythree #carousel-example-generic .card-title {
        color: #920b15;
    }

    .fruity_twentythree #carousel-example-generic .carousel-indicators .active {
        background-color: #920b15;
    }

    .fruity_twentythree #carousel-example-generic .carousel-indicators li {
        border: 1px solid #920b15;
    }

    .fruity_twentythree #comfortUpdateGeneralWrap h3.maintitle,
    .fruity_twentythree #comfortUpdateGeneralWrap .maintitle.h3 {
        color: #920b15;
        border-bottom: 1px solid #920b15;
    }

    .fruity_twentythree #comfortUpdateGeneralWrap .on span {
        background-color: #920b15;
    }

    .fruity_twentythree pagination > li > a {
        color: #920b15;
    }

    .navbar-toggle {
        border: solid 1px #920b15;
    }

    .navbar-toggle .icon-bar {
        background-color: #920b15;
    }

    .btn-primary {
        background-color: #920b15;
        border-color: #920b15;
    }

    .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: #920b15;
        border-color: #920b15;
    }

    .btn-outline-primary {
        color: #920b15;
        border-color: #920b15;
    }

    .btn-outline-primary:hover {
        color: #920b15;
        border-color: #920b15;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary:active,
    .btn-outline-primary.active,
    .btn-outline-primary:active:focus,
    .btn-outline-primary.dropdown-toggle.show,
    .btn-outline-primary.dropdown-toggle.show:focus,
    .btn-outline-primary.show {
        color: #920b15;
        border-color: #920b15;
        box-shadow: #920b15;
    }

    .btn-link {
        color: #920b15;
    }

    .btn-link:hover,
    .btn-link:focus {
        color: #920b15;
    }

    .btn-check + .btn-primary:hover {
        background-color: #920b15;
        border-color: #920b15;
    }

    .btn-check + .btn-primary:active,
    .btn-check + .btn-primary.active,
    .btn-check + .btn-primary:active:focus {
        background-color: #920b15;
        border-color: #920b15;
    }

    .btn-check:active + .btn-primary {
        background-color: #920b15;
        border-color: #920b15;
    }

    .btn-check:checked + .btn-primary,
    .btn-check:checked + .btn-primary:focus,
    .btn-check:focus:checked + .btn-primary {
        background-color: #920b15;
        border-color: #920b15;
    }

    .input-group-text,
    label .input-group-text {
        background-color: #920b15;
    }

    .has-success .form-control {
        box-shadow: 4px 4px 0 #920b15;
    }

    .has-success .form-control:focus {
        box-shadow: 4px 4px 0 #920b15;
    }

    .radio-item input[type=radio]:checked + label::before {
        border-color: #920b15;
    }

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

    .radio-item input[type=radio]:checked + label {
        color: #920b15;
    }

    .checkbox-item input[type=checkbox]:checked + label {
        color: #920b15;
    }

    .checkbox-item input[type=checkbox]:checked + label::before {
        border-color: #920b15;
    }

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

    input[type=checkbox]:checked:after,
    .checkbox input[type=checkbox]:checked:after,
    .checkbox-inline input[type=checkbox]:checked:after {
        background-color: #920b15;
        border-color: #920b15;
    }

    .tempus-dominus-widget .date-container-decades div:not(.no-highlight).today:before,
    .tempus-dominus-widget .date-container-years div:not(.no-highlight).today:before,
    .tempus-dominus-widget .date-container-months div:not(.no-highlight).today:before,
    .tempus-dominus-widget .date-container-days div:not(.no-highlight).today:before,
    .tempus-dominus-widget .time-container-clock div:not(.no-highlight).today:before,
    .tempus-dominus-widget .time-container-hour div:not(.no-highlight).today:before,
    .tempus-dominus-widget .time-container-minute div:not(.no-highlight).today:before,
    .tempus-dominus-widget .time-container-second div:not(.no-highlight).today:before {
        border-bottom-color: #920b15;
    }

    .tempus-dominus-widget button {
        background-color: #920b15;
        border-color: #920b15;
    }

    .slider.slider-horizontal .slider-tick.triangle,
    .slider.slider-horizontal .slider-handle.triangle {
        border-bottom-color: #920b15;
    }

    .slider.slider-vertical .slider-tick.triangle,
    .slider.slider-vertical .slider-handle.triangle {
        border-left-color: #920b15;
        border-right-color: #920b15;
    }

    .slider-tick.custom::before {
        color: #920b15;
    }

    .slider-list .slider .slider-handle.custom::before {
        color: #920b15;
    }

    .slider-list .slider .slider-selection {
        background-color: #920b15;
    }

    .has-success .help-block {
        color: #920b15;
    }

    .has-success .control-label {
        color: #920b15;
    }

    .has-success .radio {
        color: #920b15;
    }

    .has-success .checkbox {
        color: #920b15;
    }

    .has-success .radio-inline {
        color: #920b15;
    }

    .has-success .checkbox-inline {
        color: #920b15;
    }

    .progress-bar {
        background-color: #920b15;
    }

    .list-group-item-success {
        background-color: #920b15;
    }

    .form-change-lang #language-changer-select {
        color: #920b15;
    }

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

    li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked + label + .imageselect-radiobutton:after {
        background-color: #920b15;
    }

    li.imageselect-listitem .imageselect-container input.imageselect-checkbox:checked + label + .imageselect-radiobutton:before {
        border-color: #920b15;
    }

    input.imageselect-checkbox:checked ~ .imageselect-select::before {
        border-color: #920b15;
    }

    input.imageselect-checkbox:checked ~ .imageselect-select::after {
        color: #920b15;
    }

    .ranking-advanced-style .sortable-rank,
    .ranking-advanced-style .ranking-advanced-sorted-items .sortable-item {
        border: 2px solid #920b15;
    }

    .ranking-advanced-style .sortable-rank .selector__dragHandle.d-none,
    .ranking-advanced-style .sortable-rank .selector__index_row,
    .ranking-advanced-style .ranking-advanced-sorted-items .sortable-item .selector__dragHandle.d-none,
    .ranking-advanced-style .ranking-advanced-sorted-items .sortable-item .selector__index_row {
        color: #920b15;
    }

    .numeric-multi .ls-group-total-separator hr {
        border-color: #920b15;
    }

    .numeric-multi .ls-group-total .control-label {
        color: #920b15;
    }

    .numeric-multi .dynamic-total.text-success {
        color: #920b15 !important;
    }

    .dropdown-menu > li > a:hover {
        background-color: #920b15 !important;
    }

    .dropdown-menu > li > a:focus {
        background-color: #920b15 !important;
    }

    .dropdown-menu > .active > a {
        background-color: #920b15 !important;
    }

    .dropdown-menu > .active > a:hover {
        background-color: #920b15 !important;
    }

    .dropdown-menu > .active > a:focus {
        background-color: #920b15 !important;
    }
    .radio-item input[type=radio] + label::after{
        background-color: #920b15;
    }
}
html .answer-item:not(.is-active) .other-text-item .form-control{
    display:none !important;
}


.logo-container{
    display:block !important;
}

