@charset "UTF-8";

/*********************************
COMPONENTS
*********************************/
/** for high resolution move left-right container */
code {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
}

.close {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #3f444a;
    font-size: 28px;
    outline: none !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transition: back 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

.close:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: back 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
}

label {
    font-weight: 500;
    font-size: 18px;
}

.badge {
    font-weight: 400;
    padding: 4px 7px;
}

.pager li>a,
.pager li>span {
    border-radius: 20px;
}

.form-control {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: none;
    outline: none;
    font-weight: 300;
    background: white;
    border-color: #d0d7de;
}

.input-group-lg .form-control,
.form-control.input-lg {
    font-weight: 300;
    font-size: 14px;
}

.form-control:active,
.form-control:focus {
    box-shadow: none !important;
}

.form-control.c-square {
    border-radius: 0 !important;
}

.form-control.c-border-2px {
    border-color: white;
    border-width: 2px;
}

.form-control:focus,
.form-control:active,
.form-control.active {
    border-color: #94a4b4;
}

.form-control:focus.c-border-2px,
.form-control:active.c-border-2px,
.form-control.active.c-border-2px {
    border-color: #c3ccd5;
    border-width: 2px;
}

.form-control.form-control-transparent {
    background: none;
}

.input-group .input-group-btn>.btn,
.input-group .input-group-addon {
    border-color: #d0d7de;
}

.input-group.c-square .input-group-btn>.btn,
.input-group.c-square .input-group-addon {
    border-radius: 0 !important;
}

.input-group.c-border-2px .input-group-btn>.btn,
.input-group.c-border-2px .input-group-addon {
    border-color: white;
    border-width: 2px;
}

.help-block {
    color: #4b5158;
    font-size: 15px;
}

label.control-label {
    padding-top: 5px;
    font-weight: 300;
    color: #101113;
}

.checkbox label,
.radio label,
.c-checkbox label,
.c-radio label {
    color: #282b2e;
    font-weight: 300;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #5dc09c;
}

.has-success .form-control {
    border-color: #5dc09c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #42a883;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a6ddc9;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a6ddc9;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a6ddc9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #a6ddc9;
}

.has-success .input-group-addon {
    color: #5dc09c;
    border-color: #5dc09c;
    background-color: #cbebdf;
}

.has-success .form-control-feedback {
    color: #5dc09c;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #c8d046;
}

.has-warning .form-control {
    border-color: #c8d046;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #adb52e;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0e597;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0e597;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0e597;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e0e597;
}

.has-warning .input-group-addon {
    color: #c8d046;
    border-color: #c8d046;
    background-color: #ecefc0;
}

.has-warning .form-control-feedback {
    color: #c8d046;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #e7505a;
}

.has-error .form-control {
    border-color: #e7505a;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #e12330;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3aaaf;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3aaaf;
    -ms-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3aaaf;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #f3aaaf;
}

.has-error .input-group-addon {
    color: #e7505a;
    border-color: #e7505a;
    background-color: #f9d7d9;
}

.has-error .form-control-feedback {
    color: #e7505a;
}

.btn {
    outline: none !important;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 6px 20px 4px 20px;
    font-size: 16px;
}

.btn>i {
    margin-right: 5px;
    text-align: center;
    font-weight: 300;
}

.btn.btn-sm {
    padding: 6px 18px 4px 18px;
}

.btn.btn-sm>i {
    margin-right: 5px;
    font-size: 14px;
}

.btn.btn-md {
    padding: 9px 20px 7px 20px;
}

.btn.btn-xs {
    padding: 1px 8px 1px 8px;
}

.btn.btn-xs>i {
    margin-right: 3px;
    font-size: 14px;
}

.btn.btn-lg {
    padding: 11px 26px 9px 26px;
}

.btn.btn-xlg {
    padding: 16px 44px 14px 44px;
}

.btn.c-btn-border-2x {
    border-width: 2px;
    padding: 6px 20px 4px 20px;
}

.btn.c-btn-border-2x.btn-sm {
    padding: 5px 18px 3px 18px;
}

.btn.c-btn-border-2x.btn-xs {
    padding: 0px 8px 1px 8px;
}

.btn.c-btn-border-2x.btn-md {
    padding: 8px 20px 6px 20px;
}

.btn.c-btn-border-2x.btn-lg {
    padding: 10px 26px 8px 26px;
}

.btn.c-btn-border-2x.btn-xlg {
    padding: 16px 44px 14px 44px;
}

