@charset "UTF-8";
  /*********************************
COMPONENTS 
*********************************/
code {
  border: 1px solid #d4d4d4;
  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: #677581;
  font-size: 15px;
}

label.control-label {
  padding-top: 5px;
  font-weight: 300;
  color: #2e353a;
}

.checkbox label,
.radio label,
.c-checkbox label,
.c-radio label {
  color: #454e56;
  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: none;
  box-shadow: none;
}
.has-success .form-control:focus {
  border-color: #42a883;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-success .input-group-addon {
  color: #5dc09c;
  border-color: #5dc09c;
  background-color: lighen(#5dc09c, 30%);
}
.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: none;
  box-shadow: none;
}
.has-warning .form-control:focus {
  border-color: #adb52e;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-warning .input-group-addon {
  color: #c8d046;
  border-color: #c8d046;
  background-color: lighen(#c8d046, 30%);
}
.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: none;
  box-shadow: none;
}
.has-error .form-control:focus {
  border-color: #e12330;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .input-group-addon {
  color: #e7505a;
  border-color: #e7505a;
  background-color: lighen(#e7505a, 30%);
}
.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: 14px 26px 10px 26px;
}
.btn.c-btn-border-2x.c-btn-uppercase.btn-xlg {
  padding: 19px 44px 15px 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;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-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-valign: 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;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-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 {
  color: #99a5b9;
  background: #fffffff;
  border-color: #e1e6ee;
}
.btn-default.btn-no-focus:focus, .btn-default.btn-no-focus.focus {
  color: #99a5b9;
  background: #fffffff;
  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;
  background: #8998b5;
  border-color: #8998b5;
}
.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: #fffffff;
  border-color: #e1e6ee;
}
.btn-default .badge {
  color: #fffffff;
  background: #99a5b9;
}

.btn-primary {
  color: #ffffff;
  background: #5e9cd1;
  border-color: #5e9cd1;
}
.btn-primary.btn-no-focus:focus, .btn-primary.btn-no-focus.focus {
  color: #ffffff;
  background: #5e9cd1;
  border-color: #5e9cd1;
}
.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;
  background: #3883c4;
  border-color: #3883c4;
}
.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: #5e9cd1;
  border-color: #5e9cd1;
}
.btn-primary .badge {
  color: #5e9cd1;
  background: #ffffff;
}

