@import "bootstrap-datepicker.min.css";
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  text-decoration: line-through;
}
form {
  margin: 0;
}
*[hidden] {
  display: none;
}
/*Order Page*/
/*Category list (left)*/
div.category-selector {
  border: solid;
  border-width: 2px;
  border-color: grey;
  background-color: #fff;
  margin: 0 5px;
}
div.category-selector-header {
  background-color: #413838;
  height: 40px;
  width: 104%;
  margin-left: -5px;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
  margin-top: 20px;
}
div.category-selector-header p {
  margin-left: 20px;
  color: white;
  font-size: 20px;
  line-height: 40px;
}
label.category-option {
  border-top: solid;
  border-color: #7a7a7a;
  border-collapse: collapse;
  border-width: 1px;
  padding-top: 5px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
div.category-option a {
  text-decoration: none;
  color: inherit;
}
div.category-option a:hover {
  text-decoration: underline;
}
div.categories-listed {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 15px;
}
div.categories-search {
  margin-left: 5px;
  margin-top: 15px;
  margin-bottom: -5px;
}
/*Product List*/
p.supplier-more-info {
  cursor: pointer;
  color: #7a7a7a;
}
div.supplier-general-info .supplier-hours,
div.supplier-general-info .supplier-delivery-area {
  padding: 0 10px 10px 10px;
}
div.supplier-general-info p {
  margin: 0;
}
div.supplier-general-info p.supplier-info-header {
  font-weight: bold;
}
p.supplier-more-info:hover {
  text-decoration: underline;
}
div.general-discount {
  text-align: center;
  border: dotted;
  padding: 5px;
  border-color: #413838;
  border-radius: 10px;
  margin: 10px 40px;
}
div.general-discount p {
  font-size: 16px;
  background-color: #413838;
  color: white;
  padding: 3px;
  margin: 0;
  border-radius: 5px;
}
.product-section {
  border-top: 1px solid #dadada;
  padding: 5px 0;
  cursor: pointer;
}
div.product-prices span {
  line-height: 25px;
}
div.product-definition > img {
  float: left;
  width: 150px;
  height: 150px;
  padding-right: 10px;
}
p.product-list-header {
  line-height: 25px;
  font-size: 18px;
  color: #413838;
  background-image: url(/Frontend/Images/iButler/big_arrow.png);
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 15px;
  margin: 0;
  font-weight: bold;
}
p.product-list-description {
  color: #7A7A7A;
  line-height: 16px;
  font-size: 15px;
  padding-left: 15px;
  margin: 0 0 10px 0;
}
p.product-name {
  color: #000;
  font-weight: bold;
  line-height: 25px;
  vertical-align: middle;
  margin: 0;
}
p.product-description {
  color: #7A7A7A;
  margin: 0 10px 0 10px;
  line-height: 12px;
  font-size: 11px;
}
span.variety-description {
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
span.variety-price {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  font-weight: bold;
}
.ui-dialog-titlebar-close {
  line-height: 10px;
}
.ui-dialog-titlebar-close:after {
  content: '\d7';
  font-weight: bold;
}
input.add-product-button {
  background-image: url(/Frontend/Images/iButler/plus-sign.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 28px;
  height: 20px;
  border-radius: 5px;
}
div.product-prices span.product-price {
  font-weight: bold;
}
#product-item-description > img {
  width: 120px;
  height: 120px;
  float: right;
  padding-left: 5px;
}
p#product-item-list {
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}
.product-extras {
  color: #7a7a7a;
  font-size: 10px;
}
.product-customername {
  font-size: 11px;
}
label.product-variety-price {
  font-size: 8px;
}
/*Variety Popup*/
.ui-widget-header {
  background: #413838;
  color: white;
}
#select_variety_footer {
  padding-top: 5px;
}
/*Shopping Cart*/
.cart-inactive {
  display: inline-block;
  padding: 2px;
  border: solid;
  border-color: rgba(255, 0, 0, 0.3);
  border-width: 2px;
  margin: 5px 0px;
}
.cart-inactive-inner {
  margin: 0;
  padding: 2px 5px 2px 5px;
  background-color: rgba(255, 0, 0, 0.3);
  text-align: center;
}
.cart-navbar-mobile {
  display: none;
}
div#shopping_cart {
  border: solid;
  border-color: grey;
  border-width: 2px;
  z-index: 90;
  background-color: #fff;
  padding: 0 5px;
  margin: 0 5px;
}
div#shopping_cart p.cart-header {
  background-color: #413838;
  margin: 15px 0 5px -20px;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
  height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 10px 0 20px;
  color: white;
  font-size: 20px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
}
div.cart-product div.product-name {
  font-weight: bold;
  font-size: 12px;
}
div.cart-product div.product-name div {
  min-height: 20px;
}
div.cart-product .product-extras {
  margin: 0;
}
div.cart-product .product-customername {
  margin: 0;
}
div.cart-section {
  border-top: dotted;
  border-width: 2px;
  border-color: grey;
}
p.cart-delivery-method {
  margin: 5px 0 5px 0;
  font-weight: bold;
}
.cart-delivery-method.text.inline {
  display: inline-block;
  padding-left: 10px;
}
span.remove-product {
  cursor: pointer;
  background-image: url(/Frontend/Images/iButler/delete_red_10.png);
  background-repeat: no-repeat;
  height: 9px;
  width: 8px;
  background-position: center;
  display: inline-block;
}
div#discount_amount_container {
  padding: 2px;
  border: dotted;
  border-color: #413838;
  border-width: 2px;
  overflow: auto;
}
p#discount_total {
  width: 100%;
  background-color: #413838;
  color: white;
  text-align: center;
  font-weight: bold;
  line-height: 25px;
  vertical-align: middle;
  margin: 0;
}
p#order_total_discount_included,
p#order_price,
p#order_total_price {
  color: #000;
  font-weight: bold;
  line-height: 25px;
  vertical-align: middle;
  margin: 0;
}
p#order_total_discount_included span,
p#order_price span,
p#order_total_price span {
  float: right;
}
div#order_delivery_cost {
  padding: 2px;
  border: solid;
  border-color: rgba(255, 0, 0, 0.3);
  border-width: 2px;
  margin: 5px 0px;
}
div#order_delivery_cost p {
  margin: 0;
  padding: 2px 5px 2px 5px;
  background-color: rgba(255, 0, 0, 0.3);
  text-align: center;
}
div#shopping_cart input.order-button {
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  margin: 10px 0;
  padding: 5px 0;
  background-color: #1a4012 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#398f28", endColorstr="#193f11");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#398f28), to(#193f11));
  background-image: -moz-linear-gradient(top, #398f28, #193f11);
  background-image: -ms-linear-gradient(top, #398f28, #193f11);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398f28), color-stop(100%, #193f11));
  background-image: -webkit-linear-gradient(top, #398f28, #193f11);
  background-image: -o-linear-gradient(top, #398f28, #193f11);
  background-image: linear-gradient(#398f28, #193f11);
  border-color: #193f11 #193f11 #122c0c;
  color: #fff !important;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
/*div#shopping_cart input.order-button {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    margin: 10px 0;
    padding: 5px 0;*/
/*color: rgb(122, 122, 122);
    cursor: pointer;
    background: transparent;
    border: none;
    margin: 0;*/
/*}*/
div#shopping_cart_items {
  margin: 5px 0px;
  display: inline-block;
  width: 100%;
}
div#shopping_cart_items > div:first-child {
  margin-top: 5px;
}
/*Select product Pop-up*/
.ui-dialog {
  z-index: 10000 !important;
}
.ui-accordion-content {
  padding: 5px !important;
}
.accordion-product-item {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
.accordion-product-item label {
  margin: 0;
}
.accordion-product-item label span:nth-child(2) {
  width: 70%;
}
.accordion-product-item label span:nth-child(3) {
  width: 30%;
}
/*Select Area Pop-up*/
#other_supplier_areas {
  text-align: center;
}
#other_supplier_areas input {
  width: 99%;
}
/*Address and Payment Page*/
#checkout_page h1 {
  border-bottom: solid black;
  font-size: 22px;
  line-height: 26px;
}
#checkout_page h1 a {
  font-size: 14px;
}
#checkout_page h2 {
  /*border-bottom: solid black;*/

  font-size: 18px;
  line-height: 22px;
}
#frmLoginCheckout label,
#frmLoginCheckout input {
  margin: 0 20px 0 0;
}
#frmLoginCheckout {
  margin: 0;
}
option[disabled] {
  background-color: lightgrey;
  color: grey;
}
#final_total_price {
  border: solid grey 1px;
  font-size: 18px;
  padding: 5px;
}
.checkout-payment-method {
  width: 100%!important;
  display: inline-block;
  vertical-align: top;
}
div#total_div {
  border: solid;
  border-color: grey;
  border-width: thin;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-top: 10px;
  background-image: linear-gradient(#ffffff, #e8e8e8);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.24, #e8e8e8), color-stop(0.62, #ffffff));
}
div#total_div p.cart-price {
  font-size: 18px;
  margin: 0;
  text-align: center;
}
input.field-required {
  border: solid blue 1px;
}
input.marked-as-required {
  border: solid red 1px;
}
.field-label-required:after {
  color: blue;
  content: ' *';
  display: inline;
}
/*Confirmation Page*/
#order_info_review h1 {
  border-bottom: solid black;
  font-size: 22px;
  line-height: 26px;
}
#order_info_review h2 {
  font-size: 18px;
  line-height: 22px;
}
/*PaymentResult Page*/
#PaymentResultPage h1 {
  border-bottom: solid black;
  font-size: 22px;
  line-height: 26px;
}
#PaymentResultPage h2 {
  font-size: 18px;
  line-height: 22px;
}
#OrderDeliveryDayNotToday,
#NoValidAddress {
  color: red;
  font-weight: bold;
  text-align: right;
  display: none;
}
#deliverynotallowed,
#deliveryrequested {
  display: none;
  text-align: center;
  padding: 5px;
}
#deliverynotallowed {
  border: 2px solid red;
}
#deliveryrequested {
  border: 2px solid #f0ad4e;
}
#deliverynotallowed b {
  color: red;
  font-weight: bold;
}
#deliveryrequested b {
  color: #f0ad4e;
  font-weight: bold;
}
/*Loading icon*/
.spin {
  -webkit-animation: spin .7s infinite linear;
  -moz-animation: spin .7s infinite linear;
  -o-animation: spin .7s infinite linear;
  animation: spin .7s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: scale(1) rotate(0deg);
  }
  to {
    -moz-transform: scale(1) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: scale(1) rotate(0deg);
  }
  to {
    -webkit-transform: scale(1) rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}
