/* common */
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #f9f9f9;
	font-family: arial, "sans serif";
	font-size: 12px;
	color: #3f3f3f;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
tr {
	border: 0;
	margin: 0;
	padding: 0;
}
td {
	border: 0;
	margin: 0;
	padding: 0;
	font-family: arial, "sans serif";
	font-size: 12px;
	color: #3f3f3f;
	vertical-align: top;
}
div {
	border: 0;
	margin: 0;
	padding: 0;
}

/* specific */
div.main {
	width: 1185px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px 20px 20px;
	background-color: #fff;
	box-shadow: 0 0 20px #ddd;
}
div.main table.t1 {
	width: 1185px;
}
div.main table.t1 tr td div.logo_comp { /* logo company */
	width: 258px;
	height: 116px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
}
div.main table.t1 tr td div.no_logo_comp { /* without logo company */
	width: 258px;
	height: 116px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
div.main table.t1 tr td div.logo_own { /* logo l'eaugistics */
	width: 120px;
	height: 116px;
	background-image: url("http://www.leaugistics.com/imgs/logos/logo-leaugistics.png");
	background-repeat: no-repeat;
	background-position: center center;
}
div.main table.t1 tr td.header_menu {
	padding: 20px 20px 0 0;
	text-align: right;
}
div.main table.t1 tr td.header_menu span.dvr_1 {
	border: 0;
	margin: 0;
	padding: 0 15px;
}
div.main table.t1 tr td.breadcrumb {
	padding: 0 0 20px 20px;
	vertical-align: bottom;
}
div.main table.t1 tr td.breadcrumb a,
div.main table.t1 tr td.breadcrumb a:active
div.main table.t1 tr td.breadcrumb a:visited,
div.main table.t1 tr td.header_menu a,
div.main table.t1 tr td.header_menu a:active
div.main table.t1 tr td.header_menu a:visited {
	text-decoration: none;
	color: #00f;
}
div.main table.t1 tr td.breadcrumb a:hover,
div.main table.t1 tr td.header_menu a:hover {
	text-decoration: underline;
	color: #00f;
}
div.main table.t1 tr td.field {
	padding: 20px 0 20px 20px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}

/* menu */
div.main table.t1 tr td.menu_cont {
	background-color: #f0f0f0;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
div.main table.t1 tr td.menu_cont div.menu {
	padding: 10px 0;
}
div.main table.t1 tr td.menu_cont div.menu div.l1, div.main table.t1 tr td.menu_cont div.menu div.l1_dd,
div.main table.t1 tr td.menu_cont div.menu div.l2, div.main table.t1 tr td.menu_cont div.menu div.l2_dd,
div.main table.t1 tr td.menu_cont div.menu div.l3, div.main table.t1 tr td.menu_cont div.menu div.l3_dd,
div.main table.t1 tr td.menu_cont div.menu div.l4 {
	height: 26px;
	line-height: 26px;
}
div.main table.t1 tr td.menu_cont div.menu div.l1_dd:hover,
div.main table.t1 tr td.menu_cont div.menu div.l2_dd:hover,
div.main table.t1 tr td.menu_cont div.menu div.l3_dd:hover {
	background-color: #e6e6e6;
	cursor:pointer;
}
div.main table.t1 tr td.menu_cont div.menu div.l1 {
	padding: 0 10px 0 33px;
}
div.main table.t1 tr td.menu_cont div.menu div.l1_dd {
	padding: 0 10px 0 15px;
}
div.main table.t1 tr td.menu_cont div.menu div.l2 {
	padding: 0 10px 0 48px;
}
div.main table.t1 tr td.menu_cont div.menu div.l2_dd {
	padding: 0 10px 0 30px;
}
div.main table.t1 tr td.menu_cont div.menu div.l3 {
	padding: 0 10px 0 63px;
}
div.main table.t1 tr td.menu_cont div.menu div.l3_dd {
	padding: 0 10px 0 45px;
}
div.main table.t1 tr td.menu_cont div.menu div.l4 {
	padding: 0 10px 0 78px;
}
div.main table.t1 tr td.menu_cont div.menu div.actv {
	font-weight: bold;
	background-color: #e6e6e6;
	cursor: default;
}
div.main table.t1 tr td.menu_cont div.menu a {
	display: block;
/*	height: 26px; */
	line-height: 26px;
	color:#3f3f3f;
	text-decoration:none;
}
div.main table.t1 tr td.menu_cont div.menu a.l1 {
	padding: 0 10px 0 33px;
}
div.main table.t1 tr td.menu_cont div.menu a.l2 {
	padding: 0 10px 0 48px;
}
div.main table.t1 tr td.menu_cont div.menu a.l3 {
	padding: 0 10px 0 63px;
}
div.main table.t1 tr td.menu_cont div.menu a.l4 {
	padding: 0 10px 0 78px;
}
div.main table.t1 tr td.menu_cont div.menu a.l1:hover,
div.main table.t1 tr td.menu_cont div.menu a.l2:hover,
div.main table.t1 tr td.menu_cont div.menu a.l3:hover,
div.main table.t1 tr td.menu_cont div.menu a.l4:hover {
	background-color: #e6e6e6;
}
div.main table.t1 tr td.menu_cont div.menu div.ar_d {
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 11px;
	background-image: url("http://www.leaugistics.com/imgs/icons/col_exp.gif");
	background-position: 0 -11px;
	background-repeat: no-repeat;
	display: inline-block;
}
div.main table.t1 tr td.menu_cont div.menu div.ar_u {
	border: 0;
	margin: 0 5px 0 0;
	width: 13px;
	height: 11px;
	background-image: url("http://www.leaugistics.com/imgs/icons/col_exp.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}

/* table list */
table.list {
	text-align: left;
}
table.list thead tr.kop {
	border-bottom: 2px solid #ccc;
}
table.list thead tr.kop td {
	color: #666666;
	padding: 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
}
table.list tbody tr:first-child {
	border-top: 1px solid #f0f0f0;
}
table.list tbody tr:last-child {
	border-bottom: 1px solid #f0f0f0;
}
table.list tbody tr:hover {
	background-color: #f0f0f0;
	cursor: default;
}
table.list tbody td {
	border: 0;
	border-right: 1px solid #f0f0f0;
	padding: 9px 9px;
	white-space: nowrap;
	overflow: hidden;
}
table.list tbody td:last-child {
	border-right: 0;
}
table.list tbody tr td a {
	color: #666666;
	text-decoration: underline;
}
table.list tbody tr td a:hover {
	text-decoration: none;
}
table.list tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
table.list tbody tr.inactive:nth-child(odd) {
  background-color: #fff3f3;
}
table.list tbody tr.inactive:nth-child(even) {
  background-color: #f2e5e5;
}
/*
table.list tbody td.actions {
	padding: 3px 4px 0 4px;
}
table.list tbody td.actions img {
	width: 13px;
	height: 13px;
	padding: 2px 5px;
}
table.list tbody td.actions img:hover {
	width: 13px;
	height: 13px;
	padding: 2px 5px;
	background-color: #e0e0e0;
}
*/

/* page number menu */
div.page_number_menu {
	width: 33px;
	height: 22px;
	color: #000;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 0;
	background-color: #fff;
}
div.page_number_menu:hover {
	cursor: pointer;
	background-color: #e0e0e0;
}
div.page_number_menu_selected {
	width: 33px;
	height: 22px;
	color: #000;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 0;
	background-color: #eee;
	color: #000;
}
div.page_number_menu_selected:hover {
	cursor: default;
}
div.page_number_menu_disabled {
	width: 33px;
	height: 22px;
	color: #aaa;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 0;
}
div.page_number_menu_disabled {
	cursor: default;
}

tr.z_odd {
	background-color: #f0f0f0;
/*	background-color: red; */
}
td.fc1 { /* form, column 1 */
	width: 170px;
	padding: 1px 20px 1px 3px;
	vertical-align: top;
	line-height: 20px;
}
td.fc1_up { /* as fc1, only top aligned */
	width: 170px;
	padding: 1px 20px 1px 3px;
	vertical-align: top;
	line-height: 20px;
}
td.fc2 { /* form, column 2 */
	padding: 1px 1px 1px 0;
	vertical-align: middle;
	line-height: 20px;
}
table.zebra tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

a.link_header_menu {
	text-decoration: none;
}
a.link_header_menu:hover {
	text-decoration: underline;
}
a.link_breadcrumb {
	text-decoration: none;
}
a.link_breadcrumb:hover {
	text-decoration: underline;
}

/* search results table */
table#tbl_search_results, table#prod_search_results {
	display:none;
	position:absolute;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	border: 1px solid #000;
	margin-top: -1px;
	text-align: left;
	box-shadow: 0 3px 8px #999;
}
table#tbl_search_results tr, table#prod_search_results tr {
	padding: 0;
	border: 0;
	text-align: left;
}
table#tbl_search_results tr td, table#prod_search_results tr td {
	padding: 0;
	text-align: left;
}
table#tbl_search_results tbody tr td table tbody tr, table#prod_search_results tbody tr td table tbody tr {
	border: 0;
	padding: 0;
}


