
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-16 {
	margin-top: 16px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.ml-2 {
	margin-left: 2px !important;
}
.ml-5 {
	margin-left: 5px !important;
}
.ml-10 {
	margin-left: 5px !important;
}
.mr-5 {
	margin-right: 5px !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.m-1 {
	margin: 1px !important;
}
.m-2 {
	margin: 2px !important;
}
.m-5 {
	margin: 5px !important;
}
.pt-5 {
	padding-top: 5px !important;
}
.pt-15 {
	padding-top: 15px !important;
}
.ta-r {
	text-align: right;
}
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.each-row {
	padding-top: 5px;
	margin-top: 2px;
	border-top: 1px solid #ddd;
}
@media (min-width: 768px) and (max-width: 991px) {
	.pull-sm-right {
		float: right;
	}
}
.progress-panel {
	width: 122px;
}
.progress-panel {
	width: 122px;
}
.progress-panel {
	width: 122px;
}
.progress-panel .progress-left {
	width: 33%;
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}
.progress-panel .progress-center {
	width: 34%;
	border: 1px solid black;
}
.progress-panel .progress-right {
	width: 33%;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.table-header-right {
	text-align: right;
}
.product-item {
	display: block;
	text-align: left;
}
.product-item a{
	color: white;
	font-size: 12px;
	font-family: inherit;
}
#custom-overlay{
	background-color: #fff;
	color: #000;
	display: table;
	height: 200px;
}
.loading-spinner {
	border: 5px solid #f3f3f3;
	-webkit-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
	border-top: 5px solid #555;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	margin-top: 5px;
}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
.cl-ddd {
	color: #ddd;
}
.progress-unit {
	cursor: pointer;
}
.btn-panel-cntrl {
	padding-top: 2px;
}
.btn-panel-cntrl-heading:hover {
	color: #000;
	font-size: 17px;
}
.btn-panel-cntrl-heading:focus {
	color: #000;
}
h5.user-info-header {
	font-weight: bold;
}
.user-details {
	margin-bottom: 3px;
}
.order-details-font {
	font-size: 16px;
}
.order-info-labels-padding {
	padding-left: 0px
}
.order-list-group-item {
	padding: 1px 15px;
}
.overflow-wrap {
	overflow-wrap: break-word;
}
.order-location-check {
	vertical-align: text-bottom;
}
.order-location-wrapper {
	margin-left: 1px;
}
.unordered-records-check {
	margin-bottom: 0px;
}
.order-details-product-well {
	padding: 10px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
	.order-address-btn {
		margin-top: 0px;
	}
}
@media (min-width: 1200px) {
	.order-address-btn {
		margin-top: 30px;
	}
}
.modal-header-success {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5cb85c;
}
.modal-header-warning {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #f39c12;
}
.modal-header-danger {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #d9534f;
}
.modal-header-info {
    color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #5bc0de;
}
.modal-header-primary {
	color:#fff;
    padding:9px 15px;
    border-bottom:1px solid #eee;
    background-color: #428bca;
}
.alert-order {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.label-transaction {
	display: inline-block;
    width: 125px;
}
.label-order-status {
	margin: 2px;
}
.label-file-upload {
	padding-top: 12px;
}
.order-label-progress {
	margin-top: 5px;
	margin-bottom: 5px;
}
.light-text {
	color: #555555;
}
.odd-row {
	background-color: #f9f9f9;
}
.po-checkbox, .shipping-checkbox {
	margin-top: 0px;
	margin-bottom: 5px;
}
.pb-4 {
	padding-bottom: 4px;
}
.ship-product-link {
	color: #000000;
}
.shipping-buttons {
	padding-top: 12px;
}
.tracker-multiple, .in-stock {
	color: green;
}
.out-of-stock {
	color: red;
}
.partial-in-stock {
	color: #FF6600;
}
.product-option-color {
	color:#666;
}
@media (max-width: 916px) {
	.invoice-input-group .input-group-addon {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
	.invoice-input-group .price {
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}
.order-list-group-item {
	padding-top: 1px !important;
	padding-bottom: 1px !important;
}
#ImageViewer {
	border:1px solid black;
	background: #DDD;
	cursor:pointer;
	width: 100%;
	height: 247px;
	overflow:auto;
}
.option-badge {
	display: block;
}
.inventory-location-quantity {
	width: 50px;
}
.inventory-list-group {
	padding-left: 2px;
}
.inventory-list-group .form-group {
	margin-bottom: 0px;
}
.inventory-loc-group-item{
	padding-top: 3px;
	padding-bottom: 3px;
}
.InventoryActualContainer {
	display:inline-block;
	font-size:16pt;
	line-height: 72px;
	margin: 0 10px 0 0;
	border:1px dashed #AAC;
	padding:0px 5px;
	vertical-align: middle;
}
.po-lgi, .user-lgi {
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}
.po-lgi-p {
	padding-bottom: 2px !important;
	padding-top: 2px !important;
}
.po-lgi .form-group, .po-lgi label, .po-form-group .form-group {
	margin-bottom: 0px !important;
}
.po-group-loc {
	margin-top: 2px;
}
.no-list-style {
	list-style-type: none;
}
.pt-10 {
	padding-top: 10px;
}
.blur-row {
	opacity: 0.4;
}
.admin-bill-address {
	font-weight: 800;
}
.printBtn {
	background-color: red;
	border-color: red;
	font-size: 42px;
	padding:0 50px 0 50px;
	font-weight: bold;
}
.list-group-item-sent {
	padding: 1px 15px;
	padding-top: 1px !important;
	padding-bottom: 1px !important;	
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
}
.checkboxBig::after {
	line-height: 1.5em;
	content: '';
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-top: -4px;
	margin-left: -4px;
	border: 3px solid #f00;
	border-radius: 0;
	background-color: #f00;
	outline: 3px solid #000;
	outline-offset: 4px;
  }
  
.checkboxBig:checked::after {
	content:'\2713';
	font-size: 20px;
	line-height: 1em;
	width: 24px;
	height: 24px;
	color: #000;
	text-align:center;
  }