body {
    color: black;
}

.mainContent {
    margin: 0px 0px 50px 0px;
}

.bg-primary {
    background-color: #012068 !important;
    color: #C0C0C0 !important;
}

.nav-link,
.nav-link:hover {
    color: black;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #C0C0C0;
    background-color: #012068;
    border-radius: 2;
}

.btn {
    font-weight: bold;
    margin: 5px;
}

.sidemenu-btn {
    width: 280px;
    text-align: left;
    color: #C0C0C0;
}

.fa {
    padding-right: 5px;
    font-size: larger;
}

.sidemenu-icon {
    margin-right: 5px;
    text-align: right;
    vertical-align: middle;
}

.btn-primary,
.btn-primary:hover {
    background-color: #012068;
}

ul {
    list-style: none;
}

#cardTitle {
    background-color: #012068 !important;
    color: #C0C0C0 !important;
}

/* Datatable */
table.dataTable th {
    background-color: #012068 !important;
    color: #C0C0C0 !important;
}

table.dataTable.table-striped>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px white;
}

table.dataTable.table-striped>tbody>tr.even>* {
    box-shadow: inset 0 0 0 9999px #C0C0C0;
}

.datatable-selectbox {
    height: 25px;
    width: 150px;
    border-radius: .25em;
    border: 1px solid black;
}

.datesFilter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    color: inherit;
    margin: 0px 0px 5px 5px;
    float: right;
}

/* Formio */
.formio-form>div>nav>ul.pagination .page-item.active .page-link {
    color: #C0C0C0 !important;
    background-color: #012068 !important;
    border-color: #012068 !important;
}

.formio-form>div>nav>ul.pagination .page-link {
    color: black !important;
}

.toDisableFormTabs>.formio-form>div>nav>ul.pagination .page-link {
    pointer-events: none;
}

.imgbox {
    display: grid;
    height: 100%;
}

.center-fit {
    max-width: 100%;
    max-height: 100vh;
    margin: auto;
}

#sidebarButton,
#headerHome,
#headerProfile {
    background-color: #012068 !important;
    color: #C0C0C0 !important;
    box-shadow: none;
}

#appHeader {
    font-weight: bold;
    margin: 5px;
    background-color: #012068 !important;
    color: #C0C0C0 !important;
}

/* Landing Page */
#landingPageOuterTitle {
    width: 100%;
    height: 350px;
    display: flex;
    color: #012068;
}

#landingPageInnerTitle {
    margin: auto;
}

.module {
    position: relative;
    padding: 70px 0px 70px 0px;
}

.services .service-item {
    background: #C0C0C0;
    padding: 0% 10% 12% 10%;
    text-align: center;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}

.shadow-hover {
    transition: all 0.5s linear;
}

.shadow-hover:hover {
    box-shadow: 0px 10px 20px black;
    cursor: pointer;
}

.services {
    padding-top: 0;
}

.services .service-item .fa {
    width: 110px;
    height: 110px;
    color: white;
    background: #012068;
    font-size: 45px;
    padding-top: 25px;
    border-radius: 100px;
    margin-top: -40px;
    margin-bottom: 30px;
    border: 5px solid #C0C0C0;
    transition: all 0.4s;
}

.services .service-item h4 {
    font-weight: 700;
    font-size: 18px;
    color: #012068;
    margin-bottom: 20px;
}

/*===============================*/

.progress {
    height: 40px;
}