html,
body {
  background-color: #f9f6ee;
  margin: 5px 0px 5px 2px;
  padding: 5px 0px 5px 2px;
  overflow: hidden;
}

section {
  display: flex;
  flex-flow: column;
  height: calc(100vh - 20px);
}

.tab-content {
  flex: 1;
  overflow-y: scroll;
}

tr {
  cursor: default;
}

.myBtn {
  width: 70px;
  text-transform: uppercase;
}

.loading-text {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  animation: fadePulse 1.2s infinite;
}

@keyframes fadePulse {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
}

.modal {
  z-index: 1055 !important;
}

table {
  margin-bottom: 0;
}

/*.table td {
  padding: 6px 10px;
  font-size: 14px;
}
  */
/*.table tbody tr {
  border-bottom: 1px solid #ddd;
}
  */

.modal-content {
  border-radius: 10px;
}

.modal-header {
  align-items: center;
}

/*.btn-group .btn {
  min-width: 45px;
}

*/

/*.nav-tabs {
  margin-top: 5px;
}

.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
  margin-right: 5px;
  background-color: #f8f9fa;
  padding: 5px 10px;
}

.nav-tabs .nav-link.active {
  background-color: #e9ecef;
}

.nav-tabs .nav-link i {
  font-size: 18px;
}/*

/* Mobile fix */
@media (max-width: 576px) {
  .appHeader .row {
    flex-wrap: nowrap;
  }

  .btn-group .btn {
    padding: 5px 8px;
  }
}
