/* * {
   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
}

/** CARD OVERRULES AND ADDONS **/

.card-header > .card-tools {
  float: right;
  margin-right: -.625rem;
}
.btn-tool {
  background-color: transparent;
  color: #adb5bd;
  font-size: .875rem;
  margin: -.75rem 0;
  padding: .25rem .5rem;
}
.btn.btn-xs {
  padding: .125rem .25rem;
  font-size: .75rem;
  line-height: 1.5;
  border-radius: .15rem;
}
.btn-xs.btn-tool{
  padding:0 !important;
}


.card .card-title {display: inline-block;}
.card-sm .card-header,
.card-sm .card-footer  { padding: 0.35rem 0.75rem;}
.card-sm .card-body { padding: 0.75rem; }
.card-sm .table { margin-bottom:0;}
.card-sm .form-control {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
        border-top-left-radius: 0.2rem;
        border-bottom-left-radius: 0.2rem;
}
.table-sm .btn,
.card-sm .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.card-sm .input-group > .custom-select,
.card-sm .input-group > .form-control,
.card-sm .input-group > .input-group-append > .btn,
.card-sm .input-group > .input-group-append > .input-group-text,
.card-sm .input-group > .input-group-prepend > .btn,
.card-sm .input-group > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.card-sm .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.card-sm .input-group > .custom-select:not(:first-child), .card-sm  .input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: 0;
  opacity: 0.4;
  font-size: 5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