.btn-success {
  color: #ffffff;
  background: #5dc09c;
  border-color: #5dc09c;
}
.btn-success.btn-no-focus:focus, .btn-success.btn-no-focus.focus {
  color: #ffffff;
  background: #5dc09c;
  border-color: #5dc09c;
}
.btn-success.btn-no-focus:hover, .btn-success:hover, .btn-success.btn-no-focus:active, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #ffffff;
  background: #42a883;
  border-color: #42a883;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:not(.btn-no-focus):focus, .btn-success.disabled:not(.btn-no-focus).focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:not(.btn-no-focus):focus, .btn-success[disabled]:not(.btn-no-focus).focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:not(.btn-no-focus):focus, fieldset[disabled] .btn-success:not(.btn-no-focus).focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background: #5dc09c;
  border-color: #5dc09c;
}
.btn-success .badge {
  color: #5dc09c;
  background: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background: #e7505a;
  border-color: #e7505a;
}
.btn-danger.btn-no-focus:focus, .btn-danger.btn-no-focus.focus {
  color: #ffffff;
  background: #e7505a;
  border-color: #e7505a;
}
.btn-danger.btn-no-focus:hover, .btn-danger:hover, .btn-danger.btn-no-focus:active, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background: #e12330;
  border-color: #e12330;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:not(.btn-no-focus):focus, .btn-danger.disabled:not(.btn-no-focus).focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:not(.btn-no-focus):focus, .btn-danger[disabled]:not(.btn-no-focus).focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:not(.btn-no-focus):focus, fieldset[disabled] .btn-danger:not(.btn-no-focus).focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background: #e7505a;
  border-color: #e7505a;
}
.btn-danger .badge {
  color: #e7505a;
  background: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background: #c8d046;
  border-color: #c8d046;
}
.btn-warning.btn-no-focus:focus, .btn-warning.btn-no-focus.focus {
  color: #ffffff;
  background: #c8d046;
  border-color: #c8d046;
}
.btn-warning.btn-no-focus:hover, .btn-warning:hover, .btn-warning.btn-no-focus:active, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background: #adb52e;
  border-color: #adb52e;
}
.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;
  background: #2196e0;
  border-color: #2196e0;
}
.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;
  background: #ebebeb;
  border-color: #ebebeb;
}
.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-black {
  border-color: #000000;
  border-width: 1px;
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.c-btn-black.btn-no-focus:focus, .c-btn-black.btn-no-focus.focus {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}
.c-btn-black.btn-no-focus:hover, .c-btn-black:hover, .c-btn-black.btn-no-focus:active, .c-btn-black:active, .c-btn-black.active, .open > .c-btn-black.dropdown-toggle {
  color: #ffffff;
  background: black;
  border-color: black;
}
.c-btn-black:active, .c-btn-black.active, .open > .c-btn-black.dropdown-toggle {
  background-image: none;
}
.c-btn-black.disabled, .c-btn-black.disabled:hover, .c-btn-black.disabled:not(.btn-no-focus):focus, .c-btn-black.disabled:not(.btn-no-focus).focus, .c-btn-black.disabled:active, .c-btn-black.disabled.active, .c-btn-black[disabled], .c-btn-black[disabled]:hover, .c-btn-black[disabled]:not(.btn-no-focus):focus, .c-btn-black[disabled]:not(.btn-no-focus).focus, .c-btn-black[disabled]:active, .c-btn-black[disabled].active, fieldset[disabled] .c-btn-black, fieldset[disabled] .c-btn-black:hover, fieldset[disabled] .c-btn-black:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-black:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-black:active, fieldset[disabled] .c-btn-black.active {
  background: #000000;
  border-color: #000000;
}
.c-btn-black .badge {
  color: #000000;
  background: #ffffff;
}

.c-btn-regular {
  border-color: #7f8c97;
  border-width: 1px;
  color: #ffffff;
  background: #7f8c97;
  border-color: #7f8c97;
}
.c-btn-regular.btn-no-focus:focus, .c-btn-regular.btn-no-focus.focus {
  color: #ffffff;
  background: #7f8c97;
  border-color: #7f8c97;
}
.c-btn-regular.btn-no-focus:hover, .c-btn-regular:hover, .c-btn-regular.btn-no-focus:active, .c-btn-regular:active, .c-btn-regular.active, .open > .c-btn-regular.dropdown-toggle {
  color: #ffffff;
  background: #6a7883;
  border-color: #6a7883;
}
.c-btn-regular:active, .c-btn-regular.active, .open > .c-btn-regular.dropdown-toggle {
  background-image: none;
}
.c-btn-regular.disabled, .c-btn-regular.disabled:hover, .c-btn-regular.disabled:not(.btn-no-focus):focus, .c-btn-regular.disabled:not(.btn-no-focus).focus, .c-btn-regular.disabled:active, .c-btn-regular.disabled.active, .c-btn-regular[disabled], .c-btn-regular[disabled]:hover, .c-btn-regular[disabled]:not(.btn-no-focus):focus, .c-btn-regular[disabled]:not(.btn-no-focus).focus, .c-btn-regular[disabled]:active, .c-btn-regular[disabled].active, fieldset[disabled] .c-btn-regular, fieldset[disabled] .c-btn-regular:hover, fieldset[disabled] .c-btn-regular:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-regular:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-regular:active, fieldset[disabled] .c-btn-regular.active {
  background: #7f8c97;
  border-color: #7f8c97;
}
.c-btn-regular .badge {
  color: #7f8c97;
  background: #ffffff;
}

.c-btn-green {
  border-color: #32c5d2;
  border-width: 1px;
  color: #ffffff;
  background: #32c5d2;
  border-color: #32c5d2;
}
.c-btn-green.btn-no-focus:focus, .c-btn-green.btn-no-focus.focus {
  color: #ffffff;
  background: #32c5d2;
  border-color: #32c5d2;
}
.c-btn-green.btn-no-focus:hover, .c-btn-green:hover, .c-btn-green.btn-no-focus:active, .c-btn-green:active, .c-btn-green.active, .open > .c-btn-green.dropdown-toggle {
  color: #ffffff;
  background: #27a8b4;
  border-color: #27a8b4;
}
.c-btn-green:active, .c-btn-green.active, .open > .c-btn-green.dropdown-toggle {
  background-image: none;
}
.c-btn-green.disabled, .c-btn-green.disabled:hover, .c-btn-green.disabled:not(.btn-no-focus):focus, .c-btn-green.disabled:not(.btn-no-focus).focus, .c-btn-green.disabled:active, .c-btn-green.disabled.active, .c-btn-green[disabled], .c-btn-green[disabled]:hover, .c-btn-green[disabled]:not(.btn-no-focus):focus, .c-btn-green[disabled]:not(.btn-no-focus).focus, .c-btn-green[disabled]:active, .c-btn-green[disabled].active, fieldset[disabled] .c-btn-green, fieldset[disabled] .c-btn-green:hover, fieldset[disabled] .c-btn-green:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-green:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-green:active, fieldset[disabled] .c-btn-green.active {
  background: #32c5d2;
  border-color: #32c5d2;
}
.c-btn-green .badge {
  color: #32c5d2;
  background: #ffffff;
}

.c-btn-green-1 {
  border-color: #52c9ba;
  border-width: 1px;
  color: #ffffff;
  background: #52c9ba;
  border-color: #52c9ba;
}
.c-btn-green-1.btn-no-focus:focus, .c-btn-green-1.btn-no-focus.focus {
  color: #ffffff;
  background: #52c9ba;
  border-color: #52c9ba;
}
.c-btn-green-1.btn-no-focus:hover, .c-btn-green-1:hover, .c-btn-green-1.btn-no-focus:active, .c-btn-green-1:active, .c-btn-green-1.active, .open > .c-btn-green-1.dropdown-toggle {
  color: #ffffff;
  background: #3ab9a9;
  border-color: #3ab9a9;
}
.c-btn-green-1:active, .c-btn-green-1.active, .open > .c-btn-green-1.dropdown-toggle {
  background-image: none;
}
.c-btn-green-1.disabled, .c-btn-green-1.disabled:hover, .c-btn-green-1.disabled:not(.btn-no-focus):focus, .c-btn-green-1.disabled:not(.btn-no-focus).focus, .c-btn-green-1.disabled:active, .c-btn-green-1.disabled.active, .c-btn-green-1[disabled], .c-btn-green-1[disabled]:hover, .c-btn-green-1[disabled]:not(.btn-no-focus):focus, .c-btn-green-1[disabled]:not(.btn-no-focus).focus, .c-btn-green-1[disabled]:active, .c-btn-green-1[disabled].active, fieldset[disabled] .c-btn-green-1, fieldset[disabled] .c-btn-green-1:hover, fieldset[disabled] .c-btn-green-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-green-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-green-1:active, fieldset[disabled] .c-btn-green-1.active {
  background: #52c9ba;
  border-color: #52c9ba;
}
.c-btn-green-1 .badge {
  color: #52c9ba;
  background: #ffffff;
}

.c-btn-green-2 {
  border-color: #5dc09c;
  border-width: 1px;
  color: #ffffff;
  background: #5dc09c;
  border-color: #5dc09c;
}
.c-btn-green-2.btn-no-focus:focus, .c-btn-green-2.btn-no-focus.focus {
  color: #ffffff;
  background: #5dc09c;
  border-color: #5dc09c;
}
.c-btn-green-2.btn-no-focus:hover, .c-btn-green-2:hover, .c-btn-green-2.btn-no-focus:active, .c-btn-green-2:active, .c-btn-green-2.active, .open > .c-btn-green-2.dropdown-toggle {
  color: #ffffff;
  background: #44b089;
  border-color: #44b089;
}
.c-btn-green-2:active, .c-btn-green-2.active, .open > .c-btn-green-2.dropdown-toggle {
  background-image: none;
}
.c-btn-green-2.disabled, .c-btn-green-2.disabled:hover, .c-btn-green-2.disabled:not(.btn-no-focus):focus, .c-btn-green-2.disabled:not(.btn-no-focus).focus, .c-btn-green-2.disabled:active, .c-btn-green-2.disabled.active, .c-btn-green-2[disabled], .c-btn-green-2[disabled]:hover, .c-btn-green-2[disabled]:not(.btn-no-focus):focus, .c-btn-green-2[disabled]:not(.btn-no-focus).focus, .c-btn-green-2[disabled]:active, .c-btn-green-2[disabled].active, fieldset[disabled] .c-btn-green-2, fieldset[disabled] .c-btn-green-2:hover, fieldset[disabled] .c-btn-green-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-green-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-green-2:active, fieldset[disabled] .c-btn-green-2.active {
  background: #5dc09c;
  border-color: #5dc09c;
}
.c-btn-green-2 .badge {
  color: #5dc09c;
  background: #ffffff;
}

.c-btn-green-3 {
  border-color: #84c68f;
  border-width: 1px;
  color: #ffffff;
  background: #84c68f;
  border-color: #84c68f;
}
.c-btn-green-3.btn-no-focus:focus, .c-btn-green-3.btn-no-focus.focus {
  color: #ffffff;
  background: #84c68f;
  border-color: #84c68f;
}
.c-btn-green-3.btn-no-focus:hover, .c-btn-green-3:hover, .c-btn-green-3.btn-no-focus:active, .c-btn-green-3:active, .c-btn-green-3.active, .open > .c-btn-green-3.dropdown-toggle {
  color: #ffffff;
  background: #68b976;
  border-color: #68b976;
}
.c-btn-green-3:active, .c-btn-green-3.active, .open > .c-btn-green-3.dropdown-toggle {
  background-image: none;
}
.c-btn-green-3.disabled, .c-btn-green-3.disabled:hover, .c-btn-green-3.disabled:not(.btn-no-focus):focus, .c-btn-green-3.disabled:not(.btn-no-focus).focus, .c-btn-green-3.disabled:active, .c-btn-green-3.disabled.active, .c-btn-green-3[disabled], .c-btn-green-3[disabled]:hover, .c-btn-green-3[disabled]:not(.btn-no-focus):focus, .c-btn-green-3[disabled]:not(.btn-no-focus).focus, .c-btn-green-3[disabled]:active, .c-btn-green-3[disabled].active, fieldset[disabled] .c-btn-green-3, fieldset[disabled] .c-btn-green-3:hover, fieldset[disabled] .c-btn-green-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-green-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-green-3:active, fieldset[disabled] .c-btn-green-3.active {
  background: #84c68f;
  border-color: #84c68f;
}
.c-btn-green-3 .badge {
  color: #84c68f;
  background: #ffffff;
}

.c-btn-red {
  border-color: #eb5d68;
  border-width: 1px;
  color: #ffffff;
  background: #eb5d68;
  border-color: #eb5d68;
}
.c-btn-red.btn-no-focus:focus, .c-btn-red.btn-no-focus.focus {
  color: #ffffff;
  background: #eb5d68;
  border-color: #eb5d68;
}
.c-btn-red.btn-no-focus:hover, .c-btn-red:hover, .c-btn-red.btn-no-focus:active, .c-btn-red:active, .c-btn-red.active, .open > .c-btn-red.dropdown-toggle {
  color: #ffffff;
  background: #e73946;
  border-color: #e73946;
}
.c-btn-red:active, .c-btn-red.active, .open > .c-btn-red.dropdown-toggle {
  background-image: none;
}
.c-btn-red.disabled, .c-btn-red.disabled:hover, .c-btn-red.disabled:not(.btn-no-focus):focus, .c-btn-red.disabled:not(.btn-no-focus).focus, .c-btn-red.disabled:active, .c-btn-red.disabled.active, .c-btn-red[disabled], .c-btn-red[disabled]:hover, .c-btn-red[disabled]:not(.btn-no-focus):focus, .c-btn-red[disabled]:not(.btn-no-focus).focus, .c-btn-red[disabled]:active, .c-btn-red[disabled].active, fieldset[disabled] .c-btn-red, fieldset[disabled] .c-btn-red:hover, fieldset[disabled] .c-btn-red:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-red:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-red:active, fieldset[disabled] .c-btn-red.active {
  background: #eb5d68;
  border-color: #eb5d68;
}
.c-btn-red .badge {
  color: #eb5d68;
  background: #ffffff;
}

.c-btn-red-1 {
  border-color: #cd6262;
  border-width: 1px;
  color: #ffffff;
  background: #cd6262;
  border-color: #cd6262;
}
.c-btn-red-1.btn-no-focus:focus, .c-btn-red-1.btn-no-focus.focus {
  color: #ffffff;
  background: #cd6262;
  border-color: #cd6262;
}
.c-btn-red-1.btn-no-focus:hover, .c-btn-red-1:hover, .c-btn-red-1.btn-no-focus:active, .c-btn-red-1:active, .c-btn-red-1.active, .open > .c-btn-red-1.dropdown-toggle {
  color: #ffffff;
  background: #c34343;
  border-color: #c34343;
}
.c-btn-red-1:active, .c-btn-red-1.active, .open > .c-btn-red-1.dropdown-toggle {
  background-image: none;
}
.c-btn-red-1.disabled, .c-btn-red-1.disabled:hover, .c-btn-red-1.disabled:not(.btn-no-focus):focus, .c-btn-red-1.disabled:not(.btn-no-focus).focus, .c-btn-red-1.disabled:active, .c-btn-red-1.disabled.active, .c-btn-red-1[disabled], .c-btn-red-1[disabled]:hover, .c-btn-red-1[disabled]:not(.btn-no-focus):focus, .c-btn-red-1[disabled]:not(.btn-no-focus).focus, .c-btn-red-1[disabled]:active, .c-btn-red-1[disabled].active, fieldset[disabled] .c-btn-red-1, fieldset[disabled] .c-btn-red-1:hover, fieldset[disabled] .c-btn-red-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-red-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-red-1:active, fieldset[disabled] .c-btn-red-1.active {
  background: #cd6262;
  border-color: #cd6262;
}
.c-btn-red-1 .badge {
  color: #cd6262;
  background: #ffffff;
}

.c-btn-red-2 {
  border-color: #e7505a;
  border-width: 1px;
  color: #ffffff;
  background: #e7505a;
  border-color: #e7505a;
}
.c-btn-red-2.btn-no-focus:focus, .c-btn-red-2.btn-no-focus.focus {
  color: #ffffff;
  background: #e7505a;
  border-color: #e7505a;
}
.c-btn-red-2.btn-no-focus:hover, .c-btn-red-2:hover, .c-btn-red-2.btn-no-focus:active, .c-btn-red-2:active, .c-btn-red-2.active, .open > .c-btn-red-2.dropdown-toggle {
  color: #ffffff;
  background: #e22c38;
  border-color: #e22c38;
}
.c-btn-red-2:active, .c-btn-red-2.active, .open > .c-btn-red-2.dropdown-toggle {
  background-image: none;
}
.c-btn-red-2.disabled, .c-btn-red-2.disabled:hover, .c-btn-red-2.disabled:not(.btn-no-focus):focus, .c-btn-red-2.disabled:not(.btn-no-focus).focus, .c-btn-red-2.disabled:active, .c-btn-red-2.disabled.active, .c-btn-red-2[disabled], .c-btn-red-2[disabled]:hover, .c-btn-red-2[disabled]:not(.btn-no-focus):focus, .c-btn-red-2[disabled]:not(.btn-no-focus).focus, .c-btn-red-2[disabled]:active, .c-btn-red-2[disabled].active, fieldset[disabled] .c-btn-red-2, fieldset[disabled] .c-btn-red-2:hover, fieldset[disabled] .c-btn-red-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-red-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-red-2:active, fieldset[disabled] .c-btn-red-2.active {
  background: #e7505a;
  border-color: #e7505a;
}
.c-btn-red-2 .badge {
  color: #e7505a;
  background: #ffffff;
}

.c-btn-red-3 {
  border-color: #d05163;
  border-width: 1px;
  color: #ffffff;
  background: #d05163;
  border-color: #d05163;
}
.c-btn-red-3.btn-no-focus:focus, .c-btn-red-3.btn-no-focus.focus {
  color: #ffffff;
  background: #d05163;
  border-color: #d05163;
}
.c-btn-red-3.btn-no-focus:hover, .c-btn-red-3:hover, .c-btn-red-3.btn-no-focus:active, .c-btn-red-3:active, .c-btn-red-3.active, .open > .c-btn-red-3.dropdown-toggle {
  color: #ffffff;
  background: #c33549;
  border-color: #c33549;
}
.c-btn-red-3:active, .c-btn-red-3.active, .open > .c-btn-red-3.dropdown-toggle {
  background-image: none;
}
.c-btn-red-3.disabled, .c-btn-red-3.disabled:hover, .c-btn-red-3.disabled:not(.btn-no-focus):focus, .c-btn-red-3.disabled:not(.btn-no-focus).focus, .c-btn-red-3.disabled:active, .c-btn-red-3.disabled.active, .c-btn-red-3[disabled], .c-btn-red-3[disabled]:hover, .c-btn-red-3[disabled]:not(.btn-no-focus):focus, .c-btn-red-3[disabled]:not(.btn-no-focus).focus, .c-btn-red-3[disabled]:active, .c-btn-red-3[disabled].active, fieldset[disabled] .c-btn-red-3, fieldset[disabled] .c-btn-red-3:hover, fieldset[disabled] .c-btn-red-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-red-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-red-3:active, fieldset[disabled] .c-btn-red-3.active {
  background: #d05163;
  border-color: #d05163;
}
.c-btn-red-3 .badge {
  color: #d05163;
  background: #ffffff;
}

.c-btn-yellow {
  border-color: #FF6B57;
  border-width: 1px;
  color: #ffffff;
  background: #FF6B57;
  border-color: #FF6B57;
}
.c-btn-yellow.btn-no-focus:focus, .c-btn-yellow.btn-no-focus.focus {
  color: #ffffff;
  background: #FF6B57;
  border-color: #FF6B57;
}
.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;
  background: #ff472e;
  border-color: #ff472e;
}
.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: #FF6B57;
  border-color: #FF6B57;
}
.c-btn-yellow .badge {
  color: #FF6B57;
  background: #ffffff;
}

