/*-----Add padding for home page text-----*/
.ThermometerSection {
    padding-left: 5%;
}

/*-----Banner-----*/
.UWWRedTop3 {
	background-color: #002D82;
	background: none !important;
	padding: 0px 0 !important;
	min-height: 28px;
	display:none; 
}


/*-----Add an 'Add' button-----*/

span.input-group-addon:after {
    content: "+";
}

input[type=text], select, textarea {

	min-width:6em;
}

/*-----Survey Fixes-----*/

#ReferenceMaterial label.col-sm-3.control-label.Col-Label.LineIndent0, .Col-Survey.Col-AttendSurvey label.col-sm-3.control-label.Col-Label.LineIndent0 {
    display: block;
    width: 80% !important;
}

.Section-Survey label.col-sm-3.control-label.Col-Label.LineIndent0, .Page-CBPackageDtlUpdate label.col-sm-3.control-label.Col-Label.LineIndent0, #ReferenceMaterial label.col-sm-3.control-label.Col-Label.LineIndent0, .Col-Survey.Col-AttendSurvey label.col-sm-3.control-label.Col-Label.LineIndent0 {
    display: block;
    width: 100% !important;
    font-weight: normal !important;
}


/*-----Hide Country input-----*/
.col-sm-12.Col-Input.Col-CountryCode {
    display: none;
}
#MENU_BOTTOM_ROLE\ SWITCHING.Menu a{  
                color:white;
}
body .UWWRedMainPage a {
     color: #0645AD !important;
    text-decoration:underline;

}
body .UWWRedMainPage h1 {
     color: #000000 !important;
   

}
body .UWWRedMainPage p {
     color: #00000 !important;

}
/*-----Account History-----*/
.Page-AHistory .RecentTransactions{
  display: none;
}
/*add indent to designations on confirmation page*/
.Page-IPledgeConfirm .Row-Designation td.Col-Designations{
  padding-left:50px;
  font-weight:normal;
}

.Page-CHistory .CampaignHistory .Report .page-header {
display:none
}

/*for company with multiple locations doing self-regisration - allows drop down selection without using zipcode */
label.col-sm-3.col-form-label.Col-Heading.Col-EmployerZipSearch {
    display: none;
}

.form-group.row {
    display: n;
}

input#EmployerZip {
    display: none;
}

span.input-group-addon {
    display: none;
}
/*--------- Item 2 ---------*/
.Body-Page-OpCalendar #OpCalendar .OpsSearchFilters,
.Body-Page-OpCalendar #OpCalendar  .OpCalendarPageLink,
.Body-Page-OpCalendar #OpCalendar  .SpaceAvailable,
.Body-Page-OpCalendar #OpCalendar  .OpCalendarInterests,
.Body-Page-OpCalendar #OpCalendar .MasterAccount {
  
  display:none;
}

/*---------- Item 3 ----------*/
.Body-Page-QuickSearch #QSearchTable a[aria-controls="AdvSearchSection"],
.Body-Page-QuickSearch .Area-Volunteer a[aria-controls="InterestsSection"],
.Body-Page-QuickSearch .SearchResultSection .OrderBy > #OrderBy,
.Body-Page-QuickSearch #QSearchTable > .form-group.row .col-sm-3.Col-OpTeamLabel,
.Body-Page-QuickSearch #QSearchTable > .form-group.row .col-sm-9.Col-DropList{
  display: none;
  
}


/*-------Item 4 ----------*/
.Body-Page-VolOpInfo .Area-Volunteer .agencyName,
.Body-Page-VolOpInfo .VolOpscount .VolCountTable > .form-group .Col-AssignedLabel,
.Body-Page-VolOpInfo .VolOpscount .VolCountTable > .form-group .Col-Assigned{
  display: none;
}


/*-------Item 6 --------*/
.Body-Page-VolHistory .Area-Volunteer form[name=Details] #OrderBy,
.Body-Page-VolHistory .Area-Volunteer form[name=Details] .ReferredSection,
.Body-Page-VolHistory .Area-Volunteer .ActiveSection table.ActiveTable  th:nth-child(2),
.Body-Page-VolHistory .Area-Volunteer .ActiveSection table.ActiveTable  td:nth-child(2),
.Body-Page-VolHistory .Area-Volunteer .PastSection table.PastTable th:nth-child(2),
.Body-Page-VolHistory .Area-Volunteer .PastSection table.PastTable td:nth-child(2){
  display: none;
  
}



/*--------- Item 8 ---------*/
.Body-Page-VolTeamsNew .Section-TeamDetails .Row-Availability,
.Body-Page-VolTeamsNew .Section-TeamDetails .Row-Description,
.Body-Page-VolTeamsNew .Section-TeamDetails .Row-Transportation,
.Body-Page-VolTeamsNew .Section-TeamDetails .Row-PhoneRequired{
  display:none;
  
}
.Body-Page-QuickSearch .SearchResultSection .Col-OpsAgency{
  display:none;
}
.Body-Page-QuickSearch .Navigation .NavigationEMailSearch{
    display: none;
}