table.linklist tr {
	background-color: transparent;
}
table.linklist tr.kop td {
	color: #666666;
	padding: 4px 10px;
	font-weight: bold;
	text-transform: uppercase;
	border-right: 0;
}
table.linklist tbody tr:first-child {
	border-top: 2px solid #ccc;
}
table.linklist tbody tr:last-child {
	border-bottom: 2px solid #ccc;
}
table.linklist tr:last-child {
	border-bottom: 2px solid #ccc;
}
table.linklist tr:nth-child(even) {
  background-color: #f0f0f0;
}
table.linklist tr.kop:hover {
	background-color: transparent;
	cursor: auto;
}
table.linklist tr:hover {
	background-color: #e0e0e0;
	cursor: pointer;
}
table.linklist td {
	border: 0;
	border-right: 1px solid #e6e6e6;
	padding: 9px 9px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
table.linklist td:last-child {
	border-right: 0;
}

table.linklist thead tr.kop td a.sort {
	color: #666666;
	text-decoration: none;
}	
table.linklist thead tr.kop td a.sort.up, table.linklist thead tr.kop td a.sort.dn {
	padding-right: 16px;
	background-image: url("../imgs/icons/col_exp.gif");
	background-repeat: no-repeat;
}
table.linklist thead tr.kop td a.sort.up {
	background-position: right 1px;
}
table.linklist thead tr.kop td a.sort.dn {
	background-position: right -9px;
}
input.tekst {
	height: 18px;
	font-family: arial, "sans serif";
	font-size: 12px;
	line-height: 18px;
	color: #3f3f3f;
	border: 1px solid #a8a8a8;
	margin: 0;
	padding: 0 3px;
	outline: none;
}
input.tekst:focus {
    border: 1px solid #333;
    box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
}
input.norm {
	width: 242px;
}
input.phone {
	width: 116px;
	margin-right: 2px;
}

input.tekst[type="text"]:disabled, select:disabled {
	background-color: #eeeeee;
	color: #aaaaaa;
}

input.sb {
	width: 292px;
	height: 19px;
	margin: 0;
	padding: 0 3px;
	outline: none;
	border: 1px solid #a8a8a8;
	line-height: 19px;
	font-family: arial, "sans serif";
	font-size: 12px;
	font-style: italic;
	color: #ccc;
	background-image: url('../imgs/icons/search.png');
	background-repeat: no-repeat;
	background-position: 280px 3px;
}
input.sb_a {
	width: 292px;
	height: 19px;
	margin: 0;
	padding: 0 3px;
	outline: none;
	border: 1px solid #a8a8a8;
	line-height: 19px;
	font-family: arial, "sans serif";
	font-size: 12px;
	color: #3f3f3f;
	background-image: url('../imgs/icons/search.png');
	background-repeat: no-repeat;
	background-position: 280px 3px;
}
input.sb:focus, input.sb_a:focus {
    border: 1px solid #333;
    box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
}

select {
	height: 20px;
	line-height: 20px;
	font-family: arial, "sans serif";
	font-size: 12px;
	color: #3f3f3f;
    border: 1px solid #a8a8a8;
	margin: 0;
	padding: 0;
	outline: none;
}
select:focus {
    border: 1px solid #333;
    box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
}
select.phone {
	width: 124px;
}

div#hider {
	z-index: 999;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url("../imgs/1px/1px_white_60p.png");
}
div.blr {
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
}
div.bo {
	display: inline-block;
	width: 50px;
	height: 21px;
	background-image: url("../imgs/icons/icons.png");
	background-position: 14px -472px;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
div.bo:hover {
	border-color: #999;
	cursor: pointer;
}
div#opt_box {
	position: absolute;
	top: 149px;
	width: 120px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
}

