.show-page .form-control:not(.skip) {
    color: #333333 !important;
    font-weight: 500;
}

.md-form .form-link {
    padding: .5rem 0 .5rem;
    background-image: none;
    height: auto;
    display: block;
    width: 100%;
    line-height: 1.5;
    border-bottom: 1px solid #bdbdbd;
    background-color: transparent;
    font-size: 1rem !important;
}

.check-box-control-label {
    padding-top: 4px;
}

.form-check-input[type="checkbox"]:checked + label.text-body::before {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}

.form-check-input[type="checkbox"]:checked + label.text-white::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-top: transparent;
    border-left: transparent;
}

.form-check-input[type="checkbox"]:checked + label.deep-orange-text::before {
    border-right: 2px solid #ff5722;
    border-bottom: 2px solid #ff5722;
    border-top: transparent;
    border-left: transparent;
}

.form-check-input[type="checkbox"] + label.deep-orange-text::before {
    border: 2px solid rgba(255, 87, 34, 0.8);
}

.form-check-input[type="checkbox"] + label.text-white::before {
    border: 2px solid rgba(255, 255, 255, 0.8);
}

input.errors, .errors input.form-control {
    border-bottom: 1px solid #e53935 !important;
}

.select-wrapper input.select-dropdown {
    padding-bottom: 2px !important;
    border-radius: 0;
    margin-bottom: 0.5rem;
}

.form-check-input[type="checkbox"]:disabled:not(:checked) + label::before {
    border: 2px solid #BDBDBD;
    background-color: transparent;
}

.form-check-input[type="checkbox"]:disabled:not(:checked) + label.deep-orange-text::before {
    border: 2px solid rgba(255, 85, 33, 0.7);
    background-color: transparent;
}

.form-check-input[type="checkbox"]:disabled:checked + label.deep-orange-text::before {
    border-right: 2px solid #ff5722;
    border-bottom: 2px solid #ff5722;
    border-top: transparent;
    border-left: transparent;
    background-color: transparent;
}

.form-check-input[type="checkbox"]:disabled:checked + label::before {
    border-right: 2px solid #64b5f6;
    border-bottom: 2px solid #64b5f6;
}

.form-check-input[type="checkbox"]:disabled + label,
label.btn input[type="checkbox"]:disabled + label{
    cursor: default !important;
}

.form-check-input[type=checkbox] + label.single-checkbox {
    padding-left: 0px !important;
}

.optgroup-option span.filtrable {
    margin-left: 15px;
}