.dark-row {
  color: #fff;
  background-color: #212529;
  border-color: #32383e !important;
}

@media (max-width: 767px) {
  .bpa_action {
    float: none !important;
  }
}

.teamlink {
  color: #6c757d !important;
}


.links a {
  color: black;
  text-decoration: underline;
}

.links a:hover {
  color: #ff8800;

}

.nostyle:hover {
  color: #ff8800;
  text-decoration: none;
}

.badge {
  text-decoration: none !important;
}

.no_wrap {
  width: 1%;
  white-space: nowrap;
  text-align: right;
}

.trade_list {
  min-width: 200px;
}

/* FINANCES */

.retired {
  background-color: #dc3545 !important;
  color: #FFF !important;
  font-weight: bold !important;
}

.UFA {
  background-color: #28a745 !important;
  color: #FFF !important;
  font-weight: bold !important;
}

.RFA {
  background-color: #6c757d !important;
  color: #FFF !important;
  font-weight: bold !important;
}

.ntc {
  color: #ffc107 !important;
  font-weight: bold !important;
}

.po {
  color: #dc3545 !important;
  font-weight: bold !important;
}

.to {
  color: #28a745;
  font-weight: bold;
}

.mo {
  color: #17a2b8;
  font-weight: bold;
}

.errorlist {
  color: #DC3545;
}

.control_list li:not(:last-child) {
  margin-bottom: 5px;
}

.pending {
  margin-bottom: 10px;
}

.django-ckeditor-widget {
  margin: 0 auto;
  margin-top:10px;
}

.player_list_select {
  display: inline-block;
  min-width: 250px;
}

@media(max-width:767px) {
  .player_list_select {
    min-width: 0px;
    white-space: nowrap;
  }
}

.dataTables_length {
  float: right !important;
}

/* DRAFTS */

.draft-border {
  border: 1.5px solid #343a40!important;
}

.border-success {
  border-color: #28a745!important;
}

.pick_box {
  background-color: #eaeaea;
}

.number_box {
  width: 14%;
  vertical-align: middle;
  background-color: black;
  color: white;
  font-family: 'Roboto Condensed', sans-serif;
}

.flex-grow a {
text-decoration: underline;
}

#toggleAttributes {
  float: right;
}

@media (max-width: 398px) {
  #toggleAttributes {
    float: left;
  }
}
