.PanelContainer
{
    width: 965px;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    border-top: 0;
    border-left: 1px solid #bfbfbf;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}

/*Adjusts visual issues with the PanelContainer on the ManagePayments page.*/
.ManagePayments
{
    /*Margins are used to adjust for an improperly placed navBar in the ManagePayments page.*/
    margin-left: -1px;
    margin-top: -1px;
    padding: 0px 0px 0px 0px;
}

.RadPanelContainer
{
    width: 965px;
    border-right: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    border-top: 0;
    border-left: 1px solid #bfbfbf;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 20px 10px;
}

.PlainContainer
{
    width: 940;
}

.PlainContentContainer
{
    padding: 10px 10px 10px 10px;
    width: 940;
}

.PlainContentContainer.PlainContentContainerBottomBorder
{
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: #aaaaaa 1px dashed;
}

.EmptyContentContainer
{
    padding: 0px 0px 0px 0px;
    width: 940;
}
.GrayPanelContainer
{
    padding-bottom: 10px;
}

.GrayPanelContent
{
    padding: 10px 10px 10px 10px;
    background-color: #e6e6e6;
    font-size: 8pt;
    font-weight: 500;
    font-family: verdana, geneva;
    text-align: left;
}

.WhitePanelContent
{
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 8pt;
    font-weight: 500;
    font-family: verdana, geneva;
    text-align: left;
}

.WhitePanelContentBordered
{
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 8pt;
    font-weight: 500;
    font-family: verdana, geneva;
    text-align: left;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: #595959;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: #595959;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: #595959;
}

.GrayPanelContentBordered
{
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    font-size: 8pt;
    font-weight: 500;
    font-family: verdana, geneva;
    text-align: left;
    border-top-color: White;
    border-top-style: solid;
    border-top-width: 1pt;
    border-bottom-style: solid;
    border-bottom-width: 1pt;
    border-bottom-color: White;
    border-left-style: solid;
    border-left-width: 1pt;
    border-left-color: White;
    border-right-style: solid;
    border-right-width: 1pt;
    border-right-color: White;
}
.LightGrayPanelContent
{
    background-color: #f2f2f2;
    border-top: #aaaaaa 1px dashed;
    color: #000000;
    font-size: 8pt;
    font-weight: 500;
    font-family: verdana, geneva;
    text-align: left;
}

.PopupGrayPanelContainer
{
    border: #000000 1px solid;
    background-color: #ffffff;
    overflow: auto;
}

.PopupWhitePanelContainer
{
    border: #000000 1px solid;
    background-color: #e6e6e6;
    overflow: auto;
}

.PopupGrayBorderPanelContainer
{
    border: #a6a6a6 1px solid;
    background-color: #e6e6e6;
    overflow: auto;
}

.PopupContent
{
    padding: 10px 10px 10px 10px;
    font-size: 8pt;
    font-weight: 500;
    font-family: verdana, geneva;
    text-align: left;
}

.GrayPanelTitle
{
    background-color: #595959;
    color: #FFFFFF;
    padding: 5px 10px 5px 10px;
    font-size: 8pt;
    font-weight: 800;
    font-family: verdana, geneva;
    text-align: left;
}

.LightGrayPanelTitle
{
    background-color: #e6e6e6;
    color: #000000;
    padding: 5px 10px 5px 10px;
    font-size: 8pt;
    font-weight: 800;
    font-family: verdana, geneva;
    text-align: left;
}

.LightGrayPanelBlueTitle
{
    background-color: #e6e6e6;
    color: #3644a7;
    padding: 7px 10px 7px 5px;
    font-size: 9pt;
    font-weight: 800;
    font-family: verdana, geneva;
    text-align: left;
}

.CustomTextBorderedSubSection
{
    border-top: #aaaaaa 1px dashed; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-right: 20px;
}

.CustomTextBorderedSubSectionCaption 
{
    font-weight: bold
}

A.whiteLink 
{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 8pt;
    font-family: verdana, geneva, arial, sans serif;
    text-decoration: underline;
}

A:visited.whiteLink
{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 8pt;
    font-family: verdana, geneva, arial, sans serif;
    text-decoration: underline;
}

A:hover.whiteLink
{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 8pt;
    font-family: verdana, geneva, arial, sans serif;
    text-decoration: none;
}

A:active.whiteLink
{
    color: #FFFFFF;
    font-weight: 500;
    font-size: 8pt;
    font-family: verdana, geneva, arial, sans serif;
    text-decoration: none;
}

.ReadOnlyField
{
    background-color: #f2f2f2;
    border: solid 1px #000000;
    padding-left: 2px;
}

.readOnly
{
    background-color: #ffffff;
    padding: 0px, 30px, 2px, 4px;
    border: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
}

.dropdown
{
    color: #000000;
    text-decoration: none;
    font-size: 8pt;
    font-family: verdana, geneva, sans serif;
    line-height: 22px;
}

.CellLeft
{
    padding-left: 12px;
}

.formErrorBar
{
    border: solid 1px #DDADA8;
    width: 920px;
    background-color: #F7E2E0;
    padding: 5px;
    float: left;
    position: relative;
    margin-bottom: 5px;
    margin-top: 18px;
    display:inline-block;
}

.formErrorBarIcon
{
    float: left;
    padding-right: 6px;
}

.formErrorBarText
{
    float: left;
    width: 889px;
    padding-top: 2px;
    padding-bottom: 1px;
}

.formErrorMessageRadio
{
    color: #b63225;
    padding-top: 3px;
    padding-bottom: 5px;
    padding-left: 25px;
    float: left;
}
.formErrorMessageTextRadio
{
    padding-top: 2px;
    width: 240px;
    float: left;
}
.formErrorMessage
{
    color: #b63225;
    padding-top: 3px;
    padding-bottom: 5px;
    float: left;
}
.formErrorMessageIcon
{
    float: left;
    padding-right: 3px;
}
.formErrorMessageText
{
    float: left;
    padding-top: 2px;
    width: 265px;
}

.formSuccessBar
{
    border: solid 1px #B4D2A1;
    width: 920px;
    background-color: #E6F4DD;
    padding: 5px;
    float: left;
    position: relative;
    margin-bottom: 5px;
    margin-top: 18px;
}

.formSuccessBarIcon
{
    float: left;
    padding-right: 6px;
}

.formSuccessBarText
{
    float: left;
    width: 889px;
    padding-top: 2px;
    padding-bottom: 1px;
}

#search_header {
    width: 100%;
}


