body {
    background-color: #000;
    /* 
    background-image: url("../images/home-hero-aftershock.jpg");
    background-position: top;
    background-repeat: no-repeat;
    */
}

.accordion .card {
    border: 1px solid #343a40;
}

.accordion .card .card-header {
    border-color:#32383e;
    color: #fff;
    background-color: #212529;
}

.accordion .card .card-body {
    background-color: #212529;
}

.btn.icon {
    background-color: #000;
    color: #ccc;
    font-weight: 600;
    outline-width: 1px;
    outline-color: #ccc;
}

.cross-out {
    text-decoration-line: line-through;
}

.dialog-notify {
    display: block;
    padding: 0.5em;
    margin: 1em 0;
    color: #000;
    background: #fff3a5;
    font-weight:bold;
    border-radius: 5px;
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: #a9a9a9;
}

div#contest-description {
    background-color: #fff;
    width: 100%;
    padding: 1rem;
}

.font-weight-light {
    font-weight: lighter;
    color: #ccc;
}

.footer {
    color: #ccc;
}

.form-check-input.js-item-select.move-right, 
.form-check-input.js-bulk-select.move-right,
.form-check-input.js-win-select.move-right, 
.form-check-input.js-win-bulk-select.move-right{
    margin-left: 1rem;
}

.form-control, .form-control:disabled {
    background-color: #000;
    border: 1px solid #212529;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
}

h3.table-header {
    color: #fff;
}

.header {
    align-content: center;
    text-align: center;
    width: 250px;
}

.hidden {
    display: none;
}

input, select, textarea {
    background-color: #212529 !important;
    color: #fff !important;
    border-color: #dee2e6 !important;
}

.input-group-text {
    background-color: #000;
    border: 1px solid #212529;
}

.page-links {
    font-size: 125%;
}

a.current-page {
    color:chartreuse;
}

select.form-control.select {
    background: #000000;
    color: #fff;
}

select.form-control.select option {
    color:#fff;
}

label {
    color: #fff;
}

.page-intro h2{
    color: #fff;
    text-align: left;
}

span.radio-label {
    color: #fff;
}

.table-hover {
    cursor: hand;
    cursor: pointer;
}
.idcol {
    max-width: 50px;
}
.actioncol {
    min-width: 111px;
}

ul.metcrumb {
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #000;
}
ul.metcrumb li a {
    color: white;
    list-style: none;
}
ul.metcrumb li a:visited {
    color: white;
    list-style: none;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #000;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #333;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .white-text {
    color: #fff !important;
  }