
/* lsc = Light Speed Cms   */


.lscDisable{
	pointer-events: none!important;
	cursor: not-allowed!important;
	opacity: 0.5!important;
}


.lscDim{
	opacity: 0.5!important;
}


.lscNone{
	display: none!important;
}

.lscInvisible{
	opacity:0!important;
}


.lscNotAllowed{
	cursor: not-allowed!important;
}


.lsf-error-btn{
	background-color: red!important;
}
.lscErrorStr{
	color:red!important
}
.lscErrorBorder{
	border: solid red 1px!important;
	background-color: #FFDCDD!important;
}
.err{
	color:red!important;
}

.picker[aria-hidden="true"]{
	display: none;
}

.picker button{
	color: inherit;
}

.is-active::after {
  background: #000!important;
}
