/* Developer notes:
   1) Do not assign font-family as this is set in Xi stylesheet css-only.css
   2) For font-size, only use pixels and rems together. Always declare the pixel unit first for IE8 fallback. Browsers that support rem units will override that. 
   3) Do not use any other measurement such as %, pt, em, etc.
*/

/*--- Base style for page to keep footer at bottom - Note, footer <div> needs to be outside of page container <div> ----*/
/*--- See: http://www.cssstickyfooter.com/using-sticky-footer-code.html ---*/
/*
.page-container {
    min-height: 100%;
    height: 100%;
    height: auto !important;
}
*/
.inforApplicationPadding {
    padding: 10px 20px;
    width: 100%;
    height: 100%;
}
.headline-container {
}
.main-content-container {
    padding: 0px;
    padding-bottom: 25px;
    overflow: auto;
}
.accountplan-header {
    font-family: Helvetica !important;
    font-size: 16px !important;
    color:#1A1A1A !important;
}
.main-content-container p {
    margin-top: 1em;
    margin-bottom: 1em;
}
.main-content-container h1 {
    padding: 15px 0;
}
.main-content-container h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}
.main-content-container .inforSectionLabel {
    line-height: 30px;
    padding: 15px 0;
}
.footer-container {
    clear: both;
    position: relative;
    height: 25px;
    margin-top: -25px;
    width: 100%; /* background: #5c5c5c; */
}
/* matches left & right padding as .inforApplicationPadding. Use for existing pages with new menus as the class on a <div> that wraps all content */
.main-content-wrapper {
    margin: 0;
    padding: 10px 20px 0px 20px;
    height: 100%;
}
/* Headings */
.Header {
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    color: #B3000C;
}
.Heading {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #B3000C;
    text-decoration: none;
}
.MainHeading {
    color: #B3000C;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.HeadingColur {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #B3000C;
}
.Heading4 {
    font-size: 20px;
    font-size: 2.0rem;
    color: #B3000C;
    font-weight: bold;
}
/* Links */
.Links {
    color: #595959;
    text-decoration: none;
    font-style: normal;
    cursor: pointer;
}
.Links:hover {
    color: #B3000C;
    font-style: italic;
}
/*SP 3576 -Start*/
.add-incident-links {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #595959;
    cursor: pointer;
}
.add-incident-links:hover {
    color: #B3000C;
    font-style: italic;
}
/*SP 3576 -End*/
/* Labels */
.AllLabels {
}
.Label {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000000;
}
/*SP - 3811 Start */
.MainLabelStyle {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.PageTitle {
    color: #666666;
    font-size: 20px;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 30px;
    margin: 0;
    padding: 15px 0;
}
/*SP - 3811 End */
.LableStyle {
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
}
.DefaultLabel {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.DefaultLabel > a {
    color: #13a3f7;
    text-decoration: none;
    cursor: pointer;
}
.DefaultLabel_Bold {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.DefaultLabel_TextMedium {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
}
.DefaultLabel_TextMedium_Bold {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.DefaultLabelTitle_Bold {
    color: #595959;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}
.DefaultLabelTitle_Bold_Center {
    color: #B3000C;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    vertical-align: middle;
    float: left;
    margin-left: 32%;
}
.LabelDefaultFont {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
}
.LabelDefaultFontRed {
    font-size: 12px;
    font-size: 1.2rem;
    color: #B3000C;
    font-weight: bold;
    white-space: nowrap;
    margin-left: 0px;
    margin-right: 0px;
}
.LabelRed {
    font-size: 13px;
    font-size: 1.3rem;
    color: #D5000E;
    text-decoration: none;
    vertical-align: middle;
}
.CrimsonLabels {
    color: crimson;
}
.SmallRed {
    font-size: 12px;
    font-size: 1.2rem;
    color: Red;
    text-decoration: none;
}
.SmallRedError {
    color: Red;
    text-decoration: none;
}
.SmallGreenSuccess {
    color: Green;
    text-decoration: none;
}
.Small {
    font-size: 12px;
    font-size: 1.2rem;
    color: #000000;
    text-decoration: none;
}
.WhiteLabelBold {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.BlackLabel {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
}
.BlackLabel_Bold {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.BlackLabel_TextMedium {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
}
.BlackLabel_TextMedium_Bold {
    color: #000000;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.BlueLabel {
    color: #4238FF;
    font-size: 12px;
    font-size: 1.2rem;
}
.BlueLabel_Bold {
    color: #4238FF;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.RedLabel {
    color: #D5000E;
    font-size: 12px;
    font-size: 1.2rem;
}
.RedLabel_Bold {
    color: #D5000E;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.RedLabel_TextLarge_Bold {
    color: #D5000E;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}
.DefaultLabelTitle_Bold {
    color: #595959;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}
.WhiteLabel {
    color: #FFFFFF;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.WhiteLabelTitle_Bold {
    color: #FFFFFF;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}
.BlackLabelTitle_Bold {
    color: #000000;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
}
.CrimsonLabel {
    color: crimson;
    font-size: 12px;
    font-size: 1.2rem;
}
.TableLabelRed {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #B3000C;
    text-decoration: none;
}
.TableLabelRed13 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #B3000C;
    text-decoration: none;
}
.SoHoPData {
    color: #1a1a1a;
    line-height: 20px;
    font-size: 1.2rem;
}
.inforLabel_Bold {
    color: #666666;
    font-size: 12px;
    font-size: 1.2em;
    font-weight: bold;
}
.inforLabelData {
    color: #666666;
    font-size: 12px;
    font-size: 1.2em;
    font-weight: normal;
}
.inforTabSelected {
    color: #B3000C;
    background-color: #FFFFFF;
    border-bottom: medium none;
    border-left: #B5121B 1px solid;
    border-right: #B5121B 2px solid;
    border-top: #B5121B 1px solid;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.2em;
}
.inforTabDeselected {
    background-color: #B3000C;
    border-bottom: #B5121B 2px solid;
    border-left: #B5121B 1px solid;
    border-right: #B5121B 2px solid;
    border-top: #B5121B 1px solid;
    cursor: hand;
    font-weight: bolder;
    color: #FFFFFF;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.2em;
}
/* inputs */
.TextArea {
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.Select {
    font-size: 12px;
    font-size: 1.2rem;
}
/* table heading & row */
th {
    padding-left: 2;
}
TH A {
    font-size: 12px;
    font-size: 1.2rem;
    color: #878787;
    text-decoration: none;
}
.tr {
    height: 20px;
}
/* tabs */
.TabBackground {
    background-color: #F7F7F7;
}
.TabSelected {
    color: #B3000C;
    background-color: #FFFFFF;
    border-bottom: medium none;
    border-left: #B5121B 1px solid;
    border-right: #B5121B 2px solid;
    border-top: #B5121B 1px solid;
    font-weight: bold;
    font-style: italic;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
}
.TabDeselected {
    background-color: #B3000C;
    border-bottom: #B5121B 2px solid;
    border-left: #B5121B 1px solid;
    border-right: #B5121B 2px solid;
    border-top: #B5121B 1px solid;
    cursor: hand;
    font-weight: bolder;
    color: #FFFFFF;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
}
.TabDisabled {
    background-color: lightslategray;
    border-bottom: #C0C0C0 2px solid;
    border-left: #C0C0C0 1px solid;
    border-right: #999999 2px solid;
    border-top: #C0C0C0 1px solid;
    cursor: auto;
    font-weight: normal;
    color: #FFFFFF;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}
.TabBlank {
    border-bottom: #B5121B 1px solid;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #000000;
    cursor: hand;
    font-weight: normal;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    text-align: center;
}
.TabContentBorder {
    background-color: #FFFFFF;
    border-bottom: #B5121B 2px solid;
    border-left: #B5121B 1px solid;
    border-right: #B5121B 2px solid;
    border-top: medium none;
}
.TabContentVisible {
    display: block;
}
.TabContentHidden {
    display: none;
}
.TabContentInvisible {
    display: none;
    background-color: #B3000C;
    border-bottom: medium none;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #B3000C;
    font-weight: bold;
    padding-bottom: 2px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: medium none;
    text-align: center;
}
#ProgressContainer {
    left: 100;
    top: 100;
    width: 150;
    height: 25;
    position: fixed;
}
.HiddenIDClass {
    display: none;
}
.ClassKeyPage {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3A3A3A;
    text-decoration: none;
}
.ClassKeyPage td {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #3A3A3A;
    text-decoration: none;
}
.ClassKeyPage a {
    font-size: 8px;
    font-size: .8rem;
    font-weight: bold;
    color: #D5000E;
    text-decoration: none;
}
/* GridView */
.gvCaseView {
}
.gvCaseView tr {
    white-space: normal;
}
.gvCaseView tr:Hover {
}
.gvCaseView td {
    white-space: normal;
}
.gvCaseView td:Hover {
}
.gvCaseViewHeader {
    text-decoration: none;
}
.gvCaseViewHeader th {
    text-align: left;
}
.gvCaseViewHeader A:link, .gvCaseViewHeader A:active, .gvCaseViewHeader A:visited {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
}
.gvCaseViewPageNumber {
    background-color: #FFFFFF;
    color: #999999;
    border-color: #E8E8E8;
    text-decoration: none;
    border-width: 1;
}
.gvCaseViewPageNumberCurrent {
    background-color: #999999;
    text-decoration: none;
    color: #FFFFFF;
}
.gvCaseViewPageRow {
}
.dynamicMenu {
    padding-top: 100;
    padding-bottom: 100;
}
.ba-hp-content {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666666;
    line-height: 150%;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}
.legacyLinkcontent {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666666;
    line-height: 150%;
    padding-left: 12px;
    padding-right: 12px;
    text-decoration: none;
}
.legacyLinkcontent A:link, .legacyLinkcontent A:active, .legacyLinkcontent A:visited {
    font-size: 12px;
    font-size: 1.2rem;
    color: #0033ff;
    text-align: left;
    text-decoration: none;
}
.legacyLinkcontent A:hover {
    font-size: 12px;
    font-size: 1.2rem;
    color: #A10019;
    line-height: 150%;
    font-weight: bold;
    text-decoration: none;
}
.case_search {
    font-size: 12px;
    font-size: 1.2rem;
}
.edit_view {
    cursor: pointer;
    vertical-align: top;
    border-left: 2px;
    border-right: 1px;
    border-color: #FFFFFF;
}
.view_go {
    cursor: pointer;
    vertical-align: top;
    border-left: 1px;
    border-right: 2px;
    border-color: #FFFFFF;
}
.SSdesc {
    font-size: 13px;
    font-size: 1.3rem;
    marker-offset: 10px;
    color: #000000;
    text-align: center;
    text-decoration: none;
}
.SSrowData {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
}
.SSgvHeader {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    text-decoration: none;
    background-color: #F7F7F7;
}
.SSgvHeader a {
    font-size: 13px;
    font-size: 1.3rem;
    color: #666666;
    text-align: left;
    text-decoration: none;
    background-color: #F7F7F7;
}
.menumargin {
    margin-left: 10px;
    background-color: #FFFFFF;
    margin-right: 10px;
}
.ArrowButtons {
    color: #737373;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
    color: Red;
    border-style: none;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 5px;
}
.FirstArrowButton {
    color: #737373;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
    color: Red;
    border-style: none;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 0px;
}
.LastArrowButton {
    color: #737373;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
    color: Red;
    border-style: none;
    cursor: pointer;
    padding-right: 5px;
    padding-left: 10px;
}
.panel {
    background-color: #F7F7F7;
    width: 125px;
    margin-right: 5px;
    margin-left: 1px;
}
.DownPanel {
    background-color: #F7F7F7;
    width: 125px;
    margin-right: 10px;
    margin-left: 1px;
}
.RecordLables {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
}
.ShowRecordLables {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 30px;
}
.DownLables {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    margin-right: 20px;
}
.SWKey {
    text-align: justify;
    margin-right: 15px;
}
.lblHeader {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    color: #B3000C;
}
.gvCompanyInstitutions {
    margin-left: 6px;
}
.gvHeaderCompany {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #595959;
    text-decoration: none;
    background-color: #F7F7F7;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-left: 0px;
    border-left-style: solid;
    border-left-color: #FFFFFF;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-style: none;
    border-right: medium;
}
.gvCompanyInstitution {
    margin-left: 6px;
}
.CompanyRowData {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
}
.buttonHidden {
    border: 0px;
    display: none;
}
.Colour {
    color: #000000;
}
.Mainbutton {
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
}
.MainFieldset {
    font-weight: bold;
    color: #B3000C;
}
.gvCompanyLink {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    color: #000000;
}
.gvCompanyLink A:link, .gvCompanyLink A:active, .gvCompanyLink A:visited, .gvCompanyLink A:hover {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
}
.CompanyHeader {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    color: #B3000C;
}
.CompanyHeader A:link, .CompanyHeader A:active, .CompanyHeader A:visited, .CompanyHeader A:hover {
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    color: #B3000C;
}
.gvCompanysRowData {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
}
.gvCompanysBoundField {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
    width: 40%;
}
.CompanyMenuMargin {
    margin-left: 5px;
    margin-top: 16px;
    background-color: #FFFFFF;
    margin-right: 5px;
}
.gvCompanys {
    margin-left: 6px;
}
.gvCompanyNewLocation {
    font-size: 12px;
    font-size: 1.2rem;
}
.DefaultButtonStyle {
    text-align: Center;
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
}
.gvShowAllGridViewHeader A:link, .gvShowAllGridViewHeader A:active, .gvShowAllGridViewHeader A:visited, .gvShowAllGridViewHeader A:hover {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.gvSwkeysHeader {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
.gvSwkeysHeader A:link, .gvSwkeysHeader A:active, .gvSwkeysHeader A:visited, .gvSwkeysHeader A:hover {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
}
.gvHeaderBorder {
    background-color: #FFFFFF;
    border-color: #999999;
    border-style: solid;
    border-width: 2px;
}
.DisabledColour {
    color: #B3000C;
}
.SectionHeader {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #595959;
}
.GrayBorder {
    border: 2px solid #999999;
    background-color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    margin: 5px 10px 10px 10px;
}
.CaseBtnList {
    text-decoration: none;
    color: #595959;
    font-size: 9px;
    font-size: .9rem;
    font-style: normal;
}
.gvShowAllGridView td {
    white-space: normal;
}
.gvShowAllGridView tr {
    white-space: normal;
}
.gvShowAllGridViewHeader {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    background-color: #F7F7F7;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-left: 1px;
    color: #B3000C;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-style: none;
    border-right: medium;
    color: #595959;
}
.gvShowAllGridViewHeader th {
    text-align: left;
}
.gvShowAllGridViewPageNumber {
    background-color: #FFFFFF;
    color: #999999;
    border-color: #E8E8E8;
    text-decoration: none;
    border-width: 1;
}
.gvShowAllGridViewPageNumberCurrent {
    background-color: #999999;
    text-decoration: none;
    color: #FFFFFF;
}
.BorderTop {
    border-top-style: solid;
    border-top-color: #999999;
    border-top-width: 1px;
}
.BorderRight {
    border-right-style: solid;
    border-right-color: #999999;
    border-right-width: 1px;
}
.BorderLeft {
    border-left-style: solid;
    border-left-color: #999999;
    border-left-width: 1px;
    word-wrap: break-word;
}
.gvAttachments TH {
    background-color: #F7F7F7;
    vertical-align: top;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}
.gvAttachments TR {
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
}
.DownloadOptions {
    background-color: #F7F7F7;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
}
.ModalPopupBG {
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}
.modalPopup {
    background-color: #FFFFFF;
    border-width: 2px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 250px;
}
.ajax__tab_announcement-theme .ajax__tab_header {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    border-bottom: solid 1px #B3000C;
}
.ajax__tab_announcement-theme .ajax__tab_header .ajax__tab_outer {
    border: solid 1px #B3000C;
    padding: 1px 1px 0px 1px;
    background-color: #B3000C;
    margin-right: 15px;
    border-right-width: 2px;
}
.ajax__tab_announcement-theme .ajax__tab_header .ajax__tab_tab {
    font-weight: bold;
    padding: 6px 10px 6px 10px;
    color: #FFFFFF;
    width: 170px;
    display: block;
    text-align: center;
    cursor: pointer;
}
.ajax__tab_announcement-theme .ajax__tab_header .ajax__tab_tab div {
    font-weight: bold;
    white-space: nowrap;
    line-height: 145%; /*font-size: 92%; -- MKH, don't do it this way! */
}
.ajax__tab_announcement-theme .ajax__tab_active .ajax__tab_outer {
    padding: 0px 0px 0px 0px;
    background-color: #FFFFFF;
    color: #B3000C;
    border-bottom-color: #FFFFFF;
    cursor: none;
}
.ajax__tab_announcement-theme .ajax__tab_active .ajax__tab_tab {
    color: #B3000C;
    border-bottom-width: 0;
}
.ajax__tab_announcement-theme .ajax__tab_body {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 8px;
    background-color: #FFFFFF;
    border: solid 1px #B3000C;
    border-top-width: 0;
    border-bottom-width: 2px;
    border-right-width: 2px;
}
.gvHeader {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    background-color: #F7F7F7;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: #999999;
    border-left: 1px;
    color: #B3000C;
    border-top: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    border-right-style: none;
    border-right: medium;
    color: #595959;
}
.buttonStyle {
    font-size: 12px;
    font-size: 1.2rem;
    cursor: pointer;
}
.gvAnnouncements {
    margin-left: 6px;
}
.gvRowData {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
}
.gvBoundField {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    text-decoration: none;
    width: 40%;
}
.NotSupported A:link, .NotSupported A:active, .NotSupported A:visited, .NotSupported A:hover {
    font-size: 13px;
    font-size: 1.3rem;
    color: #B3000C;
    font-weight: bold;
    text-decoration: none;
}
#topBar {
    width: 100%;
}
#topBar .topBarOuter {
    height: 85px;
    background: #e5e5e5 center top no-repeat;
    display: block;
}
#topBar .topBarInr {
    background: #e5e5e5 center top no-repeat;
    margin-left: 20px;
}
#topBar .topBarInr2 {
    height: 85px;
    margin: auto;
    width: 1000px;
}
#topBar .topBarInr .logo {
    padding-top: 0px;
    float: left;
    width: 173px;
    height: 74px;
    background: url('../images/icons/icon-48.png') no-repeat 0px 15px;
}
.rcbArrowCell {
    background-image: url('../images/sprite-without-hover.png') -978px -6328px no-repeat;
}
.RedButton {
    width: 105px;
    height: 28px;
    background-image: url('../images/RedButton.gif');
    background-repeat: no-repeat;
    color: #FFFFFF;
    border-style: none;
    font-weight: bold;
    vertical-align: top;
}
.textbox {
    background: #F7F7F7 url('../images/inputBG.png') no-repeat -4px -2px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    height: 15px;
    padding-top: 2px;
    color: #595959;
}
.webPartBG {
    float: left;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    height: 100%;
    width: 99%;
}
.hide {
    color: #686b73;
    top: 0px;
    right: 0;
    background: url(../images/icons/arrowRoundUp.png) no-repeat left 1px;
    padding: 0px 0px 2px 18px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.hide:hover {
    color: #13a3f7;
    top: 0px;
    right: 0;
    background: url(../images/icons/arrowRoundUpHover.png) no-repeat left 1px;
    padding: 0px 0px 2px 18px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: underline;
}
.show {
    color: #686b73;
    top: 0px;
    right: 0;
    background: url(../images/icons/arrowRounDown.png) no-repeat left -1px;
    padding: 0px 0px 2px 18px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.show:hover {
    color: #13a3f7;
    top: 0px;
    right: 0;
    background: url(../images/icons/arrowRoundDownHover.png) no-repeat left -1px;
    padding: 0px 0px 2px 18px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: underline;
}
.MultilineTextbox {
    background: #F7F7F7 url(../images/textBoxMultiLineBG.png) repeat-y center;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    color: #595959;
}
.iconExcelSupApp {
    background: url(../images/icons/excel_14x14.png) no-repeat center;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
/*=================License Products Custom CSS============================================*/
#divLicnsdProds .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divLicnsdProds .listview li:focus {
     border-color: white !important; 
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divLicnsdProds .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}
#divLicnsdProds .listview li:active {
    border-bottom-color: #bdbdbd !important;
}
#divLicnsdProds .listview li:hover {
    background-color: white;
    border-color: white;
}

/*=================Activities Custom CSS============================================*/
#divActivities .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divActivities .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divActivities .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divActivities .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divActivities .listview li:hover {
    background-color: white;
    border-color: white;
}

/*=================Technologies Custom CSS============================================*/
#divTechs .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divTechs .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divTechs .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divInforTeam .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divTechs .listview li:hover {
    background-color: white;
    border-color: white;
}

#divTechs .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/
    
    /*=================Infor Team Custom CSS============================================*/
    #divInforTeam .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
        background-color: white;
    }

#divInforTeam .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divInforTeam .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divInforTeam .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divInforTeam .listview li:hover {
    background-color: white;
    border-color: white;
}

#divInforTeam .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/
    
/*=================Executive Team Custom CSS============================================*/
#divExBrdMems .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divExBrdMems .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divExBrdMems .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divExBrdMems .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divExBrdMems .listview li:hover {
    background-color: white;
    border-color: white;
}

#divExBrdMems .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/
    
/*=================Products and Services Heat Map Custom CSS============================================*/
#divprodservices .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divprodservices .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divprodservices .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divprodservices .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divprodservices .listview li:hover {
    background-color: white;
    border-color: white;
}

#divprodservices .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/


/*=================Goals and Objectives Custom CSS============================================*/
#divgoalsandobj .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divgoalsandobj .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divgoalsandobj .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divgoalsandobj .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divgoalsandobj .listview li:hover {
    background-color: white;
    border-color: white;
}

