/******************
    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
*/
.fruity .navbar-toggle .icon-bar {
    background-color: #0081a1;
}
.fruity .navbar-toggle {
    border: solid 1px #0081a1;
}
.fruity .btn-primary {
    color: #fff;
    background-color: #0081a1;
    border: 1px solid #0081a1;
}
.fruity .progress-bar {
    color: #fff;
    background-color: #0081a1;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
}
.fruity .btn-default {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #0081a1;
    color: #0081a1;
}
.fruity .text-info {
    color: #0081a1;
}
.table.ls-answers tr th {
    color: #0081a1;
}
.checkbox-item input[type="checkbox"]:checked+label::after, .checkbox-item input[type="radio"]:checked+label::after {
    background-color: #0081a1;
    color: white;
}
.fruity .btn-primary:hover, .fruity .btn-primary:focus, .fruity .btn-primary:active, .fruity .btn-primary.active, .fruity .btn-primary.active:focus, .fruity .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #99527e;
    border: 1px solid #99527e;
}
.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .btn-default.active:focus, .fruity .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #99527e;
    border: 1px solid #99527e;
}
body .answer-item label::after {
    background-color: #99527e;
}

.fruity .text-info, .fruity .text-primary, .fruity .text-success {
  color: #0081a1 !important;
}
.fruity a {
  color: #0081a1;
}
.fruity .btn-outline-secondary {
  background-color: hsla(0,0%,100%,.2);
  border: 1px solid #0081a1;
  color: #0081a1;
}

}