/* ===== CUSTOM STYLES =====*/

.card-header-dark {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color:#000000;
  border-bottom: 1px solid #6f7075;
}

.card-header-dark:first-child {
  border-radius: calc(0.35rem - 1px) calc(0.35rem - 1px) 0 0;
}

.spacer-btn {
	padding-top: 5px;
}

.spacer {
	padding-top: 10px;
}

.spacer-sm {
	padding-top: 17px;
}

.spacer-md {
	padding-top: 40px;
}

.spacer-lg {
	padding-top: 55px;
}

.chk-lg {
  	height: 32px !important;
  	width: 32px !important;
}

.chk-sm {
  	height: 20px;
  	width: 20px;
	vertical-align: top;
	padding: 2px !important;
}

.chktbl {
  	height: 18px;
  	width: 18px;
	margin-bottom: 0 !important;
}

.chklabel{
	display: inline-block;
 	margin-left: 5px;
	border: none;
	margin-bottom: 0 !important;
}

.form-text{
	font-size: .8em;
	padding-top: 10px !important;
 	color: #e2e2e2;
}

.display-box {
	height: calc(100vh - 350px);
	display: block;
	width: 100%;
	padding: 10px;
	border: 1px solid #a6a6a6 !important;
	border-radius: 4px;
 	margin-bottom: 4px;
	background-color: #f5f5f5;
	color: #000000;
	overflow-y: auto;
	overflow-x: hidden;
}

.table-box {
	height: calc(100vh - 350px);
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #f5f5f5;
	overflow-y: auto;
	overflow-x: hidden;
}

.table-box-lg {
	height: calc(100vh - 180px);
	display: block;
	width: 100%;
	padding: 0px;
	background-color: #f5f5f5;
	overflow-y: auto;
	overflow-x: hidden;
}

.display-box-sm-info {
	display: block;
	width: 100%;
	min-height: 200px;
	padding: 4px;
	border-style: 1px solid #707070;
	border-radius: 4px;
 	margin-bottom: 4px;
	background-color: #fcfcfc;
}

.grey-line {
  border-color: #686868;
}

.col-form-label-lg {
  padding-top: calc(0.2rem);
  padding-bottom: calc(0.3rem);
  font-size: 1.25rem;
  line-height: 1.25;
}

.col-form-label-md {
  padding-top: calc(0.1rem);
  padding-bottom: calc(0.2rem);
  font-size: .85rem;
  line-height: 1;
}


.col-form-label-sm {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  font-size: 0.75rem;
  line-height: 1;
}

.scanner {
	background-color: #6377be !important;
	color: #ffffff !important;
    /*font-size: 1.5em;*/
}

.weigh {
	color: #000000 !important;
    /*font-size: 1.8em;*/
}

.bin {
	min-height: 300px !important;
}

.hide-col {
  overflow: hidden;
  width: 0!important;
  max-width: 0!important;
  padding: 0!important;
  border-width: 0!important;
  font-size: 0!important;
}

.u008.dropdown { width: 100%; position: relative; }
.u008 > button, 
.u008 > button:hover, 
.u008 > button:focus, 
.u008 > button:active {
  width: 100%; 
  background: #f3f3da  !important;
  color: #000 !important;
  text-align: left;
}
.u008 > .dropdown-menu {
  left: 0px !important;
  max-height: 280px;
  overflow-y: auto;
  overflow-x: hidden;
}

.u008.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-size: small;		/* Customise */
  font-weight: 500;
  color: #000000;
  text-align: inherit;
  white-space: nowrap;
  background-color: #ffffff !important;
  border: 0;
  font-size: 1.1em;
}

.btn-label {
    position:absolute;
    left: 15px;
}

.btn-label-lg {
    position:absolute;
    left: 25px;
}

.scale-text-idle {
	color:#ffb915;
	padding-top:15px;
}

.scale-text-active {
	color:#00d300;
	padding-top:15px;
}


.scale-text-fail {
	color: #550000;
}
