.navigationOuterContainer .navigationContainer .left input.nextButton{
background-color: #13739a;
}
 
.navigationOuterContainer .navigationContainer .right input.nextButton{
background-color: #13739a;
}

.typeButton.registerButton{
background-color: #8ad791;
}


.WaGadgetMemberDirectory .memberValue a:link { color: #13739a; }

.WaGadgetMemberDirectory .memberValue a:visited { color: #13739a; }

.WaGadgetMemberDirectory .memberValue a:visited:hover { color: #000000; }

.WaGadgetMemberDirectory .memberValue a:hover { color: #000000; }

.WaGadgetMemberDirectory .memberValue a:link:hover { color: #000000; }

.gadgetEventEditableArea p {line-height: 1.2em;}

.WaGadgetAuthorizationRequired .openAuthFormContainer {
display: none !important;
}
#socialLoginContainer, #idSocialLoginContainer {
    display: none;
}


/*change the calendar writing to white, add bold and remove underline */
.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div a {
    color: #ffffff !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}

/*change the calendar background to blue*/
.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div {
    border-radius: 12px;
    background: #21ACEE;
    padding: 4px 10px;
}

/*change the calendar background to grey when hover*/
.WaGadgetEvents.WaGadgetEventsStateCalendar .EventListCalendar td>div:hover {
    background: #bad4e0;
	color: #02415f;
}

/*hide the number of spaces left on the event calendar page*/

.eventRegistrationInfoSpacesLeft,
.eventInfoSpacesLeft {display: none;}

/*hide the number of spaces left on the Choose registration type screen*/

#idSectionEventRegistrationTypeSelectorContainer div[id*="spaceLimitContainer"] {display: none;}
#idSectionEventRegistrationTypeSelectorContainer .availableRegistrationCount { 
  display: none; 
} 