.btn.c-btn-border-2x.c-btn-uppercase {
    padding: 6px 20px 4px 20px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-sm {
    padding: 5px 18px 3px 18px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-xs {
    padding: 1px 8px 0px 8px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-md {
    padding: 10px 20px 8px 20px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-lg {
    padding: 12px 26px 12px 26px;
}

.btn.c-btn-border-2x.c-btn-uppercase.btn-xlg {
    padding: 18px 44px 16px 44px;
}

.btn.c-btn-border-1x {
    border-width: 1px;
}

.btn+.btn {
    margin-left: 10px;
}

.btn.c-btn-icon {
    min-height: 56px;
    padding: 0;
    padding: 5px 20px 5px 20px;
}

.btn.c-btn-icon>i {
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    margin: -5px 0 0 -20px;
    float: left;
    display: block;
    position: absolute;
    height: 56px;
    width: 56px;
    font-size: 32px;
    vertical-align: middle;
    padding-top: 10px;
}

.btn.c-btn-icon>.c-helper {
    margin: 4px 20px -2px 55px;
    text-align: left;
    display: block;
    font-size: 14px;
}

.btn.c-btn-icon>.c-caption {
    text-align: left;
    margin: 0px 20px 0px 55px;
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.c-btn-circle {
    border-radius: 30px !important;
}

.c-btn-bold {
    font-weight: bold;
}

.c-btn-sbold {
    font-weight: 500;
}

.c-btn-square {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.c-btn-uppercase {
    text-transform: uppercase;
}

.c-btn-uppercase.btn {
    font-size: 14px;
    padding: 7px 20px 5px 20px;
}

.c-btn-uppercase.btn-md {
    font-size: 16px;
    padding: 10px 20px 9px 20px;
}

.c-btn-uppercase.btn-lg {
    font-size: 16px;
    padding: 12px 26px 11px 26px;
}

.c-btn-uppercase.btn-xlg {
    font-size: 18px;
    padding: 20px 44px 15px 44px;
}

.c-btn-uppercase.btn-sm {
    padding: 6px 18px 4px 18px;
}

.c-btn-uppercase.btn-xs {
    padding: 2px 8px 0px 8px;
}

.btn-default {
    background: #ffffff;
    border-color: var(--bs-btn-color);
}

.btn-default.btn-no-focus:focus,
.btn-default.btn-no-focus.focus {
    color: var(--bs-btn-color);
    background: #ffffff;
    border-color: #e1e6ee;
}

.btn-default.btn-no-focus:hover,
.btn-default:hover,
.btn-default.btn-no-focus:active,
.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    color: #ffffff !important;
    background: var(--bs-btn-color) !important;
    border-color: var(--bs-btn-color) !important;
}

.btn-default:active,
.btn-default.active,
.open>.btn-default.dropdown-toggle {
    background-image: none;
}

.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:not(.btn-no-focus):focus,
.btn-default.disabled:not(.btn-no-focus).focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:not(.btn-no-focus):focus,
.btn-default[disabled]:not(.btn-no-focus).focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:not(.btn-no-focus):focus,
fieldset[disabled] .btn-default:not(.btn-no-focus).focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background: #ffffff;
    border-color: #e1e6ee;
}

.btn-default .badge {
    color: #ffffff;
    background: #99a5b9;
}

.btn-primary {
    color: #ffffff;
    background: #003e7d;
    border-color: #003e7d;
}

.btn-primary.btn-no-focus:focus,
.btn-primary.btn-no-focus.focus {
    color: #ffffff;
    background: #003e7d;
    border-color: #003e7d;
}

.btn-primary.btn-no-focus:hover,
.btn-primary:hover,
.btn-primary.btn-no-focus:active,
.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background: #00254a !important;
    border-color: #00254a !important;
}

.btn-primary:active,
.btn-primary.active,
.open>.btn-primary.dropdown-toggle {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:not(.btn-no-focus):focus,
.btn-primary.disabled:not(.btn-no-focus).focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:not(.btn-no-focus):focus,
.btn-primary[disabled]:not(.btn-no-focus).focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:not(.btn-no-focus):focus,
fieldset[disabled] .btn-primary:not(.btn-no-focus).focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
    background: #003e7d;
    border-color: #003e7d;
}

.btn-primary .badge {
    color: #003e7d;
    background: #ffffff;
}

.btn-success:active,
.btn-success.active,
.open>.btn-success.dropdown-toggle {
    background-image: none;
}

.btn-success .badge {
    color: #5dc09c;
    background: #ffffff;
}

.btn-danger:active,
.btn-danger.active,
.open>.btn-danger.dropdown-toggle {
    background-image: none;
}

.btn-danger .badge {
    color: #e7505a;
    background: #ffffff;
}

.btn-warning:active,
.btn-warning.active,
.open>.btn-warning.dropdown-toggle {
    background-image: none;
}

.btn-warning.disabled,
.btn-warning.disabled:hover,
.btn-warning.disabled:not(.btn-no-focus):focus,
.btn-warning.disabled:not(.btn-no-focus).focus,
.btn-warning.disabled:active,
.btn-warning.disabled.active,
.btn-warning[disabled],
.btn-warning[disabled]:hover,
.btn-warning[disabled]:not(.btn-no-focus):focus,
.btn-warning[disabled]:not(.btn-no-focus).focus,
.btn-warning[disabled]:active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:not(.btn-no-focus):focus,
fieldset[disabled] .btn-warning:not(.btn-no-focus).focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background: #c8d046;
    border-color: #c8d046;
}

.btn-warning .badge {
    color: #c8d046;
    background: #ffffff;
}

.btn-info {
    color: #ffffff;
    background: #4eabe6;
    border-color: #4eabe6;
}

.btn-info.btn-no-focus:focus,
.btn-info.btn-no-focus.focus {
    color: #ffffff;
    background: #4eabe6;
    border-color: #4eabe6;
}

.btn-info.btn-no-focus:hover,
.btn-info:hover,
.btn-info.btn-no-focus:active,
.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    color: #ffffff !important;
    background: #2196e0 !important;
    border-color: #2196e0 !important;
}

.btn-info:active,
.btn-info.active,
.open>.btn-info.dropdown-toggle {
    background-image: none;
}

.btn-info.disabled,
.btn-info.disabled:hover,
.btn-info.disabled:not(.btn-no-focus):focus,
.btn-info.disabled:not(.btn-no-focus).focus,
.btn-info.disabled:active,
.btn-info.disabled.active,
.btn-info[disabled],
.btn-info[disabled]:hover,
.btn-info[disabled]:not(.btn-no-focus):focus,
.btn-info[disabled]:not(.btn-no-focus).focus,
.btn-info[disabled]:active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:not(.btn-no-focus):focus,
fieldset[disabled] .btn-info:not(.btn-no-focus).focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background: #4eabe6;
    border-color: #4eabe6;
}

.btn-info .badge {
    color: #4eabe6;
    background: #ffffff;
}

