/*.active {
  background-color: #e8e8e8;
}

.danger {
  background-color: #f2dede;
}

.light {
  background-color: #e8e8e8;
}

.success {
  background-color: #dff0d8;
}

.info {
  background-color: #d9edf7;
}

.warning {
  background-color: #fcf8e3;
}
*/

.lowqty::after {
  content: " ";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: yellow;
  top: 0;
  opacity: 0.125;
}

.badge-lowqty {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 8px;
  color: #000;
  font-weight: bold;
  border-radius: 100%;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  background-color: yellow;
  border: none;
  opacity: .5;
}

.bg-img-wall {
  background-image: url("/images/background_art_rectangle.jpg");
  background-repeat: repeat-x;
}

.selectStyle {
  background: #1E272D;
  color: #fff;
  font-size: 14px;
  height: 60px;
  padding-left: 15px;
  width: 100%;
  border: 1px solid #1E272D;
}