@import url('base.css');
@import url('facets.css');
@import url('products.css');

#navigation-bar {
    background-color: white;
    padding: 10px;
    margin: -10px -8px 10px -10px;
    border-bottom: 1px solid #eee;    
}

.image {
  background-color: white;
}

.animal-image .image {
  border: 1px solid #ccc;
  padding: 2px;
  margin: -2px;
  box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
}

.loading {
    background-image: url(../images/spinner.gif);
}

.debug {
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 1px;
	font-size: 8px;
	color: #aaa;
	float: right;
	display: block;
	margin-left: -100px;
}

td.product-price .is-action {
    display: block;
    color: white !important;
    background-color: red;
    padding: 0 5px;
    margin: 0 -5px;	
    border-radius: 5px;
}

.corner-ribbon{
	width: 110px;
	/* background: #e43; */
	position: absolute;
	text-align: center;
	line-height: 15px;
	color: #f0f0f0;
	text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
}
.corner-ribbon-detail-page{
	width: 110px;
	/* background: #e43; */
	position: relative;
	text-align: center;
	line-height: 15px;
	color: #f0f0f0;
	text-transform: uppercase;
    font-size: 8px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 15px;
}
.corner-ribbon.shadow, .corner-ribbon-detail-page.shadow{
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.corner-ribbon.bottom-right{
	top: auto;
	right: -40px;
	bottom: 10px;
	left: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.corner-ribbon-detail-page.bottom-right-detail-page{
	top: auto;
    right: -262px;
    bottom: 29px;
    z-index: 2;
	left: auto;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.corner-ribbon-detail-page.top-left-detail-page{
	top: -235px;
	left: -43px;
	z-index: 2;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.corner-ribbon.blue, .corner-ribbon-detail-page.blue {
	background: #6f98ed;
}
.corner-ribbon.red, .corner-ribbon-detail-page.red  {
	background: #ff2600;
}
.corner-ribbon.orange, .corner-ribbon-detail-page.orange  {
	background: #ee8822;
}
.corner-ribbon.blank, .corner-ribbon-detail-page.blank  {
	background: transparent;
	color: transparent;
}

.isInSire {
	margin-top: 13px;
}
h1.isInsireTag:after {
	content: " ";
	position: absolute;
	background: url(../images/icons/Logo_InSire.svg) no-repeat;
	height: 10px;
	width:41px;
    margin: 20px 0 0 5px;
}
td.product-price .formatted-price {
    clear: right;
    float: right;
}

div.product.is-action .price {
    color: red !important;
}


/* Sementype filtering */
.sementype-filtered .product-price-type-C, 
.sementype-filtered .product-price-type-F, 
.sementype-filtered .product-price-type-M {
	color: #888;
	display: none;
}
.sementype-filter-C .product-price-type-C {
	color: #000;
	display: inline;
}
.sementype-filter-F .product-price-type-F {
	color: #000;
	display: inline;
}
.sementype-filter-M .product-price-type-M {
	color: #000;
	display: inline;
}

/* webshop.css ============================================================= */

/* Forms */
.instructions {
    float: left;
    display: inline;
    clear: both;
    margin-left: 160px;
    margin-right: -160px;
    color: #888;
    font-size: 9pt;
}

.mandatory {
    font-weight: bold;
    color: #333;
    background-image: url(../images/red-star.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    padding-right: 15px;
    margin-left: -15px;
}
.mandatory-instruction {
	width: 15px;
	height: 15px;
	display: inline-block;
    background-image: url(../images/red-star.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.fieldset-submit {
    border: 0;
    margin: 0;
    padding: 0;
}

/* Registration */
.delivery-address-id {
    float: left;
}
.delivery-address {
    float: left;
    margin-left: 10px;
    margin-right: 20px;
}
.customer-name {
    font-weight: bold;
}

textarea,
input.text,
input.password {
    display: inline;
    float: left;
    font-size: 10pt;
    height: 16px;
    border-top: 1px solid #89f;
    border-right: 1px solid #cdf;
    border-bottom: 1px solid #cdf;
    border-left: 1px solid #89f;
    padding: 2px;
    background-color: #f8f8ff;
    margin-top: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

input.checkbox,
input.radio {
    display: inline;
    /*float: left;*/
    height: 16px;
    /*margin-top: 10px;*/
}

.normal input.radio {
    float: none;
    margin: 0;
}

input[type=text]:focus,
input.text:focus,
input[type=password]:focus,
input.password:focus {
    border-top: 1px solid #c96;
    border-right: 1px solid #da8;
    border-bottom: 1px solid #da8;
    border-left: 1px solid #c96;
    background-color: #ffffee;
}

.account select {
    float: left;
    height: 20px;
    border-top: 1px solid #888;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #888;
    padding: 0;
    background-color: #f8f8f8;
    margin-top: 10px;
    font-size: 10pt;
}

/* Order overview */
.order-item-price, 
.order-item-total, 
.order-total,
.order-total-discount,
.order-item-discount,
.order-total-charge,
.order-item-qty,
.order-item-qty option {
    text-align: right;
}

.order-item-qty,
.order-item-price,
.order-item-total,
.order-item-discount {
	width: 70px;
}
.order-item-qty-dropdown {
	width: 50px;
}

.order-item-delivery-atp td {
    width: 1px;
    background-position-x:0;
}

.order-item-delivery-time {
    padding-left:0;
}

.order-item-atp, .atp {
    width: 16px;
	height: 16px;
    display: inline-block;
    margin-right: 5px;
}
.order-item-undeliverable td {
	text-decoration: line-through;
}
.order-item-remove {
    width: 16px;
    height: 16px;
    background-image: url(../images/silk/cart_remove.png)
}
.order-subtotal {
    text-align: right;
}

.loading, .atp-yes, .atp-soon, .atp-notsure, .atp-error {
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom:-4px;
    /*cursor: help;*/
}
.loading {
    background-image: url(../images/spinner.gif);
    font-size: 9px;
}
.atp-yes {
    background-image: url(../images/greenlight.png);
}
.atp-soon {
    background-image: url(../images/orangelight.png);
}
.atp-notsure {
    background-image: url(../images/redlight.png);
}
.atp-error {
    background-image: url(../images/alert.png);
}

.delivery-time {
    font-size:8pt;
    float: right;
    margin-top:-2px;
    margin-bottom: 5px;
}

.delivery-time-yes {
    color:green;
}

.delivery-time-soon {
    color:orange;
}

.delivery-time-notsure {
    color:red;
}

.delivery-time-error {
    color:red;
}

table.wave-order {
    border-top: 5px solid #004685;
}

.wave-order {
    border: 0px; 
    width: 100%;
    color: black;
}

.wave-order thead th, .wave-order tbody td, .wave-order tbody th, .wave-order tfoot td {
    padding: 10px; 
}

.wave-order th {
    padding: 10px;
    border: inherit; 
}

.grey {
	background-color: #f2f2f2;
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.right {
    text-align: right;
    float: inherit;
}

#promote-planned-visit {
    border: 1px solid #ccc;
    border-radius: 5px;
    float:left;
    padding: 20px;
    margin-top: -30px;
    margin-left: -30px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    width: 410px;
}
#promote-planned-visit h2 {
    font-size: 24px;
    color: black;
    font-weight: bold;
}
#promote-planned-visit p {
    font-family: ProxymaNova-Light, Arial;
    font-size:18px;
}
#promote-planned-visit-pointer {
    margin-left:-30px;
    margin-top:33px;
    float:left;
}

.price {
    font-size: 16px;
}

.open-order td {
    color: #aaa;
}
.product {
  padding: 10px; 
  margin-bottom: 5px;
  background-color: white;
}
.siryx-label {
  font-weight: bold;
  color: #1c4680;
  background-color: #eee;
  border: 1px solid #d8d8d8;
  font-size: 9px;
  padding: 2px;
  border-radius: 3px;
}
/* Checkout */
.checkout-help {
    float: right;
    margin-top:-30px;
}

/* Priority popup styling */
.rush-order-info, .datasource-info {
    white-space: normal;
    box-sizing: content-box;
    display: none;
    z-index: 10000;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -230px;
    width: 550px;
    border: 10px solid #ccc;
    background-color: white;
    padding: 20px;
    box-shadow: 0 0 100px silver;
}

.detailFooter {
    margin-bottom: 10px;
    width: auto;
}

.datewrap {
    white-space: nowrap;
}
