﻿
/* CORE */

#lean_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

.leanModalContainer {
	display: none;
	border: 2px solid #000;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px;
}

.leanModalClose {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
}

.modalColumn {
	width: 210px;
	float: left;
}

.modalSpacer {
	width: 10px;
	float: left;
}

.modalShell {
	padding: 0;
	border-radius: 4px;
	border: 1px solid white;
	background-color: white;
}

/* CUSTOMISATION */

/* Login Box Modal */

.modalShell .loginbox {
	height: auto;
	background-color: transparent;
}

.modalShell .displayboxbody {
	background-color: transparent;
}

.modalShell .displayboxbody > input {
	border-radius: 4px;
	color: black;
	background-color: white;
}

#modalLoginEMail, #modalLoginPassword{
	width: 100%;
}

#NewCustomerBlock > div.modalShell > div.displayboxbody {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#LoginHead, #NewCustomerHead {
	text-align: center;
	width: 100%;
}

.modalShell #remember {
	margin: 0 0 2px 0;
	padding: 0 0 2px 0
}

.modalErrorBlock {
	display: none;
	font-weight: bold;
	font-size: 90%;
	padding-top: 0.5em;
	padding-left: 10px;
	padding-right: 10px;
}

/* Universal Login Modal */

.universalLoginOptions {
    width: 750px;
}

.universalLoginOption {
	position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    background-color: lightgrey;
    font-size: 30px;
    text-overflow: clip;
    overflow: hidden;
    border-radius: 4px;
    /* background-image: url(); */
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-position: center; */
    margin-bottom: 4px;
    max-height: 175px;
}

.universalLoginOption > img.universalLoginImage {
    width: 100%;
}

.universalLoginOption > div.universalLoginText {
    font-size: inherit;
    padding: 15px 30px;
}

.universalLoginOption > div.universalLoginText.imageText {
	position: absolute;
	top: 8px;
	left: 8px;
	padding: 4px 16px;
	font-size: 50%;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 4px;
}