/*AleaSoft Blues Backgrounds*/
.bg-alea-blue-a {
    background-color: #004a9b !important;
}
.bg-alea-blue-b {
    background-color: #416dab !important;
}
.bg-alea-blue-c {
    background-color: #7091c0 !important;
}
.bg-alea-blue-d {
    background-color: #a0b6d5 !important;
}
.bg-alea-blue-e {
    background-color: #cfdaea !important;
}

/*AleaSoft Grays Backgrounds*/
.bg-alea-gray-a {
    background-color: #646363 !important;
}
.bg-alea-gray-b {
    background-color: #a5a5a5 !important;
}
.bg-alea-gray-c {
    background-color: #bcbbbb !important;
}
.bg-alea-gray-d {
    background-color: #d2d2d2 !important;
}
.bg-alea-gray-e {
    background-color: #e9e8e8 !important;
}

.btn-alea {
    background-color: #416dab;
    color: #fff;
    font-size: 18px;
}
.btn-alea:hover {
    background-color: #004a9b;
    color: #fff;
}

.btn-alea-gray {
    background-color: #a5a5a5;
    color: #fff;
    font-size: 18px;
    border: solid 1px #a5a5a5;
}
.btn-alea-gray:hover {
    background-color: #646363;
    color: #fff;
    border: solid 1px #646363;
}

.form-control-alea {
    font-size: 18px;
}

a {
    color: #004a9b;
}

.sidebar .img-icon-alea {
    color: #fff;
    height: 200%;
    width: auto;
    margin-right: -7%;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
  
#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
}

.table-controls th, td {
    text-align: center;
}

.alea-chart-logo {
    position: absolute;
    top: .7%;
    right: 2%;
    height: 50px;
    opacity: 0.7;
}

.help-text {
    font-size: .9rem;
    font-style: italic;
}