a.delete_orderrow{
	cursor:pointer;
}

a.save_orderrow{
	display:none;
}

div.orderrow_add{
	display:none;
	width:100%;
	height:100%;
	top:-20px;
	background-color:rgb(0,0,0,.7);
	position:absolute;
	z-index:100;
}

div.orderrow_form{
	border:1px solid black;
	background-color:#ccc;
	padding:10px;
	margin-left:auto;
	margin-right:auto;
	width:50%;
	height:200px;
	margin-top:50px;;
	z-index:101;
}

div.orderrow_form div.article_list{
	height:100px;
	width:100%;
	overflow-y:scroll;
	border:1px solid gray;
	margin:8px 0;
}

table#orderregels input{
	width:80px;
	text-align:right;
}

input.bestel_aantal{
	text-align:right;
	max-width:35px;
	border:1px solid gray;
	max-height:16px;
}

div.legenda{
	display:inline-block;
	border:1px dotted gray;
	padding:4px;
	margin-top:1px;
	float:right;
}

td.l22{
	padding-top:4px;
	line-height:23px;
}

ul.nav.navbar-nav{
	float: none !important;
}
