/* Groundstation Membership Card  - This code hides fields from the members profile to avoid confusion. It doesn't have a functional purpose*/
#idContainer16995707 {display:none;}
#idContainer17003366 {display:none;}


/* Groundstation Event Registration Listing - Remove links*/
tr[id*='_attendeeRow'] a {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default;
}

.WaGadgetEventsStateRegistrationsList .clickable {  
  text-decoration: none !important;
  pointer-events: none !important;
  cursor: default !important;}

.openAuthFormContainer{display:none !important;}

.copyright, .copyright a{color:white !important}


.WaGadgetMenuHorizontal .menuInner {
 padding-left:40px !important;
}

.typeButton, .loginButton, .nextButton, .cancelButton {background-color:#1e231e !important  }

.typeButton:hover,
.loginButton:hover,
.nextButton:hover, 
.cancelButton:hover {
  background-color: #8d3428 !important;
}

.WaGadgetMenuHorizontal .menuInner ul.firstLevel>li.phantom
{display: none !important;}

.paymentSystemsIconsBox {display: none !important;}

/* Groundstation Event Formating*/
.WaGadgetEventsStateList .boxOuterContainer .boxBodyOuterContainer .boxBodyContainer .boxBodyContentOuterContainer .boxBodyContentContainer.fixedHeight {
    max-height: 400px;
}

.WaGadgetEvents.WaGadgetEventsStateList ul.boxesList li.boxesListItem {
    padding-top: 30px !important;
    padding-top: 30px !important;
    border-bottom: 2px solid #7c251e;
}

.WaGadgetEvents .boxOuterContainer .boxFooterOuterContainer .boxFooterContainer {
    padding-bottom: 20px !important;
}

.WaGadgetUpcomingEvents .gadgetStyleBody ul li .title {
    font-weight:bold;
}

.WaGadgetUpcomingEvents.gadgetStyleNone ul li .location {
    display:none;
}

/* Groundstation Online Store*/
.OnlineStoreCatalog_list_item {
    text-align: center !important;
}