/* RESET */
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html,
body {
	height: 100%;
}

#wrapper,#wrapper_anonymous {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-top:50px;
	padding-bottom:20px;
	/*margin: 0 auto -120px;*/
}
#wrapper {
	padding-left: 250px;
}

#push {
	height: 130px;
}

.alert-help {
	max-width: 800px;
	margin: 0 auto;
}


/* navbar */
.navbar-default {
	background-color:#F2F2F2;
	border-bottom:1px solid #2E6CA2;
}
.navbar-default .navbar-collapse {
	background-color:#F2F2F2;
}


.dropdown-menu .divider {
	background-color: #2E6CA2;
}
h2,h3 {
	border-bottom: 1px solid #2E6CA2;
}

.table>thead>tr>th,
legend,
.dropdown-menu {
	border-color: #2E6CA2;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
	margin-left: 10px;
}
.navbar-brand {
	width:159px;
	height:40px;
	margin-top:5px;
	background-repeat:no-repeat;
	background-size: 159px 40px;
	background-image:url('/images/header-hesje.png');
}

.navbar-brand-de {
	background-image:url('/images/header-superleibchen.png');
	width: 221px;
	background-size: 221px 40px;
}

.navbar-default .navbar-nav-special {
	margin-right:35px;
}
.navbar-default .navbar-nav-special > li > a {
	color:#579ec8;
	padding: 15px 10px;
}
.navbar-default .navbar-nav-special > .open > a,
.navbar-default .navbar-nav-special > .open > a:hover,
.navbar-default .navbar-nav-special > .open > a:focus,
.navbar-default .navbar-nav-special > .active > a,
.navbar-default .navbar-nav-special > .active > a:hover,
.navbar-default .navbar-nav-special > .active > a:focus,
.navbar-default .navbar-nav-special > li > a:hover,
.navbar-default .navbar-nav-special > li > a:focus {
	color: #ffffff;
	background-color: #579ec8;
}

.navbar a .badge {
	position: relative;
	margin-left:-5px;
	top:-10px;
	background-color: #d2322d;
	z-index: 1;
}

.navbar a:hover .badge {
	background-color: #d9534f;
}

.navbar a i.fa-shopping-cart {
	position: relative;
	color: #3276b1;
	font-size:18px;
	z-index: 2;
}

.navbar a:hover i.fa-shopping-cart {
	color: #428bca;
}
.btn-default i.fa-file-pdf {
	color: #a94442;
}
table#cart_summary tr td {
	padding:0 10px;
}
form#cart .btn {
	margin-bottom:5px;
}
form .ltfe {
	display:none;
}

table#cart_summary tr:last-child {
	border-top:1px solid #666;
	font-weight: bold;
}
table#cart_items {
	min-width:50%;
	margin:0 auto;
}
table#cart_items tr th {
	text-align: center;
	padding:0 5px;
}
table#cart_items tr td {
	padding:5px 10px;
	white-space:nowrap;
	text-align: center;
}
table#cart_items tr td.text-left {
	text-align:left;
}
table#cart_items tr td.text-right {
	text-align:right;
}
table#cart_items tr td img {
	width:110px;
	height:100px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
table#cart_items tr td img:hover {
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
table#order_items tr td img {
	width:110px;
	height:100px;
}
.tableplaceholder {
	overflow-x: auto;
}

table#cart_items tr td.select_amount i.fa-plus-circle {
	color:#5CB85C;
}
table#cart_items tr td.select_amount i.fa-minus-circle {
	color:#D9534F;
}
table#cart_items tr td.select_amount i.fa-circle {
	color:#428BCA;
}
table#cart_items tr td.select_amount i.fa-circle,
table#cart_items tr td.select_amount i.fa-plus-circle,
table#cart_items tr td.select_amount i.fa-minus-circle {
	font-size:18px;
	cursor: pointer;
}

.fa-hash {
       font-family: Arial, Helvetica, Geneva, SansSerif;
	   font-style: normal;
	   font-weight: bold;
	   font-size: 13px;
	   position: relative;
	   left: 11px;
	   top: -2px;
	   pointer-events: none;
	   cursor: pointer;
	   color: #fff;
}

/* Sidebar */
#sidebar-wrapper {
	margin-left: -250px;
	left: 250px;
	width: 250px;
	background-color: #F2F2F2;
	border-right: 1px solid #ccc;
	position: fixed;

	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	transition: all 0.4s ease 0s;
	height: 100%;
}

li.push {
	height:80px;
}
.push {
	height:45px;
}
.sidebar-nav .fa {
	padding:0 10px;
	width:30px;
}

#page-content-wrapper {
	width: 100%;
}

.sidebar-nav {
	position: absolute;
	top: 0;
	width: 250px;

	margin: 0;
	padding: 0;
}
.sidebar-nav ul {
	list-style: none;
	padding-left:15px;
	display:none;
	transition: all 0.4s ease 0s;
}

.sidebar-nav li {
	line-height: 40px;
}
.sidebar-nav li a i {
	color:#2b7dbc;
}

.sidebar-nav li a {
	color: #585858;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;
	padding-left:3px;
	padding-right:3px;
}
.sidebar-nav li a.active {
	color: #2b7dbc;
	background: #fff;
	text-decoration: none;
	border-right: 3px solid #629cc9;
	padding-right:0;
}
.sidebar-nav li a:hover {
	color: #2b7dbc;
	background: #fff;
	text-decoration: none;
	border-left: 3px solid #629cc9;
	padding-left:0;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
	text-decoration: none;
}

li.sidebar-header {
	margin-top:10px;
	padding-left: 10px;
	font-size:12px;
	line-height:20px;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
	color:#585858;
}

