
html body {
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
}


.login-register .login-register__tab.active, .panel .login-register__tab.active {
    border-color: #9f9272;
    color: #9f9272;
}

.login-register__loginform-footer a {
    color: #9f9272 !important;
}

.btn-primary { background-color: #9f9272; }
.btn--primary { background-color: #9f9272; }

.btn-secondary { background-color: #000000; }
.btn--secondary { background-color: #000000; }

.badge-primary { background-color: #9f9272; }
.badge-success { background-color: #000000; }

.nav-tabs__item--current {
    background: #9f9272 !important;
}

.profile-settings--alternate .nav-tabs__item--current,
.profile-settings--alternate .nav-tabs__item--current .nav-tabs__item__icon {
    color: #9f9272;
}

.wrapper--background:after {
    background-color: rgba(34, 87, 142, 0.5);
}

.header__menu__item--active,
.header__menu__item--active:hover,
.header__menu__item--active:focus {
    background: #9f9272 !important;
}

a {
    color: #000000;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #000000;
}

.input-file__dropzone,
.input-file__filename:before {
    color: #73C0E7;
}

.form-group label:not(.cat-block):not(.input-file__label) {
    color: #000000
}
.module .input-file-btn {
    background-color: #9f9272;
}
.form-group .form-control:focus, .form-group .select2-container--default .select2-selection--single:focus, .select2-container--default .form-group .select2-selection--single:focus, .form-group .select2-search--dropdown .select2-search__field:focus, .select2-search--dropdown .form-group .select2-search__field:focus, .form-group .form-control:valid, .form-group .select2-container--default .select2-selection--single:valid, .select2-container--default .form-group .select2-selection--single:valid, .form-group .select2-search--dropdown .select2-search__field:valid, .select2-search--dropdown .form-group .select2-search__field:valid, .form-group .form-control.form-control--touched, .form-group .select2-container--default .form-control--touched.select2-selection--single, .select2-container--default .form-group .form-control--touched.select2-selection--single, .form-group .select2-search--dropdown .form-control--touched.select2-search__field, .select2-search--dropdown .form-group .form-control--touched.select2-search__field {
    border-bottom-color: #9f9272;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover:focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td span.active, .open .dropdown-toggle.datepicker table tr td span.active:hover, .open .dropdown-toggle.datepicker table tr td span.active.disabled, .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: #000000;
    border-color: #000000;
}

.form-group div[class^="form-group--"] input[type="radio"]:checked+label:before {
    background-color: #9f9272;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #9f9272;
}
.form-group div[class^="form-group--"] input[type="radio"]+label:before, .form-group div[class^="form-group--"] input[type="checkbox"]+label:before {
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #9f9272;
}
.form-group div[class^="form-group--"] input[type="checkbox"]:checked+label:before {
    background-color: #9f9272;
    box-shadow: 0 0 0 4px #9f9272, 0 0 0 5px #9f9272;
}
input[type="radio"]:checked + .cat-block,
input[type="checkbox"]:checked + .cat-block {
    background: #9f9272;
}

.cat-block {
    border-color: #9f9272;
    color: #9f9272;
}

.i-note {
    color: #9f9272;
}
.i-note:hover {
    color: #000000;
}

.file-block__body .file-block__action {
    color: #000000;
}
.alert-default {
    background-color: #F6F6F2;
}

.sweet-alert button.confirm {
    background-color: #9f9272;
}

.slider-selection {
    background-color: #9f9272;
}
.slider-track{
    background-color: #9f9272;
}
.slider-handle {
    border-color: #9f9272;
}
.slider .tooltip-inner {
    border-color: #9f9272;
}
.slider .tooltip-arrow {
    border-bottom-color: #9f9272 !important;
}

.subscription-timeline__step.active .subscription-timeline__step-title {
    color: #9f9272;
}
.subscription-timeline__step.current .subscription-timeline__step-title:after {
    background-color: #9f9272;
    border-color: #9f9272;
}
.subscription-timeline__step.active:before {
    background-color: #9f9272;
}
.subscription-timeline__step.active:after {
    border-color: #9f9272;
}

