* {
	padding:0;
	margin:0;
	border:0;
}

body, #wrapper {
	margin:0;
	padding:0;
	color:#333;
	font:normal 16px system-ui, sans-serif, Tohoma, Arial;
	overflow:auto;
}
a {
	color:#ed8000;
	text-decoration: none;
}
a:hover{ 
	color:#333;
}
h1, h2, h3 {
	color: #000;
	padding:12px 0 6px 0;
	font-weight: normal;
}
p {
	margin:9px 6px 9px 0;
	line-height: 140%;
	display:block;
}
label { font-size:80%; line-height: 160%; }
.captcha { text-align:center;margin-bottom:0; background:url(media/captcha.png); padding:3px; font-size:115%; }

input, textarea, select, input[type="button"] {
	width:98%;	
	margin:3px 0 10px;
	padding:6px 0 6px 8px;
	background:#f7f7f7;
	border:1px solid #ccc;
}
select { width:100%; }
input[type="date"] { padding:4px 0 5px 8px; }
input[type="submit"], input[type="button"] {
	position:relative;
	top:10px;
	left:100%;
	width:200px;
	cursor:pointer;
	background: #fff;
	padding:10px;
	margin-left:-200px;
	margin-bottom: 35px;
}
input[type="submit"]:hover, input[type="button"]:hover { background:#ed8000; color:#fff; }
input[type="checkbox"], input[type="radio"] { width:auto; margin:5px 8px 0 0; zoom:1.4; }

table {width:100%; font-size:90%; }
th { text-align:left;}
th, td { background: #efefef; padding:3px 8px; overflow: hidden; }
tr[id*=row] { display:none; }

.box { width: 30px; margin:0; }	/* input text box in process */
.mid { width: 60px; margin:0; }
.rec { width: 90px; margin:0; }	/* input text box in process */
.ext { width: 120px; margin:0; }
.go { width:31px !important; margin:0 2px 15px 7px !important; position:unset !important; padding:7px !important; }

/*--------------- header -----------------*/
#header {
	width:100%; 
	position:fixed;
	top:0;
	left:0;
	border-bottom:1px solid #efefef;
	box-shadow: 0 8px 6px -6px #CCC;
	z-index:9;
	background:#fff;
}
#toplink {
	max-width:1150px;
	padding:10px 20px;
	margin:0 auto;
	text-align:right;
	position:relative;
	z-index:9;
}
#toplink a, #banner a { color: #333; }
#toplink a:hover, #banner a:hover { color: #ed8000; }

#banner {
	max-width:1150px;
	padding:5px 20px 10px;
	margin:-35px auto 0;
}
.lgLogo {
	height:95px;
	background:#fff url(media/logo_onefulfilment.png) 3px 2px no-repeat;
}
.smLogo {
	height:37px;
	background:#fff url(media/logo_onefulfilment_small.png) 5px 3px no-repeat;
}
.mobilink, .mobiclose { display: none; float:right; margin:9px 15px 6px 15px; width:30px; height:28px; background:#fff url(media/icon-mobile.gif) -1px 1px no-repeat; }
.mobiclose { background-position: -35px 1px; }
.clickable { width:220px; height:100%; float:left; position:relative; z-index:9; }

#banner ul {
	float:right;
	list-style:none;
	display:inline;
	text-align: left;
	position:relative;
	z-index:8;
}
#banner ul li { 
	display: inline-block;
	padding-left:28px; 
	margin-top:65px; 
}
#banner ul li.signin { display: none; background-color:#ed8000; }
#banner ul li.signin a { color:#fff; }

#banner ul li ul {
	position:absolute;
	padding:8px 0;
	margin-left:-18px;
	display:none;
	visibility:hidden;
	opacity:0;
    min-width:145px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	background:#fff;
}
#banner ul li:hover ul {
	display: block;
	opacity: 1;
	visibility: visible;
}
#banner ul li ul li { 
	padding:4px 18px;
	margin:3px 0 !important;
	display:block; 
}
#banner ul li ul li:hover { background: #efefef; margin:3px 0; }
#banner ul li ul li a:hover { color:#333; }


/*--------------- main -----------------*/
#content {
	max-width:1150px;
	min-height:300px;
	margin:0 auto 50px;
	padding:120px 20px 25px;
	background:#fff;
	overflow:auto;
}
.block {
	display:table;	
	width: 100%;
	position: relative;
	margin: 18px 0;
}
#form1 { width: 420px; margin: 0 auto; }
#signup { max-width: 1150px; margin: 0 auto; }	
	
.button {
	margin: 30px 0;
	font-size:90%;
}
.button a {
	color:#000;
	padding: 6px 35px;
	border: 1px solid #ccc;
	background: #fff;
}	
.button a:hover {
	background:#ed8000;
	color:#fff;
}

.api { display: none; }
.paging {padding:10px 2px; text-align:right; }
.paging a { padding:2px 7px; margin:5px 0 0 8px; border:1px solid #efefef; }
.paging .current { background:#ed8000; color:#fff; }

.barchart {
	background: rgb(235,147,31);
	background: linear-gradient(90deg, rgba(235,147,31,1) 0%, rgba(241,73,27,1) 72%);
	height:12px;
    border-radius:6px;
	float:left;
	margin:4px 10px 0 0;
}	

/*---------------- columns ---------------------*/
.two-column-left  {
	float:left;
	width:49%;
	margin-right:2%;
}
.two-column-right {
	float:right;
	width:47%;
	margin-left:2%;
}
.tile {
	position:relative;
	float:left;
	width:27%;
	margin:2px 10px 10px 2px;
	padding:10px;
	height:152px;
	border:1px solid #ddd;
	background:#efefef;
	text-align:center;
	overflow:hidden;
	font-size:90%;
}
.tlink {
	position:absolute;
	bottom:15px;
	right:50%;
	margin-right:-70px;
	width:140px;
}
.tnum {
	font-size:180%;
	margin-top:25px;
}	

/*-------------- FAQ collapsible ---------------*/
.collapsible {
	cursor: pointer;
	padding: 8px;
	margin:15px auto;
	width: 96%;
	background: #fff url(media/icon-dropdown.gif) 98% no-repeat;
	box-shadow: 2px 2px 5px 2px #efefef;
}

.showme {
	display: none;
	width: 98%;
	margin:0 auto;
}

/*--------------- footer -----------------*/
#footer {
	width:100%;
	background:#fff;
	position: fixed;
	bottom:55px;
}
#sub-footer {
	width:100%;	
	color:#fff;
	padding:18px 0;
	position:absolute;
	left:0;
	background:#ed8000;
}
#sub-footer .bottom-tier {
	max-width:1150px;
	margin:0 auto;
	font-size:85%;
	padding:0 20px;
}

#sub-footer .bottom-tier ul {
	float:right;
	list-style:none;
}
#sub-footer .bottom-tier ul li { 
	display: inline-block;
	padding-left:23px; 
}
#sub-footer a { color:#fff; }
#sub-footer a:hover{ color:#ffeedd; }
