@charset "utf-8";
/* CSS Document */

.form-floating .select2-selection{
	height: 58px !important;
	
}

.form-floating .select2-selection__rendered{
	padding-top: 18px !important;
	
}

.form-floating .select2-selection span{
/*	padding-top: 12px !important;*/
	align-content: space-between;
	
}

.form-floating label{
	transform: scale(0.85) translateY(-0.9rem) translateX(-0.15rem) !important;
	
}

.acceptedTD{
	box-shadow: 0 0 5px rgba(34, 160, 0, 1) !important;
  padding: 3px 0px 3px 3px;
	border: 1px solid #1B8100  !important;
}

.rejectedTD{
	box-shadow: 0 0 5px rgba(81, 8, 11, 1) !important;
  padding: 3px 0px 3px 3px;
	border: 1px solid #D8080B !important;
}

 #popup.showpop{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	 height: 100%;
	 min-height: 600px;
	 z-index: 10000;
	background: rgba(157,157,157,0.60)
}

 #popup.hidepop{
	position: fixed;
	top:0;
	left: 0;
	width: 0;
z-index: -1;
	 display: none;
	background: rgba(157,157,157,0.60)
}

#popup .mbox{
	margin:  20px auto;
	background: rgba(234,231,231,1.00);
	width: 60%;
min-width: 500px;
padding: 40px;
border-radius: 5px;
	overflow-y: scroll;
	height: 550px;
	z-index: 10002
}
.content-wrapper{
	/*background: #f9f9f9 !important;*/
}

.inlineSelect2 .select2{
	width: 50% !important;
	 
}
.inlineSelect2 .select2-selection{
	
	height: 42px;
}
optgroup {
  font-weight: 700;
}
#productID option{
	 color: #000 !important;
}
.mainBranch {
  color: #1B2CE8 !important;
  margin-right: 8px;
 background: #ddd;
	padding: 15px !important;
}
.subBranches {
  color: #D92F32 !important;
  margin-right: 25px !important;
}
.optionMultiStep{
  color: #333 !important;
  margin-right: 35px!important;	
}

.select2StyleCorrection1 .select2-selection,.select2StyleCorrection1 input{
	height: 38px !important;
}

.lineThroughText{
   -webkit-text-decoration-line: line-through; /* Safari */
   text-decoration-line: line-through; 
	color: #F5070B;
}

.normalText, .finalPriceH {

	color: #118204;
	font-weight: bolder;
}
.form-label{
	font-size: 18px;
}