﻿.ui-autocomplete-loading{background:white url('img/ajax_loader_small.gif') right center no-repeat;}
.ordersku-content {
  margin-bottom: 10px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  vertical-align: middle;
}
.ordersku-content thead{
    border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}
#tempcart .green,#tempcart .red {
    display: block;
    margin: auto;
    height: 22px;
    width: 22px;
    border-radius: 16px;
    cursor: pointer;
}
#tempcart .green {
  background-color: #468942;
}
#tempcart .red {
  background-color: #da0019;
}
.ordersku-content th {
    background: none repeat scroll 0px 0px #404040;
    color: #FFF;
    border-right: 1px solid #6A6A6A;
    height: 20px;
    padding: 2px 8px;
    vertical-align: middle;
    white-space: nowrap;
}
.ordersku-content td {
    border-bottom: 1px solid #C5C5C5;
    vertical-align: middle;
    line-height: 20px;
}
.ordersku-content .qty-input {
    border: 1px solid #E3E3E3;
    font-size: 12px;
    text-align: right;
    width: 40px;
}
.header .icon-ordersku {
    padding-left: 10px;
    /*padding-bottom: 5px;*/
}
.header .ico-ordersku span {
    float: left;
}

.add-to-cart-by-sku,
.product-box-add-to-cart-order-sku {
    float: left;
    min-width: 86px;
    height: 36px;
    border: none;
    background-color: #ae0e1d;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-left: 5px;
    font-weight: bold;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
}
.add-to-cart-by-sku:hover,
.product-box-add-to-cart-order-sku:hover {
    background-color: #fff;
    color: #221e1f;
    font-weight: bold;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.15);
    transition: all 0.2s linear;
    
    
}
@media (min-width: 1101px) {
    .add-to-cart-by-sku,
    .product-box-add-to-cart-order-sku {
        height: 60px;
    }
}