/* =============================================
			Popup Login & register				
============================================= */
.login_overlay {
    height: 100%;
    width: 100%;
    background-color: rgba(246,246,246,0.8);
    position: fixed;
    z-index: 998;
}
#login {
    margin-top: -165px;
}
#register {
    margin-top: -270px;
}
.ajax-auth {
    display: none;
    z-index: 9898556;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 355px;
    width: 100%;
    margin-left: -175px;
    padding: 40px 25px 25px 25px;
    background-color: #FFFFFF;
	border-top: 3px solid #bf1e2e;
    box-shadow: 0 0 6px rgb(0 0 0 / 20%);
    font-family: "HacenTunisia", arial;
    font-weight: normal;
    color: #484747;
}
.ajax-auth a.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 13px;
    color: #000000;
}
.ajax-auth a.text-link {
    float: right;
    margin: 8px 0 0 25px;
}
.ajax-auth p {
    margin: 0;
    position: relative;
    margin: 0 0 20px 0;
    text-align: right;
}
.ajax-auth h1 {
    font-size: 27px;
    margin: 0;
    padding: 25px 0;
    color: #bf1e2e;
    font-weight: 600;
}
.ajax-auth h1, .ajax-auth h3 {
    font-weight: 300;
    line-height: 1;
    text-align: center !important;
}
.ajax-auth .required {
    color: #c0392b;
    padding: 0 5px 0 5px;
    font-size: 10px;
}
.ajax-auth label {
    font-weight: 300;
}
p.err, p.sign_err {
    color: #c0392b;
}
p.success, p.sign_success {
    color: #3bc02b;
}
p.status {
    text-align: center;
    margin: 5px 0 20px 0;
    font-weight: 400;
    display: none;
    font-size: 15px;
    /* color: #c0392b; */
}

.ajax-auth .agree-to-terms {
    padding-top: 8px;
}
.ajax-auth label.checkbox-label {
    cursor: pointer;
    padding: 0px 30px;
    margin: 0;
    position: relative;
    height: 16px;
    line-height: 16px;
	text-align: right; /*TenneT_DIR : left*/
}
form.validateForm label.error, label.error {
    color: #c0392b;
    font-style: italic;
    display: inline-block; /* TenneT inherit;*/
    direction: ltr;
    font-size: 12px;
    padding-left: 3px;
}
.error {
    color: #c0392b;
    display: inline-block;
    font-size: 13px;
}
input.error {
    border: 1px dotted #c0392b;
}
.ajax-auth label {
	text-align: right; /*TenneT_DIR : left*/
}

.ajax-auth input[type="checkbox"] {
    position: absolute;
	width: 16px;
	height: 16px;
	right: 1px; /*TenneT_DIR : left*/
	top: 9px;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
    margin: 0;
    line-height: 1;
    height: auto;
}
