html{
	margin: 0;
	padding: 0;
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #FFF;
}

body,td,th,input,select,textarea,option,optgroup{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

input[type=text]{
	padding: 2px;
}

select{
	padding: 1px;
}

textarea{
	padding: 2px;
}

a,a:visited{
	color: #036;
	cursor: pointer;
	text-decoration: none;
}

form{
	margin: 0;
	padding: 0;
}

ul, li {
	list-style:none;
	margin:0;
	padding:0;
}

tr.OrderStatusRood td{
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

tr.OrderStatusGrijs td{
	color: #000000;
	background-color: #9a9a9a;
	border-color: #bfbfbf;
}

tr.OrderStatusOranje td{
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

tr.OrderStatusGroen td{
	color: #444444;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
tr.OrderStatusRood.trclick td {
	background-color: #81bbe6;
}
tr.OrderStatusOranje.trclick td {
	background-color: #81bbe6;
}
tr.OrderStatusGroen.trclick td {
	background-color: #81bbe6;
}
tr.OrderStatusGrijs.trclick td {
	background-color: #81bbe6;
}

.soortKlantLabel {
	background:#e3e3e3;
	padding:10px 15px;
	float:left;
	margin:0 10px 0 0;
}
.soortKlantLabel.active {
	background:#ccc;
}
.soortKlantLabel:hover {
	background:#d3d3d3;
}

.update_status, .updateVoorraadStatus{
	float:left;
	padding:10px 0px 20px 0px;
}
.updateVoorraadStatus {
	margin:0 0 0 15px;
	padding:10px 0px 20px 15px;
}

.info {
	float:left;
	width:100%;
	padding:15px;
	text-align:center;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	margin-bottom:15px;
	box-sizing:border-box;
}

#header{
	height: 56px;
	padding: 0 30px;
/*	background: url(../images/header.png) repeat-x;*/
	background:#ccc;
	min-width: 900px;
}

#header .div1{
	color: #FFF;
	padding: 6px 0 0;
	float: left;
}

#header .div2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: right;
	padding: 14px 0 0;
	float: right;
}

#header .div2 span{
	font-weight: 700;
}

#menu{
	background: url(../images/menu.png) repeat-x;
	position: relative;
	z-index: 1;
	height: 34px;
	clear: both;
	width:100%;
}

ul.left{
	float: left;
}

ul.right, ul.header_button{
	float: right;
}

.nav{
	position: relative;
	margin: 0;
	padding: 0;
}

.nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(../images/transparent.png);
}

.nav a{
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
}

.nav > li + li{
	background: url(../images/split.png) center left no-repeat;
}

.nav .top,.nav li li.sfhover{
	padding: 10px 15px 9px 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.nav ul li{
	padding: 2px;
}

.nav li:hover {
	/* background: url(../images/selected.png) repeat-x; */
}

.nav .selected .top{
	/* background: url(../images/selected.png) repeat-x; */
	color: #FFF;
}

.nav .selected:hover a.top,.nav .sfhover a.top{
}

.nav .parent{
	background: url(../images/arrow_right.png) 95% center no-repeat;
}

.nav li{
	float: left;
	list-style: none;
}

.nav li ul{
	position: absolute;
}

.nav li li{
	clear: both;
}

.nav li ul a{
	color: #FFF;
	height: 15px;
	width: 145px;
}

.nav li ul ul{
	margin: -27px 0 0 157px;
}

.nav li li:hover,.nav li li.sfhover{
	background: #333;
	color: #000;
}

#store {
	margin:4px 0 0 0;
}

#content{
	background: #FFF url(../images/background.png) 0 1px repeat-x;
	padding: 10px 30px 0;
	min-width: 900px;
	padding-bottom: 128px;
}

#container{
}

body > #container{
	height: auto;
	min-height: 100%;
}

#footer{
	background: #FFF url(../images/footer.png) repeat-x;
	height: 90px;
	padding-top: 38px;
	text-align: center;
	font-size: 12px;
	color: #333;
	position: relative;
	margin-top: -128px;
	clear: both;
}

#footer a{
	color: #333;
	text-decoration: underline;
}

.breadcrumb,.breadcrumb a{
	font-size: 12px;
	color: #666;
	margin-bottom: 15px;
}

.success{
	padding: 15px 0;
	margin-bottom: 15px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 12px;
	text-align: center;
}

.warning{
	padding: 15px 0;
	margin-bottom: 15px;
	background: #FFDFE0;
	border: 1px solid #F99;
	font-size: 12px;
	text-align: center;
}

.attention{
	padding: 15px 0;
	margin-bottom: 15px;
	background: #FEFBCC;
	border: 1px solid #E6DB55;
	font-size: 12px;
	text-align: center;
}

.box{
	margin-bottom: 15px;
}