/* page number menu */
div.page_number_menu {
	width: 33px;
	height: 22px;
	color: #000;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 0;
	background-color: #fff;
}
div.page_number_menu:hover {
	cursor: pointer;
	background-color: #e0e0e0;
}
div.page_number_menu_selected {
	width: 33px;
	height: 22px;
	color: #000;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 0;
	background-color: #eee;
	color: #000;
}
div.page_number_menu_selected:hover {
	cursor: default;
}
div.page_number_menu_disabled {
	width: 33px;
	height: 22px;
	color: #aaa;
	text-align: center;
	line-height: 22px;
	float: left;
	margin-right: 0;
}
div.page_number_menu_disabled {
	cursor: default;
}

/* product search table */
td#result_field table tr td.active, td#prod_result_field table tr td.active {
	width: 288px;
	line-height: 20px;
	background-color: #ddd;
	padding: 0 5px;
}
td#result_field table tr td.not_active, td#prod_result_field table tr td.not_active {
	width: 288px;
	line-height: 20px;
	background-color: #fff;
	padding: 0 5px;
}
td#result_field table tr td.not_active:hover, td#prod_result_field table tr td.not_active:hover {
	background-color: #ddd;
}

/* asteriks voor verplichte formuliervelden */
span.ast_verpl {
	color: #6666cc;
}
td.ast_verpl {
	color: #6666cc;
	padding-right: 3px;
}

