.btn-small {
  padding: 2px 4px;
  font-size: 10px;
}

.table-responsive.kv-grid-container{
    overflow-x: visible;
  }

  .table > thead > tr > td.dark, .table > tbody > tr > td.dark, .table > tfoot > tr > td.dark, .table > thead > tr > th.dark, .table > tbody > tr > th.dark, .table > tfoot > tr > th.dark, .table > thead > tr.dark > td, .table > tbody > tr.dark > td, .table > tfoot > tr.dark > td, .table > thead > tr.dark > th, .table > tbody > tr.dark > th, .table > tfoot > tr.dark > th {
      background-color: #d6d8d9;;
  }

  .copied {
    display: none;
  }

/* .hasDatepicker {
  display:none;
} */

.status-warning {
  background: #fff3cd !important;
}
.status-success {
  background: #d4edda !important;
}
.status-light-success {
  background: #ecffe6 !important;
}
.status-danger {
  background: #f8d7da !important;
}
.status-dark {
  background: #d6d8d9 !important;
}
.status-light-dark {
  background: #fdfdfd !important;
}

.external-db-preview .form-control {
    padding: 6px;
    min-width: 50px;
    font-size: 12px;
}

.dropdown-menu {
    z-index: 1002;
}

.game-index .table .action-column {
    width: 85px;
}

.game-index .table thead tr th:nth-last-child(3) {
    min-width: 125px;
}

.game-index .table tbody tr:hover {
    background-color: #e4e4e4;
}