html, body {
    width: 100%;
    height: 100%;
    background: #424242;
    color: white;
}

.btn {
    color: white;
}

.btn:hover {
    color: white;
}

.input-group-text {
    background: black;
}

.material-icons {
    color: white;
}

.btn-primary {
    background: black;
    border: black;
}

.btn-primary:hover {
    background: rgb(34, 34, 34);
}

.btn.btn-success {
    box-shadow: white !important;
}

.btn-primary:active {
    color: #fff !important;
    background-color: #161617 !important;
    border-color: #494F57 !important;
}

.modal-dialog {
    color: black;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #000000;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.btn-outline-secondary {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-outline-secondary:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: #000000;
}

.even {
    background: #3E444A !important;
}

.odd {
    background: #343A40 !important;
}

.card {
    background: #343A40 !important;
}

.modal-content {
    background: #343A40 !important;
}

.modal-title {
    color: white !important;
}

.modal-body {
    color: white !important;
}

.close {
    color: white !important;
}

label {
    color: white;
}

.dataTables_info {
    color: white !important;
}

.ellipsis {
    color: black !important;
}

.paging_simple_numbers {
    color: white !important;
    background: rgb(170, 170, 170) !important;
}