/*Utility Menu Fix*/
.UWWRedTop1 .AreaHeader + .Portlet {
    float: right;
}
.utilityMenu a {
    color: #000000;
    font: 16px Arial !important;
}
/*Top Menu Last Item Hover*/
.UWWRedTop2 ul.pureCssMenu li:last-child ul {
    right: 0;
    left: unset;
    left: initial;
}
/*--19.01 Top Menu--*/
.UWWRedTop2 .PortletMenu {
    float: none;
    margin-top: 0;
    padding-top: 16px;
    font-family: Arial !important;
    }
.UWWRedTop2 ul.pureCssMenu {
    text-align: right;
}
/*Bottom Role Menu*/
table#MENU_BOTTOM_ROLEMENU a {
    color: #fff !important;
    text-decoration: none;
    font-family: Arial !important;
    font-weight: normal;
    font-size: 20px;
}
/*Open/Close Buttons*/
#dtree .btn-group .btn {
/*display:none;*/
    border: 0;
    color:#000;
    padding: 0 16px 0 0;
}
#dtree .btn-group .btn:hover {
	background: transparent !important;
	color: #333 !important;
}


.Role-AgencyReports.Roll-AgencyReports .Page-IProfile .form-group.PrefixNameInfo,
.Role-AgencyReports.Roll-AgencyReports .Page-IProfile .form-group.MiddleNameInfo,
.Role-AgencyReports.Roll-AgencyReports .Page-IProfile .form-group.SuffixNameInfo,
.Role-AgencyReports.Roll-AgencyReports .Page-IProfile .PhoneExt_WORKInfo,
.Role-AgencyReports .Page-IProfile .Section-IProfile .EmployeeID,
.Role-AgencyReports.Roll-AgencyReports .Page-NewContact .form-group.Row-ExpiryDate,
.Role-AgencyReports.Roll-AgencyReports .Page-NewContact .form-group.PrefixNameInfo,
.Role-AgencyReports.Roll-AgencyReports .Page-NewContact .form-group.MiddleNameInfo,
.Role-AgencyReports.Roll-AgencyReports .Page-NewContact .form-group.SuffixNameInfo,
.Role-AgencyReports.Roll-AgencyReports .Page-NewContact  section#EmployeeInfo div.form-group:nth-child(2),
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-IProfile .form-group.PrefixNameInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-IProfile .form-group.MiddleNameInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-IProfile .form-group.SuffixNameInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-IProfile .PhoneExt_WORKInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-NewContact .form-group.Row-ExpiryDate,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-NewContact .form-group.PrefixNameInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-NewContact .form-group.MiddleNameInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-NewContact .form-group.SuffixNameInfo,
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-NewContact  section#EmployeeInfo div.form-group:nth-child(2),
.Role-UnitedWayRpts .Page-IProfile .Section-IProfile .EmployeeID
{
  display:none;
}

/*----Buttons-----*/

.btn.btn-default {
    width: 45px;
    height: 32px;
}

i.fa.fa-times {
    color: red !important;
}


.Role-AgencyReports.Roll-AgencyReports .Page-Contacts .fa.fa-times {
                color:  red;
                font-size: 20px;
                font-family: Arial !important;
}

.Role-AgencyReports.Roll-AgencyReports .Page-Contacts .fa.fa-pencil-square-o{
                color: blue;
                font-size: 20px;
                font-family: Arial !important;
}
.Role-AgencyReports.Roll-AgencyReports .Page-IProfile .fa.fa-pencil-square-o{
                color: blue;
                font-size: 20px;
                font-family: Arial !important;
}
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-Contacts .fa.fa-pencil-square-o{
                color: blue;
                font-size: 20px;
                font-family: Arial !important;
}
.Role-UnitedWayRpts.Roll-UnitedWayRpts .Page-IProfile .fa.fa-pencil-square-o{
                color: blue;
                font-size: 20px;
                font-family: Arial !important;
}

/*Section to replace wording on DCPFeeByOrg page when no DC Payout definition exists - Project 188672 */
.NoDCDef h3 {
display:none;
font-family: Arial !important;
}
/*Section to Hidden/ new webnote is now available 
.NoDCDef:after {
content:"No reports available at this time.";
font-size: 26px !important;
margin-bottom: 2px !important;
margin-top: 10px !important;
font-family: TradeGothicLTStd-BdCn20 !important;
font-weight: normal !important;
}
*/
/*section added to remove agency account level text*/
.Page-AckToAgReport #acctLevelLabel {
	display: none;
}
