@charset "utf-8";
/* CSS Document */

.categorydiv div.tabs-panel, .customlinkdiv div.tabs-panel, .posttypediv div.tabs-panel, .taxonomydiv div.tabs-panel, .wp-tab-panel
{
  min-height: 42px;
  max-height: 1000px;
  overflow-x: auto;
  overflow-y: auto;
  padding-top: 0px;
  padding-right: 0.9em;
  padding-bottom: 0px;
  padding-left: 0.9em;
  border-top-width: 1px;
  border-right-width-value: 1px;
  border-bottom-width: 1px;
  border-left-width-value: 1px;
  border-top-style: solid;
  border-right-style-value: solid;
  border-bottom-style: solid;
  border-left-style-value: solid;
  border-top-color: #dfdfdf;
  border-right-color-value: #dfdfdf;
  border-bottom-color: #dfdfdf;
  border-left-color-value: #dfdfdf;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  background-color: #fdfdfd;
}

.alert {
	color:#ff0000;
}
.order {
	postion:relative;
	clear:left;
}

.order-lijst-veld {
	position:relative;
	float:left;
	margin-right:16px;
}

.order-nummer {
	width:40px;
}

.order-naam {
	width:200px;
	overflow:hidden;
}

.order-datum {
	width:150px;
}

.order-status {
	width:250px;
}

.order select {
   background: #ffffff;
   width: 150px;
   padding: 0px;
   font-size: 11px;
   border: 1px solid #000000;
   border-radius: 0;
   height: 20px;
   position:relative; 
   float:left;
   -webkit-appearance: none;
   margin-right:16px;
}

.order-select {
	position:relative;
	float:left;
}

.order-mail-status-change {
	width:20px;
	vertical-align: bottom;
}

input.status_change_submit {
	height:20px;
	padding:0;
	font-size: 11px;
}

.order-totaalprijs {
	width:100px;
	text-align:right;
}

.order-item-list {
	clear:left;
	
}

.order-item-list-details {
	clear:left;
	display:none;
	background-color:#ffffff;
	margin:16px 0 16px 0;
	border: 1px solid #999999;
	padding:16px;
	
}

.order-item {
	position:relative;
	clear:left;
}

.order-item-veld {
	position:relative;
	float:left;
	margin-right:16px;
}

.order-items {
	display:none;
}

.admin-input-label {
	clear:left;
	width:200px;
	float:left;
	position:relative;
}

.admin-input {
	float:left;
	position:relative;
	width:300px;
}

.order-edit-regel {
	clear:left;
}

.order-edit-kolom {
	float:left;
	width:40%;
	margin:0 10px 0 0;
}

.order-edit-label {
	float:left;
	position:relative;
}
.order-edit-bedrag {
	float:right;
	position:relative;
	margin-right:10px;
}

.order-edit-indent-bedrag {
	float:right;
	position:relative;
	margin-right:80px;
}

.order-edit-bold {
	line-height:24px;
	font-weight:bold;
	font-size:14px;
}