a {

color: #fff !important;
}

a:hover {

color: #f605dd !important;
}

.alert {

background-color: #fff;
}

.alert-link {

color: #f605dd !important;
}

.badge-light {
background-color: #f605dd;
}

body {

background-color: #000000;
color: #fff;
}

.bg-light {

background-color: #000000  !important;
}

.bg-white {

background-color: #000000  !important;
}

.breadcrumb {

background-color: #000000;
}

.btn {
background-color: #f605dd;
border-color: #f605dd;
}

.btn:active { 
background-color:#fff !important;
color:#f605dd;
}


.btn:hover {
background-color:#fff;
color:#f605dd;
}

.card {

background-color: #000000;
border-right-width: 1px;
border-left-width: 1px;
border-color: #fff;

}


.card-header {

background-color: #fff;
color: #000000;
a {
 color: #000000 !important;
}
}

.dropdown-item {

color: #000000 !important;
a {
 color: #000000 !important;
}
}

.list-group-item {

background-color: #000000;
color: #fff;
border-color: #fff;
}

.modal {
color: #000000;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(http://hawkleyinc.com/sandbox/images/navbar-icon.png); width: 20px; height 20px;
    background-color: #000000;
}

.pagination > li > a
{
    background-color: black;
    color: #5A4181;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #5a5a5a;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181 !Important;
}

.pagination > .active > a:hover
{
    background-color: #5A4181 !Important;
    border: solid 1px #5A4181;
}

.page-item.disabled .page-link { 	
background-color: #000000 !important;

}

.table {
color: #fff !important;
}

.table-hover tbody tr:hover {
color: #f605dd; 
}

.table-selection {
background-color: #000000;
}

.table-selection:hover {
background-color: #fff  !important;
}


.text-dark {
color: #fff  !important;
}

.text-danger {
color: #fffc107 !important;
}

.text-danger.fas.fa-trash.fa-fw {
color: #000000 !important;
}