.c-btn-yellow-1 {
  border-color: #c8d046;
  border-width: 1px;
  color: #ffffff;
  background: #c8d046;
  border-color: #c8d046;
}
.c-btn-yellow-1.btn-no-focus:focus, .c-btn-yellow-1.btn-no-focus.focus {
  color: #ffffff;
  background: #c8d046;
  border-color: #c8d046;
}
.c-btn-yellow-1.btn-no-focus:hover, .c-btn-yellow-1:hover, .c-btn-yellow-1.btn-no-focus:active, .c-btn-yellow-1:active, .c-btn-yellow-1.active, .open > .c-btn-yellow-1.dropdown-toggle {
  color: #ffffff;
  background: #b5bd30;
  border-color: #b5bd30;
}
.c-btn-yellow-1:active, .c-btn-yellow-1.active, .open > .c-btn-yellow-1.dropdown-toggle {
  background-image: none;
}
.c-btn-yellow-1.disabled, .c-btn-yellow-1.disabled:hover, .c-btn-yellow-1.disabled:not(.btn-no-focus):focus, .c-btn-yellow-1.disabled:not(.btn-no-focus).focus, .c-btn-yellow-1.disabled:active, .c-btn-yellow-1.disabled.active, .c-btn-yellow-1[disabled], .c-btn-yellow-1[disabled]:hover, .c-btn-yellow-1[disabled]:not(.btn-no-focus):focus, .c-btn-yellow-1[disabled]:not(.btn-no-focus).focus, .c-btn-yellow-1[disabled]:active, .c-btn-yellow-1[disabled].active, fieldset[disabled] .c-btn-yellow-1, fieldset[disabled] .c-btn-yellow-1:hover, fieldset[disabled] .c-btn-yellow-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-yellow-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-yellow-1:active, fieldset[disabled] .c-btn-yellow-1.active {
  background: #c8d046;
  border-color: #c8d046;
}
.c-btn-yellow-1 .badge {
  color: #c8d046;
  background: #ffffff;
}

