@media screen and (max-width: 767px) {
  .alt-table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
}

.PlayerStatTables {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px grey;
  padding-top: 3px;
  position: relative;
}

#v-pills-tabContent {
  margin-bottom: 10px;
}

.nav-pills .help.active {
    color: #fff;
    background-color: #6C757B;
}

.help {
  color: #007bff !important;
}


.title {
  margin-bottom: 15px;
}

hr {
  margin-top: 0;
  margin-bottom: 5px;
}

.actions {
  margin-bottom: 10px;

}

.actions button {
  margin-left: 10px;
}

.player {
  margin-right: 10px;
}

.player-nav-item {
  padding: 5px;
}

.menu .nav {
  padding-bottom: 10px;
  margin-top: 15px;
}

.modal_link {
  width: 100%;
  cursor: pointer;
}

#tabs {
  margin-bottom: 10px;
}

.nav-tabs .nav-link {
  color: black;
}

.count {
  position: absolute;
  top: -10px;
  right:0px;
  color: #fff;
  padding: 0 6px;
  border-radius: 8px;
  background: #b63f3f;
  font-size: 11px;
  line-height: 18px;
  font-weight: bold;
}

/* .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
} */

.ui-datepicker {
  position: relative;
  z-index: 10000 !important;
}

.dataTables_length {
  float: right !important;
}

i:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  #cke_id_comment {
    width: auto !important;
  }
}

/* BULK UPDATE */
.bulk th, td {
  padding: 5px;
}

#add_more {
  float: right;
}

#remove_last {
  float: right;
}


.btn_no_paddng {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* MANAGE PLAYERS */
#submit {
  margin-left: 10px;
}

/* NOTEPAD */
@media (max-width: 767px) {
  #cke_id_notes {
    width: auto !important;
  }
}

@media (min-width: 767px) {
  #save {
    margin-left: 40px;
  }
}