DIV.imgClass img{
 max-height: 100px;
 max-width:  200px;
}

div.TransferHSAWarnings {
    color: red;
}

.DataViewHeaderSelected div.Asc {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url('PortalSkinHandler.ashx?file=1&amp;type=503') no-repeat;
}
.DataViewHeaderSelected div.Desc {
    width: 13px;
    height: 12px;
    display: inline-block;
    background: url('PortalSkinHandler.ashx?file=1&amp;type=504') no-repeat;
}

.ConsumerHub table td {
    width: 33%;
}

.ManageEmployerBenchmark .ContentTable {
    padding-top: 10px;
    table-layout: fixed;
}

.ManageEmployerBenchmark .ContentTableTextColumn {
    vertical-align: top;
    padding-top: 7px;
}

.ManageEmployerBenchmark .ContentTableContolColumn {
    width: 300px;
}

.ManageEmployerBenchmark .PageDescription {
    padding-left: 3px;
}

.FieldsetHidden {
    border: 0;
    padding: 0;
    margin: 0
}

.FieldsetHidden>legend {
    border: 0;
    padding: 0;
    font-size: 0;
    display: none;
}

.FileTrackingSetupsList table {
    border-spacing: 2px;
    border: 0;
}

.FileTrackingSetupsList table td {
    padding: 2px;
}

.FileTrackingNotificationSettings div.RadListBox.SendToUsers .rlbText {
    white-space: nowrap;
}

.FileTrackingNotificationSettings textarea.SendToEmailAddresses {
    word-wrap: normal;
    white-space: normal;
    overflow-x: auto;
}

.FileTrackingNotificationSettings textarea.SendToEmailAddresses[readonly] {
    background-color: #FFF;
    color: #AAA;
    border-color: #8E8E8E;
    border-style: solid;
    border-width: 1px;
}

.DialogModalMask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(170, 170, 170);
    background: rgba(170, 170, 170, .5)!important;
    filter: alpha(opacity=50);
}

.Dialog {
    position: absolute;
    left: 180px;
    top: 200px;
    width: 625px;
    background: white;
    border: 1px solid #595959;
    box-shadow: 4px 4px 2px -1px rgb(95,95,95);
    -moz-box-shadow: 4px 4px 2px -1px rgb(95,95,95);
    -webkit-box-shadow: 4px 4px 2px -1px rgb(95,95,95);
}

.DialogFixed {
    position: fixed;
}