.navbar-brand img {
	margin:-10px 10px 0 0;
	vertical-align: middle;
	width:159px;
	height:40px;
}

footer {
	color: #fff;
	background-color: #2E6CA2;
	padding: 17px 0 17px 0;
	border-top: 1px solid #444;
	z-index: 1000;
	position: relative;
}
footer a {
	color: #f3f3f3;
}
footer a:hover {
	color: #efefef;
}
footer .payments {
	float:right;
}
.alert {
	margin-top:25px;
	/*padding-left:60px;*/
}
.alert strong {
	font-size:1.5em;
}
.alert > i.fa {
	font-size:2.5em;
	/*margin-left:-50px;*/
	padding-right:10px;
	float:left;
}
.form-signin,.form-small {
	max-width: 400px;
	padding: 15px;
	margin: 0 auto;
}
.form-medium {
	max-width: 600px;
	padding: 15px;
	margin: 0 auto;
}
.form-large {
	max-width: 800px;
	padding: 15px;
	margin: 0 auto;
}


label.valid {
	width: 24px;
	height: 24px;
	display: inline-block;
	text-indent: -9999px;
}
label.error {
	font-weight: bold;
	color: red;
	padding: 2px 8px;
	margin-top: 2px;
}

.formrow,.formrow_horizontal {
	margin-bottom: 10px;
}
.formrow.field_boolean_set label {
	display:block;
}

.formrow_horizontal.field_boolean_set label:not(.btn) {
	display:inline-block;
	width:100px;
}

textarea#comments_hesje,
textarea#comments {
	height:100px;
}

.table-color {
	padding: 0 10px;
}
table.table-hover tr td {
	cursor:pointer;
}
.error {
	border-color:red;
}
.form-control.error:focus {
  border-color: #ff0000;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 0, 0, .6);
}
.form-control-25 {
	width:25%;
	/*display:inline;*/
}
.form-control-50 {
	width:50%;
	/*display:inline;*/
}
.form-control-75 {
	width:75%;
	/*display:inline;*/
}

#cart_summary {
	text-align: left;
	margin: 0 auto;
}
.widget-heading {
	font-size: 50px;
	margin:0;
}
.widget-text {
	margin:0;
}
.widget-bottom {
}



#breadcrumbs{
	z-index:9999;
	width: 100%;
	background-color: #F5F5F5;
	max-height: 45px;
	font-size: 12px;
	white-space:nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	-ms-overflow-x: auto;
	-ms-overflow-y: hidden;
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #ccc;
	list-style: none;
	margin:0;
	padding:0;
}

#breadcrumbs li{
	float: left;
}

#breadcrumbs a, #breadcrumbs .current{
	padding: .7em 1em .7em 2em;
	float: left;
	text-decoration: none;
	color: #585858;
	position: relative;
	background-color: #F2F2F2;
	background-image: linear-gradient(to right, #e5e5e5, #F2F2F2);
}

#breadcrumbs li:first-child a{
	padding-left: 1em;
}

#breadcrumbs a:hover{
	background: #fff;
	color:#438eb9;
}

#breadcrumbs a::after,
#breadcrumbs a::before{
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -1.5em;
	border-top: 1.5em solid transparent;
	border-bottom: 1.5em solid transparent;
	border-left: 1em solid;
	right: -1em;
}

#breadcrumbs a::after{
	z-index: 2;
	border-left-color: #F2F2F2;
}

#breadcrumbs a::before{
	border-left-color: #e5e5e5;
	right: -1.1em;
	z-index: 1;
}

#breadcrumbs a:hover::after{
	border-left-color: #fff;
}
#breadcrumbs .current{
	color: #585858;
	background: none;
}

#breadcrumbs .current::after,
#breadcrumbs .current::before{
	content: normal;
}

.btn-sm {
	margin-top:10px;
}

.table-nowrap .btn-sm {
	margin-top:0;
}

.table-nowrap {
	white-space: nowrap;
}

@media (min-width: 768px) {
	.scrollable-menu {
		height: auto;
		max-height: 200px;
		overflow-x: hidden;
	}

	.navbar-default .navbar-nav-special {
		margin-right:0;
	}
	.navbar-default .navbar-nav-special > li > a {
		padding: 15px 15px;
	}

}

@media (min-width: 1200px) {
	#footer {
		height: 120px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.widget-heading {
		font-size: 30px;
	}
}

@media (max-width:767px) {

	#wrapper {
		padding-left: 0;
	}

	#sidebar-wrapper {
		left: 0;
	}

	#wrapper.active #sidebar-wrapper {
		left: 250px;
		width: 250px;
		transition: all 0.4s ease 0s;
	}

	#menu-toggle {
		display: inline-block;
	}

}

.datepicker {
	z-index: 1000000000 !important;
}

form.creditinvoice table .field_text.form-control {
	width:100px;
}
form.creditinvoice table textarea {
}


table.cart_items {
	width:100%;
	margin:10px 0;
}
table.cart_items {
	border:1px solid #666;
}
table.cart_items td {

}
table.cart_items tr th {
	text-align: center;
	border-bottom:1px solid #000;
	font-size:16px;
	padding:5px;
	white-space: nowrap
}
table.cart_items tr td {
	padding:5px 10px;
	white-space:nowrap;
	text-align: center;
	border-bottom:1px solid #aaa;
}
table.cart_items tr.no-border td {
	border-bottom:none;
}
table#cart_total {
	width:100%;
}
table#cart_total td {
	padding: 2px 10px;
	white-space: nowrap;
}
table#cart_total td.fill {
	width:60%;
}