.cart-mobile-controls {
  display: none;
}
@media (min-width: 1200px) {
  /*Order Page*/
  /*Category list (left)*/
  div.category-selector,
  div#shopping_cart {
    width: 250px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  /*Order Page*/
  /*Category list (left)*/
  div.category-selector,
  div#shopping_cart {
    width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  /*Order Page*/
  /*Category list (left)*/
  div.category-selector,
  div#shopping_cart {
    width: 146px;
  }
  /*Address Page*/
  div#shopping_cart p.cart-header {
    padding: 0 30px 0 5px;
  }
}
@media (max-width: 767px) {
  /*Order Page*/
  /*Category list (left)*/
  div.category-selector,
  div#shopping_cart {
    width: 97%;
    position: relative;
  }
  .supplier-general-info {
    display: none;
  }
  #product_list_container,
  #shopping_cart {
    margin-top: 25px;
  }
  .product-section .span9 {
    float: left;
    width: 75%;
  }
  .product-section .span3 {
    float: right;
    width: 25%;
  }
  .product-section .span6 {
    float: left;
    width: 50%;
  }
  /*Cart*/
  .cart-mobile-controls {
    display: block;
    padding: 5px;
  }
  .cart-mobile-controls a {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    padding: 5px 0;
  }
  .cart-product .product-name .span8 {
    float: left;
    width: 66%;
  }
  .cart-product .product-name .span4 {
    float: right;
    width: 33%;
  }
  /*Menu*/
  .add-product-button {
    display: none;
  }
  .cart-navbar-mobile {
    display: block;
    position: fixed;
    bottom: 0;
    margin: 0;
  }
  .cart-navbar-mobile .menu-container {
    width: 100%;
  }
  .cart-navbar-mobile .menu-item {
    width: 50%;
    float: left;
    text-align: center;
    padding: 5px 0;
  }
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #ffffff;
}
.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 108px;
  }
}
@media all and (min-width: 241px) and (max-width: 320px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 128px;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 192px;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 300px;
  }
}
