.modal {
  .modal-dialog.fade:not(.in) {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
  }

  .modal-content {
    border-radius: 2px;
    border-top: 2px solid $red-darker ;
    border-bottom: 2px solid $gray;
  }

  .modal-header {
    padding: 5px 10px;
    background-color: $red;
    color: white;
  }

  .modal-footer {
    padding: 5px 10px;
  }

  &.modal-form .modal-body {
    padding: 0;
  }

  input,
  select,
  textarea {
    padding: 1.5em 1em !important;
    font-size: 1.2em;
  }
}

th.user-options {
  max-width: 1px;
}

td.data-options {
  white-space: nowrap;
  .btn {
    margin-right: 2px;
    &:last-child {
      margin-right: 0;
    }
  }
}