/*
 * reCAPTCHA
 *--------------------------------------------------------------------------------------------------------------------*/

.g-recaptcha-response-hidden {
    display: none;
    visibility: hidden;
}

div.error #recaptchaDiv div iframe {
    border: 2px solid #ff0000;
    border-radius: 5px;
}

.captcha .vertical-field-label .required,
.place-MemberJoin #main .memberJoinVerificationForm .formRow.captcha .formLabelCell .formLabel {
    display: none;
}

/*
 * Service Unavailable
 *--------------------------------------------------------------------------------------------------------------------*/
.place-ServiceUnavailable #pageWrap {
    min-width: 300px;
    max-width: 350px;
    margin: 0 auto;
    text-align: center;
    line-height: 22px;
}
.ServiceUnavailable_header {
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    color: #3A445C;

}

/*
 * Extras
 *--------------------------------------------------------------------------------------------------------------------*/
.cms.header.MoneyIn_workTestEligibility_workTestExemptionForm_header ul {
    list-style-type: disc;
    margin-left: 2em;
}
.cms.header.MoneyIn_workTestEligibility_workTestExemptionForm_header ul li{
    margin-bottom: 6px;
}


#main-navigation li.MobileAppNotifications {
    display: none;
}

.place-MobileAppNotifications .mobileAppNotificationList table thead {
    display: none;
}

.place-MobileAppNotifications .mobileAppNotificationList table td {
    padding-top: 0;
    padding-bottom: 0;;
    display: block;
    margin-left: 50px;
}

.place-MobileAppNotifications .mobileAppNotificationList table td.date {
    color: #3A445C;
    font-weight: bold;
    margin-top: 5px;
}

.place-MobileAppNotifications .mobileAppNotificationList table td.notification {
    margin-bottom: 5px
}
.place-MobileAppNotifications .mobileAppNotificationList .drillableTableData td{
    border: 1px solid transparent;
}
.place-MobileAppNotifications .mobileAppNotificationList .drillableTableData tr:before {
    content: "";
    display: block;
    background: url(gwt/laf/sitewide/notification.svg) no-repeat;
    width: 30px;
    height: 30px;
    float: left;
    margin: 12px 10px 10px 15px;
}

.place-MobileAppNotifications .cms.emptyNotification {
    text-align: center;
}

.place-AccountOpening #main-navigation .menu-item:not(.Logout_Wrapper), .place-AccountOpening #sidebar-left {
    display: none;
}
.place-AccountOpening .content-wrapper {
    display: flex;
    justify-content: space-around;
}

body.memberLayout.place-Join  #site-header {
    display: none;
}
