
body { padding-top: 5px; padding-bottom: 50px; }

.form-control { border-width: 2px; }

.product_amount, .product_stock { text-align: center; width: 60px; }

.product_price { text-align: center; width: 100px; }

.product_picture { position: relative; width: 50px; height: 50px; }
.product_picture img.img-thumbnail { display: none; position: absolute; left: 50px; top: -50px; max-width: 200px; }


/* items-list */
.items-list { margin-bottom: 15px;  border: 1px solid #ddd;  border-radius: 4px; }
.items-list__image-wrapper { position: relative; }
.items-list__content {
  line-height: 15px;
  background: url(images/productcard_bg_list.gif) center bottom repeat-x;
  height: 160px;
  border-radius: 0 4px 4px 0;
  padding: 5px 0;
}
.items-list__price-inner { padding: 0; }
.items-list__price { border-left: 1px solid #ddd; padding-left: 80px; width: 100px; height: 160px; }
.items-list__price-wrapper { height: 100px; }
.items-list__amount-wrapper { width: 150px; margin-bottom: 5px; line-height: 34px; }
.items-list__amount-title { float: left; margin-right: 5px; }
.items-list__amount { margin-left: 90px; }
.items-list__title { margin-bottom: 5px; }
.items-list__inf { margin-bottom: 5px; }


/* items-tile */
.items-tile { float: left; width: 160px; margin: 0 0 20px 20px; text-align:center; list-style-type: none; }
.items-tile__inner { background: url(images/productcard_bg_list.gif) center bottom repeat-x; height: 550px; border-color: #ddd; }
.items-tile__inner:hover {
  -moz-box-shadow: 0px 0px 10px #cfcfd4;
  -webkit-box-shadow: 0px 0px 10px #cfcfd4;
  box-shadow: 0px 0px 10px #cfcfd4; 
}
.items-tile__title { font-size: 15px; line-height: 15px; height: 31px; overflow: hidden; }
.items-tile__img { height: 150px;  width: 150px; }
.items-tile__inf-wrapper { width: 150px; margin-bottom: 5px; }
.items-tile__inf-title { float: left; }
.items-tile__inf { overflow: hidden; text-align: right; }
.items-tile__bar-cod-wrapper { width: 150px; margin-bottom: 5px; }
.items-tile__bar-cod-title { }
.items-tile__bar-cod { overflow: hidden; height: 16px; }
.items-tile__prices { height: 100px; clear: both; }
.items-tile__price-wrapper {  width: 150px; margin-bottom: 5px;}
.items-tile__price-title { float: left; }
.items-tile__price { overflow: hidden; text-align: right; }
.items-tile__amount-wrapper { width: 150px; margin-bottom: 5px; line-height: 34px; }
.items-tile__amount-title { float: left; margin-right: 5px; }
.items-tile__amount { margin-left: 90px; }

/* seen items */
.seen__item { margin-bottom: 10px; }
.seen__item-image { float: left; width: 60px; height: 60px; }
.seen__item-title { height: 40px; overflow: hidden; }
.seen__item-price { font-weight: bold; }



.order_icon { color: black; font-size: 24px; margin: 5px; float: right; }



.img-responsive-height { display: block; max-width: 100%; max-height: 100%; width: auto; }



.product_amount-warning { border-color: #a94442; }



.select2-selection { border-width: 2px !important; }



.app-batch-cart {  }
.app-batch-cart__textarea-label { white-space: nowrap; overflow: hidden; }
.app-batch-cart__textarea { resize: none; overflow: hidden; width: 100%; height: 2500px; line-height: 25px; border: 1px solid #999; padding: 0; margin: 4px 0 0 0; }
.app-batch-cart__products { line-height: 25px; }
.app-batch-cart__products-row {  }
.app-batch-cart__products-row:nth-of-type(odd) { background: #f9f9f9; }
.app-batch-cart__products_loading { color: #999999; }
.app-batch-cart__submit {  }



.client_debt_btn { color: red; text-decoration: underline; }
.client_debt_btn:hover { color: red; }
.client_debt_btn:focus { color: red; }
.client_debt_modal textarea { width: 100%; height: 100px; resize: none; }



.search__results th { white-space: nowrap; }



.search-head { background: white; position: fixed; display: none; top: 0; box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.5); z-index: 100; overflow: hidden; white-space: nowrap; }
.search-head_visible { display: block; }
.search-head th { display: inline-block; }
.search-head__up { display: none; position: fixed; left: 50%; bottom: 10px; margin-left: -25px; width: 50px; height: 50px; background: #ffffff; box-shadow: 0 3px 6px rgba(0, 0, 0, .75); border-radius: 100px; cursor: pointer; line-height: 50px; text-align: center; }
.search-head_visible .search-head__up { display: block; }



.is-guest .guest-hidden { display: none !important; }



.app-batch-scanner + .input-group-addon { border-width: 2px; }
.app-batch-scanner:focus + .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #66afe9; }



.app-pages {  }
.app-pages__item { min-height: 50px; margin-bottom: 15px; }
.app-pages__item-image { width: 50px; height: 50px; margin: 0 5px 5px 0; float: left; }
.app-pages__item-image img { width: 100%; height: auto; }
.app-pages__item-date {  }
.app-pages__item-title { font-weight: bold; }
.app-pages__item-snippet {  }
