/******************
    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
*/
.checkbox-item input[type="checkbox"]:checked+label {
    color: rgb(65, 96, 143);
}

.checkbox-item input[type="checkbox"]:checked+label::before {
    border-color: rgb(65, 96, 143);
}

.checkbox-item input[type="checkbox"]:checked+label::after {
    background-color: transparent;
    color: rgb(65, 96, 143);
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .1rem rgb(35, 51, 77);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: rgb(60, 92, 140);
    border-color: #0f2053
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgb(60, 92, 140);
    border-color: #1b59a4
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .1rem rgb(35, 51, 77)
}

.btn-primary {
    background-color: rgb(60, 92, 140);
    border-color: rgb(35, 51, 77)
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary.dropdown-toggle.show,
.btn-primary.dropdown-toggle.show:focus {
    color: #ffffff;
    background-color: rgb(78, 121, 186);
    border-color: rgb(35, 51, 77);
}

.ls-answers label,
.answer-item label,
.control-label {
    color: #313131;
}

.ls-answers .ls-heading th, .ls-answers th {
    color: #313131;
  }
.radio-item input[type="radio"]:checked+label {
    color: rgb(65, 96, 143);
}

.radio-item input[type="radio"]:checked+label::before {
    border-color: rgb(65, 96, 143);
}

.radio-item input[type="radio"]:checked+label::after {
    background-color: rgb(65, 96, 143);
}
.form-control{
    font-size: 16px;
}
.group-title  {
display: none;
}
.dropdown-menu > li > a:hover {
    color: #ffffff !important;
    background-color: rgb(65, 96, 143)!important;
  }
  .input-group-text{
    border-color: rgb(65, 96, 143);
  }