﻿.cssLogo {
    max-height: 120px;
    max-width: 120px;
}

.cssBannerBackground {
    background-image: linear-gradient(to bottom, #F0F0F0, #F4F4F4);
    color: black;
}

.cssHeaderBar {
    background-color: #2D6087;
}

.cssHeaderDivider {
    border-color: #ED9A00 !important;
}

.cssbtnColor {
    background-color: #2D6087;
}

span.fieldValidationErrorMessage[style*="inline"] {
    display: block !important;
    background-color: #F4F4F4;
    border: 2px solid darkred;
    font-size: .9em;
    font-weight: bold;
    color: darkred !important;
}

.cssAgencyLogoColor {
    color: #012150;
}

.cssRedAlternate {
    color: #B00020;
}

.cssCardHeader {
    background-color: #2D6087;
    color: #ffffff;
}

.cssHealthGridNoRecords td {
    font-weight: bold;
    color: #B41016;
    border: 1px solid #B41016;
    padding: 10px;
    background-color: #ffeeee;
}

.cssHealthGridHeaderStyle th {
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: #3366FF thin solid;
    color: #21315C;
}

.cssHealthGridRowStyle td {
    height: 22px;
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: #3366FF 1px solid;
}

.cssHealthGridSelectedRowStyle td {
    height: 22px;
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: #3366FF 1px solid;
    background-color: #3366FF;
    color: White;
}

.cssHealthGridSelectedRowStyle a {
    color: White;
}

.cssHealthGridPagerStyle td {
    font-weight: bold;
    color: #21315C;
}

.cssHealthGridPagerStyle a {
    font-weight: bold !important;
    color: #21315C !important;
    padding: 3px;
}

/*show span only for screen reader*/
.cssSR-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
}

.cssProgressIconLoad {
    /*border: 5px solid #67CFF5;*/
    width: 100px;
    height: 100px;
    display: none;
    position: fixed;
    /*background-color: azure;*/
    z-index: 2;
}

.cssUpdateProgress {
    /*height: 65px;
    width: 65px;
    border-style: solid;
    border-color: #0B809D;
    border-width: 2px;
    background-color: #0B809D;
    border-radius: 1rem;
    color: White;*/
    text-align: center;
    vertical-align: middle;
    /*font-weight: bold;
    font-family: Arial;
    font-size: small;
    line-height: 23px;
    padding: 6px 5px 5px 5px;*/
}