.c-btn-yellow-2 {
  border-color: #c5bf66;
  border-width: 1px;
  color: #ffffff;
  background: #c5bf66;
  border-color: #c5bf66;
}
.c-btn-yellow-2.btn-no-focus:focus, .c-btn-yellow-2.btn-no-focus.focus {
  color: #ffffff;
  background: #c5bf66;
  border-color: #c5bf66;
}
.c-btn-yellow-2.btn-no-focus:hover, .c-btn-yellow-2:hover, .c-btn-yellow-2.btn-no-focus:active, .c-btn-yellow-2:active, .c-btn-yellow-2.active, .open > .c-btn-yellow-2.dropdown-toggle {
  color: #ffffff;
  background: #bab348;
  border-color: #bab348;
}
.c-btn-yellow-2:active, .c-btn-yellow-2.active, .open > .c-btn-yellow-2.dropdown-toggle {
  background-image: none;
}
.c-btn-yellow-2.disabled, .c-btn-yellow-2.disabled:hover, .c-btn-yellow-2.disabled:not(.btn-no-focus):focus, .c-btn-yellow-2.disabled:not(.btn-no-focus).focus, .c-btn-yellow-2.disabled:active, .c-btn-yellow-2.disabled.active, .c-btn-yellow-2[disabled], .c-btn-yellow-2[disabled]:hover, .c-btn-yellow-2[disabled]:not(.btn-no-focus):focus, .c-btn-yellow-2[disabled]:not(.btn-no-focus).focus, .c-btn-yellow-2[disabled]:active, .c-btn-yellow-2[disabled].active, fieldset[disabled] .c-btn-yellow-2, fieldset[disabled] .c-btn-yellow-2:hover, fieldset[disabled] .c-btn-yellow-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-yellow-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-yellow-2:active, fieldset[disabled] .c-btn-yellow-2.active {
  background: #c5bf66;
  border-color: #c5bf66;
}
.c-btn-yellow-2 .badge {
  color: #c5bf66;
  background: #ffffff;
}

.c-btn-yellow-3 {
  border-color: #c5b96b;
  border-width: 1px;
  color: #ffffff;
  background: #c5b96b;
  border-color: #c5b96b;
}
.c-btn-yellow-3.btn-no-focus:focus, .c-btn-yellow-3.btn-no-focus.focus {
  color: #ffffff;
  background: #c5b96b;
  border-color: #c5b96b;
}
.c-btn-yellow-3.btn-no-focus:hover, .c-btn-yellow-3:hover, .c-btn-yellow-3.btn-no-focus:active, .c-btn-yellow-3:active, .c-btn-yellow-3.active, .open > .c-btn-yellow-3.dropdown-toggle {
  color: #ffffff;
  background: #baab4e;
  border-color: #baab4e;
}
.c-btn-yellow-3:active, .c-btn-yellow-3.active, .open > .c-btn-yellow-3.dropdown-toggle {
  background-image: none;
}
.c-btn-yellow-3.disabled, .c-btn-yellow-3.disabled:hover, .c-btn-yellow-3.disabled:not(.btn-no-focus):focus, .c-btn-yellow-3.disabled:not(.btn-no-focus).focus, .c-btn-yellow-3.disabled:active, .c-btn-yellow-3.disabled.active, .c-btn-yellow-3[disabled], .c-btn-yellow-3[disabled]:hover, .c-btn-yellow-3[disabled]:not(.btn-no-focus):focus, .c-btn-yellow-3[disabled]:not(.btn-no-focus).focus, .c-btn-yellow-3[disabled]:active, .c-btn-yellow-3[disabled].active, fieldset[disabled] .c-btn-yellow-3, fieldset[disabled] .c-btn-yellow-3:hover, fieldset[disabled] .c-btn-yellow-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-yellow-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-yellow-3:active, fieldset[disabled] .c-btn-yellow-3.active {
  background: #c5b96b;
  border-color: #c5b96b;
}
.c-btn-yellow-3 .badge {
  color: #c5b96b;
  background: #ffffff;
}

.c-btn-blue {
  border-color: #3498DB;
  border-width: 1px;
  color: #ffffff;
  background: #3498DB;
  border-color: #3498DB;
}
.c-btn-blue.btn-no-focus:focus, .c-btn-blue.btn-no-focus.focus {
  color: #ffffff;
  background: #3498DB;
  border-color: #3498DB;
}
.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;
  background: #2383c4;
  border-color: #2383c4;
}
.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: #3498DB;
  border-color: #3498DB;
}
.c-btn-blue .badge {
  color: #3498DB;
  background: #ffffff;
}

.c-btn-blue-1 {
  border-color: #5e9cd1;
  border-width: 1px;
  color: #ffffff;
  background: #5e9cd1;
  border-color: #5e9cd1;
}
.c-btn-blue-1.btn-no-focus:focus, .c-btn-blue-1.btn-no-focus.focus {
  color: #ffffff;
  background: #5e9cd1;
  border-color: #5e9cd1;
}
.c-btn-blue-1.btn-no-focus:hover, .c-btn-blue-1:hover, .c-btn-blue-1.btn-no-focus:active, .c-btn-blue-1:active, .c-btn-blue-1.active, .open > .c-btn-blue-1.dropdown-toggle {
  color: #ffffff;
  background: #3e88c8;
  border-color: #3e88c8;
}
.c-btn-blue-1:active, .c-btn-blue-1.active, .open > .c-btn-blue-1.dropdown-toggle {
  background-image: none;
}
.c-btn-blue-1.disabled, .c-btn-blue-1.disabled:hover, .c-btn-blue-1.disabled:not(.btn-no-focus):focus, .c-btn-blue-1.disabled:not(.btn-no-focus).focus, .c-btn-blue-1.disabled:active, .c-btn-blue-1.disabled.active, .c-btn-blue-1[disabled], .c-btn-blue-1[disabled]:hover, .c-btn-blue-1[disabled]:not(.btn-no-focus):focus, .c-btn-blue-1[disabled]:not(.btn-no-focus).focus, .c-btn-blue-1[disabled]:active, .c-btn-blue-1[disabled].active, fieldset[disabled] .c-btn-blue-1, fieldset[disabled] .c-btn-blue-1:hover, fieldset[disabled] .c-btn-blue-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-blue-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-blue-1:active, fieldset[disabled] .c-btn-blue-1.active {
  background: #5e9cd1;
  border-color: #5e9cd1;
}
.c-btn-blue-1 .badge {
  color: #5e9cd1;
  background: #ffffff;
}