.box > .heading{
	height: 40px;
	background: url(../images/box_center.png) repeat-x;
	margin-bottom: 0;
}

.box > .left{
	float: left;
	width: 7px;
	height: 40px;
	background: url(../images/box_left.png) no-repeat;
}

.box > .right{
	float: right;
	width: 7px;
	height: 40px;
	background: url(../images/box_right.png) no-repeat;
}

.box > .heading h1{
	background-position: 2px 9px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 11px 0 11px 30px;
	color: #3a3a3a;
	font-size: 16px;
	float: left;
}

.box > .heading .buttons{
	float: right;
	padding-top: 8px;
}

.box > .content{
	padding: 10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	min-height: 300px;
}

.button{
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url(../images/button_left.png) top left no-repeat;
}

.button span{
	color: #FFF;
	display: block;
	padding: 5px 10px 5px 2px;
	background: url(../images/button_right.png) top right no-repeat;
}

.list{
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	margin-bottom: 20px;
}

.list td{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.list tr.subcat td{
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}

.list thead td{
	background-color: #EFEFEF;
	padding: 0 5px;
}

.list thead td a,.list thead td{
	text-decoration: none;
	color: #222;
	font-weight: 700;
}

.list tbody a{
	text-decoration: none;
}

.list tbody td{
	vertical-align: middle;
	padding: 0 5px;
	/* text-shadow: 1px 1px 1px #c0c0c0; */
}



.list .left{
	text-align: left;
	padding: 7px;
}

.list .right{
	text-align: right;
	padding: 7px;
}

.list .center{
	text-align: center;
	padding: 7px;
}

.list .asc{
	padding-right: 15px;
	background: url(../images/asc.png) right center no-repeat;
}

.list .desc{
	padding-right: 15px;
	background: url(../images/desc.png) right center no-repeat;
}

.list .filter td{
	padding: 5px;
	background: #EFEFEF;
}

.pagination .button {
	padding: 1px 8px 2px 8px;
}

.pagination{
	padding: 0px;
	margin: 0px 0px 3px 0px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #F8F8F8;
	display: inline-block;
	width: 100%;
}

.pagination .links,.pagination .results{
	padding: 9px;
}

.pagination .links{
	float: left;
}

.pagination .links a{
	cursor: pointer;
	background: url("../images/buttons/bg-btn.gif") repeat-x scroll #DDDDDD;
	background-position: 0 0;
	border-color: #BBBBBB #BBBBBB #999999;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #F8F8F8;
    color: #777777 !important;
    cursor: pointer;
    display: inline-block;
    font: 12px/15px Helvetica Neue,Arial,"Lucida Grande",Sans-serif;
    overflow: hidden;
    padding: 3px 7px;
    text-shadow: 0 1px #F0F0F0;
}

.pagination .links a::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.pagination .links a:focus {
    outline: medium none;
}
.pagination .links a:hover, .pagination .links a:focus {
    border-color: #999999 #999999 #666666;
    color: #000000;
    text-decoration: none;
}
.pagination .links a:hover {
	background-position: 0px 0px;
	color: #000000;
}
.pagination .links a:active {
    background-image: none;
	color: #000000;
}

.pagination .links b{
	background: url("../images/menu.png") center left repeat-x scroll #DDDDDD;
	border-color: #3A3A3A #3A3A3A #3A3A3A;
    border-radius: 6px 6px 6px 6px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #F8F8F8;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font: 12px/15px Helvetica Neue,Arial,"Lucida Grande",Sans-serif;
	font-weight: bold;
    overflow: hidden;
    padding: 3px 7px;
    text-shadow: 0 1px #F0F0F0;
	text-shadow: 0px 1px #000;
	cursor: pointer;
}

.pagination .results{
	float: right;
}
.pagination .per_page{
	float: right;
	padding:5px;
}

.form{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.form tr td:first-child{
	width: 200px;
}

table.form tr td:nth-child(3){
	width: 200px;
}


.form > * > * > td{
	padding: 10px;
	color: #000;
	border-bottom: 1px dotted #CCC;
}

.help{
	color: #999;
	font-size: 10px;
	font-weight: 400;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

.required{
	color: red;
	font-weight: 700;
}

.error{
	color: red;
	padding-top: 3px;
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.errorField {
	background: #FFDFE0;
}


.scrollbox{
	border: 1px solid #CCC;
	width: 350px;
	height: 100px;
	background: #FFF;
	overflow-y: scroll;
}

.htabs{
	padding: 0 0 0 10px;
	height: 30px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}

.htabs a{
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	background: #FFF url(../images/tab.png) repeat-x;
	padding: 6px 15px 7px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	color: #000;
	margin-right: 2px;
}

.htabs a.selected{
	padding-bottom: 8px;
	background: #FFF;
}

.vtabs{
	width: 180px;
	padding: 10px 0;
	min-height: 300px;
	float: left;
	display: block;
	border-right: 1px solid #DDD;
}

.vtabs a{
	display: block;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	clear: both;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F7F7F7;
	padding: 6px 14px 7px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	text-decoration: none;
	color: #000;
}

.vtabs a.selected{
	padding-right: 15px;
	background: #FFF;
}

.vtabs_page{
	margin-left: 195px;
}

.scrollbox div{
	padding: 3px;
}

.scrollbox div input{
	margin: 0;
	padding: 0;
	margin-right: 3px;
}

.scrollbox div.even{
	background: #FFF;
}

.scrollbox div.odd{
	background: #E4EEF7;
}

.scrollbox img {
	float: right;
}

.add{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/add.png) no-repeat scroll right center;
	color: #000;
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

.remove{
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(../images/delete.png) no-repeat scroll right center;
	color: #000;
	display: inline-block;
	padding-right: 20px;
	cursor: pointer;
}

#popup_container{
	font-weight: 700;
	text-align: left;
	font-size: 12px;
	width: 600px;
	height: auto;
	background: #EFEFEF;
	border: solid 1px #EFEFEF;
	color: #000;
}

#popup_title{
	color: #F6F6F6;
	font-weight: 700;
	background: url(../images/header.png) repeat-x scroll 0 0 transparent;
	margin: 0;
	padding: 10px;
}

#popup_message{
	padding: 15px;
}

#popup_panel{
	text-align: left;
	padding-left: 15px;
}

