.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    background: #FFF;
}

main>.container-fluid:first-child {
    border-radius: 10px;
}



.bg-info {
    background: #0091d8 !important;
}

.btn-info {
    background-color: #0091d8;
    border-color: #0091d8;
}

.btn-info:hover {
    background-color: #2e8bc1;
    border-color: #2e8bc1;
}


/**
* Table
**/
.table .thead-dark th,
.table thead th {
    color: #333;
    background-color: #E9F4FF;
    border-color: #DDD;
}

.counter-float .count-number {
    background: #0091d8;
}