/******************
    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 {
    padding-top: 0px !important;
      word-break: keep-all;
  hyphens: none;
}
.survey-descriptions,
.survey-descriptions span {
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  white-space: normal !important;
}
.fruity .text-info, .fruity .text-primary, .fruity .text-success {
    color: #111 !important;
}
..question-title-container{
    padding-bottom:0px;
}
.ls-answers tbody .answertext {
    text-align: left;
}
.cluster_header{
    font-size: 1.24em;
}
.cluster_question{
    font-size: 1.1em;
}
.btn {
    min-width:160px;
}
.fruity .btn-outline-secondary {
    background-color: hsla(0, 0%, 100%, .2);
    border: 1px solid #AC503A;
    border-radius:0px;
    color: #AC503A;
}
.fruity .btn-primary {
    background-color: #AC503A;
    border: none;
    border-radius:0px;
}
.fruity .btn-primary:hover,
.fruity .btn-primary:active,
.fruity .btn-primary:focus {
    background-color: #000;
}
.commentbox .question-title-container {
    margin-bottom: -30px;
}
.fullwidth {
    width:100%;
    text-align:center;
}
.logo-container>img {
    width: 380px;
    max-height: 100%;
    padding:10px;
}
.fruity .progress-bar {
    background-color: #AC503A;
}
.fruity .well {
    background-color: transparent;
    border: none;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .dir-ltr .ls-answers td.radio-item, .dir-ltr .ls-answers td.checkbox-item {
        text-align: center;
    }
}

#navbar {
    background: none;
    border: none;
    position: absolute;
}


#survey-nav .container-fluid {
    display: block;
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        flex-direction: column;
    }
}

tbody, td, tfoot, th, thead, tr {
    border: none;
    border-color: inherit;
}
@media (min-width: 769px) {
    .form-horizontal .control-label.col-12 {
        text-align: left;
    }
}
[data-number='1'] {
    text-align: left;
}
.asterisk {
    display:none;
}

.radio-item input[type="radio"]:checked + label::after {
    width: 15px;
    height: 15px;
    margin-left: -2px;
    margin-top: -2px;
}
.list-radio .radio-item input[type="radio"]:checked + label::after {
    margin-left: -22px;
}
body .answer-item label:after {
    background-color: #ac503a;
}
.table>:not(:first-child) {
    border-top: none;
}

.fruity .btn-check:active+.btn-primary, .fruity .btn-check:checked+.btn-primary, .fruity .btn-check:focus+.btn-primary, .fruity .btn-primary.active, .fruity .btn-primary.active.active, .fruity .btn-primary.active:focus, .fruity .btn-primary:active, .fruity .btn-primary:focus, .fruity .btn-primary:hover, .fruity .open .dropdown-toggle.btn-primary {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}