ul.lm-letters{
	width: 900px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.lm-letters li{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}

.lm-letters a{
	font-size: .9em;
	display: block;
	float: left;
	padding: 2px 11px;
	border: 1px solid silver;
	border-right: none;
	text-decoration: none;
}

.lm-letters a:hover,.lm-letters a.lm-selected{
	background-color: #eaeaea;
}

.lm-letters a.lm-disabled{
	color: #ccc;
}

.lm-letters a.lm-last{
	border-right: 1px solid silver;
}
.turnright {
	background: url(../images/arrow-turn-left.png) no-repeat center left ;
	width:16px;
	height:16px;
	border:0;
	padding:7px 7px 7px 20px !important;
}

.oddtr
{
	background-color:#E4EEF7;
}
.eventr
{
	background-color:#fff;
}
.trover
{
	background-color: #a7a79f;
}
.trover td, .trover td a
{
	color: #000;
}
.trclick
{
	background-color: #0066b0;
}
.trclick td, .trclick td a
{
	color: #fff;
}

.button {
    background: url("../images/buttons/bg-btn-1.gif") repeat-x scroll 0 0 #DDDDDD;
    border-color: #BBBBBB #BBBBBB #999999;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    /*box-shadow: 0 1px 0 #F8F8F8;*/
    color: #333333 !important;
    cursor: pointer;
    display: inline-block;
    font: 12px/15px Helvetica Neue,Arial,"Lucida Grande",Sans-serif;
    overflow: hidden;
    padding: 5px 9px;
    text-shadow: 0 1px #F0F0F0;
}

.button:hover {
    background: url("../images/buttons/bg-btn-1-hover.gif") repeat-x scroll 0 0 #DDDDDD;
}

tbody .button {
	padding: 3px 9px;
}
.pagination .button {
	padding: 1px 8px 2px 8px;
}
.button::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}
.button:focus {
    outline: medium none;
}
.button:hover, .button:focus {
    border-color: #999999 #999999 #666666;
    color: #000000;
    text-decoration: none;
}
.button:hover {
	background-position: 0px 0px;
}
.button:active {
    background-image: none;
}
.orderIdColumn span, .button span {
	background-image: url("../images/sprite-icons.png");
	background-position: bottom right;
	padding: 0px;
	height: 16px;
	float: left;
	margin-bottom: 0;
    top: -1px;
    width: 16px;
}
.orderIdColumn span {
	float: right;
}
.button .add {
    background-position: -64px -16px; 
	margin-right: 5px;
}
.button .edit {
    background-position: -176px -78px; 
	margin-right: 3px;
}
.button .del {
    background-position: -128px 0px;
	margin-right: 3px;
}
.button .filter {
    background-position: -256px -78px;
	margin-right: 3px;
}
.button .save {
    background-position: -96px -48px;
	margin-right: 7px;
}
.button .cancel {
    background-position: -16px 0px;
	margin-right: 4px;
}
.button .login {
    background-position: -256px -14px;
	margin-right: 0px;
}
.button .active {
    background-position: -144px -16px;
	margin-right: 0px;
}
.button .inactive {
    background-position: -80px -16px;
	margin-right: 0px;
}
.button .visit {
    background-position: -20px -114px;
	margin-right: 4px;
}
.button .print {
    background-position: 0px -80px;
	margin-right: 4px;
}
.button.yellow {
	background: #fff767;
}
.button.green {
	background: #beffb1;
}
.pushToYukiButton{
	float:left;
	margin-bottom:5px;
}
.orderIdColumn .mail, .button .mail {
    background-position: -48px -30px;
	margin-right: 4px;
}