.c-btn-blue-2 {
  border-color: #5893dd;
  border-width: 1px;
  color: #ffffff;
  background: #5893dd;
  border-color: #5893dd;
}
.c-btn-blue-2.btn-no-focus:focus, .c-btn-blue-2.btn-no-focus.focus {
  color: #ffffff;
  background: #5893dd;
  border-color: #5893dd;
}
.c-btn-blue-2.btn-no-focus:hover, .c-btn-blue-2:hover, .c-btn-blue-2.btn-no-focus:active, .c-btn-blue-2:active, .c-btn-blue-2.active, .open > .c-btn-blue-2.dropdown-toggle {
  color: #ffffff;
  background: #367dd6;
  border-color: #367dd6;
}
.c-btn-blue-2:active, .c-btn-blue-2.active, .open > .c-btn-blue-2.dropdown-toggle {
  background-image: none;
}
.c-btn-blue-2.disabled, .c-btn-blue-2.disabled:hover, .c-btn-blue-2.disabled:not(.btn-no-focus):focus, .c-btn-blue-2.disabled:not(.btn-no-focus).focus, .c-btn-blue-2.disabled:active, .c-btn-blue-2.disabled.active, .c-btn-blue-2[disabled], .c-btn-blue-2[disabled]:hover, .c-btn-blue-2[disabled]:not(.btn-no-focus):focus, .c-btn-blue-2[disabled]:not(.btn-no-focus).focus, .c-btn-blue-2[disabled]:active, .c-btn-blue-2[disabled].active, fieldset[disabled] .c-btn-blue-2, fieldset[disabled] .c-btn-blue-2:hover, fieldset[disabled] .c-btn-blue-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-blue-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-blue-2:active, fieldset[disabled] .c-btn-blue-2.active {
  background: #5893dd;
  border-color: #5893dd;
}
.c-btn-blue-2 .badge {
  color: #5893dd;
  background: #ffffff;
}

.c-btn-blue-3 {
  border-color: #57bfe1;
  border-width: 1px;
  color: #ffffff;
  background: #57bfe1;
  border-color: #57bfe1;
}
.c-btn-blue-3.btn-no-focus:focus, .c-btn-blue-3.btn-no-focus.focus {
  color: #ffffff;
  background: #57bfe1;
  border-color: #57bfe1;
}
.c-btn-blue-3.btn-no-focus:hover, .c-btn-blue-3:hover, .c-btn-blue-3.btn-no-focus:active, .c-btn-blue-3:active, .c-btn-blue-3.active, .open > .c-btn-blue-3.dropdown-toggle {
  color: #ffffff;
  background: #34b2db;
  border-color: #34b2db;
}
.c-btn-blue-3:active, .c-btn-blue-3.active, .open > .c-btn-blue-3.dropdown-toggle {
  background-image: none;
}
.c-btn-blue-3.disabled, .c-btn-blue-3.disabled:hover, .c-btn-blue-3.disabled:not(.btn-no-focus):focus, .c-btn-blue-3.disabled:not(.btn-no-focus).focus, .c-btn-blue-3.disabled:active, .c-btn-blue-3.disabled.active, .c-btn-blue-3[disabled], .c-btn-blue-3[disabled]:hover, .c-btn-blue-3[disabled]:not(.btn-no-focus):focus, .c-btn-blue-3[disabled]:not(.btn-no-focus).focus, .c-btn-blue-3[disabled]:active, .c-btn-blue-3[disabled].active, fieldset[disabled] .c-btn-blue-3, fieldset[disabled] .c-btn-blue-3:hover, fieldset[disabled] .c-btn-blue-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-blue-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-blue-3:active, fieldset[disabled] .c-btn-blue-3.active {
  background: #57bfe1;
  border-color: #57bfe1;
}
.c-btn-blue-3 .badge {
  color: #57bfe1;
  background: #ffffff;
}

.c-btn-purple {
  border-color: #b771b0;
  border-width: 1px;
  color: #ffffff;
  background: #b771b0;
  border-color: #b771b0;
}
.c-btn-purple.btn-no-focus:focus, .c-btn-purple.btn-no-focus.focus {
  color: #ffffff;
  background: #b771b0;
  border-color: #b771b0;
}
.c-btn-purple.btn-no-focus:hover, .c-btn-purple:hover, .c-btn-purple.btn-no-focus:active, .c-btn-purple:active, .c-btn-purple.active, .open > .c-btn-purple.dropdown-toggle {
  color: #ffffff;
  background: #a956a1;
  border-color: #a956a1;
}
.c-btn-purple:active, .c-btn-purple.active, .open > .c-btn-purple.dropdown-toggle {
  background-image: none;
}
.c-btn-purple.disabled, .c-btn-purple.disabled:hover, .c-btn-purple.disabled:not(.btn-no-focus):focus, .c-btn-purple.disabled:not(.btn-no-focus).focus, .c-btn-purple.disabled:active, .c-btn-purple.disabled.active, .c-btn-purple[disabled], .c-btn-purple[disabled]:hover, .c-btn-purple[disabled]:not(.btn-no-focus):focus, .c-btn-purple[disabled]:not(.btn-no-focus).focus, .c-btn-purple[disabled]:active, .c-btn-purple[disabled].active, fieldset[disabled] .c-btn-purple, fieldset[disabled] .c-btn-purple:hover, fieldset[disabled] .c-btn-purple:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-purple:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-purple:active, fieldset[disabled] .c-btn-purple.active {
  background: #b771b0;
  border-color: #b771b0;
}
.c-btn-purple .badge {
  color: #b771b0;
  background: #ffffff;
}

.c-btn-purple-1 {
  border-color: #a962bb;
  border-width: 1px;
  color: #ffffff;
  background: #a962bb;
  border-color: #a962bb;
}
.c-btn-purple-1.btn-no-focus:focus, .c-btn-purple-1.btn-no-focus.focus {
  color: #ffffff;
  background: #a962bb;
  border-color: #a962bb;
}
.c-btn-purple-1.btn-no-focus:hover, .c-btn-purple-1:hover, .c-btn-purple-1.btn-no-focus:active, .c-btn-purple-1:active, .c-btn-purple-1.active, .open > .c-btn-purple-1.dropdown-toggle {
  color: #ffffff;
  background: #974aaa;
  border-color: #974aaa;
}
.c-btn-purple-1:active, .c-btn-purple-1.active, .open > .c-btn-purple-1.dropdown-toggle {
  background-image: none;
}
.c-btn-purple-1.disabled, .c-btn-purple-1.disabled:hover, .c-btn-purple-1.disabled:not(.btn-no-focus):focus, .c-btn-purple-1.disabled:not(.btn-no-focus).focus, .c-btn-purple-1.disabled:active, .c-btn-purple-1.disabled.active, .c-btn-purple-1[disabled], .c-btn-purple-1[disabled]:hover, .c-btn-purple-1[disabled]:not(.btn-no-focus):focus, .c-btn-purple-1[disabled]:not(.btn-no-focus).focus, .c-btn-purple-1[disabled]:active, .c-btn-purple-1[disabled].active, fieldset[disabled] .c-btn-purple-1, fieldset[disabled] .c-btn-purple-1:hover, fieldset[disabled] .c-btn-purple-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-purple-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-purple-1:active, fieldset[disabled] .c-btn-purple-1.active {
  background: #a962bb;
  border-color: #a962bb;
}
.c-btn-purple-1 .badge {
  color: #a962bb;
  background: #ffffff;
}

