/* ---------- ACCESS ---------- */

.headerBlock.container{
	padding-top:30px;
	}

.portalLink{
	font-family:inherit;
	color:#000;
	}
	
.portalLink:hover{
	color:#FFF;
	}
	
.formBlock.Portal{
	padding:50px 0px 0px 0px;
	}
	
.Portal .formElement {
    width: 100%;
	}

.Portal .formRow.fullrow {
    width: 100%;
    position: relative;
    height: auto;
	}
	
.Portal .formRow.fullrow .typeLabel {
    width: 100%;
    position: relative;
    height: auto;
	}
	
.Portal .formRow.fullrow .typeLabel label {
	font-size: 13px;
	line-height: 17px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	color: #666;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	text-align:center;
	width:100%;
	font-weight:400;
	}
	
.Portal .formRow.fullrow .inputField{
	position: relative;
	height: 24px;
	width: 500px;
	text-align: left;
	background-color: rgba(210, 177, 141, 0);
	padding: 2px 5px 2px;
	margin:0px auto;
	}
	
.Portal .formRow.fullrow .inputField input {
	text-align: left;
	color: #000;
	padding: 2px 5px 2px;
	font-size: 14px;
	line-height: 17px;
	-webkit-appearance: none;
	border: 1px #999 solid;
	border-radius: 0px;
	width:100%;
	height:26px;
	}
	
.Portal .fullrow.submit {
	padding-top:12px;
	}
	
.Portal .fullrow.submit .btn2{
	border: none;
	background-color: transparent;
	font-size: 24px;
	text-align: center;
	width: 100%;
	padding-top: 30px;
	font-weight:500;
	color:#999;
	}
	
.Portal .fullrow.submit .btn2:hover{
	color:#000;
	}
	
.portalHeader{
	font-size: 24px;
	color:#000;
	width:100%;
	}
	
.logout-btn{
	border: none;
	background-color: transparent;
	width: 100%;
	padding-top: 100px;
	text-align: center;
	}
	
.logout-btn a{
	font-size: 24px;
	text-align: center;
	font-weight: 500;
	color: #999;
	width: 100%;
	}
	
.logout-btn a:hover{
	color: #000;
	}
	
.imageContainer{
	background-color:rgba(255, 255, 255, 1);
	/*background-color:rgba(246, 247, 247, 1);*/
	border:1px solid #80A1B6;
	}
	
.shop-item{
	margin-top:30px;
	}
	
.shop-item .text{
	position:relative;
	padding-top:14px;
	}
	
.shop-item .text .number{
	position:relative;
	float:left;
	font-size:40px;
	line-height:39px;
	color:#80A1B6;
	border-right:1px solid #80A1B6;
	padding-right:9px;
	height:36px;
	}

.shop-item .text .description{
	position:relative;
	float:left;
	font-size:12px;
	line-height:15px;
	padding-left:10px;
	padding-top: 6px;
	}
	
.shop-item .text .description .Big{
	position:relative;
	float:left;
	font-size:19px;
	line-height:11px;
	}

/* ---------- /ACCESS ---------- */