input[class*=error] {
  border: 1px solid #CE5454 !important;
}

textarea[class*=error] {
  border: 1px solid #CE5454 !important;
}

select[class*=error] {
  border: 1px solid #CE5454 !important;
}

label[class*=error] {
  color: #CE5454 !important;
}

.checkbox, .radio {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.bold {
  font-weight: bold !important;
}

ul.bar_tabs {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  ul.bar_tabs > li {
    margin-top: 0px !important;
    margin-left: 0px !important;
    border-right: 0px !important;
  }
  ul.bar_tabs > li .active {
    margin-top: 2px !important;
  }
}

/*# sourceMappingURL=public/css/theme.css.map */
