/* * {
   font-size: 20px;
   line-height: 1.428;
} */


div.isLoading {

    position: fixed;
    z-index: 11000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,.85);

}
div.isLoading i {

    position: absolute;
    font-size: 3em;
    top: calc(50%);
    left: calc(50% - .5em );

}
.accordion-body {
    padding: 0.5rem 0.625rem;
}

div.topBar {
  position: fixed;
  top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  background:#EFEFEF;
  border-bottom:solid 1px #CCC;
  z-index:100;
}
.row.productRow.confirmed{
   opacity: 0.15;
}
.row.productRow.confirmed .manualButton{
  display:none;
}
.row.productRow:nth-child(odd) {
  background-color: #F6F6F6;
}
 img.productIcon { max-height:80px;
   margin:5px auto
 }
 #productPickModal .bg-warning .alreadyPicked {
   display:block !important;
 }

 .locationUnknown {
   color:#C00;
   font-weight:700;
 }

 .card-sticky {
 position: -webkit-sticky; /* Safari */
 position: sticky;
 top:70px
}
