/**
Template definitions
 */
html, body
{
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
}
.layout__header,
.layout__footer
{
	width: 100%;
	background-repeat: no-repeat;
	margin: 0 auto;
	/*background-size: contain;*/
}
.layout__header
{
	max-width: 1200px;
}
.layout__header img,
.layout__footer img
{
	max-width: 100%;
	height: auto;
}
.layout__header img
{
	/*height: 150px;*/
}
/*.layout__header
{
	background-image: url("/static/Barnis-Schlaraffenland/barnis_schlaraffenland_header.jpg");
	height: 400px;
}
.layout__footer
{
	background-image: url("/static/Barnis-Schlaraffenland/barnis_schlaraffenland_footer.jpg");
	height: 500px;
}*/
.layout__content
{
	margin: 0 auto;
	min-height: 300px;
}
.layout__footer
{
	margin-top: 1rem;
}
.layout__content,
.layout__footer
{
	max-width: 1140px;
}
h2,
.co_wfm_product_title,
.co_wfm_product_summary_total_amount
{
	background-color: #ded9c3;
	color: #000000;
	margin-bottom: 1rem;
	padding: 0 2px;
	/*color: #ded9c3;*/
}
.product_item_row
{
	/*border-bottom: 1px solid #ded9c3;*/
	border-bottom: 1px solid #eaeaeb;
	padding-bottom: 0.5rem;
}
.co_wfm_product_description
{
	color: #696658;
}
.product_is_invisible,
.product_is_invisible .co_wfm_product_title,
.product_is_invisible .co_wfm_product_description
{
	color: #ACACAC;
}
.product_is_invisible input:hover
{
	cursor: not-allowed;
}
h2
{
	display: inline-block;
	padding: 0.5rem;
}
.co_wfm_product_summary_total_amount
{
	font-weight: bold;
	padding: 0.5rem;
}
form
{
	margin-bottom: 1rem;
}
.co_wfm_container_auth_userinfo
{
	background-color: #F4F4F4;
	border: 1px solid grey;
	padding: 0.3rem 1rem;
	margin-bottom: 1rem;
	max-width: 300px;
}
.co_wfm_auth_userinfo
{
	font-weight: bold;
}
.co_wfm_auth_userinfo_logout
{
	color: #7D250B;
}
/* Tables */
.table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
.table th
{
	color: #000;
	background-color: #ded9c3;
	font-weight: bold;
	border: 1px solid #eaeaeb;
}
.table th,
.table td
{
	padding: 3px;
	vertical-align: top;
}
.table td
{
	border: 1px solid #eaeaeb;
}
.table tbody tr:nth-child(odd)
{
    background: #ffffff none repeat scroll 0 0;
}
.table tbody tr:nth-child(even)
{
    background: #ebebeb none repeat scroll 0 0;
}

/* Buttons */
.btn-primary
{
	color: #000;
	background-color: #ded9c3;
	border-color: #ded9c3
}
.btn-primary.disabled,
.btn-primary:disabled
{
	color: #fff;
	background-color: #ded9c3;
	border-color: #ded9c3
}
.btn-primary:hover
{
	color: #000;
	background-color: #B7DDE8;
	border-color: #B7DDE8
}

/**
Form definitions
 */
.co_wfm_red_asterisk,
.co_wfm_sold_out,
.co_wfm_color_red
{
	color: red;
}
.co_wfm_sold_out_space
{
	display: inline-block;
	width: 70px;
}
.co_wfm_wrapper_innerWindowControl
{
	margin-bottom: 1rem;
}
.co_wfm_bold
{
	font-weight: bold;
}
.co_wfm_hide
{
	display: none;
}
.co_wfm_product_amount
{
	width: 70px;
	text-align: center;
}
/*input[type="number"].co_wfm_product_amount*/
/*{*/
	/*width: 70px;*/
/*}*/
/* Product summary */
#co_wfm_product_summary_single_invoice
{
	display: none;
}
#co_wfm_single_invoice
{
	margin-bottom: 2rem;
}
/* Errors */
.wfm_error_msg_div
{
	border: 1px solid #f0a0a0;
	background-color: #F3F3F3;
	display: none;
	font-weight: bold;
	margin-bottom: 1rem;
	padding: 0.5rem;
}
#error_msg_additional
{
	color: red;
}
.wfm_error_msg_div p
{
	margin-bottom: 0;
}
#error_msg_ul
{
	margin-bottom: 0;
}
#error_msg_ul .co_wfm_default_error_msg
{
	display: list-item!important;
	color: red;
}
.co_wfm_default_error_marks,
.co_wfm_checkbox_container_error_marks
{
	background-color: #f0a0a0!important;
}
.co_wfm_checkbox_container_error_marks
{
	padding: 0.5rem;
}
.co_wfm_udu_email_error_marks
{
	display: table-row!important;
}

/**
View definitions
 */
.co_wfm_value_changed
{
	color: orange;
}
.co_wfm_value_order_delayed,
tr.co_wfm_value_order_delayed td
{
	background-color: #FF4845;
}
th.co_wfm_col_order_date {
	width: 30px;
}
th.co_wfm_col_status {
	width: 65px;
}
th.co_wfm_col_delivery_day {
	width: 95px;
}
th.co_wfm_col_delivery_time {
	width: 62px;
}
th.co_wfm_col_delivery_customer {
	width: 150px;
}
th.co_wfm_col_delivery_address {
	width: 250px;
}
th.co_wfm_col_delivery_actions {
	width: 130px;
}
.co_wfm_action_icon
{
	margin-left: 0.5rem;
	opacity: 0.7;
	transition: opacity 0.3s;
}
.co_wfm_action_icon:hover
{
	cursor: pointer;
	opacity: 1;
}
/**
jQ Dialog
 */
.ui-dialog-titlebar-close
{
	display: none;
}
.ui-dialog-buttonset .btn.btn-secondary
{
	background-color: #dfdfdf;
	border: 1px solid #B7B7B7;
	color: #6a6a6a;
}