.table-container table th.t-datum {
	width:80px !important;
	font-size: 80%;
}
.table-container table th span{
	float: right;
}
.table-container table td.ordercount {
	min-width: unset !important;
	width:80px !important;
	height: unset !important;
}
.table-container table td.ordercount > div {
	margin: auto;
	width:30px;
	height:30px;
	border-radius: 50%;
	line-height: 30px;
	color:#000;
	font-weight: 700;
}
.table-container table td.ordercount .a-none {
	background:#fd8181;
}
.table-container table td.ordercount .a-partly {
	background:#8acaf7;
}
.table-container table td.ordercount .a-available {
	background:#c7e9c7;
}
.table-container table td.ordercount .a-rented {
	background: #bbb;
}
[data-toggle='popover'] {
	cursor: pointer;
}
.popover-content {
    padding: 9px 14px;
    white-space: nowrap;
}
.modal {
	z-index: 1080;
}

/*
.checkout h1 {
	clear: both;
	background: #03A9F4;
	border-bottom: 5px solid #026998;
	color: #fff;	
	margin-bottom: 10px;
	padding: 10px;
	font-size: 22px;
	font-weight: 900;
	border-radius: 0;
	text-align: center;
}
*/
.checkout hr {
	border: 0;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}

.checkout-head {
	background: #eee;
	border-bottom: 3px solid #aaa;
	font-weight: bold;
	padding: 10px 10px 10px 0;
	margin-bottom: 5px;
}
.checkout-row {
	clear: both;	
	padding: 0 10px 0 0;
	margin-bottom: 20px;
}
.checkout-row .option_desc {
	font-size: 85%;
	font-weight: 700;
	padding: 2px 2px 2px 5px;
	color: #555;
	font-style: italic;
	line-height: 1.2;
	margin-bottom: 5px;
}
.checkout-amount {
	width: 70px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
}
.checkout-sku {
	width: 75px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	display:none;
}
.checkout-article {
	font-weight: 900;
	/* width: calc(100% - 320px); */
	display: inline-block;
	vertical-align: top;
}
.checkout-pricing {
	float:right;
	display: inline-block;
	vertical-align: top;
}
.checkout-price {
	width: 100px;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.checkout-tax {
	display: inline-block;
	width: 60px;
	text-align: right;
	display:none;
}
.checkout-total {
	width: 100px;
	font-weight: 900;
	text-align: right;
	display: inline-block;
	vertical-align: top;
}
.checkout-totals {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #333;
	width:100%;
	max-width: 100%;
	float: right;
}
.checkout-totals i {
	font-size: 80%;
}

.checkout-totals div {
	text-align: right;
}
.checkout-remove{
	float: right;
	margin: 0 -10px 0 5px;
}
.checkout-right {
	display: inline-block;
	width: 100px;
	font-weight: 900;
	text-align: right;
}
.checkout-clearfix,.clearboth {
	clear: both;
	line-height: 0;
}

.checkout-field { 
	position: relative;
	display: block;
	width: 100%;
	font-size: 14px;
	margin-top: 15px;
}
.checkout-field textarea, .checkout-field input[type=text], .checkout-field input[type=email], .checkout-field input[type=password]  {
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
}
.checkout-field.missing textarea, .checkout-field.missing input[type=text], .checkout-field.missing input[type=email], .checkout-field.missing input[type=password]  {
	border: 1px solid #ff4040 !important;
}


.checkout-field.active .placeholder {
  top: -15px;
  left: 0px;
  padding: 0;
  max-width: 100%;
  background-color: transparent;
  color: #03A9F4;
  font-size: 12px;
  line-height: 14px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.checkout-field.active input:not(:focus):not(:hover) ~ .placeholder {
  /* color: #fec8c9; */
}
.checkout-field input:focus, .checkout-field input:hover {
  border-color: #03A9F4 !important;
  box-shadow: none !important;
}
.checkout-field .placeholder {
	overflow: hidden;
	max-width: 80%;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	padding: 0 10px;
	color: #03A9F4;
	white-space: nowrap;
	letter-spacing: .2px;
	font-weight: normal;
	font-size: 14px;
	-webkit-transition: all, .2s;
	transition: all, .2s;
	-webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	pointer-events: none;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkout-field.missing .placeholder {
	color: #ff4040 !important;
}

.checkout .discount {
	position: relative;
	margin-bottom: 10px;
}

.checkout .discount-text {
	vertical-align: middle;
}

.checkout .discount-submit {
	cursor: pointer;
	margin: 0px;
	padding: 5px 15px;
	background: #03A9F4;
	border: 0;
	border-bottom: 5px solid #026998;
	color: #fff;
	font-weight:bold;
	vertical-align: middle;
}
.checkout .discount-submit:hover {  	
	background: #fff;
	color: #026998;
}

.checkout .discount-code {
	vertical-align: middle;
	padding: 5px;
	font-family: inherit;
	font-size: inherit;
	width: 140px;
	border: 1px solid #ccc;
	margin: 0 10px;
}
.checkout .discount-code:focus, .checkout .discount-code:hover {
	border-color: #03A9F4 !important;
	box-shadow: none !important;
}
.checkout .shoppingaction.sminus {
	float: left;
	border: 1px solid #eee;
	padding: 0 5px;
}
.checkout .shoppingaction.splus {
	float: right;
	border: 1px solid #eee;
	padding: 0 5px;
}
.checkout-message {
	background: #4bae4b;
	border-bottom: 5px solid #146c14;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: 900;
}

.checkout-error {
    color: #ffffff;
	background: #ff7777;
	border-bottom: 5px solid #cc0a0a;
	padding: 10px;
	font-weight: 900;
	margin-top: 30px;
}
.fadeout {
	display:none;
}



@media screen and (max-width: 768px) {
	.checkout .checkout-head { display: none; } 
	.checkout .checkout-sku { display: none;  }
	.checkout .checkout-price { display: none;  }
	.checkout .checkout-tax { display: none;  }
	.checkout .checkout-remove { display:none;}
	.checkout .checkout-total {width: 60px;}
	.checkout .discount-text {display: block;margin-bottom: 5px;}
	.checkout .checkout-pricing { display:block; float: none; margin-left: 75px; text-align: left;}
	.checkout .checkout-total { text-align: left;}
	.checkout .checkout-row { background: #eee; margin-bottom: 10px; padding: 5px 10px 5px 0; }
}


.inlineform .shippping {
	padding: 10px 15px;
	background: #03A9F4;
	color: #fff;
	border: 1px solid #03A9F4;
	font-weight:bold;
}
.inlineform .shippping:hover {  	
	background: #fff;
	color: #03A9F4;
}
.inlineform .loginfields,
.inlineform .checkoutfields,
.inlineform .shipfields {
	padding:0;
	margin: 0;
	border: 0;
}

/*
.inlineform .login {
	cursor: pointer;
	color: #f77;
	text-decoration: underline;
}
*/
.inlineform .loginform {
	display:none;
}
.inlineform .shippingform {
	display:none;
}

.red {
	color: #f00;
	font-size: 12px;
}
.full {
	width: 100%;
}
.half {
	width: 49%;
	float: left;
}
.onethird {
	width: 33%;
	float: left;
}
.twothird {
	width: 66%;
	float: left;
}
.error {
	background-color: #ff4040 !important;
	border: 1px solid #ff4040 !important;
	color: #fff !important;
	padding: 20px;
	margin: -15px 0 20px 0;
	font-weight: 900;
}

.hidden {
	display: none;
}


.inlineform .submit {  	
	cursor: pointer;
	float: left;
	margin-top:2px;
	padding: 10px 15px;
	background: #03A9F4;
	border: 0;
	border-bottom: 5px solid #026998;
	color: #fff;
	font-weight:bold;
}
.inlineform .submit:hover {  	
	background: #fff;
	color: #026998;
}

.inlineform .cancel {  	
	cursor: pointer;
	float: right;
	margin-top:2px;
	padding: 10px 15px;
	background: #ed7700;
	border: 0;
	border-bottom: 5px solid #994e03;
	color: #fff;
	font-weight:bold;
}
.inlineform .cancel:hover {  	
	background: #fff;
	color: #ed7700;
}



.inlineform .left { float: left; }
.inlineform .right { float: right; } 


.greybg {
	background: #f7f7f7;
	padding: 20px;
	margin-bottom:20px;
}
.delivery h3 {
	font-family: 'Kalam', cursive;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 700;
}
.pickuplabel, .returnlabel {
	vertical-align: top;
	display: inline-block;
	/* width: 350px; */
	max-width: 100%;
	margin-bottom: 10px;
	margin-right: 10px;
}
.pickupselect, .returnselect {
	/* vertical-align: top; */
	padding: 5px 10px;
	border: 1px solid #ccc;
	width: 300px;
	margin-top: -10px;
}

ul.week {
    max-height: 50vh;
    overflow: auto;
    margin-top: 15px;
}
