.container-fluid, input.form-control {
    color: #000;
}

table.table {
    background-color: #fff;
    color: #3a3b45;
}

table.table thead {
    background-color: #e3e6f0;
}

div.center {
    text-align: center;
}

div.has-error {
    color: #e74a3b;
}

div.has-error .form-control {
    border-color: #e74a3b;
}

.alert-success .close {
    color: #0f6848;
}

a.item-dashboard:hover {
    text-decoration: none;
}

a.item-dashboard:hover div.card {
    background-color: #eee;
}