/*
** White-label specific colors
*/

body {
    background-color: #F7F5F3;
}

.list-group-item {
    color: #000 !important;
    background-color: #c2e5ff !important;
    border-color: #c2e5ff !important;
    margin-top:6px !important;
}

.list-group-item.active {
    color: #F7F5F3 !important;
    background-color: #005FA4 !important;
    border-color: #005FA4 !important;
}

.list-group-item-info {
    color: #F7F5F3 !important;
    background-color: #005FA4 !important;
}

.btn-primary, .btn-outline-secondary {
    color: #F7F5F3 !important;
    background-color: #005FA4 !important;
    border-color: #005FA4 !important;
}

.btn-info {
    color: #F7F5F3 !important;
    background-color: #005FA4 !important;
    border-color: #005FA4 !important;
}

.btn a {
    color:#F7F5F3 !important;
}

a {
    color: #000 !important;
}


.spinner {
    background: #005FA4 !important;
}
