﻿
/*********************** UserAccounts *************************/

#login-form .loginUnderline {
    text-decoration: underline !important;
    color: #7d7d7d;
}

#login-form #sign-up {
    color: #7d7d7d;
}

#sectionValidationSummary {
    padding-bottom: 10px;
}

    #sectionValidationSummary.account-details-validation {
        padding: 0;
    }

/*********************** / UserAccounts  *************************/


/*********************** login & signup  *************************/

.login_type {
    padding-bottom: 30px;
}

    .login_type input[type="radio"] {
        display: inline;
        margin-right: 10px;
    }

    .login_type label {
        display: inline;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        width: 230px;
        margin: 0;
        padding: 0;
    }

.register_postcode {
}

.captchahere {
}

.radio_positioned {
    margin-left: 50px;
}


ul.triplelist {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

ul.triplelist li {
    float: left;
    margin-right: 12px;
    padding-top: 6px;
}

ul.triplelist li.genre:nth-child(3n) {
    width: 36%;
}

ul.triplelist li.genre:nth-child(3n + 1) {
    width: 32%;
}

ul.triplelist li.genre:nth-child(3n + 2) {
    width: 25%;
}

ul.triplelist li {
    float: left;
    padding-top: 6px;
}

ul.triplelist li:first-child {
    width: 90%;
}

ul.triplelist li.checkbox_allselector {
    width: 90%;
}

ul.triplelist li:first-child label {
    font-weight: bold;
}

#state-selection label {
    color: black;
    margin-bottom: 5px;
}

#sectionLocationGenrePreferences input[type="checkbox"] {
    margin-right: 6px;
    cursor: pointer;
}

#sectionLocationGenrePreferences input,
#sectionLocationGenrePreferences span,
#sectionLocationGenrePreferences label {
    vertical-align: middle;
    font-size: 15px;
}

#sectionLocationGenrePreferences p,
#sectionLocationGenrePreferences p a{
    font-size: 15px;
}

.bigtickbox {
    margin-bottom: 10px;
}

    .bigtickbox input[type="checkbox"] {
        margin-right: 8px;
    }

    .bigtickbox label {
        font-weight: bold;
        font-size: 14px;
        font-style: italic;
    }


/*********************** / login & signup  *************************/

#login-section .sub_col {
    padding-top: 10px;
}

#login-section input[type=submit] {
    margin-top: 10px;
}

#login-section input[type=email], #login-section input[type=password], #login-section #guest-phone {
    margin-top: 5px;
}

.hide-state {
    display: none;
}


#login-section .fineprint {
    margin-top: 5px;
}

#login-section {
    margin-bottom: 30px;
}

    #login-section #user-login-button,
    #login-section #guest-login-button,
    #return-to-booking-from-login-button {
        width: 100%;
        height: 34px;
        line-height: 15px;
    }

    #login-section #user-login-button {
        margin-bottom: 2px;
    }

    #login-section #return-to-booking-from-login-button {
        margin-top: 20px;
    }

.guest-confirm-email {
    margin: 15px 0;
    font-weight: bold;
}

#clickHerePasswordReset
#sign-up {
    font-size: 12px;
}

#clickHereSignUp {
    margin-left: 3px;
}

#login-form label {
    margin-top: 5px;
}

#important-panel {
    border: none;
    background-color: #000000;
    padding: 20px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}


#important-panel-icon {
    margin-right: 20px;
}

#important-panel-message {
    margin-right: 60px;
}

#important-panel-message-title {
    color: #ffffff;
    text-decoration: underline;
    font-weight: bolder;
}

#important-panel-message-text {
    color: #ffffff;
}

#new-password-container {
    margin-bottom: 20px;
}

#accountDetailsForm {
    display: block;
}

#formAccountDetails input#button-save-details,
#formPasswordReset input#button-reset-password {
    margin-top: 20px;
    margin-bottom: 10px;
}

#update-your-email-dialog-contents > div.your-email {
    width: 100%;
    border-radius: 3px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
}


#logged-in-user-email > p {
    margin-top: 15px;
    margin-bottom: 2px;
}

.sectionMainUnSubscribe {
    margin-bottom: 40px;
}

.contact-us a {
    color: #008000;
}

.contact-us a:hover {
    color: black;
}