/* ------------------------ ORIGINAL ------------------------  */

/* Buttons */

button.bg-blue-accent:hover {
    background-color: #03395e !important;
}

button.bg-light-gray:hover {
    background-color: #b9b9b9 !important;
    color: #000000 !important;
}

a.bg-light-gray:hover {
    background-color: #b9b9b9 !important;
    color: #000000 !important;
}

/* Backgrounds */
.bg-blue-main {
    background-color: #046EB4 !important;
    color: #ffffff !important;
}

.bg-blue-accent {
    background-color: #1C5A8E !important;
    color: #ffffff !important;
}

.bg-light-gray {
    background-color: #d6d6d6 !important;
    color: #000000 !important;
}

/* Color */
.color-blue-accent {
    color: #1C5A8E !important;
}

/* Table */
th.sticky {
    background-color: #1C5A8E;
}