.c-btn-purple-2 {
  border-color: #aa67a3;
  border-width: 1px;
  color: #ffffff;
  background: #aa67a3;
  border-color: #aa67a3;
}
.c-btn-purple-2.btn-no-focus:focus, .c-btn-purple-2.btn-no-focus.focus {
  color: #ffffff;
  background: #aa67a3;
  border-color: #aa67a3;
}
.c-btn-purple-2.btn-no-focus:hover, .c-btn-purple-2:hover, .c-btn-purple-2.btn-no-focus:active, .c-btn-purple-2:active, .c-btn-purple-2.active, .open > .c-btn-purple-2.dropdown-toggle {
  color: #ffffff;
  background: #95538e;
  border-color: #95538e;
}
.c-btn-purple-2:active, .c-btn-purple-2.active, .open > .c-btn-purple-2.dropdown-toggle {
  background-image: none;
}
.c-btn-purple-2.disabled, .c-btn-purple-2.disabled:hover, .c-btn-purple-2.disabled:not(.btn-no-focus):focus, .c-btn-purple-2.disabled:not(.btn-no-focus).focus, .c-btn-purple-2.disabled:active, .c-btn-purple-2.disabled.active, .c-btn-purple-2[disabled], .c-btn-purple-2[disabled]:hover, .c-btn-purple-2[disabled]:not(.btn-no-focus):focus, .c-btn-purple-2[disabled]:not(.btn-no-focus).focus, .c-btn-purple-2[disabled]:active, .c-btn-purple-2[disabled].active, fieldset[disabled] .c-btn-purple-2, fieldset[disabled] .c-btn-purple-2:hover, fieldset[disabled] .c-btn-purple-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-purple-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-purple-2:active, fieldset[disabled] .c-btn-purple-2.active {
  background: #aa67a3;
  border-color: #aa67a3;
}
.c-btn-purple-2 .badge {
  color: #aa67a3;
  background: #ffffff;
}

.c-btn-purple-3 {
  border-color: #ac3773;
  border-width: 1px;
  color: #ffffff;
  background: #ac3773;
  border-color: #ac3773;
}
.c-btn-purple-3.btn-no-focus:focus, .c-btn-purple-3.btn-no-focus.focus {
  color: #ffffff;
  background: #ac3773;
  border-color: #ac3773;
}
.c-btn-purple-3.btn-no-focus:hover, .c-btn-purple-3:hover, .c-btn-purple-3.btn-no-focus:active, .c-btn-purple-3:active, .c-btn-purple-3.active, .open > .c-btn-purple-3.dropdown-toggle {
  color: #ffffff;
  background: #8d2d5e;
  border-color: #8d2d5e;
}
.c-btn-purple-3:active, .c-btn-purple-3.active, .open > .c-btn-purple-3.dropdown-toggle {
  background-image: none;
}
.c-btn-purple-3.disabled, .c-btn-purple-3.disabled:hover, .c-btn-purple-3.disabled:not(.btn-no-focus):focus, .c-btn-purple-3.disabled:not(.btn-no-focus).focus, .c-btn-purple-3.disabled:active, .c-btn-purple-3.disabled.active, .c-btn-purple-3[disabled], .c-btn-purple-3[disabled]:hover, .c-btn-purple-3[disabled]:not(.btn-no-focus):focus, .c-btn-purple-3[disabled]:not(.btn-no-focus).focus, .c-btn-purple-3[disabled]:active, .c-btn-purple-3[disabled].active, fieldset[disabled] .c-btn-purple-3, fieldset[disabled] .c-btn-purple-3:hover, fieldset[disabled] .c-btn-purple-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-purple-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-purple-3:active, fieldset[disabled] .c-btn-purple-3.active {
  background: #ac3773;
  border-color: #ac3773;
}
.c-btn-purple-3 .badge {
  color: #ac3773;
  background: #ffffff;
}

.c-btn-brown {
  border-color: #8a7f68;
  border-width: 1px;
  color: #ffffff;
  background: #8a7f68;
  border-color: #8a7f68;
}
.c-btn-brown.btn-no-focus:focus, .c-btn-brown.btn-no-focus.focus {
  color: #ffffff;
  background: #8a7f68;
  border-color: #8a7f68;
}
.c-btn-brown.btn-no-focus:hover, .c-btn-brown:hover, .c-btn-brown.btn-no-focus:active, .c-btn-brown:active, .c-btn-brown.active, .open > .c-btn-brown.dropdown-toggle {
  color: #ffffff;
  background: #736a56;
  border-color: #736a56;
}
.c-btn-brown:active, .c-btn-brown.active, .open > .c-btn-brown.dropdown-toggle {
  background-image: none;
}
.c-btn-brown.disabled, .c-btn-brown.disabled:hover, .c-btn-brown.disabled:not(.btn-no-focus):focus, .c-btn-brown.disabled:not(.btn-no-focus).focus, .c-btn-brown.disabled:active, .c-btn-brown.disabled.active, .c-btn-brown[disabled], .c-btn-brown[disabled]:hover, .c-btn-brown[disabled]:not(.btn-no-focus):focus, .c-btn-brown[disabled]:not(.btn-no-focus).focus, .c-btn-brown[disabled]:active, .c-btn-brown[disabled].active, fieldset[disabled] .c-btn-brown, fieldset[disabled] .c-btn-brown:hover, fieldset[disabled] .c-btn-brown:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-brown:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-brown:active, fieldset[disabled] .c-btn-brown.active {
  background: #8a7f68;
  border-color: #8a7f68;
}
.c-btn-brown .badge {
  color: #8a7f68;
  background: #ffffff;
}

.c-btn-brown-1 {
  border-color: #685e47;
  border-width: 1px;
  color: #ffffff;
  background: #685e47;
  border-color: #685e47;
}
.c-btn-brown-1.btn-no-focus:focus, .c-btn-brown-1.btn-no-focus.focus {
  color: #ffffff;
  background: #685e47;
  border-color: #685e47;
}
.c-btn-brown-1.btn-no-focus:hover, .c-btn-brown-1:hover, .c-btn-brown-1.btn-no-focus:active, .c-btn-brown-1:active, .c-btn-brown-1.active, .open > .c-btn-brown-1.dropdown-toggle {
  color: #ffffff;
  background: #504836;
  border-color: #504836;
}
.c-btn-brown-1:active, .c-btn-brown-1.active, .open > .c-btn-brown-1.dropdown-toggle {
  background-image: none;
}
.c-btn-brown-1.disabled, .c-btn-brown-1.disabled:hover, .c-btn-brown-1.disabled:not(.btn-no-focus):focus, .c-btn-brown-1.disabled:not(.btn-no-focus).focus, .c-btn-brown-1.disabled:active, .c-btn-brown-1.disabled.active, .c-btn-brown-1[disabled], .c-btn-brown-1[disabled]:hover, .c-btn-brown-1[disabled]:not(.btn-no-focus):focus, .c-btn-brown-1[disabled]:not(.btn-no-focus).focus, .c-btn-brown-1[disabled]:active, .c-btn-brown-1[disabled].active, fieldset[disabled] .c-btn-brown-1, fieldset[disabled] .c-btn-brown-1:hover, fieldset[disabled] .c-btn-brown-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-brown-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-brown-1:active, fieldset[disabled] .c-btn-brown-1.active {
  background: #685e47;
  border-color: #685e47;
}
.c-btn-brown-1 .badge {
  color: #685e47;
  background: #ffffff;
}