#divgoalsandobj .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/

    
/*=================ICS Partners Custom CSS============================================*/
#divICSPartners .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divICSPartners .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divICSPartners .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divICSPartners .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divICSPartners .listview li:hover {
    background-color: white;
    border-color: white;
}

#divICSPartners .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/
    
/*=================Internal Account Plan Custom CSS============================================*/
#divInternalAcc .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divInternalAcc .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divInternalAcc .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divInternalAcc .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divInternalAcc .listview li:hover {
    background-color: white;
    border-color: white;
}

#divInternalAcc .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/
    
/*=================Risk and Barriers Custom CSS============================================*/
#divRiskBarriers .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected:not(.hide-selected-color) {
    background-color: white;
}

#divRiskBarriers .listview li:focus {
    border-color: white !important;
    box-shadow: 0 0 4px 1px rgba(54,138,192,.3);
    outline: 0;
}

#divRiskBarriers .listview.is-selectable li, .listview.is-selectable tr {
    cursor: default;
    border-bottom-color: #bdbdbd !important;
}

#divInternalAcc .listview li:active {
    border-bottom-color: #bdbdbd !important;
}

#divRiskBarriers .listview li:hover {
    background-color: white;
    border-color: white;
}

#divRiskBarriers .listview li.is-selected:not(.hide-selected-color), .listview tr.is-selected {
    background-color: white;
}

