.b-custom-tabs {
  background-color: #363940;
}
.b-custom-tabs__tab {
  display: inline-block;
}
.b-custom-tabs__btn {
  min-width: 73px;
  border-radius: 0;
  font-family: PT Sans, arial;
  font-size: 13px;
  font-weight: bold;
  color: #e3e3e3;
  border-top: 2px solid #363940;
  background-color: #63656A;
  transition: color 0.3s ease;
}
.b-custom-tabs__btn:hover, .b-custom-tabs__btn:focus, .b-custom-tabs__btn:active {
  color: #FFF;
  outline: 0;
}
.b-custom-tabs__btn--active {
  color: #363940;
  background-color: #e3e3e3;
}
.b-custom-tabs__btn--active:hover, .b-custom-tabs__btn--active:focus, .b-custom-tabs__btn--active:active {
  color: #63656A;
}
.b-custom-tabs__btn--red {
  border-top: 2px solid #F44336;
  color: #F44336 !important;
  background-color: #f2f2f2;
}
.b-custom-tabs__btn--green {
  border-top: 2px solid #6EBB25;
  color: #6EBB25 !important;
  background-color: #f2f2f2;
}
.b-custom-tabs__btn--ligth-orange {
  border-top: 2px solid #fcaf3e;
  color: #fcaf3e !important;
  background-color: #f2f2f2;
}
.b-custom-tabs__btn--orange {
  border-top: 2px solid #ff7f50;
  color: #ff7f50 !important;
  background-color: #f2f2f2;
}
.b-custom-tabs__default-btn {
  margin: 4px 4px;
  font-weight: bold;
  font-size: 12px;
  color: #444;
  line-height: 14px;
  font-family: PT-Sans, sans-serif;
  text-transform: uppercase;
  border: none !important;
  background-color: #e8e8e8;
  transition: color 0.1s ease;
}
.b-custom-tabs__default-btn:hover, .b-custom-tabs__default-btn:focus, .b-custom-tabs__default-btn:active {
  background-color: #6EBB25;
  color: #fff;
}
/*# sourceMappingURL=tabs.css.map */