.DialogFixedCentered {
    top: 50%;
    transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

.DialogLayout {
    
}

.DialogLayoutHeader {
    background-color: #595959;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px;
}

.DialogLayoutBody {
    padding: 10px;
}

.DialogLayoutFooter {
    position: relative;
    float: left;
    left: 0;
    background-color: #E6E6E6;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-top: solid 1px gray;
    margin-top: 12px;
}

.DialogLayoutForm {
    
}

.DialogLayoutFormRow {
    padding-bottom: 10px;
}

.DialogLayoutFormRowColumn {
    
}

.DialogLayoutFormRowColumnLeft {
    width: 85px;
    float: left;
    clear: left;
    padding-top: 7px;
}

.DialogLayoutFormRowColumnRight {
    float: left;
    padding-top: 5px;
    vertical-align: top;
}

.DialogControlButton {
    
}

.DialogControlButtonLink {
    color: #6c74a9!Important;
    font-weight: bold !important;
}

.CustomTextControlLabel {
    float:left;
    width:280px;
    padding: 5px 0 0 10px;
}

.CustomTextControlViewExample {
    padding:5px 10px 5px 20px; 
    float:left;
}

.TooltipWrapper{
    position:absolute;
    height:auto;
    background-color:#EEE;
    box-shadow: 10px 10px 10px -5px #999;
    border: 1px solid #999;
    display:none;
    z-index:100;
}

.TooltipWrapperArranged {
    left: 14px;
    top: 1px;
    width: 335px;
}

.TooltipWrapperArranged.TooltipWrapperWide {
    width: 450px;
}

.TooltipWrapperParent {
    position: relative;
    display: inline;
}

.TooltipHeader{
    padding:7px;
    background-color:#BBB;
    font-weight: bold;
}
.TooltipContent{
    padding: 10px;
}
.TooltipCloseButton{
    width:12px;
    height:12px;
    border:none;
    float:right;
}

.FileTrackingEventsFilter div.SearchCriteria {
    float: left;
}

.FileTrackingEventsFilter div.SearchCriteriaHeader {
    padding-bottom: 4px;
}

.FileTrackingEventsFilter .SearchCriteriaButton {
    margin-top: 15px;
    margin-right: 15px;
    height: 23px;
    width: 90px;
}

.FileTrackingEventsGrid table td.PaddingCutsText span {
    display: block;
    overflow: hidden;
}

.RadGrid .rgPager.UnderlinedPager a:link span,
.RadGrid .rgPager.UnderlinedPager a:visited span {
    text-decoration: underline;
}

.RadGrid .rgPager.UnderlinedPager a:link.rgCurrentPage span,
.RadGrid .rgPager.UnderlinedPager a:hover span
 {
    text-decoration: none;
}

.AdminUsersGrid .RestrictedEmployerAccessGroup {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display:block;
}

.wcag-invisible {
    position: absolute !important;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.ViewportOverlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

/* Table Layout */

/*<table>*/
.table {
    display: table;
}

/*<caption>*/
.table-caption {
    display: table-caption;
}

/*<td> / <th>*/
.table-cell {
    display: table-cell;
}

/*<col>*/
.table-column {
    display: table-column;
}

/*<colgroup>*/
.table-column-group {
    display: table-column-group;
}

/*<tfoot>*/
.table-footer-group {
    display: table-footer-group;
}

/*<thead>*/
.table-header-group {
    display: table-footer-group;
}

/*<tr>*/
.table-row {
    display: table-row;
}

/*<tbody>*/
.table-row-group {
    display: table-row-group;
}

/* Table Layout */

.FullWidth {
    width: 100%;
}

.PageTitle {
    padding: 10px 10px 10px 10px;
    margin: -20px 0 10px 0;
    border-bottom: 1px dashed #aaaaaa;
}

.PageContent .PlainContentContainer {
    width: auto;
}

.FileUploadDisabled, .SubmitFileBtnDisabled {
    color: #b9b9b9;
}

.FileUploadDisabled {
    font-weight: 600;
    text-decoration: underline;
    font-size: 8pt;
    font-family: verdana, geneva, arial, sans serif;
}

.GrayPanelTitle.LazyLoadedSectionHeader > a.LazyLoadedSectionLoadSectionLink,
.GrayPanelTitle.LazyLoadedSectionHeader > a.LazyLoadedSectionLoadSectionLink:link,
.GrayPanelTitle.LazyLoadedSectionHeader > a.LazyLoadedSectionLoadSectionLink:visited,
.GrayPanelTitle.LazyLoadedSectionHeader > a.LazyLoadedSectionLoadSectionLink:hover,
.GrayPanelTitle.LazyLoadedSectionHeader > a.LazyLoadedSectionLoadSectionLink:active {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 8pt;
    font-weight: 800;
    font-family: verdana, geneva;
}

.LazyLoadedSectionHeader .LazyLoadedSectionLoadingSpinner {
    width: 10px;
    height: 10px;
    background-color: #e6e6e6;
    border-radius: 5px;
}

.LazyLoadedSectionHeader .LazyLoadedSectionTitleImage {
    width: 9px;
    height: 9px;
}

.LazyLoadedSectionHeader .SectionLoadingIconsWrapper {
    display: inline-block;
    width: 10px;
    height: 10px;
}

.GrayPanelTitle.LazyLoadedSectionHeader {
    cursor: pointer;
}

.GrayPanelTitle.LazyLoadedSectionHeader.AlreadyExpanded {
    cursor: auto;
}