/*=========================================end==============================================*/

/*======================Custom css for Revenue Grid==========================================*/
#gridRevnu .datagrid-filter-wrapper {
    height: 10px !important;
}

#gridRevnu .datagrid-column-wrapper {
    margin: 10px 0px 0px 0px;
    
}
#gridRevnu .datagrid-header th.is-sortable:hover .icon {
    opacity: 0;
}

#gridRevnu .is-sorted-asc .sort-indicator .icon {
    opacity: 0;
}
#gridRevnu .sort-indicator {
    display: none !important;
}

/*=========================================end==============================================*/

/*=================================Custom css for Booking grid==============================*/
#tabs-normal-inforrelationship .row {
    font-size: 12px;
    font-size: 1.2rem;
    clear: both;
    margin: 0 auto;
    /* max-width: 1280px; */
    max-width: 100%;
    width: 100%;
}
/*======================================End =====================================================*/

/*======================Custom css for Bookings Grid==========================================*/
#dgBookings .datagrid-filter-wrapper {
    height: 10px !important;
}

#dgBookings .datagrid-column-wrapper {
    margin: 10px 0px 0px 0px;
}
#dgBookings .datagrid-header th.is-sortable:hover .icon {
    opacity: 0;
}
#dgBookings .datagrid-header th.is-sortable:hover .icon {
    opacity: 0;
}
#dgBookings .sort-indicator {
    display:none !important;
}

