html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #333;
}

.banner {
	height: 31px;
	padding-top: 10px;
	background: url("banner.png") repeat-x bottom left;
}
.banner .banner_wrapper {
	text-align: center;
}
.banner .mainmenu {
	height: 31px;
	display: inline-block;
}
.banner .mainmenu a {
	display: block;
	float: left;
	padding: 5px 12px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	margin-left: 10px;
	border: 1px solid transparent;
	border-bottom: none;
	text-decoration: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.banner .mainmenu a.selected, .mainmenu a:hover {
	background: #66922c;
	border-color: #bcd997;
	color: #fff;
	background: #fff;
	color: #333;
	border-color: #66922c;
}
.banner .mainmenu a.selected {
	font-weight: bold;
}
.mainmenu_sub_top_sep {
    background: none repeat scroll 0 0 #b8cdda;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #fff;
    display: block;
    height: 1px;
}
.banner .user_info {
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	text-align: right;
}
.banner .user_info a {
	color: #fff;
	text-decoration: none;
}



.login_content_box {
	width: 400px;
	margin: 120px auto;
	border: 1px solid #b8cdda;
	border-radius: 10px;
}



.sidemenu {
	width: 200px;
	float: left;
	padding: 4px 20px 10px 20px;
	min-height: 400px;
}
.content {
	margin-top: 20px;
	padding: 4px 20px 10px 20px;
}
.with_sidemenu .content {
	border-left: 1px solid #b8cdda;
	margin-left: 240px;
}
.sidemenu h2 {
	color: #1d6b9f;
    font-family: arial;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
    margin: 32px 0 4px;
    padding: 0;
}
.sidemenu h2:first-child {
	margin-top: 0px;
}
.sidemenu .option {
	display: block;
	padding: 4px 0px;
	color: #333;
	text-decoration: none;
}
.sidemenu .option:hover, .sidemenu .option.selected  {
	background: #eee;
}
.sidemenu .filter_sidemenu .filter_text {
	width: 190px;
	border: 1px solid #ccc;
	padding: 2px 4px;
	height: 16px;
	line-height: 16px;
	color: #555;
	border-radius: 3px;
	margin: 4px 0px;
}



.content h1 {
	color: #1d6b9f;
    font-family: arial;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
	margin: 0px 0px 12px 0px;
	font-weight: normal;
}
.content a {
	color: #1d6b9f;
	text-decoration: none;
}
.content h2 {
	color: #1d6b9f;
	font-size: 20px;
	line-height: 24px;
	padding: 8px 0px;
	font-weight: normal;
	font-family: arial;
	margin: 32px 0px 4px 0px;
}
.content div.hr {
	border-top: 1px solid #b8cdda;
	height: 10px;
	margin-top: 10px;
}
.content div.hr + h2 {
	margin-top: 0;
}





/* Form table */
.form_table {
	border-collapse: collapse;
	margin: 20px 0px;
}
.form_table td {
	padding: 4px 16px 4px 4px;
	vertical-align: top;
	line-height: 20px;
}
.form_table td.label {
	padding: 4px 16px 4px 0px;
	text-align: left;
	line-height: 20px;
	white-space: nowrap;
}
.input_text, .input_select {
	border: 1px solid #ccc;
	padding: 2px 4px;
	height: 16px;
	line-height: 16px;
	width: 160px;
	color: #555;
}
.input_text {
	border-radius: 3px;
}
.input_file {
	border: 1px solid #ccc;
	padding: 3px;
	width: 480px;
}
.input_textarea {
	border: 1px solid #ccc;
	padding: 2px 2px 2px 4px;
	line-height: 16px;
	width: 480px;
	height: 160px;
	font: 13px "trebuchet ms";
	color: #555;
	border-radius: 3px;
}
.input_textarea_s {
	width: 320px;
	height: 80px;
}
.input_select {
	padding: 2px 2px 2px 4px;
	height: 24px;
	width: 160px;
	border-radius: 3px;
}
.input_select_s {
	width: 70px;
}
.input_select_m {
	width: 130px;
}
.input_select_l {
	width: 200px;
}
.input_select_xl {
	width: 320px;
}
.input_text_m {
	width: 120px;
}
.input_text_date {
	width: 100px;
}
.input_text_uren_range {
	width: 80px;
}
.input_text_s {
	width: 60px;
}
.input_text_l {
	width: 200px;
}
.input_text_xl {
	width: 320px;
}
.input_submit, .input_button, .content .input_submit {
	border: 1px solid #555;
	padding: 2px 8px;
	line-height: 16px;
	background: #1D6B9F;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	border-radius: 3px;
	text-decoration: none;
}
a.input_submit, a.input_button {
	height: 17px;
	display: inline-block;
	line-height: 17px;
	color: #fff;
}
.input_button_red {
	background: red;
}
.input_button_orange {
	background: orange;
}
.input_button_small {
	font-size: 10px;
	line-height: 13px;
}
.form_table td span {
	padding: 2px 12px;
	font-style: italic;
	color: #999;
	font-size: 12px;
}
.form_table .input_checkbox {
	vertical-align: middle;
	margin-top: 1px;
}
.form_table td label {
	padding: 2px 12px;
	font-style: italic;
	color: #555;
	font-size: 12px;
}
.form_table tr.hr td {
	padding-left: 0px;
}
.form_table tr.hr td div {
	border-top: 1px dashed #ccc;
	height: 8px;
	margin-top: 8px;
}
.form_table td:first-child {
	padding-left: 0px;
}
.sidemenu .form_container {
	margin: 6px 12px 6px 12px;
}
.sidemenu .form_table {
	width: 100%;
	margin: 0px;
}
.sidemenu .form_table td:last-child {
	text-align: right;
}
.sidemenu .form_table td:first-child {
	text-align: left;
}

/* Std table */
.std_table {
	border-collapse: collapse;
}
.std_table thead th {
	border: 1px solid #ccc;
	border-left: none;
	border-bottom: 2px solid #ccc;
	background: #f4f4f4;
	padding: 6px 8px;
	text-align: center;
}
.std_table thead th:first-child {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 24px;
}
.std_table tbody td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 8px;
	text-align: center;
	color: #555;
	font-size: 13px;
}
.std_table tbody td:first-child {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 24px;
}
.std_table tfoot td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 6px 8px;
	text-align: center;
	font-size: 13px;
	background: #f4f4f4;
}
.std_table tfoot tr:first-child td {
	border-top: 2px solid #ccc;
}
.std_table tfoot td:first-child {
	border-left: 1px solid #ccc;
	text-align: left;
	padding-right: 24px;
}
.std_table a {
	color: #1D6B9F;
	text-decoration: none;
}
.std_table a:hover {
	text-decoration: underline;
}



