﻿body { overflow: visible !important; }

#presentation-header { width: 100%; }
#presentation-header #presentation-info { float: left; }
#presentation-header #presentation-actions { float: right; }

#product-list li { float: left; padding: 0; }
#product-list li img { padding-top: 7px; }
#product-list li .prodTile { height: 155px; }
#product-list li .prodName { margin-top: 10px; }
#product-list .prodVSTag { bottom: 0; top: auto; }

.pager-button.disabled { display: none; }

.productCollectionPanel {  border: 1px solid #CCC; border-width: 1px 0; padding: 10px 0; margin: 10px 0; }
.productListControls { line-height: 30px; }
.productListControls span, 
.productListControls a { padding-right: 5px; margin-right: 5px; }
.productListControls span, .productListControls .pager-button { font-weight: bold; }

.ProductDetailsBasic { margin-top: 10px; }
.prodImg > img { max-height: 300px; max-width: 300px; }
.prprod_name { font-size: 20px; }

.grid_9 .prprod_price { clear: left; padding-top: 20px; }
.grid_9 .prcQuantRowHead { width: 100px; }

.prodField { margin-bottom: 10px; }
.prcQuantRowHead { font-weight: bold; }

#presentation-actions .returnToPresentation { margin-right: 20px; vertical-align: middle; }

.pageControls { text-align: right; margin-bottom: 15px; }
.pageControls a, .pageControls a:link, .pageControls a:visited, .pageControls a:hover, .pageControls a:active { color: #888; border-right: 1px solid #888; padding: 0 10px; }
.pageControls a:last-child { border-right: none; padding-right: 0; }
.prodField strong{ float: left; margin-right: 5px; }
.prodField img { border-width: 0px; float: left; margin-right: 2px; line-height: 1; height: 16px; }
.presentation-comments-container {
  max-height: 80vh;
  overflow-y: scroll;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.well-light {
  background-color: #e7edf9;
  border: 1px solid #dde3ef;
}
.t-45 {
  position: relative;
  top: -45px;
  width: 40%;
}
.presentation-product-comment-link a, .presentation-product-comment-link a:active, .presentation-product-comment-link a:hover, .presentation-product-comment-link a:link, .presentation-product-comment-link a:visited {
  color: #000;
  text-decoration: none;
}
.badge-container {
  position: relative;
}
.badge-container .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #1d82d0;
  padding: 0 5px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 16px;
  z-index: 3;
  text-align: center;
  font-size: 11px;
  box-shadow: -1px 1px 1px 1px rgba(0,0,0,.3);
}
.pad-right-5 {
  padding-right: 5px;
}
.presentation-product-comment-link .fa {
  font-size: 20px;
}
.presentation-product-comment-link .comment-link {
  font-size: 14px;
  cursor: pointer;
}
.presentation-product-comment-link .comment-text {
  margin-left: 15px;
}
.presentation-comments .comments-list .comment-list-item {
  padding: 0;
  margin: 0 0 15px;
}
.presentation-comments .comments-list .well {
  margin-bottom: 0;
}
.presentation-comments .comments-list p {
  white-space: pre-wrap;
  word-wrap: break-word;
  margin-bottom: 0 !important;
}
.commenter-name {
  height: 30px !important;
}
.noteContent {
  width: 100%;
  height: 70px;
}

.comments-error {
  display: none;
  color: red;
  font-size: 12px;
}
.text-right {
  text-align: right;
}

.form-control {
  width: 100%;
  padding: 4px;
  border: 1px solid #B3B3B3;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 6px;
  resize: vertical;
}

.close {
  float: right;
  font-size: 21px;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  border: none;
  font-weight: 700;
}
.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn-primary {
  color: #fff;
  background-color: #1c69af;
  background-image: none;
  border-color: #1967a5;
}