.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
}

.tab_content_checked {
    display: block;
}

.content-modal-area {
    display: none;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-modal-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(30,30,30,0.9);
}

.content-modal-wrapper {
    position: absolute;
    top: 380px;
    left: 50%;
    transform:translate(-50%,-50%);
    width: 80%;
    max-width: 500px;
    height: 60vh;
    overflow-y: scroll;
    padding-bottom: 10px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 1.2;
}

@media (min-width:768px) {
    .content-modal-wrapper {
        top: 55%;
    }
}

.content-modal-content {
    font-size: 14px;
    padding: 0 15px 5px;
    color: #666666;
}

.content-modal-content__helptext {
    margin-top: 20px;
    color: #888888;
    font-size: .8em;
    font-weight: 600;
}

.content-modal-content-box {
    margin-top: 20px;
}

.content-modal-content-box .name {
    font-weight: 600;
    margin-bottom: 10px;
}

.content-modal-content-box .name i {
    color: #888888;
}

.content-modal-content-box .date {
    color: #888888;
    font-size: .9em;
}

.content-modal-content-box .modal-box {
    border-bottom: dashed 1px #dddddd;
    margin-bottom: 10px;
    padding: 10px 0;
    line-height: 1.5;
}

.content-modal-content-box .modal-box a {
    color: #666666;
}

.content-modal-content-box .title {
    text-align: left!important;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.content-modal-content-box .detail {
    font-size: 12px;
}

.content-modal-content-box i {
    margin-right: 5px;
}

.content-modal-open {
    cursor: pointer;
}

.content-modal-close {
    position: absolute;
    top: 120px;
    right: 10%;
    cursor: pointer;
    font-size: 24px;
    padding: 4px;
    color: #fff;
    z-index: 99;
}

@media (min-width:768px) {
    .content-modal-close {
        top: 140px;
        right: 30%;
    }
}

/* login and sign up */
.login-wrapper {
    position: relative;
    margin: 40px auto;
    max-width: 400px;
    width: 90%;
}

.login-title {
    font-weight: 600;
    margin-top: 20px;
    text-align: center;
}

.login-txt {
    margin-top: 20px;
}

.login-container {
    border: solid 1px #dddddd;
    border-radius: 4px;
    padding: 10px 20px;
}

.login-container form {
    width: 100%;
    margin: 10px auto;
    text-align: left;
}

.login-container label {
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 2px;
}

.login-container label.checkbox {
    margin: 10px auto 0;
}

.login-container .form-control {
    font-weight: 300;
}

.login-container button:disabled {
    background-color: #bbbbbb;
    color: #000;
}

.login-container--txt {
    font-size: 11px;
    text-align: left;
}

.login-btn-box {
    margin: 20px auto;
}

.login-container-link {
    font-size: 13px;
    margin: 15px auto;
    text-decoration: underline;
    text-align: center;
    color: #d34d74;
    font-weight: 600;
}

.login-container-link a {
    color: #d34d74;
}

.login-btn {
    position: relative;
    border: solid 1px #dddddd;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    margin: 10px auto;
    font-size: 12px;
    font-weight: 600;
}

.login-btn i {
    margin-right: 8px;
    font-size: 14px;
}

.login-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #444444;
}

.login-btn-submit-box {
    margin: auto auto 20px;
}

.login-txt-reset_password {
    margin: 15px auto;
    font-size: 11px;
    text-decoration: underline;
    text-align: center;
}

.login-txt-reset_password a {
    color: #888888;
}

.login-txt-signup {
    margin: 20px auto;
    font-size: 11px;
    text-decoration: underline;
    text-align: center;
}

.login-txt-signup a {
    color: #888888;
}

.login-choice-box {
    position: relative;
    margin: 10px auto;
    padding: 10px 15px;
    border: solid 1px #bbbbbb;
    border-radius: 5px;
}

.login-choice-box a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #444444;
}

.login-choice-box-customer {
    border: solid 2px #a8937c;

}

.login-choice-box .title {
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin: 5px auto 10px;
}

.login-choice-box .title i {
    margin-right: 5px;
}

.login-choice-box .txt {
    font-size: 12px;
}

.register-checkbox-container {
    margin: 0 auto 30px;
}

.register-checkbox-container-txt {
    font-size: 11px;
    color: #666666;
    margin: 5px auto;
}

.email-validation-container {
    text-align: center;
    margin: 60px auto auto;
    max-width: 500px;
}
.email-validation-container i {
    font-size: 72px;
    color: #a8937c;
}

.email-validation-container-txt {
    margin: 20px auto;
    text-align: left;
}

.email-validation-container-btn {
    position: relative;
    cursor: pointer;
    width: calc(100% - 5px);
    color: #888888;
    background-color: #ece7e2;
    padding: 10px 15px;
    border-radius: 2px;
}

.email-validation-container-btn a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 20px;
    line-height: 12px;
}