#dgBookings .is-sorted-asc .sort-indicator .icon {
    opacity: 0;
}

/*=========================================end==============================================*/

/*======================Custom css for Alignment Customer Relationship Grid==========================================*/
#divAPCustRelCard th {
    height: 40px !important;
}s
#divAPCustRelCard tbody td {
    height: 40px !important;
}
/*=========================================end==============================================*/

/*======================Custom css for Contacts Grid==========================================*/

#dgContactDetail tbody td {
    height: 40px !important;
}
/*=========================================end==============================================*/
.underline {
    border-bottom: 2px solid currentColor;
}
.SoHoCell {
    display: table-cell;
     padding-left: 0px !important; 
    vertical-align: top;
}

.iconExcelSupApp:hover {
    background: url(../images/icons/excel_hover_14x14.png) no-repeat center;
    width: 14px;
    height: 14px;
    display: block;
    cursor: hand;
}
.iconGearSupApp {
    background: url(../images/icons/gear_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
.iconGearSupApp:hover {
    background: url(../images/icons/gear_hover_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: hand;
}
.iconHelpSupApp {
    background: url(../images/icons/help_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
.iconHelpSupApp:hover {
    background: url(../images/icons/help-hover_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: hand;
}
.iconPlusSupApp {
    background: url(../images/icons/plus_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
.iconPlusSupApp:hover {
    background: url(../images/icons/plus_hover_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: hand;
}
.iconPaymentSupApp {
    background: url(../images/icons/payment_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
.iconPaymentSupApp:hover {
    background: url(../images/icons/payment_hover_14x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: hand;
}
.iconUploadSupApp {
    background: url(../images/icons/upload_15x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: pointer;
}
.iconUploadSupApp:hover {
    background: url(../images/icons/upload_hover_15x14.png) no-repeat 0px 0px;
    width: 14px;
    height: 14px;
    display: block;
    cursor: hand;
}
.contentBaseDivider {
    background: url(../images/base-divider.gif) repeat center;
}
.arrowLink {
    color: #13a3f7;
    background: url(../images/anchorArrow.png) no-repeat 0px 2px;
    padding: 0px 0px 0px 19px;
}
.arrowLink:hover {
    color: #13a3f7;
    text-decoration: underline;
    background: url(../images/anchorArrowHvr.png) no-repeat 0px 2px;
    padding: 0px 0px 0px 19px;
}
.SearchNet {
    background: url(../images/buttonSprite.png) center -1px no-repeat;
    display: block;
    padding: 5px 5px 0px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    vertical-align: middle;
    cursor: pointer;
}
.SearchNet:hover {
    background: url(../images/buttonSprite.png) center -51px no-repeat;
    display: block;
    padding: 5px 5px 0px 10px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    vertical-align: middle;
    cursor: hand;
}
.NobuttonStyle {
    font-size: 12px;
    font-size: 1.2rem;
}
.btnTip {
    position: absolute;
    left: 0%;
    right: 0%;
    z-index: 100;
}
.chkStyle label {
    font-size: 12px;
    font-size: 1.2rem;
    padding-left: 5px;
}
.TelerikModalOverlay {
    background-color: Black !important;
}

.gvColHeader A:link, .gvColHeader A:active, .gvColHeader A:visited, .gvColHeader A:hover {
    font-size: 13px;
    font-size: 1.3rem;
    text-decoration: none;
}
.gvRowNoWrap {
    font-size: 11px;
    font-size: 1.1rem;
}
.EventLogVoiceMailLink {
    color: #B3000C;
    cursor: hand;
}
.PanelSupportApps {
    border-width: thin;
    border-style: solid;
    border-color: #D9D9D9;
}
.requiredstar {
    color: #D5000E;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
legend {
    color: #595959;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
}
.ValidationSummary {
    color: #D5000E;
    font-size: 12px;
    font-size: 1.2rem;
}
.ValidationSummary ul {
    color: #D5000E;
    font-size: 12px;
    font-size: 1.2rem;
}
.ValidationSummary li {
    color: #D5000E;
    font-size: 12px;
    font-size: 1.2rem;
}
.LinkButton {
    color: #686b73;
    top: 0px;
    right: 0;
    padding: 0px 0px 2px 18px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}
.LinkButton:hover {
    color: #13a3f7;
    top: 0px;
    right: 0;
    padding: 0px 0px 2px 18px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    text-decoration: underline;
}
.RadComboboxSelectedItem {
    color: #13a3f7;
    font-weight: bold;
}
.divIncidentSearch {
    margin-left: 27%;
}
.divIncidentLink {
    margin-left: 27%;
}
.bpcs-content {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
    font-size: 1.1rem;
    z-index: 4;
    color: #3a3a3a;
    text-decoration: none;
}
.bpcs-content A:link {
    font-weight: bold;
    color: #a10019;
    line-height: 150%;
    text-decoration: none;
}
.bpcs-content A:active {
    font-weight: bold;
    color: #a10019;
    line-height: 150%;
    text-decoration: none;
}
.bpcs-content A:visited {
    font-weight: bold;
    color: #a10019;
    line-height: 150%;
    text-decoration: none;
}
.bpcs-content A:hover {
    font-weight: bold;
    color: #3a3a3a;
    line-height: 150%;
    border-bottom: 0px solid;
    text-decoration: underline;
}
.bpcs-table-header {
    border-right: #666666 1px solid;
    padding-right: 20px;
    border-top: #666666 1px solid;
    padding-left: 15px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    border-left: #666666 1px solid;
    color: #a10019;
    line-height: 200%;
    border-bottom: #666666 1px solid;
    background-color: #e7e7e9;
}
.bpcs-table {
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    width: 100%;
    border-bottom: #666666 1px solid;
    background-color: #e7e7e9;
}
.BpcsPageHeading {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 11px;
    font-size: 1.1rem;
    z-index: 4;
    color: #3a3a3a;
    text-decoration: none;
    width: 97%;
}
.userdata {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: Black;
    vertical-align: top;
}
LABEL {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}
INPUT {
    font-size: 12px !important;
    font-size: 1.2rem !important;
}
.align {
    vertical-align: 3px;
}
.NotificationLabel {
    font-size: 13px !important;
    font-size: 1.3rem !important;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 1px;
    padding-bottom: 2px;
    padding-top: 10px;
    background-color: #ebebeb;
    font-color: #fff;
}
.print-incident-window-radiobuttons {
    padding-left: 80px;
    padding-top: 20px;
}
.print-incident-window-commandbuttons {
    text-align: center;
}
.DefaultLabelEvent {
    color: #595959;
    font-size: 1.2rem;
    font-weight: normal;
    white-space: pre-wrap !important;
}

/* SoHo 3.4 style brought forward */
.inforAlertIconSmall {
	width: 12px;
	height: 12px;
	display: inline-block;
}

.inforAlertIconSmall.alert {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAf0lEQVR42mNgQAP/VzFYAPF/KLZgIASAitYhaVhPSLEKEP/9DwMgNlAMn4ZpYJMRGkB4Oi7FIkD8DYsGkJgINg11cLejagDhenTFnED8Go8GkBwnsoZ0JElcOAOmmAmIb6NIYtrwH6qGCaTBH8M07BpAOACk4TgRzoHh4wykAgDs7/gCO2cIyQAAAABJRU5ErkJggg==") no-repeat scroll 0 0 transparent;
}

.inforAlertIconSmall.info {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAf0lEQVR42mNggIGYZ2xAnAfEx4H4MxQfh4qxMaCAmGfSQHweiP/jwOfBapBMRlEMA2iaLgAxO0hDLrqJODT8B6uFuvM/kfg4SMNPEmz4QaqGz1idhEcD2El5JGjIYwAHFSTICGm4CAlW4iLuAiLiUJNGPhCfBuIvUHwaKgZPGgCYzS5xUAg+WQAAAABJRU5ErkJggg==") no-repeat scroll 0 0 transparent;
}

.inforAlertIconSmall.ok {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA2ElEQVR42mNggALdzZpsQJwHxMeB+DMUH4eKsTEgA6CANBCfB+L/ODBIThrZZJyKbXda/tfbrAViXwBidpCGXFyKnXc7/H/45cH/dY/WwjTlMkDdiVMxCFz9cOW/xXYTkPhxkIafIAWm2wz/Bx7ww6rYeoc5zKAfYA0gxafenPz/8dfH/zmnsnApBuHPYCcZbtH9v/vZzv/IAItiuJNA4fwfWdO1D1f/W+0wwxYQeSAN7NAgA2uafXsmNpNB+CI4WImMuAvwiENLGvlAfBqIv0DxaagYPGkAAFKdH9q16CcHAAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent;
}

.inforAlertIconSmall.error {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAfUlEQVR42pWSPQ6AIAxGO8HmBTijeEwGBnHwJDjopF9JNUj8gSZvKTxo2hJJzNQpYIEDUXCSU5QHEgaMYH+Bz0z+8u3yGYUUgGahL198EZiepM5awbGwNQhrqxAfS/oglWQbfrAsaGnZnzCltlYOLlyDK1ZjAB4sgpfctRoHLzgCpx+Q/QAAAAAASUVORK5CYII=") no-repeat scroll 0 0 transparent;
}

.inforAlertIconSmall.incomplete {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAgElEQVR42p3SUQqAIAwG4HUPO0SdLA+WHcIevUqRPQn60G8sEJHShA9ENp1TIgxjTAcCJtBg4eC5hD7GUBI8wAweQiauLTDeSbyzAlcIfjjeUBCX4V+C05MkcZ2hkia+YG2CbU3YfpUkWy8tuGVfbVVPW9seLvsasbwVTthLX+MCtZq9hlHNXUsAAAAASUVORK5CYII=") no-repeat scroll 0 0 transparent;
}

.inforAlertIconSmall.pending {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAw0lEQVR42nWSUQrCMBBE1wMotoggRASPoNfwJv61lxJB1EO0/ooH6AX8UayICImzMmIMSeHRdDKTbpIVwePW0gEGFKAGLbiBitpYPeKZZ2ALLHBgCRYcq7YH80+IK+/AiwZnN5LblWTfb86pxwh/ab3JB8xdvHPw9HT1FMKaXUAPZBG9Fm4wFuiDKRiBCfU2FRgyMGDIUL+kSmrAEZzA2dMrDZTBplOop4wea4S/Y41dXLjy7+KC1tDyDuAOrmyN0m+NN8mySBLekke8AAAAAElFTkSuQmCC") no-repeat scroll 0 0 transparent;
}

.inforRequiredIndicator
{
	background-image: url("data:image/png;base64,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");
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
	height: 7px;
	margin-left: -7px;
	padding-right: 0;
	position: relative;
	top: -6px;
	width: 7px;
	z-index: 1;
}
