@import url('https://fonts.googleapis.com/css?family=Lato:300,400');

*{box-sizing: border-box;}

.text {
	font-size: 14px;
}


body{
	background-image:none;
	background-repeat:repeat-x;
	font-family:'Lato',Arial, Helvetica, sans-serif;

}

.button{
	border:1px solid grey;
	background-color:#006600;
	color:#FFFFFF;
	padding:6px;
	width:100%;
	font-size: 16px;
	background-image: url(images/green_button_bg.jpg);	
}

.center {
	padding:10%;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-decoration: none;
	width:100%;
}
.text_white {
	font-size: 13px;
	color: #63AE00;
	line-height:16px;
}
table {
}

td{
	line-height: 24px;
}

div table td{
	background-color: #FFFFFF;
}
.label {
	font-family: 13;
	color: #666666;
	line-height: 16px;
}

.text_large{
	font-size: 18px;
	color: #333333;
	line-height:18px;
}

a:link{
color:inherit;
text-decoration:none;
}

a:visited{
	text-decoration:none;
	color:inherit;
}

hr {
	border-top: 1px solid #CCCCCC;
	height:1px;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-top:15px;
	margin-bottom:15px;
}

.customer {
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	display:inline-block;
	margin-top:5px;
	margin-right:10px;
	line-height: 15px;
	padding:4px;
}
.customer_id {
	width:16px;text-align:center;position:absolute;top:34;left:13;
}
.upline_id{
	width:16px;text-align:center;position:absolute;top:0;right:0;
}
.header {
	color: #006600;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	height:40px;
	line-height:40px;
}

.header a{
	width:100%;
	padding:4px;
}

.header a:hover{

	background-color: #009900;
	color:#FFFFFF;
	
}

.stockist_header {
	color: #FF6600;
	border-top: 1px solid #CCCCCC;
	width:100%;
	line-height:40px;
}

.stockist_header a{
	padding:7px;
	margin-right:10px;
	margin-bottom:5px;
	border:1px solid #FF6600;
	}

.stockist_header a:hover{
	background-color: #FF6600;
	color:#FFFFFF;
}


.sub_account {
	border: 3px solid #D4D4D4;
	background-color:#F4F4F4;
	padding: 5px;
	margin:5px;
	display:inline-block;
	text-align:left;
	width:44%;
	white-space:nowrap;
	font-size:14px;
	}
.sub_menu {
	font-style: italic;
	margin:5px;
}
.step{
	font-size:36px;
	color: #FF6600;
	line-height:36px;
}

.textfield_large {
	font-family:Lato,Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:5px;
	padding:3px;
}

.section_box{
	display:grid;
	 grid-template-columns: repeat(auto-fit,minmax(200px, 1fr));
 	 justify-content:center;
  	grid-gap:10px;
	width:99%;
	border-bottom:1px solid #E1E1E1;
	shadow-box:1px 1px 3px 1px #D1D1D1;
	padding-bottom:10px;
}

.customer_menu_item{
	width:100%;
	background-color:#F4FFF4;
	border:1px solid #D1D1D1;
	line-height:40px;
	border-radius:5px;
	box-shadow: 1px 1px 3px 1px #E1E1E1;
}

.customer_menu_item:hover{
	background-color:green;
	color:white;
}

.stockist_menu_item{
	width:100%;
	text-align: center;
	background-color: #FFE3CE;
	border:1px solid #D1D1D1;
	line-height:40px;
	border-radius:5px;
	box-shadow: 1px 1px 3px 1px #E1E1E1;
}

.stockist_menu_item:hover{
	background-color:#FF6600;
	color:white;
}