﻿.cssMSSeal {
    max-height: 100px;
    max-width: 100px;
}

.cssBannerBackground {
    /*background-color: #393D3F;*/
    color: white;
    /*background-image: linear-gradient(to bottom, #393D3F, #737678);*/
    background-image: linear-gradient(to bottom, #393D3F, #606161);
}

.cssHeaderBar {
    background-image: linear-gradient(to bottom, #286BA9, #1B3962);
}

.cssHeaderDivider {
    border-color: #ED9A00 !important;
}

span.fieldValidationErrorMessage[style*="inline"] {
    display: block !important;
    background-color: #F4F4F4;
    border: 2px solid darkred;
    font-size: .9em;
    font-weight: bold;
    color: darkred !important;
}

.cssHeaderColor {
    color: #012150;
}

.cssCardHeader {
    background-image: linear-gradient(to bottom, #286BA9, #1B3962);
    color: #ffffff;
}

.cssFieldsetLegend {
    background-color: #B39C72;
    color: #000000;
}

.cssLabelColor {
    color: #012150;
}

.cssbtnColor{
    background-color: #205493;
}

.cssADAGridNoRecords td {
    font-weight: bold;
    color: #B41016;
    border: 1px solid #B41016;
    padding: 10px;
    background-color: #ffeeee;
}

.cssADAGridHeaderStyle th {
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: #3366FF thin solid;
    color: #21315C;
}

.cssADAGridRowStyle td {
    height: 22px;
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom: #3366FF 1px solid;
}

.cssADAGridSelectedRowStyle 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;
}

.cssADAGridSelectedRowStyle a {
    color: White !important;
}

.cssADAGridSelectedRowStyle a:hover {
    color: White !important;
}

.cssADAGridPagerStyle td {
    font-weight: bold;
    color: #21315C;
}

.cssADAGridPagerStyle 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;*/
}


