html, body{
	width: 100%;
	height: 100%;
	font-family: arial, verdana, "sans serif";
}


/*********** LOGIN  ************/
#loginPageWrapper{
	background-color: #3498db;
	width:100%;
	height: 100%;
}

#loginWrapper{
	background-color: white;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 2px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 2px 0px rgba(0, 0, 0, 1);
	height: 310px;
	width: 365px;
	background-color: white;
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -155px; 
	margin-left: -182px; 
}

#loginElementsWrapper{
	position: relative;
	width: 100%;
	height: 100%;
}

#loginElementsWrapper>p{
	font-size: 1.8em;
	margin: 32px;

}

#loginElementsWrapper>form{
	width: 100%;
	padding: 0 32px;
    box-sizing: border-box;
    color: #2c3e50;
}

#loginElementsWrapper input{
	background-color: #ecf0f1;
	border: none;
	height: 45px;
	width: 100%;
	margin-bottom: 32px;
	text-align: center;
	line-height: 45px;
	font-size: 1em;
	color: #7e8c8c;
}

#loginElementsWrapper .submitForm{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background-color: #25b89a;
	-webkit-box-shadow: inset 0px -3px 0px 0px #13a085;
	-moz-box-shadow:    inset 0px -3px 0px 0px #13a085;
	box-shadow:         inset 0px -3px 0px 0px #13a085;
	font-size: 1.8em;
    color: white;
    cursor: pointer;
}


#topMessage{
	width: 100%;
	height: 80px;
	background-color: #e74c3c;
	position: absolute;
	top: -80px;
	text-align: center;
	line-height: 80px;
	color: white;
	font-size: 1.5em;
}


/*********** //LOGIN  ************/
/***********   MAIN   ************/

#fullPageLoading{
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: Url("/media/loading.gif");
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.35);
	z-index: 999999;
	background-attachment: fixed;
}

.alignCenter{
	margin: 0 auto;
}

.alignLeft{
	float: left;
}
 .alignRight{
	float: right;
}

.clearFloat{
	clear: both;
}

#titleBar{
	background-color: #3498db;
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 999;
}

#nextBtn{
	transform: translate(-20px, 15px);
	visibility: hidden;
	opacity: 0;
}

#beforeBtn{
	transform: translate(-40px, 15px);
	visibility: hidden;
	opacity: 0;
}

#titleBar > .redButton{
	transform: translate(20px, 15px);
}

#titleBar > p{
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	margin: 0 auto;
	font-size: 1.5em;
	color: #ecf0f1;
}

.titleBarButtonMargin{
	transform: translate(-20px 15px);
}

#pageWrapper{
	width: 100%;
	height: 100%;
	clear: both;
}

#pageContent{
	margin: 25px;
	margin-top: 95px;
	font-size: 1.3em;
	float: left;

}

#pageContent .subp{
	color: #7f8c8d;
	font-size: 0.7em;
	margin-top: 3px;
}

.welcomeText{
	font-size: 1.3em;
	margin: 0 auto;
	padding-top: 170px; /* +70px for titleBer */
	margin-bottom: 50px; 
	width: 600px;
	text-align: center;

}
.welcomeText2{
	font-size: 1.3em;
	margin: 0 auto;
	margin-bottom: 50px; 
	width: 600px;
	text-align: center;
}

.greyButton{
	width: 0;
	min-width: 150px;
	height: 40px;
	background-color: #95a5a6;
	color: #ecf0f1;
	line-height: 40px;
	text-align: center;
	font-size: 1em;
	-webkit-box-shadow: inset 0px -3px 0px 0px #7f8c8d;
	-moz-box-shadow:    inset 0px -3px 0px 0px #7f8c8d;
	box-shadow:         inset 0px -3px 0px 0px #7f8c8d;
	cursor: pointer;
}

.redButton{
	width: 0;
	min-width: 150px;
	height: 40px;
	background-color: #e74c3c;
	color: #ecf0f1;
	line-height: 40px;
	text-align: center;
	font-size: 1em;
	-webkit-box-shadow: inset 0px -3px 0px 0px #c0392b;
	-moz-box-shadow:    inset 0px -3px 0px 0px #c0392b;
	box-shadow:         inset 0px -3px 0px 0px #c0392b;
	cursor: pointer;
}

#stepsListContainer{
	width: 250px;
	height: 100%;
	background-color: #ecf0f1;
	vertical-align: top;
}

#stepsListContainer ol{
	padding-top: 70px; /* fix tittleBar */
	color: #34495e;
	font-size: 1.1em;
	transform: translate(25px, 10px);
}

#stepsListContainer li{
	margin: 15px auto;
}

.taxasList{
	margin-top: 30px;
}

.taxasList>li{
	margin: 10px 0;
}


/***********  //MAIN  ************/


.productThumb{
	color: #2C3E50;
	position: relative;
	width: 150px;
	height: 150px;
	border: solid #E6E7E8 3px;
	float: left;
	margin: 30px 30px 0px 0px;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 3px 0px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 3px 0px rgba(0, 0, 0, 1);
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

.productThumb>p{
	position: absolute;
	font-size: .8em;
	background-color: #E6E7E8;
	display: inline-block;
	padding: 3px;
	margin-top: 10px;
	max-width: 130px;
}

.productThumbSelected{
	border: solid #4EB96E 3px;
}

.productThumbSelected>p{
	background-color: #4EB96E;
}