.c-btn-white {
    border-color: #FFFFFF;
    border-width: 1px;
    color: #2f353b;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.c-btn-white.btn-no-focus:focus,
.c-btn-white.btn-no-focus.focus {
    color: #2f353b;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.c-btn-white.btn-no-focus:hover,
.c-btn-white:hover,
.c-btn-white.btn-no-focus:active,
.c-btn-white:active,
.c-btn-white.active,
.open>.c-btn-white.dropdown-toggle {
    color: #2f353b !important;
    background: #ebebeb !important;
    border-color: #ebebeb !important;
}

.c-btn-white:active,
.c-btn-white.active,
.open>.c-btn-white.dropdown-toggle {
    background-image: none;
}

.c-btn-white.disabled,
.c-btn-white.disabled:hover,
.c-btn-white.disabled:not(.btn-no-focus):focus,
.c-btn-white.disabled:not(.btn-no-focus).focus,
.c-btn-white.disabled:active,
.c-btn-white.disabled.active,
.c-btn-white[disabled],
.c-btn-white[disabled]:hover,
.c-btn-white[disabled]:not(.btn-no-focus):focus,
.c-btn-white[disabled]:not(.btn-no-focus).focus,
.c-btn-white[disabled]:active,
.c-btn-white[disabled].active,
fieldset[disabled] .c-btn-white,
fieldset[disabled] .c-btn-white:hover,
fieldset[disabled] .c-btn-white:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-white:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-white:active,
fieldset[disabled] .c-btn-white.active {
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.c-btn-white .badge {
    color: #FFFFFF;
    background: #2f353b;
}

.c-btn-yellow {
    border-color: #ffd100;
    border-width: 1px;
    color: #ffffff;
    background: #ffd100;
    border-color: #ffd100;
}

.c-btn-yellow.btn-no-focus:focus,
.c-btn-yellow.btn-no-focus.focus {
    color: #ffffff;
    background: #ffd100;
    border-color: #ffd100;
}

.c-btn-yellow.btn-no-focus:hover,
.c-btn-yellow:hover,
.c-btn-yellow.btn-no-focus:active,
.c-btn-yellow:active,
.c-btn-yellow.active,
.open>.c-btn-yellow.dropdown-toggle {
    color: #ffffff !important;
    background: #d6b000 !important;
    border-color: #d6b000 !important;
}

.c-btn-yellow:active,
.c-btn-yellow.active,
.open>.c-btn-yellow.dropdown-toggle {
    background-image: none;
}

.c-btn-yellow.disabled,
.c-btn-yellow.disabled:hover,
.c-btn-yellow.disabled:not(.btn-no-focus):focus,
.c-btn-yellow.disabled:not(.btn-no-focus).focus,
.c-btn-yellow.disabled:active,
.c-btn-yellow.disabled.active,
.c-btn-yellow[disabled],
.c-btn-yellow[disabled]:hover,
.c-btn-yellow[disabled]:not(.btn-no-focus):focus,
.c-btn-yellow[disabled]:not(.btn-no-focus).focus,
.c-btn-yellow[disabled]:active,
.c-btn-yellow[disabled].active,
fieldset[disabled] .c-btn-yellow,
fieldset[disabled] .c-btn-yellow:hover,
fieldset[disabled] .c-btn-yellow:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-yellow:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-yellow:active,
fieldset[disabled] .c-btn-yellow.active {
    background: #ffd100;
    border-color: #ffd100;
}

.c-btn-yellow .badge {
    color: #ffd100;
    background: #ffffff;
}

.c-btn-blue {
    border-color: #003c81;
    border-width: 1px;
    color: #ffffff;
    background: #003c81;
    border-color: #003c81;
}

.c-btn-blue.btn-no-focus:focus,
.c-btn-blue.btn-no-focus.focus {
    color: #ffffff;
    background: #003c81;
    border-color: #003c81;
}

.c-btn-blue.btn-no-focus:hover,
.c-btn-blue:hover,
.c-btn-blue.btn-no-focus:active,
.c-btn-blue:active,
.c-btn-blue.active,
.open>.c-btn-blue.dropdown-toggle {
    color: #ffffff !important;
    background: #002958 !important;
    border-color: #002958 !important;
}

.c-btn-blue:active,
.c-btn-blue.active,
.open>.c-btn-blue.dropdown-toggle {
    background-image: none;
}

.c-btn-blue.disabled,
.c-btn-blue.disabled:hover,
.c-btn-blue.disabled:not(.btn-no-focus):focus,
.c-btn-blue.disabled:not(.btn-no-focus).focus,
.c-btn-blue.disabled:active,
.c-btn-blue.disabled.active,
.c-btn-blue[disabled],
.c-btn-blue[disabled]:hover,
.c-btn-blue[disabled]:not(.btn-no-focus):focus,
.c-btn-blue[disabled]:not(.btn-no-focus).focus,
.c-btn-blue[disabled]:active,
.c-btn-blue[disabled].active,
fieldset[disabled] .c-btn-blue,
fieldset[disabled] .c-btn-blue:hover,
fieldset[disabled] .c-btn-blue:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-blue:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-blue:active,
fieldset[disabled] .c-btn-blue.active {
    background: #003c81;
    border-color: #003c81;
}

.c-btn-blue .badge {
    color: #003c81;
    background: #ffffff;
}

.c-btn-border-1x.c-btn-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;
}

.c-btn-border-1x.c-btn-white.c-btn-border-opacity-04 {
    border-color: rgba(255, 255, 255, 0.4);
}

.c-btn-border-1x.c-btn-white.btn-no-focus:focus,
.c-btn-border-1x.c-btn-white.btn-no-focus.focus {
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;
}

.c-btn-border-1x.c-btn-white.btn-no-focus:hover,
.c-btn-border-1x.c-btn-white:hover,
.c-btn-border-1x.c-btn-white.btn-no-focus:active,
.c-btn-border-1x.c-btn-white:active,
.c-btn-border-1x.c-btn-white.active,
.open>.c-btn-border-1x.c-btn-white.dropdown-toggle {
    color: #2f353b !important;
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.c-btn-border-1x.c-btn-white:active,
.c-btn-border-1x.c-btn-white.active,
.open>.c-btn-border-1x.c-btn-white.dropdown-toggle {
    background-image: none;
}

.c-btn-border-1x.c-btn-white.disabled,
.c-btn-border-1x.c-btn-white.disabled:hover,
.c-btn-border-1x.c-btn-white.disabled:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-white.disabled:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-white.disabled:active,
.c-btn-border-1x.c-btn-white.disabled.active,
.c-btn-border-1x.c-btn-white[disabled],
.c-btn-border-1x.c-btn-white[disabled]:hover,
.c-btn-border-1x.c-btn-white[disabled]:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-white[disabled]:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-white[disabled]:active,
.c-btn-border-1x.c-btn-white[disabled].active,
fieldset[disabled] .c-btn-border-1x.c-btn-white,
fieldset[disabled] .c-btn-border-1x.c-btn-white:hover,
fieldset[disabled] .c-btn-border-1x.c-btn-white:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-1x.c-btn-white:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-1x.c-btn-white:active,
fieldset[disabled] .c-btn-border-1x.c-btn-white.active {
    background: none;
    border-color: #FFFFFF;
}

.c-btn-border-1x.c-btn-white .badge {
    color: none;
    background: #FFFFFF;
}

.c-btn-border-1x.c-btn-yellow {
    border-color: #ffd100;
    color: #ffd100;
    background: none;
    border-color: #ffd100;
}

.c-btn-border-1x.c-btn-yellow.c-btn-border-opacity-04 {
    border-color: rgba(255, 209, 0, 0.4);
}

.c-btn-border-1x.c-btn-yellow.btn-no-focus:focus,
.c-btn-border-1x.c-btn-yellow.btn-no-focus.focus {
    color: #ffd100;
    background: none;
    border-color: #ffd100;
}

.c-btn-border-1x.c-btn-yellow.btn-no-focus:hover,
.c-btn-border-1x.c-btn-yellow:hover,
.c-btn-border-1x.c-btn-yellow.btn-no-focus:active,
.c-btn-border-1x.c-btn-yellow:active,
.c-btn-border-1x.c-btn-yellow.active,
.open>.c-btn-border-1x.c-btn-yellow.dropdown-toggle {
    color: #ffffff !important;
    background: #ffd100 !important;
    border-color: #ffd100 !important;
}

.c-btn-border-1x.c-btn-yellow:active,
.c-btn-border-1x.c-btn-yellow.active,
.open>.c-btn-border-1x.c-btn-yellow.dropdown-toggle {
    background-image: none;
}

.c-btn-border-1x.c-btn-yellow.disabled,
.c-btn-border-1x.c-btn-yellow.disabled:hover,
.c-btn-border-1x.c-btn-yellow.disabled:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-yellow.disabled:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-yellow.disabled:active,
.c-btn-border-1x.c-btn-yellow.disabled.active,
.c-btn-border-1x.c-btn-yellow[disabled],
.c-btn-border-1x.c-btn-yellow[disabled]:hover,
.c-btn-border-1x.c-btn-yellow[disabled]:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-yellow[disabled]:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-yellow[disabled]:active,
.c-btn-border-1x.c-btn-yellow[disabled].active,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow:hover,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow:active,
fieldset[disabled] .c-btn-border-1x.c-btn-yellow.active {
    background: none;
    border-color: #ffd100;
}

.c-btn-border-1x.c-btn-yellow .badge {
    color: none;
    background: #ffd100;
}

.c-btn-border-1x.c-btn-blue {
    border-color: #003c81;
    color: #003c81;
    background: none;
    border-color: #003c81;
}

.c-btn-border-1x.c-btn-blue.c-btn-border-opacity-04 {
    border-color: rgba(0, 60, 129, 0.4);
}

.c-btn-border-1x.c-btn-blue.btn-no-focus:focus,
.c-btn-border-1x.c-btn-blue.btn-no-focus.focus {
    color: #003c81;
    background: none;
    border-color: #003c81;
}

.c-btn-border-1x.c-btn-blue.btn-no-focus:hover,
.c-btn-border-1x.c-btn-blue:hover,
.c-btn-border-1x.c-btn-blue.btn-no-focus:active,
.c-btn-border-1x.c-btn-blue:active,
.c-btn-border-1x.c-btn-blue.active,
.open>.c-btn-border-1x.c-btn-blue.dropdown-toggle {
    color: #ffffff !important;
    background: #003c81 !important;
    border-color: #003c81 !important;
}

.c-btn-border-1x.c-btn-blue:active,
.c-btn-border-1x.c-btn-blue.active,
.open>.c-btn-border-1x.c-btn-blue.dropdown-toggle {
    background-image: none;
}

.c-btn-border-1x.c-btn-blue.disabled,
.c-btn-border-1x.c-btn-blue.disabled:hover,
.c-btn-border-1x.c-btn-blue.disabled:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-blue.disabled:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-blue.disabled:active,
.c-btn-border-1x.c-btn-blue.disabled.active,
.c-btn-border-1x.c-btn-blue[disabled],
.c-btn-border-1x.c-btn-blue[disabled]:hover,
.c-btn-border-1x.c-btn-blue[disabled]:not(.btn-no-focus):focus,
.c-btn-border-1x.c-btn-blue[disabled]:not(.btn-no-focus).focus,
.c-btn-border-1x.c-btn-blue[disabled]:active,
.c-btn-border-1x.c-btn-blue[disabled].active,
fieldset[disabled] .c-btn-border-1x.c-btn-blue,
fieldset[disabled] .c-btn-border-1x.c-btn-blue:hover,
fieldset[disabled] .c-btn-border-1x.c-btn-blue:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-1x.c-btn-blue:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-1x.c-btn-blue:active,
fieldset[disabled] .c-btn-border-1x.c-btn-blue.active {
    background: none;
    border-color: #003c81;
}

.c-btn-border-1x.c-btn-blue .badge {
    color: none;
    background: #003c81;
}

.c-btn-border-2x.c-btn-white {
    border-color: #FFFFFF;
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;
}

.c-btn-border-2x.c-btn-white.btn-no-focus:focus,
.c-btn-border-2x.c-btn-white.btn-no-focus.focus {
    color: #FFFFFF;
    background: none;
    border-color: #FFFFFF;
}

.c-btn-border-2x.c-btn-white.btn-no-focus:hover,
.c-btn-border-2x.c-btn-white:hover,
.c-btn-border-2x.c-btn-white.btn-no-focus:active,
.c-btn-border-2x.c-btn-white:active,
.c-btn-border-2x.c-btn-white.active,
.open>.c-btn-border-2x.c-btn-white.dropdown-toggle {
    color: #2f353b !important;
    background: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

.c-btn-border-2x.c-btn-white:active,
.c-btn-border-2x.c-btn-white.active,
.open>.c-btn-border-2x.c-btn-white.dropdown-toggle {
    background-image: none;
}

.c-btn-border-2x.c-btn-white.disabled,
.c-btn-border-2x.c-btn-white.disabled:hover,
.c-btn-border-2x.c-btn-white.disabled:not(.btn-no-focus):focus,
.c-btn-border-2x.c-btn-white.disabled:not(.btn-no-focus).focus,
.c-btn-border-2x.c-btn-white.disabled:active,
.c-btn-border-2x.c-btn-white.disabled.active,
.c-btn-border-2x.c-btn-white[disabled],
.c-btn-border-2x.c-btn-white[disabled]:hover,
.c-btn-border-2x.c-btn-white[disabled]:not(.btn-no-focus):focus,
.c-btn-border-2x.c-btn-white[disabled]:not(.btn-no-focus).focus,
.c-btn-border-2x.c-btn-white[disabled]:active,
.c-btn-border-2x.c-btn-white[disabled].active,
fieldset[disabled] .c-btn-border-2x.c-btn-white,
fieldset[disabled] .c-btn-border-2x.c-btn-white:hover,
fieldset[disabled] .c-btn-border-2x.c-btn-white:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-2x.c-btn-white:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-2x.c-btn-white:active,
fieldset[disabled] .c-btn-border-2x.c-btn-white.active {
    background: none;
    border-color: #FFFFFF;
}

.c-btn-border-2x.c-btn-white .badge {
    color: none;
    background: #FFFFFF;
}

.c-btn-border-2x.c-btn-yellow {
    border-color: #ffd100;
    color: #ffd100;
    background: none;
    border-color: #ffd100;
}

.c-btn-border-2x.c-btn-yellow.btn-no-focus:focus,
.c-btn-border-2x.c-btn-yellow.btn-no-focus.focus {
    color: #ffd100;
    background: none;
    border-color: #ffd100;
}

.c-btn-border-2x.c-btn-yellow.btn-no-focus:hover,
.c-btn-border-2x.c-btn-yellow:hover,
.c-btn-border-2x.c-btn-yellow.btn-no-focus:active,
.c-btn-border-2x.c-btn-yellow:active,
.c-btn-border-2x.c-btn-yellow.active,
.open>.c-btn-border-2x.c-btn-yellow.dropdown-toggle {
    color: #ffffff !important;
    background: #ffd100 !important;
    border-color: #ffd100 !important;
}

.c-btn-border-2x.c-btn-yellow:active,
.c-btn-border-2x.c-btn-yellow.active,
.open>.c-btn-border-2x.c-btn-yellow.dropdown-toggle {
    background-image: none;
}

.c-btn-border-2x.c-btn-yellow.disabled,
.c-btn-border-2x.c-btn-yellow.disabled:hover,
.c-btn-border-2x.c-btn-yellow.disabled:not(.btn-no-focus):focus,
.c-btn-border-2x.c-btn-yellow.disabled:not(.btn-no-focus).focus,
.c-btn-border-2x.c-btn-yellow.disabled:active,
.c-btn-border-2x.c-btn-yellow.disabled.active,
.c-btn-border-2x.c-btn-yellow[disabled],
.c-btn-border-2x.c-btn-yellow[disabled]:hover,
.c-btn-border-2x.c-btn-yellow[disabled]:not(.btn-no-focus):focus,
.c-btn-border-2x.c-btn-yellow[disabled]:not(.btn-no-focus).focus,
.c-btn-border-2x.c-btn-yellow[disabled]:active,
.c-btn-border-2x.c-btn-yellow[disabled].active,
fieldset[disabled] .c-btn-border-2x.c-btn-yellow,
fieldset[disabled] .c-btn-border-2x.c-btn-yellow:hover,
fieldset[disabled] .c-btn-border-2x.c-btn-yellow:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-2x.c-btn-yellow:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-2x.c-btn-yellow:active,
fieldset[disabled] .c-btn-border-2x.c-btn-yellow.active {
    background: none;
    border-color: #ffd100;
}

.c-btn-border-2x.c-btn-yellow .badge {
    color: none;
    background: #ffd100;
}

.c-btn-border-2x.c-btn-blue {
    border-color: #003c81;
    color: #003c81;
    background: none;
    border-color: #003c81;
}

.c-btn-border-2x.c-btn-blue.btn-no-focus:focus,
.c-btn-border-2x.c-btn-blue.btn-no-focus.focus {
    color: #003c81;
    background: none;
    border-color: #003c81;
}

.c-btn-border-2x.c-btn-blue.btn-no-focus:hover,
.c-btn-border-2x.c-btn-blue:hover,
.c-btn-border-2x.c-btn-blue.btn-no-focus:active,
.c-btn-border-2x.c-btn-blue:active,
.c-btn-border-2x.c-btn-blue.active,
.open>.c-btn-border-2x.c-btn-blue.dropdown-toggle {
    color: #ffffff !important;
    background: #003c81 !important;
    border-color: #003c81 !important;
}

.c-btn-border-2x.c-btn-blue:active,
.c-btn-border-2x.c-btn-blue.active,
.open>.c-btn-border-2x.c-btn-blue.dropdown-toggle {
    background-image: none;
}

.c-btn-border-2x.c-btn-blue.disabled,
.c-btn-border-2x.c-btn-blue.disabled:hover,
.c-btn-border-2x.c-btn-blue.disabled:not(.btn-no-focus):focus,
.c-btn-border-2x.c-btn-blue.disabled:not(.btn-no-focus).focus,
.c-btn-border-2x.c-btn-blue.disabled:active,
.c-btn-border-2x.c-btn-blue.disabled.active,
.c-btn-border-2x.c-btn-blue[disabled],
.c-btn-border-2x.c-btn-blue[disabled]:hover,
.c-btn-border-2x.c-btn-blue[disabled]:not(.btn-no-focus):focus,
.c-btn-border-2x.c-btn-blue[disabled]:not(.btn-no-focus).focus,
.c-btn-border-2x.c-btn-blue[disabled]:active,
.c-btn-border-2x.c-btn-blue[disabled].active,
fieldset[disabled] .c-btn-border-2x.c-btn-blue,
fieldset[disabled] .c-btn-border-2x.c-btn-blue:hover,
fieldset[disabled] .c-btn-border-2x.c-btn-blue:not(.btn-no-focus):focus,
fieldset[disabled] .c-btn-border-2x.c-btn-blue:not(.btn-no-focus).focus,
fieldset[disabled] .c-btn-border-2x.c-btn-blue:active,
fieldset[disabled] .c-btn-border-2x.c-btn-blue.active {
    background: none;
    border-color: #003c81;
}

.c-btn-border-2x.c-btn-blue .badge {
    color: none;
    background: #003c81;
}

.btn.c-btn-icon.c-btn-white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #2f353b;
}

.btn.c-btn-icon.c-btn-white>i {
    background: #f2f2f2;
    color: #2f353b;
}

.btn.c-btn-icon.c-btn-white>.c-helper {
    color: #2f353b;
}

.btn.c-btn-icon.c-btn-white:hover,
.btn.c-btn-icon.c-btn-white:focus,
.btn.c-btn-icon.c-btn-white.focus,
.btn.c-btn-icon.c-btn-white:active,
.btn.c-btn-icon.c-btn-white.active {
    color: #2f353b;
    background: #f2f2f2;
    border-color: #f2f2f2;
}

.btn.c-btn-icon.c-btn-white:hover>i,
.btn.c-btn-icon.c-btn-white:focus>i,
.btn.c-btn-icon.c-btn-white.focus>i,
.btn.c-btn-icon.c-btn-white:active>i,
.btn.c-btn-icon.c-btn-white.active>i {
    background: #ebebeb;
}

.btn.c-btn-icon.c-btn-yellow {
    background: #ffd100;
    border-color: #ffd100;
    color: #ffffff;
}

.btn.c-btn-icon.c-btn-yellow>i {
    background: #e6bc00;
    color: #ffffff;
}

.btn.c-btn-icon.c-btn-yellow>.c-helper {
    color: #ffffff;
}

.btn.c-btn-icon.c-btn-yellow:hover,
.btn.c-btn-icon.c-btn-yellow:focus,
.btn.c-btn-icon.c-btn-yellow.focus,
.btn.c-btn-icon.c-btn-yellow:active,
.btn.c-btn-icon.c-btn-yellow.active {
    color: #ffffff;
    background: #e6bc00;
    border-color: #e6bc00;
}

.btn.c-btn-icon.c-btn-yellow:hover>i,
.btn.c-btn-icon.c-btn-yellow:focus>i,
.btn.c-btn-icon.c-btn-yellow.focus>i,
.btn.c-btn-icon.c-btn-yellow:active>i,
.btn.c-btn-icon.c-btn-yellow.active>i {
    background: #d6b000;
}

.btn.c-btn-icon.c-btn-blue {
    background: #003c81;
    border-color: #003c81;
    color: #ffffff;
}

.btn.c-btn-icon.c-btn-blue>i {
    background: #003068;
    color: #ffffff;
}

.btn.c-btn-icon.c-btn-blue>.c-helper {
    color: #ffffff;
}

.btn.c-btn-icon.c-btn-blue:hover,
.btn.c-btn-icon.c-btn-blue:focus,
.btn.c-btn-icon.c-btn-blue.focus,
.btn.c-btn-icon.c-btn-blue:active,
.btn.c-btn-icon.c-btn-blue.active {
    color: #ffffff;
    background: #003068;
    border-color: #003068;
}

.btn.c-btn-icon.c-btn-blue:hover>i,
.btn.c-btn-icon.c-btn-blue:focus>i,
.btn.c-btn-icon.c-btn-blue.focus>i,
.btn.c-btn-icon.c-btn-blue:active>i,
.btn.c-btn-icon.c-btn-blue.active>i {
    background: #002958;
}

.btn.c-btn-border-1x.c-btn-white,
.btn.c-btn-border-2x.c-btn-white {
    border-color: rba(#ffffff, 0.9);
}

.dropdown-menu {
    border: 0;
    box-shadow: 0px 3px 12px -5px rgba(0, 0, 0, 0.35);
}

.dropdown-menu>a {
    font-size: 16px;
    color: #3f444a;
}

.dropdown-menu>a.active {
    background-color: #003c81 !important;
    color: #fff !important;
}

/* Dropdown submenu support for Bootsrap 3 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 5px;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
}

.dropdown-submenu>.dropdown-menu.c-pull-left {
    left: -100%;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropup .dropdown-submenu>.dropdown-menu {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
}

.modal {
    z-index: 10050;
    overflow-y: auto;
}

.modal-open {
    overflow: auto;
}

.modal-header {
    padding: 20px 20px 15px 20px;
    border-bottom: 1px solid #eeeeee;
}

.modal-header>.close {
    margin-top: -4px;
}

.modal-body {
    padding: 20px;
}

.modal-footer {
    padding: 20px;
    border-top: 1px solid #eeeeee;
}

.modal-title {
    font-weight: 500;
    font-size: 18px;
    color: #3f444a;
}

.table>tfooter>tr>td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>th {
    border-color: #eeeeee;
}

.table>thead>tr>th {
    font-weight: 500;
    font-size: 17px;
    color: #3f444a;
}

.table tr.success>th,
.table tr.success>td,
.table tr.info>th,
.table tr.info>td,
.table tr.danger>th,
.table tr.danger>td,
.table tr.warning>th,
.table tr.warning>td {
    color: #fff;
}

.table-responsive {
    border-color: #eeeeee;
}

/* Left and right tabs */
.tabs-right.nav-tabs,
.tabs-left.nav-tabs {
    border-bottom: 0;
}

.tabs-right.nav-tabs>li,
.tabs-left.nav-tabs>li {
    float: none;
}

.tabs-right.nav-tabs>li>a,
.tabs-left.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px;
}

/* default tabs */
.nav-link {
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-padding-x: 1rem;
}

.nav-tabs .nav-link {
    --bs-nav-link-color: #495057;
    --bs-nav-link-hover-color: var(--bs-nav-link-color);
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

/* Left tabs */
.tabs-left.nav-tabs {
    border-right: 1px solid #ddd;
}

.tabs-left.nav-tabs>li>a {
    display: block;
    margin-right: -1px;
}

.tabs-left.nav-tabs>li>a:hover,
.tabs-left.nav-tabs>li>a:focus {
    border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left.nav-tabs>li.active>a,
.tabs-left.nav-tabs>li.active>a:hover>li.active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    *border-right-color: #ffffff;
}

/* Right tabs */
.tabs-right.nav-tabs {
    border-left: 1px solid #ddd;
}

.tabs-right.nav-tabs>li>a {
    display: block;
    margin-left: -1px;
}

.tabs-right.nav-tabs>li>a:hover,
.tabs-right.nav-tabs>li>a:focus {
    border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right.nav-tabs>li.active>a,
.tabs-right.nav-tabs>li.active>a:hover>li.active>a:focus {
    border-color: #ddd #ddd #ddd transparent;
    *border-left-color: #ffffff;
}

.text-xs-left {
    text-align: left;
}

.text-xs-right {
    text-align: right;
}

.text-xs-center {
    text-align: center;
}

.text-xs-justify {
    text-align: justify;
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-right {
        text-align: right;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-justify {
        text-align: justify;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-right {
        text-align: right;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-justify {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-right {
        text-align: right;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-justify {
        text-align: justify;
    }
}

/**
 *  Bootstrap pull 3.1.1 for Twitter Bootstrap v3.
 *
 *  To have pull-right and pull-left to Bootstrap v3 for xs, sm, md, lg media.
 *  This will help having some complex behavior for contents.
 *  https://github.com/Natshah/bootstrap-pull
 *
 */
@media (min-width: 480px) {

    /** Pull left xs **/
    .pull-left-xs {
        float: left;
    }

    /** Pull right xs **/
    .pull-right-xs {
        float: right;
    }
}

@media (min-width: 768px) {

    /** Pull left sm **/
    .pull-left-sm {
        float: left;
    }

    /** Pull right sm **/
    .pull-right-sm {
        float: right;
    }
}

@media (min-width: 992px) {

    /** Pull left **/
    .pull-left-md {
        float: left;
    }

    /** Pull right **/
    .pull-right-md {
        float: right;
    }
}

@media (min-width: 1200px) {

    /** Pull left **/
    .pull-left-lg {
        float: left;
    }

    /** Pull right **/
    .pull-right-lg {
        float: right;
    }
}

.switcher-holder {
    margin-bottom: 0.625rem;
    min-height: 1.875rem;
}

@media (min-width: 768px) {
    .switcher-holder {
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
    }
}

.switch {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 992px) {
    .switch {
        width: 84%;
    }
}

.switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.switch input:checked {
    z-index: 1;
}

.switch input:checked+label {
    opacity: 1;
    cursor: default;
    min-width: 30%;
}

@media (min-width: 992px) {
    .switch input:checked+label {
        min-width: 40%;
    }
}

.switch input:not(:checked)+label:hover {
    opacity: 0.5;
}

.switch label {
    transition: opacity 0.3s ease-in-out;
    color: white;
    opacity: 0.66;
    cursor: pointer;
}

.switch .toggle-outside {
    transition: all 0.3s ease-in-out;
    height: 100%;
    border-radius: 2rem;
    padding: 1px;
    overflow: hidden;
}

.switch .toggle-inside {
    transition: all 0.3s ease-in-out;
    border-radius: 5rem;
    background: #003c81;
    position: absolute;
}

.switch-horizontal {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.switch-horizontal input {
    height: 1.1875rem;
    width: 2.3125rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

@media (min-width: 992px) {
    .switch-horizontal input {
        width: 3.25rem;
        height: 1.6875rem;
    }
}

.switch-horizontal label {
    font-size: 1rem;
    height: 100%;
    margin: 0;
    color: #3f444a;
    line-height: 1.3;
    text-align: left;
}

@media (min-width: 768px) {
    .switch-horizontal label:first-of-type {
        padding-right: 2.5rem;
    }
}

.switch-horizontal label:last-of-type {
    flex: 1;
    text-align: right;
}

@media (min-width: 768px) {
    .switch-horizontal label:last-of-type {
        padding-left: 2.5rem;
    }
}

.switch-horizontal .toggle-outside {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2.3125rem;
    height: 1.1875rem;
    background: #e9ecef;
    border: 1px solid darkgrey;
}

@media (min-width: 992px) {
    .switch-horizontal .toggle-outside {
        width: 3.25rem;
        height: 1.6875rem;
    }
}

.switch-horizontal .toggle-inside {
    height: 0.9375rem;
    width: 0.9375rem;
}

@media (min-width: 992px) {
    .switch-horizontal .toggle-inside {
        height: 1.4375rem;
        width: 1.4375rem;
    }
}

.switch-horizontal input:checked~.toggle-outside .toggle-inside {
    left: 1px;
}

.switch-horizontal input~input:checked~.toggle-outside .toggle-inside {
    left: 1.1875rem;
}

@media (min-width: 992px) {
    .switch-horizontal input~input:checked~.toggle-outside .toggle-inside {
        left: 1.625rem;
    }
}

.title-info {
    color: white;
    display: inline-block;
    background: #003c81;
    border-radius: 50%;
    min-width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    font-weight: 600;
    margin-top: 0.3125rem;
}

.tp-banner-container {
    position: relative;
}

.tp-banner-container.tp-fullscreen {
    height: 1100px;
}

.tp-banner-container .fulllscreenvideo.tp-videolayer {
    left: 0px !important;
}

.tp-banner {
    display: none;
    width: 100%;
    position: relative;
}

.tp-banner iframe {
    border: 0 !important;
}

.tp-bullets.round>.tp-bullet {
    background: #e3e7ee;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
}

.tp-bullets.round>.tp-bullet.selected {
    background: #32c5d2;
}

.tp-bullets.round>.tp-bullet:hover {
    background: #c4ccd8;
}

.tparrows.c-tparrows-hide {
    display: none;
}

.tparrows.tp-leftarrow,
.tparrows.tp-rightarrow {
    background: none;
    font-family: FontAwesome;
    font-weight: 100;
}

.tparrows.tp-leftarrow {
    background-position: 0px 3600%;
}

.tparrows.tp-leftarrow:before {
    content: "";
}

.tparrows.tp-rightarrow {
    background-position: 0px 3700%;
}

.tparrows.tp-rightarrow:before {
    content: "";
}

.tparrows.circle {
    background-image: url(../img/content/line-icons/white.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    transition: all 0.3s;
    color: #ffffff;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.tparrows.circle.hidearrows {
    opacity: 0;
    filter: alpha(opacity=0);
}

.tparrows.circle:hover {
    transition: all 0.3s;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tp-banner-container.c-arrow-dark .tparrows.circle {
    background-image: url(../img/content/line-icons/dark1.png);
}

.tp-banner-container.c-arrow-darken .tparrows.circle {
    background-image: url(../img/content/line-icons/dark3.png);
}

.tp-loader.spinner2 {
    background-color: #999DA7;
}

@media (max-width: 991px) {

    /* 991px */
    .tp-banner-container.tp-fullscreen {
        height: auto;
    }

    .tp-banner-container.tp-fullscreen-mobile {
        height: 800px;
    }
}

.owl-carousel .owl-controls {
    margin-top: 60px;
}

.owl-carousel .owl-controls .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel.c-owl-nav-center .owl-controls {
    text-align: center;
}

.owl-carousel.owl-bordered {
    margin-top: 30px;
}

.owl-carousel.owl-bordered .owl-controls {
    margin-top: 20px;
}

.owl-carousel.owl-bordered .owl-wrapper-outer {
    border: 1px solid #eeeeee;
}

.owl-carousel.owl-bordered .owl-item {
    border-right: 1px solid #eeeeee;
}

.owl-carousel.owl-bordered .owl-item:last-child {
    border-right: 0;
}

.owl-carousel.owl-reset-space:not(.owl-single):not(.owl-bordered) {
    margin: 0;
    width: 100%;
}

.owl-carousel.owl-reset-space:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 0;
}

.owl-carousel.owl-small-space:not(.owl-single):not(.owl-bordered) {
    margin: 0;
    width: 100%;
}

.owl-carousel.owl-small-space:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
    padding: 5px;
}

.owl-theme:not(.owl-single):not(.owl-bordered) {
    margin-left: -30px;
    width: calc(100% + 60px);
}

.owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item,
.owl-theme:not(.owl-single):not(.owl-bordered) .owl-stage-outer .owl-item {
    padding: 0 30px;
}

.owl-theme.owl-theme-white .owl-pagination .owl-page span {
    background: #ffffff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.owl-theme.owl-theme-white .owl-pagination .owl-page.active span {
    background: #ffffff;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 767px) {

    /* 767px */
    .owl-theme:not(.owl-single):not(.owl-bordered) {
        margin-left: -10px;
        width: calc(100% + 20px);
    }

    .owl-theme:not(.owl-single):not(.owl-bordered) .owl-wrapper .owl-item {
        padding: 0 10px;
    }
}

.fancybox-overlay {
    z-index: 10200;
}

.fancybox-margin {
    margin: 0;
}

/***
Fontawesome Demo
***/
.fontawesome-icon-list {
    margin-top: 20px;
    margin-bottom: 50px;
}

.fontawesome-icon-list .fa-hover>a {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #eaeaea;
    padding: 5px 10px;
}

.fontawesome-icon-list .fa-hover>a>i {
    width: 20px;
    font-size: 18px;
    margin-right: 5px;
}

/***
Simple Line Icons Demo
***/
.simplelineicons-demo .item-box {
    display: inline-block;
    font-size: 16px;
    margin: 0 -0.22em 1em 0;
    padding-left: 1em;
    width: 100%;
}

.simplelineicons-demo .item-box .item {
    border: 1px solid #eaeaea;
    background-color: #fff;
    color: #33383e;
    display: inline-block;
    padding: 10px;
    width: 100%;
    vertical-align: center;
}

.simplelineicons-demo .item-box .item span {
    font-size: 22px;
}

.customline-demo.simplelineicons-demo .item-box a {
    display: inline-block;
}

.customline-demo.simplelineicons-demo .c-content-line-icon {
    float: left;
    margin-top: -4px;
    margin-right: 15px;
}

@media only screen and (min-width: 768px) {
    .simplelineicons-demo .item-box {
        width: 24.333%;
    }
}

/***
Glyphicons Demo
***/
.glyphicons-demo ul {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.bs-glyphicon-class {
    text-align: center;
}

.bs-glyphicons {
    padding-left: 0;
    padding-bottom: 1px;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
}

.glyphicons-demo ul li {
    float: left;
    width: 25%;
    height: 115px;
    padding: 10px;
    margin: 0 -1px -1px 0;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #ddd;
}

.glyphicons-demo .glyphicon {
    display: block;
    margin: 5px auto 10px;
    font-size: 24px;
}

@media (min-width: 768px) {
    .glyphicons-demo ul li {
        width: 12.5%;
    }
}

.socicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "socicon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.socicon-btn:empty .socicon:empty {
    width: 1em;
}

.socicon-btn {
    position: relative;
    display: inline-block;
    font-family: "socicon";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    width: 44px;
    height: 44px;
    padding-top: 11px;
    font-size: 24px;
    border: 1px solid #eeeeee;
    color: #3f444a;
    transition: background, color 0.3s;
}

.socicon-btn.socicon-solid {
    border: 0;
    width: 46px;
    height: 46px;
    padding-top: 12px;
}

.socicon-btn.socicon-btn-circle {
    border-radius: 44px;
}

.socicon-btn:hover {
    transition: background, color 0.3s;
}

.socicon-btn.socicon-lg {
    width: 54px;
    height: 54px;
    padding-top: 13px;
    font-size: 28px;
}

.socicon-btn.socicon-lg.socicon-solid {
    border: 0;
    width: 55px;
    height: 55px;
    padding-top: 13px;
}

.socicon-btn.socicon-sm {
    width: 30px;
    height: 30px;
    padding-top: 8px;
    font-size: 16px;
}

.socicon-btn.socicon-sm.socicon-solid {
    border: 0;
    width: 30px;
    height: 30px;
    padding-top: 8px;
}

.socicons .socicon-btn {
    margin-bottom: 5px;
}

.socicon-twitter:before {
    content: "a";
}

.socicon-facebook:before {
    content: "b";
}

.socicon-google:before {
    content: "c";
}

.socicon-pinterest:before {
    content: "d";
}

.socicon-foursquare:before {
    content: "e";
}

.socicon-yahoo:before {
    content: "f";
}

.socicon-skype:before {
    content: "g";
}

.socicon-yelp:before {
    content: "h";
}

.socicon-feedburner:before {
    content: "i";
}

.socicon-linkedin:before {
    content: "j";
}

.socicon-viadeo:before {
    content: "k";
}

.socicon-xing:before {
    content: "l";
}

.socicon-myspace:before {
    content: "m";
}

.socicon-soundcloud:before {
    content: "n";
}

.socicon-spotify:before {
    content: "o";
}

.socicon-grooveshark:before {
    content: "p";
}

.socicon-lastfm:before {
    content: "q";
}

.socicon-youtube:before {
    content: "r";
}

.socicon-vimeo:before {
    content: "s";
}

.socicon-dailymotion:before {
    content: "t";
}

.socicon-vine:before {
    content: "u";
}

.socicon-flickr:before {
    content: "v";
}

.socicon-500px:before {
    content: "w";
}

.socicon-instagram:before {
    content: "x";
}

.socicon-wordpress:before {
    content: "y";
}

.socicon-tumblr:before {
    content: "z";
}

.socicon-blogger:before {
    content: "A";
}

.socicon-technorati:before {
    content: "B";
}

.socicon-reddit:before {
    content: "C";
}

.socicon-dribbble:before {
    content: "D";
}

.socicon-stumbleupon:before {
    content: "E";
}

.socicon-digg:before {
    content: "F";
}

.socicon-envato:before {
    content: "G";
}

.socicon-behance:before {
    content: "H";
}

.socicon-delicious:before {
    content: "I";
}

.socicon-deviantart:before {
    content: "J";
}

.socicon-forrst:before {
    content: "K";
}

.socicon-playstore:before {
    content: "L";
}

.socicon-zerply:before {
    content: "M";
}

.socicon-wikipedia:before {
    content: "N";
}

.socicon-apple:before {
    content: "O";
}

.socicon-flattr:before {
    content: "P";
}

.socicon-github:before {
    content: "Q";
}

.socicon-chimein:before {
    content: "R";
}

.socicon-friendfeed:before {
    content: "S";
}

.socicon-newsvine:before {
    content: "T";
}

.socicon-identica:before {
    content: "U";
}

.socicon-bebo:before {
    content: "V";
}

.socicon-zynga:before {
    content: "W";
}

.socicon-steam:before {
    content: "X";
}

.socicon-xbox:before {
    content: "Y";
}

.socicon-windows:before {
    content: "Z";
}

.socicon-outlook:before {
    content: "1";
}

.socicon-coderwall:before {
    content: "2";
}

.socicon-tripadvisor:before {
    content: "3";
}

.socicon-appnet:before {
    content: "4";
}

.socicon-goodreads:before {
    content: "5";
}

.socicon-tripit:before {
    content: "6";
}

.socicon-lanyrd:before {
    content: "7";
}

.socicon-slideshare:before {
    content: "8";
}

.socicon-buffer:before {
    content: "9";
}

.socicon-rss:before {
    content: ",";
}

.socicon-vkontakte:before {
    content: ";";
}

.socicon-disqus:before {
    content: ":";
}

.socicon-houzz:before {
    content: "+";
}

.socicon-mail:before {
    content: "@";
}

.socicon-patreon:before {
    content: "=";
}

.socicon-paypal:before {
    content: "-";
}

.socicon-playstation:before {
    content: "^";
}

.socicon-smugmug:before {
    content: "¨";
}

.socicon-swarm:before {
    content: "$";
}

.socicon-triplej:before {
    content: "*";
}

.socicon-yammer:before {
    content: "&";
}

.socicon-stackoverflow:before {
    content: "(";
}

.socicon-drupal:before {
    content: "#";
}

.socicon-odnoklassniki:before {
    content: ".";
}

.socicon-android:before {
    content: "_";
}

.socicon-meetup:before {
    content: "]";
}

.socicon-persona:before {
    content: ")";
}

.c-spinner {
    width: 100%;
}

.c-spinner input {
    float: left;
    width: 40px;
    padding: 6px;
    border-radius: 0;
    border-color: #d0d7de;
}

.c-input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: inline-block;
}

.c-input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.c-input-group-btn-vertical .btn {
    display: block;
    float: none;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
    color: #d0d7de;
    border-color: #d0d7de;
}

.c-input-group-btn-vertical .btn:first-child {
    border-top-right-radius: 0;
}

.c-input-group-btn-vertical .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 0;
}

.ilightbox-caption>h4 {
    font-size: 18px;
    text-shadow: none;
}

.ilightbox-caption>p {
    font-size: 14px;
    text-shadow: none;
}

.ilightbox-holder.dark .ilightbox-caption>h1,
.ilightbox-holder.dark .ilightbox-caption h2,
.ilightbox-holder.dark .ilightbox-caption h3,
.ilightbox-holder.dark .ilightbox-caption h4 {
    color: #fff;
}

.ilightbox-holder.light .ilightbox-caption>h1,
.ilightbox-holder.light .ilightbox-caption h2,
.ilightbox-holder.light .ilightbox-caption h3,
.ilightbox-holder.light .ilightbox-caption h4 {
    color: #000;
}

.wow {
    opacity: 0;
}
