
label {
  font-weight: 600;
  color: #494d55;
}
label .help-block {
  font-weight: 400;
}
.help-block {
  color: #a2a6af;
}
.form-group-striped .form-group {
  padding: 15px 0;
  margin-bottom: 0;
}
.form-group-striped .form-group:nth-child(odd) {
  background: #f9f9fb;
}
.form-control {
  box-shadow: none;
  border-color: #dadae7;
  border-radius: 2px;
  background-clip: padding-box;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}
.form-control:focus {
  border-color: #bcbcd2;
  box-shadow: none;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  color: #c3c3c3;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  color: #9499a3;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  -moz-appearance: none;
       appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
#focusedInput {
  border-color: #65c8cb;
  box-shadow: none;
}
.theme-2 #focusedInput {
  border-color: #8fcc87;
}
.theme-3 #focusedInput {
  border-color: #6b96c2;
}
.theme-4 #focusedInput {
  border-color: #f19180;
}
.input-group-addon {
  background: #f9f9fb;
  color: #616670;
}
.option-divider {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  color: #999999;
  text-transform: uppercase;
}
.option-divider span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}
.option-divider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background: #f3f3f7;
  height: 1px;
  width: 100%;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
  color: #48a156;
}
.has-success .form-control,
.has-success .input-group-addon {
  border-color: #98d1a1;
  box-shadow: none;
}
.has-success .form-control:focus,
.has-success .input-group-addon:focus {
  border-color: #48a156;
  box-shadow: none;
}
.has-success label {
  color: #48a156;
}
.has-success .form-control-feedback {
  color: #75c181;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
  color: #e27c08;
}
.has-warning .form-control,
.has-warning .input-group-addon {
  border-color: #fab970;
  box-shadow: none;
}
.has-warning .form-control:focus,
.has-warning .input-group-addon:focus {
  border-color: #e27c08;
  box-shadow: none;
}
.has-warning label {
  color: #e27c08;
}
.has-warning .form-control-feedback {
  color: #F8A13F;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f33a22;
}
.has-error .form-control,
.has-error .input-group-addon {
  border-color: #faa69b;
  box-shadow: none;
}
.has-error .form-control:focus,
.has-error .input-group-addon:focus {
  border-color: #f33a22;
  box-shadow: none;
}
.has-error label {
  color: #f33a22;
}
.has-error .form-control-feedback {
  color: #f77b6b;
}
/* ===== Forms (advanced) ===== */
/* Bootstrap slider */
.slider-track {
  background: #eaeaf1;
  background-color: #eaeaf1;
  background: -o-linear-gradient(top, #eaeaf1, #eaeaf1);
  box-shadow: none;
}
.slider-selection {
  background: #40babd;
}
.theme-2 .slider-selection {
  background: #6dbd63;
}
.theme-3 .slider-selection {
  background: #497cb1;
}
.theme-4 .slider-selection {
  background: #ec6952;
}
.slider-handle {
  background-color: #2d8284;
  background: -o-linear-gradient(top, #2d8284, #2d8284);
}
.theme-2 .slider-handle {
  background-color: #48953f;
  background: -o-linear-gradient(top, #48953f, #48953f);
}
.theme-3 .slider-handle {
  background-color: #33567b;
  background: -o-linear-gradient(top, #33567b, #33567b);
}
.theme-4 .slider-handle {
  background-color: #da3518;
  background: -o-linear-gradient(top, #da3518, #da3518);
}
.slider-selection.tick-slider-selection {
  background-color: #40babd;
  background: -o-linear-gradient(top, #40babd, #40babd);
}
.theme-2 .slider-selection.tick-slider-selection {
  background-color: #6dbd63;
  background: -o-linear-gradient(top, #6dbd63, #6dbd63);
}
.theme-3 .slider-selection.tick-slider-selection {
  background-color: #497cb1;
  background: -o-linear-gradient(top, #497cb1, #497cb1);
}
.theme-4 .slider-selection.tick-slider-selection {
  background-color: #ec6952;
  background: -o-linear-gradient(top, #ec6952, #ec6952);
}
.slider-tick {
  background: #eaeaf1;
  background-color: #eaeaf1;
  background: -o-linear-gradient(top, #eaeaf1, #eaeaf1);
  box-shadow: none;
  border: none;
}
.slider-tick.in-selection {
  background-color: #40babd;
  background: -o-linear-gradient(top, #40babd, #40babd);
}
.theme-2 .slider-tick.in-selection {
  background-color: #6dbd63;
  background: -o-linear-gradient(top, #6dbd63, #6dbd63);
}
.theme-3 .slider-tick.in-selection {
  background-color: #497cb1;
  background: -o-linear-gradient(top, #497cb1, #497cb1);
}
.theme-4 .slider-tick.in-selection {
  background-color: #ec6952;
  background: -o-linear-gradient(top, #ec6952, #ec6952);
}
.slider-vertical + .slider-vertical {
  margin-left: 15px;
  margin-bottom: 15px;
}
.bootstrap-switch {
  border-color: #eaeaf1;
  font-weight: 600;
  color: #616670;
}
.bootstrap-switch.bootstrap-switch-focused {
  border-color: #dadae7;
  box-shadow: none;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  color: #494d55;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #40babd;
}
.theme-2 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.theme-2 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #6dbd63;
}
.theme-3 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.theme-3 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #497cb1;
}
.theme-4 .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.theme-4 .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: #ec6952;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default {
  background: #eaeaf1;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background: #40babd;
  text-shadow: none;
}
.theme-2 .datepicker table tr td.active:hover,
.theme-2 .datepicker table tr td.active:hover:hover,
.theme-2 .datepicker table tr td.active.disabled:hover,
.theme-2 .datepicker table tr td.active.disabled:hover:hover,
.theme-2 .datepicker table tr td.active:active,
.theme-2 .datepicker table tr td.active:hover:active,
.theme-2 .datepicker table tr td.active.disabled:active,
.theme-2 .datepicker table tr td.active.disabled:hover:active,
.theme-2 .datepicker table tr td.active.active,
.theme-2 .datepicker table tr td.active:hover.active,
.theme-2 .datepicker table tr td.active.disabled.active,
.theme-2 .datepicker table tr td.active.disabled:hover.active,
.theme-2 .datepicker table tr td.active.disabled,
.theme-2 .datepicker table tr td.active:hover.disabled,
.theme-2 .datepicker table tr td.active.disabled.disabled,
.theme-2 .datepicker table tr td.active.disabled:hover.disabled,
.theme-2 .datepicker table tr td.active[disabled],
.theme-2 .datepicker table tr td.active:hover[disabled],
.theme-2 .datepicker table tr td.active.disabled[disabled],
.theme-2 .datepicker table tr td.active.disabled:hover[disabled] {
  background: #6dbd63;
}
.theme-3 .datepicker table tr td.active:hover,
.theme-3 .datepicker table tr td.active:hover:hover,
.theme-3 .datepicker table tr td.active.disabled:hover,
.theme-3 .datepicker table tr td.active.disabled:hover:hover,
.theme-3 .datepicker table tr td.active:active,
.theme-3 .datepicker table tr td.active:hover:active,
.theme-3 .datepicker table tr td.active.disabled:active,
.theme-3 .datepicker table tr td.active.disabled:hover:active,
.theme-3 .datepicker table tr td.active.active,
.theme-3 .datepicker table tr td.active:hover.active,
.theme-3 .datepicker table tr td.active.disabled.active,
.theme-3 .datepicker table tr td.active.disabled:hover.active,
.theme-3 .datepicker table tr td.active.disabled,
.theme-3 .datepicker table tr td.active:hover.disabled,
.theme-3 .datepicker table tr td.active.disabled.disabled,
.theme-3 .datepicker table tr td.active.disabled:hover.disabled,
.theme-3 .datepicker table tr td.active[disabled],
.theme-3 .datepicker table tr td.active:hover[disabled],
.theme-3 .datepicker table tr td.active.disabled[disabled],
.theme-3 .datepicker table tr td.active.disabled:hover[disabled] {
  background: #497cb1;
}
.theme-4 .datepicker table tr td.active:hover,
.theme-4 .datepicker table tr td.active:hover:hover,
.theme-4 .datepicker table tr td.active.disabled:hover,
.theme-4 .datepicker table tr td.active.disabled:hover:hover,
.theme-4 .datepicker table tr td.active:active,
.theme-4 .datepicker table tr td.active:hover:active,
.theme-4 .datepicker table tr td.active.disabled:active,
.theme-4 .datepicker table tr td.active.disabled:hover:active,
.theme-4 .datepicker table tr td.active.active,
.theme-4 .datepicker table tr td.active:hover.active,
.theme-4 .datepicker table tr td.active.disabled.active,
.theme-4 .datepicker table tr td.active.disabled:hover.active,
.theme-4 .datepicker table tr td.active.disabled,
.theme-4 .datepicker table tr td.active:hover.disabled,
.theme-4 .datepicker table tr td.active.disabled.disabled,
.theme-4 .datepicker table tr td.active.disabled:hover.disabled,
.theme-4 .datepicker table tr td.active[disabled],
.theme-4 .datepicker table tr td.active:hover[disabled],
.theme-4 .datepicker table tr td.active.disabled[disabled],
.theme-4 .datepicker table tr td.active.disabled:hover[disabled] {
  background: #ec6952;
}
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active {
  background: #40babd;
  text-shadow: none;
}
.theme-2 .datetimepicker table tr td.active:active,
.theme-2 .datetimepicker table tr td.active:hover:active,
.theme-2 .datetimepicker table tr td.active.disabled:active,
.theme-2 .datetimepicker table tr td.active.disabled:hover:active,
.theme-2 .datetimepicker table tr td.active.active,
.theme-2 .datetimepicker table tr td.active:hover.active,
.theme-2 .datetimepicker table tr td.active.disabled.active,
.theme-2 .datetimepicker table tr td.active.disabled:hover.active {
  background: #6dbd63;
}
.theme-3 .datetimepicker table tr td.active:active,
.theme-3 .datetimepicker table tr td.active:hover:active,
.theme-3 .datetimepicker table tr td.active.disabled:active,
.theme-3 .datetimepicker table tr td.active.disabled:hover:active,
.theme-3 .datetimepicker table tr td.active.active,
.theme-3 .datetimepicker table tr td.active:hover.active,
.theme-3 .datetimepicker table tr td.active.disabled.active,
.theme-3 .datetimepicker table tr td.active.disabled:hover.active {
  background: #497cb1;
}
.theme-4 .datetimepicker table tr td.active:active,
.theme-4 .datetimepicker table tr td.active:hover:active,
.theme-4 .datetimepicker table tr td.active.disabled:active,
.theme-4 .datetimepicker table tr td.active.disabled:hover:active,
.theme-4 .datetimepicker table tr td.active.active,
.theme-4 .datetimepicker table tr td.active:hover.active,
.theme-4 .datetimepicker table tr td.active.disabled.active,
.theme-4 .datetimepicker table tr td.active.disabled:hover.active {
  background: #ec6952;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #40babd;
  border-color: #40babd;
  text-shadow: none;
}
.theme-2 .datepicker table tr td span.active:hover,
.theme-2 .datepicker table tr td span.active:hover:hover,
.theme-2 .datepicker table tr td span.active.disabled:hover,
.theme-2 .datepicker table tr td span.active.disabled:hover:hover,
.theme-2 .datepicker table tr td span.active:focus,
.theme-2 .datepicker table tr td span.active:hover:focus,
.theme-2 .datepicker table tr td span.active.disabled:focus,
.theme-2 .datepicker table tr td span.active.disabled:hover:focus,
.theme-2 .datepicker table tr td span.active:active,
.theme-2 .datepicker table tr td span.active:hover:active,
.theme-2 .datepicker table tr td span.active.disabled:active,
.theme-2 .datepicker table tr td span.active.disabled:hover:active,
.theme-2 .datepicker table tr td span.active.active,
.theme-2 .datepicker table tr td span.active:hover.active,
.theme-2 .datepicker table tr td span.active.disabled.active,
.theme-2 .datepicker table tr td span.active.disabled:hover.active,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active:hover,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.theme-2 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #6dbd63;
  border-color: #6dbd63;
}
.theme-3 .datepicker table tr td span.active:hover,
.theme-3 .datepicker table tr td span.active:hover:hover,
.theme-3 .datepicker table tr td span.active.disabled:hover,
.theme-3 .datepicker table tr td span.active.disabled:hover:hover,
.theme-3 .datepicker table tr td span.active:focus,
.theme-3 .datepicker table tr td span.active:hover:focus,
.theme-3 .datepicker table tr td span.active.disabled:focus,
.theme-3 .datepicker table tr td span.active.disabled:hover:focus,
.theme-3 .datepicker table tr td span.active:active,
.theme-3 .datepicker table tr td span.active:hover:active,
.theme-3 .datepicker table tr td span.active.disabled:active,
.theme-3 .datepicker table tr td span.active.disabled:hover:active,
.theme-3 .datepicker table tr td span.active.active,
.theme-3 .datepicker table tr td span.active:hover.active,
.theme-3 .datepicker table tr td span.active.disabled.active,
.theme-3 .datepicker table tr td span.active.disabled:hover.active,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active:hover,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.theme-3 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #497cb1;
  border-color: #497cb1;
}
.theme-4 .datepicker table tr td span.active:hover,
.theme-4 .datepicker table tr td span.active:hover:hover,
.theme-4 .datepicker table tr td span.active.disabled:hover,
.theme-4 .datepicker table tr td span.active.disabled:hover:hover,
.theme-4 .datepicker table tr td span.active:focus,
.theme-4 .datepicker table tr td span.active:hover:focus,
.theme-4 .datepicker table tr td span.active.disabled:focus,
.theme-4 .datepicker table tr td span.active.disabled:hover:focus,
.theme-4 .datepicker table tr td span.active:active,
.theme-4 .datepicker table tr td span.active:hover:active,
.theme-4 .datepicker table tr td span.active.disabled:active,
.theme-4 .datepicker table tr td span.active.disabled:hover:active,
.theme-4 .datepicker table tr td span.active.active,
.theme-4 .datepicker table tr td span.active:hover.active,
.theme-4 .datepicker table tr td span.active.disabled.active,
.theme-4 .datepicker table tr td span.active.disabled:hover.active,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active:hover,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active.disabled,
.theme-4 .open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background: #ec6952;
  border-color: #ec6952;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  text-shadow: none;
}
.input-daterange .input-group-addon {
  text-shadow: none;
  background: #f9f9fb;
}
.datepicker-inline {
  border: 1px solid #eaeaf1;
}
.chosen-container .chosen-choices {
  border: 1px solid #dadae7;
  box-shadow: none;
  background-image: none;
  padding: 6px 12px;
  height: 34px;
}
.chosen-container .chosen-choices li.search-field input[type=text] {
  color: #9499a3;
}
.chosen-container .chosen-drop {
  border: 1px solid #dadae7;
}
.chosen-container .chosen-results li.highlighted {
  background: #40babd;
}
.theme-2 .chosen-container .chosen-results li.highlighted {
  background: #6dbd63;
}
.theme-3 .chosen-container .chosen-results li.highlighted {
  background: #497cb1;
}
.theme-4 .chosen-container .chosen-results li.highlighted {
  background: #ec6952;
}
.chosen-container .chosen-results li.highlighted {
  background: #40babd;
  background-image: none;
}
.theme-2 .chosen-container .chosen-results li.highlighted {
  background: #6dbd63;
}
.theme-3 .chosen-container .chosen-results li.highlighted {
  background: #497cb1;
}
.theme-4 .chosen-container .chosen-results li.highlighted {
  background: #ec6952;
}
.chosen-container-single .chosen-single,
.chosen-container-single.chosen-container-active .chosen-single {
  background: none;
  box-shadow: none;
  border-radius: 0;
  background-clip: padding-box;
}
.chosen-container-multi .chosen-choices li.search-choice {
  border: 1px solid #e8e8e8;
  padding: 4px 20px 4px 5px;
  color: #494d55;
  background: #f5f5f5;
}
.chosen-container-multi .chosen-choices {
  border-color: #dadae7;
  border-radius: 2px;
  background-clip: padding-box;
}
.chosen-container-multi .chosen-choices li.search-choice a.search-choice-close {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.chosen-container-single .chosen-single {
  border: 1px solid #dadae7;
  padding: 6px 12px;
  height: 34px;
  line-height: 1.42857143;
}
.chosen-container-single .chosen-single div {
  top: 5px;
}
.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #eaeaf1;
}
.bootstrap-tagsinput {
  box-shadow: none;
  border-color: #dadae7;
  border-radius: 0;
  background-clip: padding-box;
}
.bootstrap-tagsinput .tag {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 6px 8px;
}
.md-editor > textarea {
  border-color: #dadae7;
  background: #ffffff;
}
.md-editor.active {
  border-color: #bcbcd2;
  box-shadow: none;
}
.md-editor > textarea,
.md-editor > .md-preview {
  padding: 10px;
}
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
  background: #f9f9fb;
}
ul.wysihtml5-toolbar .btn .fa {
  margin-right: 0;
}
/* ===== Forms (validation) ===== */
.form-control.parsley-error {
  border-color: #E65348;
}
.parsley-errors-list {
  margin-top: 5px;
  margin-bottom: 5px;
}
.parsley-errors-list {
  padding-left: 0;
  margin-bottom: 15px;
}
.parsley-errors-list li {
  list-style: none;
  color: #f77b6b;
}
/* ===== Forms (in-place editing) ===== */
.view-editable .table .input-type {
  width: 20%;
  font-weight: 600;
}
.view-editable .table .input-type .label {
  margin-left: 5px;
}
.editable-click,
a.editable-click,
a.editable-click:hover {
  border-color: #9499a3;
  color: #494d55;
}
.editable-empty,
a.editable-empty,
a.editable-empty:hover,
a.editable-empty:focus {
  color: #f77b6b;
}
/* ===== Forms Dropzone ==== */
.dropzone {
  border: 2px dashed #40babd;
  background: #fff;
}
.theme-2 .dropzone {
  border-color: #6dbd63;
}
.theme-3 .dropzone {
  border-color: #497cb1;
}
.theme-4 .dropzone {
  border-color: #ec6952;
}
.dz-message {
  font-weight: 500;
  font-size: 18px;
  color: #a2a6af;
}
/* ===== Forms ===== */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: none;
  color: rgba(0, 0, 0, 0.3);
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .chosen-container {
    width: 100% !important;
  }
  .wysihtml5-sandbox {
    width: 100% !important;
  }
}


.rut-error{
  color: #f33a22;
  box-shadow: none;
}