﻿#divLoading {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: none;
    color: #48545c;
    z-index: 2000;
}

#divLoading div {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    display: inline-block;
    padding: 10px;
    cursor: default;
}

#divLoading td {
    vertical-align: middle;
}

body {
    background-color: #FFF !important;
}

label, h1, h2, h3, h4, h5, h6, span, .h1, .h2, .h3, .h4, .h5, .h6, .form-label, .card-title {
    color: #0054B2;
    font-weight: bold;
}

header {
    background-color: #FFF !important;
}

header .nav-link-title {
    color: #0054B2;
}

body {
    background-color: #3366CC !important;
}

.navbar-brand-image {
    height: 3rem;
}

.nav-link {
    color: #0054B2 !important;
}

.nav-link.active {
    font-weight: bold;
}

.form-check-input {
    background-color: lightgray;
}