td.required {
	color:#ff0000;
}

.red {
	background: #FFDFE0;
	border: 1px solid #FF9999;
}

.green {
    background: none repeat scroll 0 0 #E4F1C9;
    border: 1px solid #A5BD71;
}

#idletimeout { 
	background:#CC5100; 
	border:3px solid #FF6500; 
	color:#fff; 
	font-family:arial, sans-serif; 
	text-align:center; 
	font-size:12px; 
	padding:10px; 
	position:relative; 
	top:0px; 
	left:0; 
	right:0; 
	z-index:100000; 
	display:none; 
}

#idletimeout a { 
	color:#fff; 
	font-weight:bold 
}

#idletimeout span { 
	font-weight:bold 
}


/** test **/
.welcome {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #FFFCD9;
    border: 1px solid #EEDE9C;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

td.details_screen {
    border-bottom: 1px dashed #d3d3d3;
    line-height: 24px;
}

input, select, textarea {
    background: #FFFFFF url(../images/common/text-bg.gif) repeat-x scroll center top;
    border: 1px solid #CCCCCC;
    margin: 1px;
    padding: 0.2em 0.3em;
}

.buttons a, .buttons button {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    float: left;
    margin: 0 7px 0 0;
    background: #FFFFFF url(../images/common/text-bg-rotate.gif) repeat-x scroll center bottom;
    border: 1px solid #ccc;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    text-decoration: none;
    font-weight: bold;
    color: #565656;
    cursor: pointer;
    padding: 5px 10px 7px 7px;
}

.buttons button img, .buttons a img {
    margin: 0 3px -3px 0 !important;
    padding: 0;
    border: none;
    width: 16px;
    height: 16px;
}

button:hover, .buttons a:hover{

    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{

    border:1px solid #6299c5;
    color:#fff;
}

.note, .note-edit {
    width: 100%;
}
.comment_icon img {
	width: 12px;
}

.comment_icon:hover .comment_box {
	display: block;
}

.comment_icon .comment_box:hover {
	display: block;
}

.comment_icon .comment_box {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border: 1px solid #000;
	padding: 4px;
	min-width: 150px;
	min-height: 96px;
	max-width:400px;
}
.deleteCC {
	display: inline-block;
	width: 20px;
	cursor:pointer;
}
.addCronjob {
	float:right;
	padding:5px 10px;
	color:#fff;
	font-weight:bold;
	background:green;
	cursor:pointer;
}
.deleteCronjob {
	float:right;
}
/* DASHBOARD */
#dashboardForm {
	float:left;
	width:100%;
}
#dashboardForm .dashboardRow {
	float:left;
	width:100%;
	padding:0 0 15px 0;
}
#dashboardForm .dashboardBlock {
	float:left;
	width:48%;
	padding:0 1%;
}
#dashboardForm .dashboardTable {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#dashboardForm .dashboardTable td {
	padding:10px;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}
#dashboardForm .dashboardTable thead td {
	background: #ddd;
	font-weight:bold;
}
#dashboardForm .dashboardTable tbody tr.totalRow td {
	font-weight:bold;
	border-top:1px solid #000;
}

.pageRowTable {
	max-width:700px;
}

.pageRowTable tr td{
	background:#fff;
}
.pageRowTable tr.soldOut td {
	background:#ffc9c9;
}
.pageRowTable tr td .handle {
	text-transform: uppercase;
	font-size:10px;
	cursor:move;
}
.pageRowTable tr.placeholder {
	display:table-row;
}
.pageRowTable tr.placeholder td {
	background:#ccc;
	height:50px;
}
.select2 {
	width:100% !important;
}
.stickyImage {
	float:left;
	width:25%;
}
.purchaseRow{
	float:left;
	width:100%;
}
.purchaseRow table{
	margin-top:15px;
}
.purchaseRow table tr.purchaseOrder{
	display:none;
}
.purchaseTable .trover{
	background:none;
}
.purchaseTable .orderTitle{
	padding: 15px 0;
	display: inline-block;
}
.newPurchaseBlock{
	float:right;
	width:50%;
	margin:10px 0 0 0;
	padding:15px;
	background: #f7f7f7;
	box-sizing: border-box;
}
.newPurchaseBlock .purchaseTitle{
	font-size:16px;
}

#waiting-screen {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	text-align: center;
	padding-top: 20%;
	font-size: 20px;
}

.col4 {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}