.color-green{
    color: green;
}
.color-red{
    color: red;
}
.border-color-red{
    border-color:red;
}
.border-color-green{
    border-color:green;
}
.form-control {
	/*background-color: #d8c9f3 !important;*/
	border: 2px solid hsl(207, 100%, 18%)  !important;
}
.input-group-text{
	border: 2px solid  hsl(207, 100%, 18%)  !important;
	padding: 0.3rem 0.75rem !important;
	background-color: hsl(207, 100%, 18%)  !important;
	color: #ffffff !important;
}
.select2-container--bootstrap4 .select2-selection
{
	border: 2px solid hsl(207, 100%, 18%)  !important;
}
.custom-control-label::before{
	border: 2px solid #1F6AA8 !important;
}
.mm-collapse, .mm-show, .mm-collapsing
{
	min-width: 200px !important;
}
.mm-collapse .mnu_active a{
	color: #ffffff !important;
}
.mm-collapsing .mnu_active a{
	color: #ffffff !important;
}

.w-28{
	width: 28px !important;
}
.h-18{
	height: 18px !important;
}
.fs-18{
	font-size: 18px !important;
}
.p-l-20{
	padding-left: 20px !important;
}
/* *****************custom radio button********************** */
.wraper{
	display: inline-flex;
	background: #fff;
	height: 30px;
	width: 200px;
	align-items: center;
	justify-content: space-evenly;
	border-radius: 5px;
  }
  .wraper .option{
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin: 10px 5px 0 0px;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 0px;
	border: 2px solid lightgrey;
	transition: all 0.3s ease;
  }
  .wraper .lager-y-option{
	  padding: 18px 5px;
	  width: 80px;
  }
  .wraper .lager-n-option{
	padding: 18px 0px;
	width: 105px;
  }
  .wraper .type-h-option{
	padding: 18px 5px;
	width: 95px;
	}
	.wraper .type-o-option{
	padding: 18px 5px;
	width: 95px;
	}
	.wraper .xrf-p-option{
	padding: 18px 5px;
	width: 95px;
	}
	.wraper .xrf-f-option{
	padding: 18px 5px;
	width: 95px;
	}
	.wraper .credit-option{
	padding: 18px 5px;
	width: 95px;
	}
	.wraper .debit-option{
	padding: 18px 0px;
	width: 95px;
	}
  .wraper .option .dot{
	height: 18px;
	width: 18px;
	background: #d9d9d9;
	border-radius: 50%;
	position: relative;
  }
  .wraper .option .dot::before{
	position: absolute;
	content: "";
	top: 3px;
	left: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0;
	transform: scale(1.5);
	transition: all 0.3s ease;
  }
  .wraper .option .sales::before{
	  background: #37B301;
  }
  .wraper .option .purchase::before{
	  background: #EB160C;
  }
  .wraper .option .gold::before{
	  background: #FFC300;
  }
  .wraper .option .cash::before{
	  background: #0C5AEB;
  }
  input[type="radio"]{
	display: none;
  }
  #lagerResultYid:checked:checked ~ .lager-y-option{
	border-color: #37B301;
	background: #37B301;
  }
  #lagerResultNid:checked:checked ~ .lager-n-option{
	border-color: #EB160C;
	background: #EB160C;
  }
  #transaction_type1:checked:checked ~ .credit-option{
	border-color: #37B301;
	background: #37B301;
  }
  #transaction_type2:checked:checked ~ .debit-option{
	border-color: #EB160C;
	background: #EB160C;
  }
  #typeHid:checked:checked ~ .type-h-option{
	border-color: #FFC300;
	background: #FFC300;
  }
  #typeOid:checked:checked ~ .type-o-option{
	border-color: #0C5AEB;
	background: #0C5AEB;
  }
  #xrfResultPid:checked:checked ~ .xrf-p-option{
	border-color: #37B301;
	background: #37B301;
  }
  #xrfResultFid:checked:checked ~ .xrf-f-option{
	border-color: #EB160C;
	background: #EB160C;
  }
  #lagerResultYid:checked:checked ~ .lager-y-option .dot,
  #lagerResultNid:checked:checked ~ .lager-n-option .dot,
  #typeHid:checked:checked ~ .type-h-option .dot,
  #typeOid:checked:checked ~ .type-o-option .dot,
  #xrfResultPid:checked:checked ~ .xrf-p-option .dot,
  #xrfResultFid:checked:checked ~ .xrf-f-option .dot,
  #transaction_type1:checked:checked ~ .credit-option .dot,
  #transaction_type2:checked:checked ~ .debit-option .dot
  {
	background: #fff;
  }
  #lagerResultYid:checked:checked ~ .lager-y-option .dot::before,
  #lagerResultNid:checked:checked ~ .lager-n-option .dot::before,
  #typeHid:checked:checked ~ .type-h-option .dot::before,
  #typeOid:checked:checked ~ .type-o-option .dot::before,
  #xrfResultPid:checked:checked ~ .xrf-p-option .dot::before,
  #xrfResultFid:checked:checked ~ .xrf-f-option .dot::before,
  #transaction_type1:checked:checked ~ .credit-option .dot::before,
  #transaction_type2:checked:checked ~ .debit-option .dot::before
  {
	opacity: 1;
	transform: scale(1);
  }
  .wraper .option span{
	font-size: 16px;
	color: #808080;
  }
  #lagerResultYid:checked:checked ~ .lager-y-option span,
  #lagerResultNid:checked:checked ~ .lager-n-option span,
  #typeHid:checked:checked ~ .type-h-option span,
  #typeOid:checked:checked ~ .type-o-option span,
  #xrfResultPid:checked:checked ~ .xrf-p-option span,
  #xrfResultFid:checked:checked ~ .xrf-f-option span,
  #transaction_type1:checked:checked ~ .credit-option span,
  #transaction_type2:checked:checked ~ .debit-option span
  {
	color: #fff;
  }
/* *****************custom radio button********************** */

#sale_tbl{
	width: 100% !important;
    table-layout: fixed !important;
}
#sale_tbl thead>tr>th {
    padding-right: 15px;
    font-size: 11px !important;
    font-weight: 400;
}
#purchase_tbl{
	width: 100% !important;
    table-layout: fixed !important;
}
#purchase_tbl thead>tr>th {
    padding-right: 15px;
    font-size: 11px !important;
    font-weight: 400;
}

.input-field-red{
	background: #f14040 !important;
	color:#fff;
}
.input-field-green{
	background: #32ab13 !important;
	color:#fff;
}
.border-danger{
	border: 2px solid #ff0707 !important;
}
.ml-20{
	margin-left: -20px !important;
}
.input-red{
	color:rgb(255, 0, 0);
}
.defoult-header-section{
	position: sticky;
    top: 0;
}
.lobibox-notify.lobibox-notify-error{
	background-color: #f14040!important;
}
.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active,  
.show > .btn-primary.dropdown-toggle
{
	background-color: #1F6AA8!important;
	border-color: #1F6AA8!important;
}
.btn-danger:not(:disabled):not(.disabled):active, 
.btn-danger:not(:disabled):not(.disabled).active, 
.show > .btn-danger.dropdown-toggle {
	background-color: rgb(255, 0, 0)!important;
	border-color: rgb(255, 0, 0)!important;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {

}
 @media only screen and (min-width: 768px) and (max-width: 991px) {


}

@media only screen and (max-width: 767px) {
	.table-responsive {
		white-space: nowrap;
	}

}
 @media only screen and (max-width: 480px) {

}
 @media only screen and (max-width: 320px) {
 
}

@media screen and(max-width: 220px){
}