span.ddk { /* ddh = drop dow kop */
	font-size: 16px;
	font-weight: bold;
}
span.ddk:hover {
	cursor: pointer;
}
span.ddh { /* ddh = drop dow header */
	font-size: 15px;
}
span.ddh:hover {
	cursor: pointer;
}
span.ddt { /* drop down text */
	cursor: auto;
}
span.ddt:hover {
	cursor: pointer;
}
div.arw_up {
	width: 13px;
	height: 11px;
	margin-left: 10px;
	background-image: url("../imgs/icons/col_exp.gif");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
}
div.arw_dn {
	width: 13px;
	height: 11px;
	margin-left: 10px;
	background-image: url("../imgs/icons/col_exp.gif");
	background-position: 0 -11px;
	background-repeat: no-repeat;
	display: inline-block;
}
img {
	border-style: none;
	margin: 0;
	padding: 0;
	border: 0;
}
img.pls {
	width: 13px;
	height: 11px;
	margin: 0 0 0 10px;
	padding: 0;
	border: 0;
}

a.button_small {
	/* (small) right image */
	background: transparent url('../imgs/buttons/buttons_v3.png') no-repeat scroll;
	float: left;
	height: 28px;
	padding-right: 20px;
	text-decoration: none;
	color: #3f3f3f;
	font-family: arial, "sans serif";
	font-size: 12px;
	text-align: center;
}
a.button_small span {
	/* (big) left image */ 
	background: transparent url('../imgs/buttons/buttons_v3.png') no-repeat;
	text-decoration: none;
	color: #3f3f3f;
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 18px;
	text-align: center;
}
a.button_small.grey				{ background-position: right 0; }
a.button_small.grey span			{ background-position: left 0; }
a.button_small.grey:hover		{ background-position: right -28px; }
a.button_small.grey:hover span	{ background-position: left -28px; }

a.button_small.green			{ background-position: right -64px; }
a.button_small.green span		{ background-position: left -64px; }
a.button_small.green:hover		{ background-position: right -96px; }
a.button_small.green:hover span	{ background-position: left -96px; }

a.delete_customer {
	opacity: 0.7;
	float: right;
	width: 32px;
	height: 26px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #e6e6e6;
	background-image: url('../imgs/icons/delete.png');
	background-repeat: no-repeat;
	background-position: 9px 6px;
}
a.delete_customer:hover {
	background-color: #e0e0e0;
	opacity: 1;
}

