/**** Member Page Styles ****/
.Links .Link:hover {
    background-color: #F58572 !important;
    color: white;
}

.table-striped td:last-child {
    color: #F58572 !important;
}

#Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit {
    background-color: #F58572;
    border-color: #F58572;
    margin-top: 25px;
}

    #Content_Root_MemberPageDispatcher_subpage_changePassword_Btn_Change:hover, #Content_Root_MemberPageDispatcher_subpage_uploadDocuments_Btn_Upload:hover, #Content_Root_MemberPageDispatcher_subpage_customerLogin_Btn_Login:hover, #Content_Root_MemberPageDispatcher_subpage_recoverPassword_Btn_Submit:hover {
        background-color: #053553;
    }

input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white !important;
}

/**** Media Queries ****/
@media screen and (min-width: 1085px) {
    .mainDiv {
        transition: all 0s;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #sideNav {
        transition: all 0s;
        right: -260px !important;
    }
}

@media screen and (max-width: 1085px) {
    .header_right {
        display: none;
    }

    .mobileToggleDiv {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    #navLogo {
        width: 92px;
    }

    .mobileToggleDiv {
        top: 13px;
    }
}