/* Overview table */
.overview_table_container {
	margin: 0px -10px;
	margin: 0;
}
.overview_table {
	width: 100%;
	font-family: arial;
	font-size: 12px;
	border: 1px solid #b8cdda;
	border-spacing: 1px;
	box-sizing: border-box;
}
.overview_table thead th {
	font-weight: bold;
	padding: 8px 12px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: left;
	white-space: nowrap;
	color: #1D6B9F;
	border-right: 1px solid #b8cdda;
	border-bottom: 1px solid #b8cdda;
}
.overview_table.compact_rows thead th {
	padding: 6px 12px;
}
.overview_table thead th:last-child {
	border-right: none;
}
.overview_table tbody td {
	padding: 8px 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dce7ef;
	border-right: 1px solid #e8ecef;
}
.overview_table.compact_rows tbody td {
	padding: 6px 12px;
}
.overview_table tbody tr:first-child td {
	
}
.overview_table tbody td:last-child {
	border-right: none;
}
.overview_table tbody .child_product td:last-child {
	border-right: 1px solid #999;
}
.overview_table tbody tr.even td, .overview_table tfoot tr.even td {
	background: #f6f9fb;
}
.overview_table tbody tr.odd td, .overview_table tfoot tr.odd td {
	background: #eff6fb;
	background: #fff;
}
.overview_table tfoot tr.total_row td {
	background: url("sidemenu_gradient.gif") repeat-x;
	border-bottom: 1px solid #B8CDDA;
	border-right: 1px solid #B8CDDA;
	padding: 4px;
}
.overview_table tbody td.crop_text {
	white-space: normal;
}
.overview_table tbody td p {
	margin: 4px 0 4px 0;
}
.overview_table tbody td b {
	color: #444;
}
.overview_table tbody td a {
	color: #1D6B9F;
	text-decoration: none;
}
.overview_table tbody td a:hover {
	text-decoration: underline;
	color: #000;
}
.overview_table tbody td a.neutral {
	color: inherit;
}
.overview_table tbody td a.neutral:hover {
	text-decoration: none;
}
.overview_table tbody td.string {
	white-space: nowrap;
}
.overview_table td.align_center {
	text-align: center;
}
.overview_table td.align_middle {
	vertical-align: middle;
}
.overview_table td.title_cell {
	padding-right: 30px;
}
.overview_table td.print_checkbox {
	width: 30px;
}
.overview_table td.image_cell {
	width: 24px;
	padding: 2px;
}
.overview_table td.image_cell img {
	display: block;
}
.overview_table td.icon, .overview_table td.actions {
	vertical-align: middle;
	white-space: nowrap;
	width: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.overview_table.compact_rows td.icon {
	padding-left: 6px;
	padding-right: 6px;
}
.overview_table td.icon .icon_wrapper {
	overflow: hidden;
	margin: 0px auto;
}
span.icon {
	display: block;
	float: left;
	margin: 0px 6px 0 0;
	width: 16px;
	height: 16px;
	padding: 0px;
}
span.icon.icon_pending {
	background: url("icon/pending.png");
}
span.icon.icon_goedgekeurd {
	background: url("icon/approved.png");
}
span.icon.icon_afgekeurd {
	background: url("icon/rejected.png");
}
span.icon.icon_removed {
	background: url("icon/removed.png");
}
span.icon.icon_removed_pending {
	background: url("icon/removed_pending.png");
}

.overview_table td.icon .icon {
	display: block;
	float: left;
	margin: 0px auto;
	width: 16px;
	height: 16px;
	padding: 0px 3px;
}
.overview_table td.icon .icon_pending {
	background: url("icon/pending.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_goedgekeurd {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_afgekeurd {
	background: url("icon/rejected.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_removed {
	background: url("icon/removed.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_removed_pending {
	background: url("icon/removed_pending.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message {
	background: url("icon/message_gold.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message_open {
	background: url("icon/message_open.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message_system {
	background: url("icon/message_gold_system.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_message_open_system {
	background: url("icon/message_open_system.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_edit {
	background: url("icon/details.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_project {
	background: url("icon/project.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_rooster {
	background: url("icon/rooster.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_uren {
	background: url("icon/uren.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_rijkosten_auto {
	background: url("icon/auto.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user {
	background: url("icon/user.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_blocked {
	background: url("icon/user_blocked.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_chef {
	background: url("icon/user_chef.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_checked_in {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_user_checked_out {
	background: url("icon/rejected.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_contract {
	background: url("icon/contract.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_contract_active {
	background: url("icon/contract_active.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_note {
	background: url("icon/note.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_invoice_payed {
	background: url("icon/invoice_payed.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_invoice_open {
	background: url("icon/invoice_open.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_afdeling {
	background: url("icon/afdeling.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_agenda_item {
	background: url("icon/agenda_item.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_bezorginfo {
	background: url("icon/bezorginfo.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_bezorginfo_bezorgd {
	background: url("icon/bezorginfo_bezorgd.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_quote {
	background: url("icon/quote.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_approved {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_wait {
	background: url("icon/pending.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_fill {
	background: url("icon/fill.png") no-repeat 3px 0px;
}
.overview_table td.icon .icon_lock {
	background: url("icon/lock.png") no-repeat 3px 0px;
}
.overview_table td.actions {
	white-space: nowrap;
	vertical-align: middle;
}
.overview_table td.actions .actions_wrapper {
	overflow: hidden;
	margin: 0px auto;
}
.overview_table td.actions .action {
	display: block;
	float: left;
	padding: 0px 3px;
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.overview_table td.actions .action_approve {
	background: url("icon/approved.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_reject {
	background: url("icon/rejected.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_details {
	background: url("icon/details.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_edit {
	background: url("icon/edit.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_copy {
	background: url("icon/copy.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_remove {
	background: url("icon/remove.png") no-repeat 3px 0px;
}
.overview_table td.actions .action_download_pdf {
	background: url("icon/pdf.png") no-repeat 3px 0px;
}


.overview_table tbody .child_product td {
	padding: 0 0 0 24px;
	vertical-align: middle;
	height: 24px;
}
.overview_table tbody .child_product td img {
	vertical-align: middle;
	margin-right: 10px;
}
.overview_table tbody .child_product span {
	padding: 4px 8px;
}
.overview_table tbody .child_product .title {
	font-weight: bold;
}
.overview_table tbody .child_product .sep {
	padding: 0px 0px;
}

.overview_table .footer_row td {
	padding: 4px 12px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: left;
	white-space: nowrap;
	border-top: 1px solid #b8cdda;
	white-space: nowrap;
	color: #1D6B9F;
}


.overview_table tfoot td.pager_row {
	padding: 4px 12px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #b8cdda;
}
.overview_table tfoot td.pager_row .page_link {
	display: inline-block;
	width: 22px;
	height: 22px;
	background: #F6F9FB;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	font-family: arial;
	border: 1px solid #B8CDDA;
	border-radius: 5px;
	margin: 0px 4px;
	text-decoration: none;
	color: #333;
}
.overview_table tfoot td.pager_row .page_link:hover {
	background: #fff;
	border-color: #999;
}
.overview_table tfoot td.pager_row .is_string {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	font-size: 12px;
}
.overview_table tfoot td.pager_row .is_active {
	font-weight: bold;
	background: #fff;
}
.overview_table tbody tr.row_has_checked td {
	background: #e5fbe0;
}
.overview_table td.align_right, .overview_table th.align_right {
	text-align: right;
}
.overview_table td.align_center, .overview_table th.align_center, .overview_table td.align_center .input_text {
	text-align: center;
}

.overview_table .between_title td {
	font-size: 16px;
	color: #1D6B9F;
	padding-top: 24px;
	padding-left: 10px;
}
.overview_table .total_row td {
	font-weight: bold;
}
.overview_table .total_row td:first-child {
	text-align: right;
}


/* Expand text */
.expand_text .expanded {
	display: none;
}
.expand_text .more {
	color: #1D6B9F;
	cursor: pointer;
}



/* Messages */
p.message {
	display: block;
	padding: 8px 12px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background: #eee;
	color: #333;
	line-height: 16px;
}
p.message_error {
	background: #fdeded;
	border-color: red;
}
p.message_succes {
	background: #e5fbe0;
	border-color: green;
}
p.message .icon_delete {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url("icon/remove.png") no-repeat 50% 50%;
}




.attachment_upload_container {
	overflow: hidden;
	min-height: 24px;
	border: 2px solid transparent;
	margin-left: -2px;
}
.attachment_upload_container.attachment_upload_hover {
	border: 2px dashed #ccc;
}
.attachment_upload_container .selected_files .file_upload_progress {
	float: left;
	font-size: 12px;
	color: #555;
	line-height: 24px;
	min-height: 24px;
}
.attachment_upload_container .selected_files .file_block, .file_block {
	display: block;
	float: left;
	padding: 4px 14px 4px 4px;
	background: #fff; 
	border: 1px solid #DCE7EF;
	border-radius: 3px;
	margin: 0px 4px 4px 0px;
	line-height: 16px;
	overflow: hidden;
	font-size: 12px;
	font-family: arial;
	position: relative;
	text-decoration: none;
}
.attachment_upload_container .selected_files .file_block:hover, .file_block:hover {
	background: #F6F9FB;
	border-color: #B8CDDA;
}
.attachment_upload_container .selected_files .file_block .icon {
	display: block;
	float: left;
	height: 48px;
	width: 48px;
	line-height: 46px;
	vertical-align: middle;
	text-align: center;
}
.attachment_upload_container .selected_files .file_block .icon img {
	display: inline-block;
	border: none;
	vertical-align: middle;
	margin: 0px;
}
.attachment_upload_container .selected_files .file_block .info {
	display: block;
	margin-left: 54px;
}
.attachment_upload_container .selected_files .file_block .info .title {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
}
.attachment_upload_container .selected_files .file_block .info .type {
	color: #aaa;
	font-size: 11px;
	font-family: arial;
	white-space: nowrap;
}
.attachment_upload_container .selected_files .file_block .info .type b {
	font-weight: normal;
	color: #888;
}
.attachment_upload_container .selected_files .file_block .delete {
	display: none;
	height: 20px;
	width: 20px;
	background: white url("icon/remove.png") no-repeat -100px -100px;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
}
.attachment_upload_container .selected_files .file_block:hover .delete {
	display: block;
	background-position: 50% 50%;
}
.attachment_upload_container .upload_button {
	display: block;
	width: 24px;
	float: left;
	height: 38px;
	padding: 4px 4px 4px 4px;
	background: #fff url("upload.png") no-repeat 50% 50%; 
	border: 1px solid #DCE7EF;
	border-radius: 3px;
	margin: 0px 4px 0px 0px;
	overflow: hidden;
	position: relative;
}
.attachment_upload_container .upload_button:hover {
	background-color: #F6F9FB;
	border-color: #B8CDDA;
	cursor: pointer;
}
.attachment_upload_container .upload_button.has_status {
	background-image: none;
}
.attachment_upload_container .upload_button .upload_status {
	width: 40px;
	height: 40px;
	font: 20px arial;
	text-align: center;
	color: #777;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	left: 50%;
	top: 50%;
	position: absolute;
}
.attachment_upload_container.has_files .upload_button {
	height: 48px;
	margin-bottom: 4px;
}
.attachment_upload_container .upload_button input {
	height: 400px;
	position: absolute;
	top: -20px;
	left: -20px;
	opacity: 0;
	cursor: pointer;
}
.attachment_upload_container .initial_message {
	height: 24px;
	line-height: 24px;
	padding: 12px 60px;
	font-size: 14px;
	font-style: italic;
	color: #999;
}
.attachment_upload_container.has_files .initial_message {
	display: none;
}
.attachment_upload_container.mode_image .file_block {
	padding: 4px;
}
.attachment_upload_container.mode_image .file_block .info {
	display: none;
}
.attachment_upload_container.mode_image .initial_message {
	display: none;
}
.attachment_upload_container.mode_image .selected_files .file_block .icon {
	width: auto;
	height: auto;
}
.attachment_upload_container.single_file_mode.has_files .upload_button {
	display: none;
}
.attachment_upload_container.single_file_mode .file_upload_progress {
	display: none;
}




.linked_garden_centers {
	display: block;
	overflow: hidden;
	padding-bottom: 10px;
}
.linked_garden_centers .garden_center {
	display: block;
	float: left;
	height: 24px;
	padding: 10px;
	background: #fff; 
	border: 1px solid #DCE7EF;
	border-radius: 3px;
	margin: 0px 4px 4px 0px;
	overflow: hidden;
	position: relative;
	line-height: 24px;
	background-color: #F6F9FB;
	border-color: #B8CDDA;
}
.linked_garden_centers .garden_center input {
	vertical-align: text-bottom;
}
.linked_garden_centers .garden_center label {
	padding-left: 4px;
	height: 24px;
}
.linked_garden_centers .link_check, .linked_garden_centers .link_uncheck {
	cursor: pointer;
	color: #1d6b9f;
}


.products_table {
	width: auto;
}
.products_table .edit_image {
	padding: 2px;
	/*width: 32px;*/
}
.products_table .is_child .edit_image {
	padding-left: 24px;
	/*width: 32px;*/
}
/*.products_table .edit_image .attachment_upload_container.mode_image .file_block, .products_table .edit_image .attachment_upload_container .upload_button {
	margin: 0;
	border: none;
	padding: 0;
	border-radius: 0;
}*/
.products_table .edit_image .attachment_upload_container {
	margin: 0;
	/*width: 48px;*/
	height: 48px;
	height: 58px;
}
.products_table .edit_barcode {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_barcode .input_text {
	width: 60px;
}
.products_table .edit_title {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_title .input_text {
	width: 240px;
}
.products_table .edit_num {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_num .input_text {
	width: 100px;
}
.products_table .edit_description {
	padding: 4px;
}
.products_table .edit_description .input_textarea {
	width: 160px;
	height: 41px;
	height: 51px;
	margin: 0;
}
.products_table .edit_cbm {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_cbm .input_text {
	width: 50px;
	text-align: center;
}
.products_table .edit_dimensions {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_dimensions .input_text {
	width: 120px;
	text-align: center;
}
.products_table .edit_per_package {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_per_package .input_text {
	width: 50px;
	text-align: center;
}
.products_table .edit_min_quantity {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_min_quantity .input_text {
	width: 50px;
	text-align: center;
}
.products_table .edit_price {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_price .input_text {
	width: 70px;
	text-align: center;
}

.products_table .edit_kostprice {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_kostprice .input_text {
	width: 70px;
	text-align: center;
}
.products_table .edit_percentage {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_percentage .input_text {
	width: 70px;
	text-align: center;
}

.products_table .edit_price_advies {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_price_advies .input_text {
	width: 70px;
	text-align: center;
}
.products_table .edit_price_aanbieding {
	padding: 4px;
	vertical-align: middle;
}
.products_table .edit_price_aanbieding .input_text {
	width: 70px;
	text-align: center;
}
.products_table .new_row {
	display: none;
}
.products_table .current_edit_row .actions_wrapper {
	display: none;
}


/* List table */
.list_table_container {
	margin: 20px 0px;
}
.list_table {
	font-family: arial;
	font-size: 12px;
	border: 1px solid #b8cdda;
	border-spacing: 1px;
	box-sizing: border-box;
}
.list_table thead th {
	font-weight: bold;
	padding: 6px 8px;
	line-height: 18px;
	background: url("sidemenu_gradient.gif") repeat-x scroll 0 0 transparent;
	text-align: left;
	white-space: nowrap;
	color: #1D6B9F;
	border-right: 1px solid #b8cdda;
	border-bottom: 1px solid #b8cdda;
}
.list_table thead th:last-child {
	border-right: none;
}
.list_table tbody td {
	padding: 6px 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #dce7ef;
	border-right: 1px solid #e8ecef;
}
.list_table tbody td.label {
	padding-left: 8px;
	white-space: nowrap;
	width: 60px;
}
.list_table tbody td.value {
	padding-right: 32px;
}
.list_table tbody td.value.align_center {
	padding-right: 12px;
	text-align: center;
}
.list_table tbody tr:last-child td {
	border-bottom: none;
}
.list_table tbody td:last-child {
	border-right: none;
}
.list_table tbody tr.even td {
	background: #f6f9fb;
}
.list_table tbody tr.odd td {
	background: #eff6fb;
	background: #fff;
}
.list_table tbody td.crop_text {
	white-space: normal;
}
.list_table tbody td p {
	margin: 4px 0 4px 0;
}
.list_table tbody td b {
	color: #444;
}
.list_table tbody td a {
	color: #1D6B9F;
	text-decoration: none;
}
.list_table tbody td a:hover {
	text-decoration: underline;
	color: #000;
}
.list_table tbody td a.neutral {
	color: inherit;
}
.list_table tbody td a.neutral:hover {
	text-decoration: none;
}
.list_table tbody tr td.align_right {
	text-align: right;
	padding-right: 12px;
}


/**
* Products table view
*/
.products_table .view_image {
	padding: 2px;
}
.products_table .view_image .images_block {
	display: block;
	position: relative;
	width: 120px;
	height: 120px;
}
.products_table .view_image .images_block_inside {
	position: absolute;
	height: 120px;
	width: 120px;
	overflow: hidden;
}
.products_table .view_image .images_block:hover .images_block_inside {
	width: 620px;
}
.products_table .view_image img {
	display: block;
	float: left;
	margin-right: 4px;
}
.products_table .view_product_info {
	padding: 8px 24px 8px 8px;
}
.products_table .view_product_info h3 {
	margin: 0 0 4px 0;
	font: bold 14px arial;
	min-width: 100px;
}
.products_table .view_product_info .num {
	font-size: 80%;
	margin: 2px 0px;
}
.products_table .view_product_info .barcode {
	font-size: 80%;
	margin: 2px 0px;
}
.products_table .view_product_info .description {
	margin: 0 0 4px 0;
}
.products_table .view_product_info .dimensions {
	margin: 0px;
}
.products_table .view_package_info {
	padding: 8px 8px 8px 8px;
}
.products_table .view_package_info div {
	margin: 0 0 4px 0;
	min-width: 110px;
}
.products_table .error_min_quantity .view_package_info .min_quantity {
	color: red;
}
.products_table .view_package_info b {
	float: right;
	padding-left: 0px;
}
.products_table .view_price, .products_table .view_total_price, .products_table .view_gc_price {
	padding: 8px 8px 8px 8px;
}
.products_table .view_price div, .products_table .view_total_price div, .products_table .view_gc_price div {
	margin: 0 0 4px 0;
	white-space: nowrap;
	text-align: right;
	color: #777;
	min-width: 60px;
}
.products_table .view_price .dollars, .products_table .view_total_price .dollars, .products_table .view_gc_price .dollars {
	font-weight: bold;
	color: #333;
}

.products_table td.border_right, .list_table td.border_right {
	border-right: 1px solid #999;
}
.products_table tbody tr td.col_totals, .list_table tbody tr td.col_totals {
	background: #faf4e1;
}
.products_table tbody tr.odd td.col_totals, .list_table tbody tr.odd td.col_totals {
	background: #fcf9f0;
}
.products_table tbody tr td.user_garden_center_col, .list_table tbody tr td.user_garden_center_col {
	background: #e1fae1;
}
.products_table tbody tr.odd td.user_garden_center_col, .list_table tbody tr.odd td.user_garden_center_col {
	background: #f0fcf0;
}
.products_table .fill_gc_packages {
	padding: 4px;
	text-align: center;
	color: #777;
}
.products_table .fill_gc_packages .input_text {
	width: 40px;
	text-align: center;
	margin-bottom: 4px;
	font: bold 12px arial;
	color: #555;
}
.products_table .fill_gc_packages .input_text:focus {
	border-color: #000;
}
.products_table .view_total_packages, .products_table .view_gc_packages {
	padding: 8px;
	text-align: center;
}
.products_table .view_total_cbm, .products_table .view_gc_cbm {
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
.products_table .view_total_packages div, .products_table .view_gc_packages div {
	margin: 0 0 4px 0;
	white-space: nowrap;
	color: #777;
}
.products_table .view_total_packages .packages, .products_table .view_gc_packages .packages {
	font-weight: bold;
	color: #333;
}

.products_table .totals_row .total_price div {
	text-align: left;
	overflow: hidden;
}
.products_table .totals_row .total_price b {
	float: right;
}
.products_table .totals_row .total_price .total {
	color: #333;
	border-top: 1px solid #ccc;
}


.totals_blocks {
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
}
.totals_blocks .total_block {
	float: left;
	margin-right: 20px;
}
.totals_blocks .container_block {
	display: block;
	height: 83px;
	width: 200px;
	position: relative;
	border: 1px solid #b8cdda;
	padding: 2px;
}
.totals_blocks .container_block .progress_container {
	position: absolute;
	top: 2px;
	left: 2px;
	height: 83px;
	width: 200px;
	background: #eee;
}
.totals_blocks .container_block .progress {
	position: absolute;
	top: 0;
	left: 0;
	height: 83px;
}
.totals_blocks .container_block .label {
	position: absolute;
	top: 20px;
	left: 0;
	width: 200px;
	text-align: center;
}
.totals_blocks .container_block .label h3 {
	font: 24px/33px arial;
	color: #333;
	margin: 0px;
}
.totals_blocks .container_block .label p {
	font: 11px/12px arial;
	color: #333;
	margin: 0px;
	font-style: italic;
}
.totals_blocks .list_table_container {
	margin: 0;
}
.totals_blocks.fixed_pos {
	position: fixed;
	width: 100%;
	left: 0;
	padding: 10px 0px 10px 20px;
	top: 0;
	background: #fff;
	border-bottom: 1px solid #777;
	z-index: 10;
}





.overview_table tbody tr.status_fill td {
	background: #e5fbe0;
	background: #fdeded;
}
.overview_table tbody tr.status_edit td {
	background: #e5fbe0;
}
.overview_table tbody tr.status_filled td {
	background: #e5fbe0;
}
.overview_table tbody tr.status_wait td {
	background: #fbf3e0;
}
.overview_table tbody tr.status_closed td {
	background: #e0f1fb;
	background: #e9e0fb;
}
.overview_table tbody tr.status_betaald td {
	background: #e0e9fb;
}
.overview_table tbody tr.status_cancelled td {
	background: #fcd0d0;
}
.overview_table tbody tr.status_disabled td {
	background: #eee;
	color: #999;
}
.overview_table tbody tr.status_disabled td a {
	opacity: 0.5;
}
.overview_table tbody div.search_text {
	color: #777;
	font-size: 10px;
	font-style: italic;
}


.download_quote_documents {
	overflow: hidden;
}
.download_quote_documents a {
	display: block;
	color: inherit;
	padding: 4px 20px 4px 20px;
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	background: url("icon/attachment.png") no-repeat 0px 4px;
	overflow: hidden;
	white-space: nowrap;
	border-top: 1px solid #eee;
}
.download_quote_documents a.link_show_all {
	background: none;
	color: #1d6b9f;
	padding-left: 0px;
}
.download_quote_documents a.file_xls {
	background-image: url("icon/xls.png");
}
.download_quote_documents a.file_pdf {
	background-image: url("icon/pdf.png");
}
.download_quote_documents a.file_zip {
	background-image: url("icon/zip.png");
}
.download_quote_documents a:hover {
	background-color: #F6F9FB;
}
.download_quote_documents_block {
	float: left;
	margin-right: 20px;
}


.container_status_block h3 {
	margin: 0px;
	font-size: 12px;
	font-family: arial;
	line-height: 16px;
	color: #444;
}
.container_status_block_disabled h3 {
	opacity: 0.4;
}
.container_status_block .progress_block_disabled {
	opacity: 0.4;
}
.container_status_block .progress_block .progress_bar {
	display: block;
	position: relative;
	width: 150px;
	padding: 1px;
	border: 1px solid #ccc;
	height: 12px;
}
.container_status_block .progress_block .label {
	font-size: 10px;
	font-family: arial;
	line-height: 16px;
	color: #333;
	padding-top: 4px;
	height: 16px;
}
.container_status_block .progress_block .progress_bar_inside {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 0px;
	height: 12px;
	background: red;
	background: rgb(108, 216, 22);
}


.filter_table {
	margin: 20px 0;
}
.filter_table th {
	text-align: left;
}


.status_bar {
	width: 100%;
	background: #ddd;
	border-collapse: collapse;
	margin: 20px 0;
	padding: 0;
}
.status_bar td {
	padding: 0;
}
.status_bar td.selected {
	background: #1d6b9f;
	color: #fff;
}
.status_bar .title {
	padding: 8px 8px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-weight: bold;
}
.status_bar .arrow_block {
	background: #fff;
	height: 32px;
	width: 20px;
	margin-left: -10px;
	float: left;
	position: relative;
}
.status_bar .arrow_block .arrow {
	border: 16px solid #ddd;
	border-right: 0px solid transparent;
	border-left: 16px solid #fff;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 4px;
}
.status_bar td.selected .arrow_block .arrow {
	border: 16px solid #1d6b9f;
	border-right: 0px solid transparent;
	border-left: 16px solid #fff;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 4px;
}
.status_bar .arrow_block .arrow2 {
	border: 16px solid transparent;
	border-right: 0px solid transparent;
	border-left: 16px solid #ddd;
	width: 0px;
	height: 0px;
	position: absolute;
}
.status_bar td.selected + td .arrow_block .arrow2 {
	border: 16px solid transparent;
	border-right: 0px solid transparent;
	border-left: 16px solid #1d6b9f;
	width: 0px;
	height: 0px;
	position: absolute;
}



.title_block {
	overflow: hidden;
}
.title_block .sfeerfoto {
	display: block;
	float: left;
	padding-right: 20px;
}
.title_block .sfeerfoto img {
	display: block;
}



.form_table_matrix th {
	text-align: left;
	font-size: 12px;
	padding: 4px;
}
.form_table_matrix td {
	padding: 4px;
}
.form_table_matrix .input_text {
	width: 140px;
}
.form_table_matrix td.type_checkbox {
	text-align: center;
}



.garden_center_block {
	display: inline-block;
	border: 1px solid #b8cdda;
	margin: 0 8px 8px 0;
	background: #fff;
	padding: 1px;
	line-height: 18px;
}
.garden_center_block .title {
	display: block;
	float: left;
	padding: 8px 8px;
	width: 200px;
	overflow: hidden;
	white-space: nowrap;
	background: #f6f9fb;
	font-weight: bold;
	border: 1px solid #e8ecef;
}
.garden_center_block .doet_mee, .garden_center_block .confirmed {
	display: block;
	float: left;
	padding: 8px 8px;
	border-left: 1px solid #b8cdda;
	background: #f6f9fb;
	border: 1px solid #e8ecef;
	font-size: 12px;
}
.garden_center_block .confirmed .input_checkbox {
	margin: 0 0 0 4px;
	vertical-align: sub;
}
.garden_center_block .doet_mee .option {
	display: inline-block;
	border: 1px solid #ccc;
	background: #eee;
	border-radius: 3px;
	padding: 2px 4px;
	margin: -4px 0px -4px 4px;
	color: #999;
}
.garden_center_block .doet_mee.can_edit .option {
	cursor: pointer;
	color: #555;
	background: #fff;
	border: 1px solid #999;
}
.garden_center_block .doet_mee.doet_mee_maybe .option_maybe {
	color: #555;
	background: #ddd;
	border: 1px solid #999;
}
.garden_center_block .doet_mee.doet_mee_yes .option_yes {
	color: #555;
	background: #e5fbe0;
	border: 1px solid green;
}
.garden_center_block .doet_mee.doet_mee_no .option_no {
	color: #555;
	background: #fdeded;
	border: 1px solid red;
}


.fixed_table_header_container {
	clear: both;
	padding-top: 20px;
	display: none;
}
.fixed_table_header {
	
}
.totals_blocks.fixed_pos {
	border-bottom: none;
	padding-bottom: 0;
}
.totals_blocks.fixed_pos .fixed_table_header_container {
	display: block;
}



.products_table .field_diff, .products_table .field_diff b {
	color: red !important;
}





.currency-eur-eur .products_table .view_price .dollars, .currency-eur-eur .products_table .view_total_price .dollars, .currency-eur-eur .products_table .view_gc_price .dollars {
	display: none;
}
.currency-eur-eur .products_table .view_price .euros, .currency-eur-eur .products_table .view_total_price .euros, .currency-eur-eur .products_table .view_gc_price .euros {
	font-weight: bold;
	color: #333;
}
.currency-eur-eur .products_table .totals_row .total_price .dollars {
	display: none;
}
.currency-eur-eur .fill_summary_table .dollars {
	display: none;
}