/******************
    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 .btn-primary[disabled] {
    background-color: #e7314f;
    border: 1px solid #e7314f;
}
.fruity .btn-info {
    color: #fff;
    background-color: #e7314f;
    border: 1px solid #e7314f;
}
.fruity .text-primary {
    color: #e7314f;
}
.fruity .btn-default {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #e7314f;
    color: #e7314f;
}
.fruity a {
    color: #e7314f;
}
.fruity a:hover {
    color: #243C54;
}
.fruity .btn-primary {
    color: #fff;
    background-color: #e7314f;
    border: 1px solid #e7314f;
}
body .answer-item label::after {
    background-color: #e7314f;
}
.fruity .navbar-toggle {
    border: solid 1px #e7314f;
}
.fruity .navbar-toggle .icon-bar {
    background-color: #e7314f;
}
.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: #243C54;
    border: 1px solid #1B3244;
}
.fruity .progress-bar {
    color: #fff;
    background-color: #e7314f;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 15%);
}
.fruity .text-info {
    color: #444;
}
h1,.h2 {
    color: #243C54;
}
.h3 {
    color: #e7314f;
}

.fruity .btn-default:hover, .fruity .btn-default:focus, .fruity .btn-default:active, .fruity .btn-default.active, .fruity .open .dropdown-toggle.btn-default {
    color: #243C54;
    border: 1px solid #243C54;
    background-color: rgba(134,158,178,0.1);
}
.fruity .btn-primary[disabled]:hover {
    background-color: #e5637f;
    border: 1px solid #e5637f;
}
.fruity .form-control:focus {
    border: 1px solid #e7314f;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(231 49 79 / 60%);
}
.fruity input[type="checkbox"]:checked:after, .fruity .checkbox input[type="checkbox"]:checked:after, .fruity .checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #e7314f;
    border-color: #e7314f;
}
.fruity .navbar a.animate:after {
    background-color: #e7314f;
}
.fruity .text-danger {
    color: #c60606;
    padding-right: 5px;
}
.question-text {
    color: #243C54;
    font-size: 18px;
}
.ls-answers .ls-heading th {
    font-weight: 700;
    font-size: 13px;
}
.ls-answers .ls-heading > th {
    vertical-align: top;
}