.tabs-headers {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid; }
  .tabs-headers.account-tabs {
    border-bottom: 0; }

.tab-content {
  display: none; }

.tab-content-active {
  display: block; }

.tabs-header-item-link {
  display: block;
  line-height: 1; }

.tabs-header-active {
  /*.tabs-header-item-link {
        text-decoration: none;
        border-bottom-width: 0;

        &:hover, &:active {
            text-decoration: none;
            border-bottom-width: 0;
        }
    }*/ }

.tabs-horizontal {
  margin-right: 0;
  margin-left: 0; }
  .tabs-horizontal .tabs-header-item-link {
    font-size: 1.375rem; }
  .tabs-horizontal .tabs-header-item {
    padding: 0.9375rem 0.9375rem;
    border: 0.0625rem solid;
    border-radius: 0;
    float: left;
    margin: 0 15px;
    border-bottom: 0; }
  .tabs-horizontal .tabs-content {
    padding: 0.9375rem 0;
    font-size: 0.875rem; }

.tabs-vertical {
  display: table;
  width: 100%; }
  .tabs-vertical .tabs-headers,
  .tabs-vertical .tabs-content {
    display: table-cell;
    vertical-align: top; }
  .tabs-vertical .tabs-headers {
    width: 25%;
    padding-right: 0.9375rem; }
  .tabs-vertical .tabs-header-item-link {
    font-size: 0.875rem;
    padding: 0.625rem 0.9375rem; }
  .tabs-vertical .tabs-header-item {
    border-radius: 0.3125rem; }
  .tabs-vertical .tabs-content {
    padding: 0 0; }

.tabs-header-item.undefined .link-dotted-invert {
  border-bottom-style: none;
  border-bottom-width: 0; }
