﻿.cssLogo{
    max-height: 120px;
    max-width: 120px;
}

.cssBannerBackground {
    background-image: linear-gradient(to bottom, #F0F0F0, #F4F4F4);
    color: black;
}

.cssHeaderBar{
    background-color: #B41016;
}

.cssbtnColor {
    background-color: #205493;
}

.cssGridNoRecords td {
    font-weight: bold;
    color: #B41016;
    border: 1px solid #B41016;
    padding: 10px;
    background-color: #ffeeee;
}

.cssSEIGridHeaderStyle th {
    border-top: 0px solid black;
    border-right-style: none;
    border-left-style: none;
    border-bottom: 1px solid black;
}

/*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;
}
