.tfaf_admin_wrapper{
  .nav-tabs {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    //margin-top: 30px;
    //margin-bottom: 0;
    list-style-type: none;
    border-bottom: 1px solid transparent;

    > li {
      float: left;
      margin-bottom: -1px;

      > a {
        margin-right: 2px;
        line-height: 1.5;
        padding: 10px;
        border: 1px solid transparent;
        border-radius: 4px 4px 0 0;
        float: left;
        text-decoration: none;

        &:hover {
          border-color: #eee #eee #ddd;
        }
      }

      &.active > a {
        &,
        &:hover,
        &:focus {
          color: #555;
          cursor: default;
          background-color: #fff;
          border-color: transparent;
        }
      }
    }
  }

  .tab-content > .tab-pane {
    float: left;
    width: 100%;
    display: none;

    &.active {
      display: block;
      padding: 10px;
      background-color: #fff;
      box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
    }

    .button {
      display: inline;
      margin: 0 5px;
    }
  }

}
