@CHARSET "UTF-8";
h1,h2,h3,h4,h5,h6, .hide-price-login-link-box, caption, input[type="button"],.go2login {font-family:"Roboto Condensed",sans-serif;
    letter-spacing:1.3px;font-weight:400;text-transform:uppercase;}
.top, .login-top {
    padding-right: 20px;
    background: #000;
    text-align: right;
}

.popup-trigger, .login-popup-trigger {
    display: block;
    margin: 0 auto;
    padding: 20px;
    max-width: 260px;
    background: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 24px;
    cursor: pointer;
}

.popup, .login-popup {
    display: none;
    box-shadow: 1px 10px 20px #000;
    border-radius: 10px;
    position: fixed;
    top: 50%!important;
    left: 50%;
    width: 600px;
    transform: translateY(-50%) translateX(-50%);
    padding: 20px 15px;
    background: #000;
    color: #eee;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #000;
    z-index: 9999;
}
.popup input, .login-popup input {color:#333}
.login-popup {padding: 20px 80px;}
.popup p {margin:0 0 20px 0;font-size:0.9em;text-align:justify;line-height:140%;}

.login-popup {
    top: 100px;
    left: 50%;
}

.popup-mobile, .login-popup-mobile {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 0 0;
    width: 100%;
}

.popup-btn-close, .login-popup-btn-close {
    position: absolute;
    top: 8px;
    right: 14px;
    background-color: yellowgreen;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.popup-btn-close:hover {
    color: yellowgreen;
    background-color: #eee;
}

.error-msg {
    color: red;
    margin-left: 8px;
    margin-top: 10px;
    display: inline-block;
}

.success-msg {
    color: yellowgreen;
    margin-left: 8px;
    margin-top: 10px;
    display: inline-block;
}

.loading-img {
    margin-left: 8px;
    margin-top: 8px;
    vertical-align: middle;
    width: 30px;
}

.total {
    display: none;
}

caption {
    font-size: 1.5em !important;
    color: yellowgreen !important;
}

.popup table, .login-popup table {
    width: auto
}

.popup table td, .login-popup table td {
    padding: 0 20px 0 0
}

#ced_hpul_login_submit, #ced_hpul_submit, .popup table input, .login-popup table input {
    margin: 3px;
    font-size: 15px;
    padding: 0 5px;
    border-radius: 3px;
    border: none;
}

#ced_hpul_login_submit, #ced_hpul_submit {
    background-color: yellowgreen !important;
    font-size: 19px;
    padding: 3px 10px;
    color: #fff;
}

#ced_hpul_login_submit:hover, #ced_hpul_submit:hover {
    background-color: #eee !important;
    color: yellowgreen;
    font-size: 19px;
    padding: 3px 10px
}

.popup table a, .login-popup table a {
    color: yellowgreen;
    font-weight: 800;
    text-decoration: underline;
}

.popup table a:hover, .login-popup table a:hover {
    color: #eee;
    font-weight: 800;
    text-decoration: none;
}

#ced_hpul_guest_registration_form table tr > td > input{
    color: #000;
}