/* Add a black background color to the top navigation */
h1, h2, h3, h4, p, li, th, td {
    color: white;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.form-control, .list-group, .list-group-item {
    background: #434857;
    border-color: rgba(0, 0, 0, 0.15);
    color: white;
}

.leftAlignment {
    text-align: left;
}
.inverseColor{
    color:black;
    background:white;
}
.dataTables_info{
    color:white;
    align-items:center;
}

.list-group-item {
    text-align: left;
}

.list-group-item:hover {
    background: #2e3b88;
}
.dataTables_info{
    color:white;
    alignment: center;
}
tr:hover{
    background: #2e3b88 !important;
}
th:hover{
    background: #455588;

}
label{
    color:white;
}

hr {
    border-color: #00a8ed;
    outline: none;
}

body {
    background-color: #252830;
}