.c-btn-brown-2 {
  border-color: #7a6a61;
  border-width: 1px;
  color: #ffffff;
  background: #7a6a61;
  border-color: #7a6a61;
}
.c-btn-brown-2.btn-no-focus:focus, .c-btn-brown-2.btn-no-focus.focus {
  color: #ffffff;
  background: #7a6a61;
  border-color: #7a6a61;
}
.c-btn-brown-2.btn-no-focus:hover, .c-btn-brown-2:hover, .c-btn-brown-2.btn-no-focus:active, .c-btn-brown-2:active, .c-btn-brown-2.active, .open > .c-btn-brown-2.dropdown-toggle {
  color: #ffffff;
  background: #63564f;
  border-color: #63564f;
}
.c-btn-brown-2:active, .c-btn-brown-2.active, .open > .c-btn-brown-2.dropdown-toggle {
  background-image: none;
}
.c-btn-brown-2.disabled, .c-btn-brown-2.disabled:hover, .c-btn-brown-2.disabled:not(.btn-no-focus):focus, .c-btn-brown-2.disabled:not(.btn-no-focus).focus, .c-btn-brown-2.disabled:active, .c-btn-brown-2.disabled.active, .c-btn-brown-2[disabled], .c-btn-brown-2[disabled]:hover, .c-btn-brown-2[disabled]:not(.btn-no-focus):focus, .c-btn-brown-2[disabled]:not(.btn-no-focus).focus, .c-btn-brown-2[disabled]:active, .c-btn-brown-2[disabled].active, fieldset[disabled] .c-btn-brown-2, fieldset[disabled] .c-btn-brown-2:hover, fieldset[disabled] .c-btn-brown-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-brown-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-brown-2:active, fieldset[disabled] .c-btn-brown-2.active {
  background: #7a6a61;
  border-color: #7a6a61;
}
.c-btn-brown-2 .badge {
  color: #7a6a61;
  background: #ffffff;
}

.c-btn-brown-3 {
  border-color: #9d8b81;
  border-width: 1px;
  color: #ffffff;
  background: #9d8b81;
  border-color: #9d8b81;
}
.c-btn-brown-3.btn-no-focus:focus, .c-btn-brown-3.btn-no-focus.focus {
  color: #ffffff;
  background: #9d8b81;
  border-color: #9d8b81;
}
.c-btn-brown-3.btn-no-focus:hover, .c-btn-brown-3:hover, .c-btn-brown-3.btn-no-focus:active, .c-btn-brown-3:active, .c-btn-brown-3.active, .open > .c-btn-brown-3.dropdown-toggle {
  color: #ffffff;
  background: #8a766b;
  border-color: #8a766b;
}
.c-btn-brown-3:active, .c-btn-brown-3.active, .open > .c-btn-brown-3.dropdown-toggle {
  background-image: none;
}
.c-btn-brown-3.disabled, .c-btn-brown-3.disabled:hover, .c-btn-brown-3.disabled:not(.btn-no-focus):focus, .c-btn-brown-3.disabled:not(.btn-no-focus).focus, .c-btn-brown-3.disabled:active, .c-btn-brown-3.disabled.active, .c-btn-brown-3[disabled], .c-btn-brown-3[disabled]:hover, .c-btn-brown-3[disabled]:not(.btn-no-focus):focus, .c-btn-brown-3[disabled]:not(.btn-no-focus).focus, .c-btn-brown-3[disabled]:active, .c-btn-brown-3[disabled].active, fieldset[disabled] .c-btn-brown-3, fieldset[disabled] .c-btn-brown-3:hover, fieldset[disabled] .c-btn-brown-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-brown-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-brown-3:active, fieldset[disabled] .c-btn-brown-3.active {
  background: #9d8b81;
  border-color: #9d8b81;
}
.c-btn-brown-3 .badge {
  color: #9d8b81;
  background: #ffffff;
}

.c-btn-dark {
  border-color: #2f353b;
  border-width: 1px;
  color: #ffffff;
  background: #2f353b;
  border-color: #2f353b;
}
.c-btn-dark.btn-no-focus:focus, .c-btn-dark.btn-no-focus.focus {
  color: #ffffff;
  background: #2f353b;
  border-color: #2f353b;
}
.c-btn-dark.btn-no-focus:hover, .c-btn-dark:hover, .c-btn-dark.btn-no-focus:active, .c-btn-dark:active, .c-btn-dark.active, .open > .c-btn-dark.dropdown-toggle {
  color: #ffffff;
  background: #1d2124;
  border-color: #1d2124;
}
.c-btn-dark:active, .c-btn-dark.active, .open > .c-btn-dark.dropdown-toggle {
  background-image: none;
}
.c-btn-dark.disabled, .c-btn-dark.disabled:hover, .c-btn-dark.disabled:not(.btn-no-focus):focus, .c-btn-dark.disabled:not(.btn-no-focus).focus, .c-btn-dark.disabled:active, .c-btn-dark.disabled.active, .c-btn-dark[disabled], .c-btn-dark[disabled]:hover, .c-btn-dark[disabled]:not(.btn-no-focus):focus, .c-btn-dark[disabled]:not(.btn-no-focus).focus, .c-btn-dark[disabled]:active, .c-btn-dark[disabled].active, fieldset[disabled] .c-btn-dark, fieldset[disabled] .c-btn-dark:hover, fieldset[disabled] .c-btn-dark:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-dark:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-dark:active, fieldset[disabled] .c-btn-dark.active {
  background: #2f353b;
  border-color: #2f353b;
}
.c-btn-dark .badge {
  color: #2f353b;
  background: #ffffff;
}

.c-btn-dark-1 {
  border-color: #525e64;
  border-width: 1px;
  color: #ffffff;
  background: #525e64;
  border-color: #525e64;
}
.c-btn-dark-1.btn-no-focus:focus, .c-btn-dark-1.btn-no-focus.focus {
  color: #ffffff;
  background: #525e64;
  border-color: #525e64;
}
.c-btn-dark-1.btn-no-focus:hover, .c-btn-dark-1:hover, .c-btn-dark-1.btn-no-focus:active, .c-btn-dark-1:active, .c-btn-dark-1.active, .open > .c-btn-dark-1.dropdown-toggle {
  color: #ffffff;
  background: #40494e;
  border-color: #40494e;
}
.c-btn-dark-1:active, .c-btn-dark-1.active, .open > .c-btn-dark-1.dropdown-toggle {
  background-image: none;
}
.c-btn-dark-1.disabled, .c-btn-dark-1.disabled:hover, .c-btn-dark-1.disabled:not(.btn-no-focus):focus, .c-btn-dark-1.disabled:not(.btn-no-focus).focus, .c-btn-dark-1.disabled:active, .c-btn-dark-1.disabled.active, .c-btn-dark-1[disabled], .c-btn-dark-1[disabled]:hover, .c-btn-dark-1[disabled]:not(.btn-no-focus):focus, .c-btn-dark-1[disabled]:not(.btn-no-focus).focus, .c-btn-dark-1[disabled]:active, .c-btn-dark-1[disabled].active, fieldset[disabled] .c-btn-dark-1, fieldset[disabled] .c-btn-dark-1:hover, fieldset[disabled] .c-btn-dark-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-dark-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-dark-1:active, fieldset[disabled] .c-btn-dark-1.active {
  background: #525e64;
  border-color: #525e64;
}
.c-btn-dark-1 .badge {
  color: #525e64;
  background: #ffffff;
}

