/* ===== CUSTOM STYLES =====*/
.card-header-at {
  margin-bottom: 0;
  padding: 0.25rem;
  background-color: #000000;
  border-bottom: 1px solid #e3e6f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.deliveryaddress{
	display: none;
}

.neworder {
	display: none;
}

.spacer {
	padding-top: 10px;
}

.spacer-sm {
	padding-top: 20px;
}

.spacer-md {
	padding-top: 35px;
}

.spacer-lg {
	padding-top: 50px;
}

.chk-lg {
	margin-top: 0px !important;
  	height: 31px !important;
  	width: 31px !important;
}

.chk-sm {
	margin-top: 3px !important;
  	height: 20px;
  	width: 20px;
}

.chktbl {
  	height: 18px;
  	width: 18px;
	margin-bottom: 0 !important;
}

.chklabel{
	display: inline;
 	margin-left: 10px;
    padding-top: -20px !important;
	border: solid;
	line-height: 2;
}

.modal-text-tiny{
	font-size: .9em;
	font-style: italic;
	padding-right: 30px;
 	color: #686868;
}

.text-tiny{
	font-size: .9em;
	font-style: italic;
	padding-left: 20px;
 	color: #686868;
}

.tiny-text{
	font-size: .8em;
	padding-left: 15px;
	padding-bottom: 10px;
 	color: #484848;
}

.mini-text{
	font-size: .8em;
	padding-bottom: 5px;
 	color: #484848;
}

.section-text-sm {
	font-size: .9em;
	padding-top: 2px;
	padding-bottom: 2px;
 	color: #03569f;
}

.section-text-tiny {
	font-size: .8em;
	padding-top: 8px;
 	color: #4d4d4d;
}

.form-text{
	font-size: .8em;
	padding-top: 5px;
 	color: #484848;
}

.form-text-top{
	font-size: .8em;
	padding-top: 3px;
 	color: #484848;
}

.warning-text {
	display: inline-block;
	font-weight: 400;
	font-size: .8em;
	color: #dd0000;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #dd0000;
	border-radius: 3px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
}

.form-control-sad {
  display: block;
  width: 80%;
  height: calc(1em + 0.5rem);
  font-size: .8rem;
  font-weight: 400;
  line-height: 1;
  color: #6e707e;
  background-color: #fffee0;
  background-clip: padding-box;
  border: 1px solid #d1d3e2;
  border-radius: 3px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cell-green {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #c6f3cf !important; 
}

.cell-red {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #f7c3c3 !important; 
}

.cell-purple {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #d6bbfc !important; 
}

.cell-blue {
	font-weight: 500;
    color: #2c2c2c !important; 
	background-color: #c5dfff !important; 
}

.item-divider {
	color: #6e707e;
	margin-top: 3px;
	margin-bottom: 3px;
}

.no-sort::after { 
	display: none!important; 
}

.no-sort { 
	pointer-events: none !important; 
	cursor: default !important; 
}

#palletselection {
	display: none;
}

.cellselected {
	background-color: #ffaaff !important;
}

.fixed-asset {
	font-weight: 800;
	background-color:#beeadc !important;
}

.picked {
	background-color:#ffffac !important;
}

.progress-img {
	height: 15%;
	width: 15%;
}

.img-fluid-80 {
	display: block;
  	max-width: 80px;
  	max-height: 80px;	
}

.display-box-sm-info {
	display: block;
	width: 100%;
	min-height: 70px;
	padding: 6px;
	border-radius: 4px;
 	margin-bottom: 4px;
	background-color: #e5e5e5;
	color: #00007f;
}


.card-header-title-primary {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #4e73df;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #4e73df;
	font-style: italic;
	color: #f9f9f9;
	border-top-right-radius: 5px;
}

.card-header-title-success {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #28b93e;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #28b93e;
	font-style: italic;
	color: #f9f9f9;
	border-top-right-radius: 5px;
}

.card-header-title-danger {
	padding: 0.25rem .5rem;
	margin-bottom: 0;
	background-color: #e74a3b;
	border-bottom: 1px solid #dcdee6;
	border-top: 1px solid #e74a3b;
	font-style: italic;
	color: #f9f9f9;
	border-top-right-radius: 5px;
}

.row-pointer{
  	cursor: pointer !important;
}

.bg-footer {
	background-color: #5a5c69 !important;
}

.bg-gradient-danger-light {
  	background-image: linear-gradient(180deg, #f9e1e1 10%, #ffc4c2 100%);
  	background-size: cover;
}

.bg-gradient-primary-light {
  	background-image: linear-gradient(180deg, #eff4f9 10%, #d7e9ff 100%);*/
  	background-size: cover;
}

.bg-gradient-purple-light {
  	background-image: linear-gradient(180deg, #f8f3f9 10%, #efe1ff 100%);*/
  	background-size: cover;
}

.bg-gradient-success-light {
  	background-image: linear-gradient(180deg, #eff9f0 50%, #e0ffdc 10%);
  	background-size: cover;
}

.bg-unpicked {
	font-style: oblique;
	font-weight: 700;
  	background-color: #ffe9f0;
  	background-size: cover;
}

.hide-col {
	overflow: hidden;
	width: 0!important;
	max-width: 0!important;
	padding: 0!important;
	border-width: 0!important;
  	font-size: 0!important;
}

.cec_logo {
	padding-left: 5px;
	padding-bottom: 5px;
}

.text-danger-block {
	color: #960000 !important;
	background-color: #9e9e9e;
	border-radius: 3em;
	padding: 2px;
	text-align: center !important;
}

.block-text {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	min-height: 30px;
}

.block-text-area {
	font-size: .8rem;
	border: 1px solid #d2d5dd;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #fff4e9;
	min-height: 100px;
}

.block-text-bold {
	font-size: .8rem;
	font-weight: 800;
	border: 1px solid #b9bcc3;
	border-radius: calc(0.3rem - 1px);
	padding: 5px;
	background-color: #eaeaea;
	min-height: 30px;
}
