/******************
    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
*/
.ls-answers tbody .answertext {
    text-align: left;
}
.fruity .btn-info {
    color: #fff;
    background-color: #212454;
    border: 1px solid #212454;}
    
    .fruity .btn-primary {
    color: #fff;
    background-color: #212454;
    border: 1px solid #212454;}
    
    
    .fruity .btn-default {
    background-color: rgba(255,255,255,0.2);
    border: 1px solid #212454;
    color: #212454;
}

.fruity .text-info {
    color: #3498db;
}

  
    .fruity a {
    color: #212454;
}

.question-container {
    background-color: #ffffff;
    border: 1px solid #212454;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.fruity .progress-bar {
    color: #fff;
    background-color: #212454;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
}

.fruity .navbar a.animate:after {
    text-align: right;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #212454;
}

.fruity .text-primary {
    color: #212454;
}

body .answer-item label::after {
    background-color: #b50e1c;
}

.question-title-container, .question-valid-container {
    background: #212454;
    border: black;
    color: #fff;
    font-size: larger;
}

.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: #a94442;
    border: 1px solid #0f3e12;
}

.fa-asterisk:before {
    content: "\f069";
    margin-right: 10px;
}

.element.style {
    font-family: trebuchet ms,helvetica,sans-serif;
    font-size: 16px;
}

.text-center {
    text-align: center;
    margin-bottom: 50px;
}
.checkbox-item input[type="checkbox"]:checked+label::after, .checkbox-item input[type="radio"]:checked+label::after {
    background-color: #b50e1c;
    color: white;
}
.fruity .question-item {
    padding-top: 1em;
    font-size: large;
}

.ls-answers label, .ls-answers th {
    font-weight: 400;
    font-size: large;
}

.checkbox-item label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 5px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.text-info, .text-info:hover {
    color: #3498db;
}

.btn-group-vertical>.btn, .btn-group>.btn {
    position: relative;
    float: left;
    text-align: left;
}

