.generatePicklist,
.managePicklist,
.scanPacklist,
.detailExportPicklist,
.exportPicklist,
.picklistSettings,
.processHistory {
  float: right;
  margin-top: 2px;
  text-decoration: none !important;
}
#tbGeneratePicklistLog_wrapper {
  margin: 1rem 0;
}
#tbGeneratePicklistLog_wrapper thead .form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: 0.5rem;
  zoom: 1.4;
}
#tbGeneratePicklistLog_wrapper .form-check-input {
  position: absolute;
  margin-top: -0.4rem;
  margin-left: 2.3rem;
  zoom: 1.4;
}
#printPicklistLog .modal-dialog,
#printlistSettings .modal-dialog {
  max-width: 500px !important;
}
.popover .arrow {
  top: auto !important;
}
#skuPicklistModal .modal-dialog,
#picklistSettingsModal .modal-dialog,
#deletePicklistModal .modal-dialog {
  max-width: 400px !important;
}
#processHistoryModal .modal-dialog {
  max-width: 850px !important;
}
.order-details .gift-wrapper p span {
  font-weight: bold;
}
.order-details .gift-wrapper p {
  flex-basis: 33%;
  margin-bottom: 5px;
}
.order-details {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
.order-details:last-child {
  border-bottom: 0;
}
.box-shadow1 {
  box-shadow: 1px 2px 4px #777;
}
.orderStatusBox span,
.orderDetailBox span {
  font-size: 13px;
}
.orderStatusBox p {
  word-break: break-all;
  font-weight: bold;
}
.modal-dialog {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
}
select#fulfillmentLocationSelectId {
  height: 30px;
  width: 100%;
  background: white;
  border-radius: 5px;
}
.partnerLineHeight .selectize-control {
  line-height: 0;
}
.partnerSelectDisabled {
  pointer-events: none;
  opacity: 0.4;
}
.incColWid tbody tr:first-child td:first-child {
  width: 102px !important;
}

input#chkBoxId.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: 0.25rem;
}
/* .colWid tbody tr:first-child td:first-child {
	width:65px !important;
} */
/* .colWid tbody tr:first-child td:first-child {
	width:60px !important;
}
.colWid tbody tr:first-child td:nth-child(2) {
	width:80px !important;
} */

#tbGeneratedPicklist tr th:nth-child(1) {
  width: 7% !important;
}
#tbGeneratedPicklist tr th:nth-child(8) {
  width: 7% !important;
}
td:has(.red) {
  background: red;
  color: white;
}

.box-shadow2 {
  box-shadow: 1px 2px 4px #777;
}
.box-shadow2:active {
  box-shadow: 1px 2px 4px #777;
  background-color: #e1e9f1;
}

.add-new-box:hover i {
  transform: rotate(90deg);
  transition: 400ms all ease-out;
}
.add-new-box {
  height: 28px;
  width: 28px !important;
  border-radius: 50% !important;
  position: relative;
}
.add-new-box i {
  position: absolute;
  top: 30%;
  left: 30%;
}


.bookHover:hover {
	border: 2px solid #afca0b;
}

.volumeBookCross {
  color: #afca0b !important;
  text-align: right !important;
  padding-top: 0 !important;
  font-weight: bold !important;
  font-size: 22px !important;
  cursor: pointer !important;
  opacity: 0.5 !important;
  text-decoration: none !important;
  position: absolute !important;
  right: 1% !important;
  top: 0.25rem !important;
  text-shadow: 0 1px 0 #fff !important;
  line-height: 1 !important;
}

.volumeBookCross:hover {
	opacity: 1;
}