.c-btn-dark-2 {
  border-color: #31383c;
  border-width: 1px;
  color: #ffffff;
  background: #31383c;
  border-color: #31383c;
}
.c-btn-dark-2.btn-no-focus:focus, .c-btn-dark-2.btn-no-focus.focus {
  color: #ffffff;
  background: #31383c;
  border-color: #31383c;
}
.c-btn-dark-2.btn-no-focus:hover, .c-btn-dark-2:hover, .c-btn-dark-2.btn-no-focus:active, .c-btn-dark-2:active, .c-btn-dark-2.active, .open > .c-btn-dark-2.dropdown-toggle {
  color: #ffffff;
  background: #1f2326;
  border-color: #1f2326;
}
.c-btn-dark-2:active, .c-btn-dark-2.active, .open > .c-btn-dark-2.dropdown-toggle {
  background-image: none;
}
.c-btn-dark-2.disabled, .c-btn-dark-2.disabled:hover, .c-btn-dark-2.disabled:not(.btn-no-focus):focus, .c-btn-dark-2.disabled:not(.btn-no-focus).focus, .c-btn-dark-2.disabled:active, .c-btn-dark-2.disabled.active, .c-btn-dark-2[disabled], .c-btn-dark-2[disabled]:hover, .c-btn-dark-2[disabled]:not(.btn-no-focus):focus, .c-btn-dark-2[disabled]:not(.btn-no-focus).focus, .c-btn-dark-2[disabled]:active, .c-btn-dark-2[disabled].active, fieldset[disabled] .c-btn-dark-2, fieldset[disabled] .c-btn-dark-2:hover, fieldset[disabled] .c-btn-dark-2:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-dark-2:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-dark-2:active, fieldset[disabled] .c-btn-dark-2.active {
  background: #31383c;
  border-color: #31383c;
}
.c-btn-dark-2 .badge {
  color: #31383c;
  background: #ffffff;
}

.c-btn-dark-3 {
  border-color: #41515b;
  border-width: 1px;
  color: #ffffff;
  background: #41515b;
  border-color: #41515b;
}
.c-btn-dark-3.btn-no-focus:focus, .c-btn-dark-3.btn-no-focus.focus {
  color: #ffffff;
  background: #41515b;
  border-color: #41515b;
}
.c-btn-dark-3.btn-no-focus:hover, .c-btn-dark-3:hover, .c-btn-dark-3.btn-no-focus:active, .c-btn-dark-3:active, .c-btn-dark-3.active, .open > .c-btn-dark-3.dropdown-toggle {
  color: #ffffff;
  background: #303c43;
  border-color: #303c43;
}
.c-btn-dark-3:active, .c-btn-dark-3.active, .open > .c-btn-dark-3.dropdown-toggle {
  background-image: none;
}
.c-btn-dark-3.disabled, .c-btn-dark-3.disabled:hover, .c-btn-dark-3.disabled:not(.btn-no-focus):focus, .c-btn-dark-3.disabled:not(.btn-no-focus).focus, .c-btn-dark-3.disabled:active, .c-btn-dark-3.disabled.active, .c-btn-dark-3[disabled], .c-btn-dark-3[disabled]:hover, .c-btn-dark-3[disabled]:not(.btn-no-focus):focus, .c-btn-dark-3[disabled]:not(.btn-no-focus).focus, .c-btn-dark-3[disabled]:active, .c-btn-dark-3[disabled].active, fieldset[disabled] .c-btn-dark-3, fieldset[disabled] .c-btn-dark-3:hover, fieldset[disabled] .c-btn-dark-3:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-dark-3:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-dark-3:active, fieldset[disabled] .c-btn-dark-3.active {
  background: #41515b;
  border-color: #41515b;
}
.c-btn-dark-3 .badge {
  color: #41515b;
  background: #ffffff;
}

.c-btn-grey {
  border-color: #eeeeee;
  border-width: 1px;
  color: #6e6e6e;
  background: #eeeeee;
  border-color: #eeeeee;
}
.c-btn-grey.btn-no-focus:focus, .c-btn-grey.btn-no-focus.focus {
  color: #6e6e6e;
  background: #eeeeee;
  border-color: #eeeeee;
}
.c-btn-grey.btn-no-focus:hover, .c-btn-grey:hover, .c-btn-grey.btn-no-focus:active, .c-btn-grey:active, .c-btn-grey.active, .open > .c-btn-grey.dropdown-toggle {
  color: #6e6e6e;
  background: #dadada;
  border-color: #dadada;
}
.c-btn-grey:active, .c-btn-grey.active, .open > .c-btn-grey.dropdown-toggle {
  background-image: none;
}
.c-btn-grey.disabled, .c-btn-grey.disabled:hover, .c-btn-grey.disabled:not(.btn-no-focus):focus, .c-btn-grey.disabled:not(.btn-no-focus).focus, .c-btn-grey.disabled:active, .c-btn-grey.disabled.active, .c-btn-grey[disabled], .c-btn-grey[disabled]:hover, .c-btn-grey[disabled]:not(.btn-no-focus):focus, .c-btn-grey[disabled]:not(.btn-no-focus).focus, .c-btn-grey[disabled]:active, .c-btn-grey[disabled].active, fieldset[disabled] .c-btn-grey, fieldset[disabled] .c-btn-grey:hover, fieldset[disabled] .c-btn-grey:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-grey:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-grey:active, fieldset[disabled] .c-btn-grey.active {
  background: #eeeeee;
  border-color: #eeeeee;
}
.c-btn-grey .badge {
  color: #eeeeee;
  background: #6e6e6e;
}

.c-btn-grey-1 {
  border-color: #f7f7f7;
  border-width: 1px;
  color: #777777;
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.c-btn-grey-1.btn-no-focus:focus, .c-btn-grey-1.btn-no-focus.focus {
  color: #777777;
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.c-btn-grey-1.btn-no-focus:hover, .c-btn-grey-1:hover, .c-btn-grey-1.btn-no-focus:active, .c-btn-grey-1:active, .c-btn-grey-1.active, .open > .c-btn-grey-1.dropdown-toggle {
  color: #777777;
  background: #e3e3e3;
  border-color: #e3e3e3;
}
.c-btn-grey-1:active, .c-btn-grey-1.active, .open > .c-btn-grey-1.dropdown-toggle {
  background-image: none;
}
.c-btn-grey-1.disabled, .c-btn-grey-1.disabled:hover, .c-btn-grey-1.disabled:not(.btn-no-focus):focus, .c-btn-grey-1.disabled:not(.btn-no-focus).focus, .c-btn-grey-1.disabled:active, .c-btn-grey-1.disabled.active, .c-btn-grey-1[disabled], .c-btn-grey-1[disabled]:hover, .c-btn-grey-1[disabled]:not(.btn-no-focus):focus, .c-btn-grey-1[disabled]:not(.btn-no-focus).focus, .c-btn-grey-1[disabled]:active, .c-btn-grey-1[disabled].active, fieldset[disabled] .c-btn-grey-1, fieldset[disabled] .c-btn-grey-1:hover, fieldset[disabled] .c-btn-grey-1:not(.btn-no-focus):focus, fieldset[disabled] .c-btn-grey-1:not(.btn-no-focus).focus, fieldset[disabled] .c-btn-grey-1:active, fieldset[disabled] .c-btn-grey-1.active {
  background: #f7f7f7;
  border-color: #f7f7f7;
}
.c-btn-grey-1 .badge {
  color: #f7f7f7;
  background: #777777;
}

.c-btn-grey-2 {
  border-color: #677083;
  border-width: 1px;
  color: #ffffff;
  background: #677083;
  border-color: #677083;
}
.c-btn-grey-2.btn-no-focus:focus, .c-btn-grey-2.btn-no-focus.focus {
  color: #ffffff;
  background: #677083;
  border-color: #677083;
}
.c-btn-grey-2.btn-no-focus:hover, .c-btn-grey-2:hover, .c-btn-grey-2.btn-no-focus:active, .c-btn-grey-2:active, .c-btn-grey-2.active, .open > .c-btn-grey-2.dropdown-toggle {
  color: #ffffff;
  background: #555c6c;
  border-color: #555c6c;
}
.c-btn-grey-2:active, .c-btn-grey-2.active, .open > .c-btn-grey-2.dropdown-toggle {
  background-image: none;
}
.c-btn-grey-2.disabled, .c-btn-grey-