table.list tbody tr td.actions, table.linklist tbody tr td.actions {
	padding: 0;
	font-size: 0px;
	letter-spacing: 0px;
	word-spacing: 0px;
	overflow: visible;
	background-image: url("../imgs/icons/dots2_50.png");
	background-repeat: no-repeat;
	background-position: 9px 11px;
}
table.list tbody tr td.actions div.menu, table.linklist tbody tr td.actions div.menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 32px;
	overflow: visible;
}
table.list tbody tr td.actions div.menu div.buttons-1, table.list tbody tr td.actions div.menu div.buttons-2, table.linklist tbody tr td.actions div.menu div.buttons-1, table.linklist tbody tr td.actions div.menu div.buttons-2 {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 0px;
	height: 32px;
	overflow: hidden;
	background-color: #f0f0f0;
	border-left: none;
}
table.list tbody tr td.actions div.menu div.buttons-1, table.linklist tbody tr td.actions div.menu div.buttons-1 {
	transition: all 200ms cubic-bezier(0, 0, 0, 1);
}
table.list tbody tr td.actions div.menu div.buttons-2, table.linklist tbody tr td.actions div.menu div.buttons-2 {
	transition: all 350ms cubic-bezier(0, 0, 0, 1);
}
table.list tbody tr td.actions div.menu:hover div.buttons-1, table.linklist tbody tr td.actions div.menu:hover div.buttons-1 {
	width: 32px;
	left: -14px;
	border-left: 2px solid #ccc;
}
table.list tbody tr td.actions div.menu:hover div.buttons-2, table.linklist tbody tr td.actions div.menu:hover div.buttons-2 {
	width: 64px;
	left: -46px;
	border-left: 2px solid #ccc;
}
table.list tbody tr td.actions a.edit, table.list tbody tr td.actions a.delete, table.list tbody tr td.actions a.menu,
table.linklist tbody tr td.actions a.edit, table.linklist tbody tr td.actions a.delete, table.linklist tbody tr td.actions a.menu {
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}
table.list tbody tr td.actions a.edit, table.linklist tbody tr td.actions a.edit {
	background-image: url('../imgs/icons/edit.png');
	background-position: 9px 9px;
}
table.list tbody tr td.actions a.delete, table.linklist tbody tr td.actions a.delete {
	background-image: url('../imgs/icons/delete.png');
	background-position: 9px 9px;
}
table.list tbody tr td.actions a.menu, table.linklist tbody tr td.actions a.menu {
	background-image: url('../imgs/icons/hamburger.png');
	background-position: 9px 11px;
}
table.list tbody tr td.actions a.edit, table.list tbody tr td.actions a.delete, table.list tbody tr td.actions a.menu,
table.linklist tbody tr td.actions a.edit, table.linklist tbody tr td.actions a.delete, table.linklist tbody tr td.actions a.menu {
	opacity: 0.5;
}
table.linklist tbody tr td.actions a.edit, table.linklist tbody tr td.actions a.delete, table.linklist tbody tr td.actions a.menu {
	opacity: 0.4;
}
table.list tbody tr td.actions a.edit:hover, table.list tbody tr td.actions a.delete:hover, table.list tbody tr td.actions a.menu:hover,
table.linklist tbody tr td.actions a.edit:hover, table.linklist tbody tr td.actions a.delete:hover, table.linklist tbody tr td.actions a.menu:hover {
	background-color: #e0e0e0;
	opacity: 1;
}

table tr td.sted {
	padding: 7px 9px;
	background-image: url('http://www.leaugistics.com/imgs/icons/edit_blur.png');
	background-repeat: no-repeat;
	background-position: 80px 8px;
}

table tr td.sted:hover {
	padding: 7px 9px;
	cursor: pointer;
	background-image: url('http://www.leaugistics.com/imgs/icons/edit.png');
	background-repeat: no-repeat;
	background-position: 80px 8px;
}



div.main > table.t1 > tbody > tr > td.field > table.list > tbody > tr.note > td > div.note {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	white-space: normal;
}

div.main > table.t1 > tbody > tr > td.field > table.list > tbody > tr.note > td > div.note:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

/* account popup */
div#account_popup {
	position: relative;
	left: 483px;
	top: 17px;
	width: 300px;
	height: 131px;
	margin-bottom: -133px;
	overflow: hidden;
	text-align: left;
	background-color: #fafafa;
	border: 1px solid #ccc;
	z-index: 99;
}
div#account_popup > div.name_email {
	padding: 15px 20px;
	line-height: 20px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
div#account_popup > div.name_email > span.full_name {
	font-weight: bold;
}
div#account_popup > div.buttons {
	background-color: #fff;
	padding: 15px 20px;
	overflow: hidden;
}
div#account_popup > div.buttons > a:nth-child(1) {
	margin-right: 20px;
}
div#account_popup > div.buttons > a {
	display: inline-block;
	width: 120px;
	background-color: #f0f0f0;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #000;
	border-radius: 3px;
}
div#account_popup > div.buttons > a:hover {
    background-color: #0066aa;
    color: #fff;
}
/* the full screen div that listens for clicks to close the account popup */
body > div#ap_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
}

