nav.navbar {
    background-color: #000;
}

body {
    background-color: #1F1F1F;
    color: #FFF;
}

a {
    color: #FF8A01;
    outline: none;
}

a:focus {
    color: #FF8A01;
    outline: none;
}

a:hover{
    color: #FFF;
}


.data {
    display: block;
    width: 75%;
    margin: 0 auto 0 auto;
}

.datatable_wrapper {
    background-color: #1F1F1F;
    border-color: #E6E6E6;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #FFF;
}

table, td, tr {
    color: #EEE;
    background-color: #1F1F1F;
    border-style: none;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    border-style: none;
}

table > tbody > tr > td > a {
    display: block;
}

thead > tr,
table > tbody > tr > td > a {
    color: #FFF;
}

select {
    color: #333;
}

.pagination > li:first-child > .disabled > a,
.pagination > li:first-child > span {
    color: #DDD;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border-color: #FFF;
    color: #FFF;
    background-color: #FF8A01;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #ddd;
    background-color: #1F1F1F;
}

.pagination > li > a,
.pagination > li > span {
    color: #FF8A01;
    background-color: #1F1F1F;
}

table > tbody > tr > td > a:hover,
table > tbody > tr > td > a:active,
table > tbody > tr > td > a:focus,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #FF8A01;
    background-color: #1F1F1F;
    outline: none;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #FFF;
    background-color: #FF8A01;
}

.progress {
    margin-bottom: 0;
    background: transparent;
}

.progress-bar {
    font-size: inherit;
    background-color: #444;
    color: #FF8A01;
    font-weight: bold;
}
