.bluee,.bluee2{
	color:#1d3b71;
	font-weight: bolder;
	margin: 5px;
	font-size: 20px;
}
.redd,.redd2{
	color:#ee1c25;
	font-weight: bolder;
	margin: 5px;
	font-size: 20px;
}
.bluee2{
	font-size: 28px;
}
.redd2{
	font-size: 14px;
}
.normal-text{
	font-weight: 200!important;
	font-size: 12px;
}

.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #fff;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 56px;
  animation-delay: 0;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}

.loadingg{
	width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
}


.check25{
  width: 25px;
  height: 25px;
}

.codebar128{
  font-size: 50px;
  font-family: 'Libre Barcode 128 Text', cursive;
}

.deleted{
  background: #000 !important;
  color:#fff;
}

.divSale .select2.select2-container,
.divSale .select2.select2-container{
  /* font-size: 35px; */
  width: 100% !important;
  border: 3px solid #000;

}

.hidden.active{
    display: block !important;
}

.hidden{
  display: none !important;
}

.description-block>.description-header{
  font-size: 14px;
  font-weight: bold;
}

.icon svg,
.icon img{
    width: 20%;
    float: right;
}

.info-box .info-box-icon{
    padding: 5px;
}

.no-style-button{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

.select2-selection.select2-selection--multiple{
    max-height: 100px;
    overflow: auto;
}

.status-1{
    background: #f39c12;
    color: #fff;
}
.status-2{
    background: #00a65a;
    color: #fff;
}
.status-3{
    background: #dd4b39;
    color: #fff;
}

.offset-ok{
    background-color: #00a65a;
    color: #fff;
}

.border-top-black{
    border-top: 10px solid #cccccc33;
}
