.o-25{
	opacity: 0.25 !important;
}

.overflow-auto{
	overflow: auto !important;
}

.hide{
	display: none;
}

.d-flex{
	display:flex !important;
}

.d-none{
	display:none !important;
}

.flex-nowrap{
	flex-wrap: nowrap !important;
}

.flex-fill {
    flex: 1 1 auto!important;
}

.align-self-center {
    align-self: center!important;
}

.jcbo{
	display: none !important;
}

.jcbo_ctr{
	padding-top: 1px;
	padding-bottom: 1px;
}

.jcbo_search{
	position: sticky;
	top:-2px;
	z-index: 1;
}

.jcbo_search input{
	width: 100%;
	border: 0px;
}

.jcbo_search input:FOCUS{
	outline: none;
}
.jcbo_choose_row{
	z-index: 0 !important;
}
.jcbo_choose_row .uncheck{
	display: inline-block;
}
.jcbo_choose_row .check{
	display: none;
}

.jcbo_active{
	color: #4169E1;
}

.jcbo_active .uncheck{
	display: none !important;
}
.jcbo_active .check{
	display: inline-block !important;
}

.jcbo_choose_hover{
	background-color: rgb(224, 255, 255);
}
.jcbo_disabled{
	background-color: #f8f9fa!important;
}
.jcbo_disabled:FOCUS{
	outline: 0px;
	box-shadow: 0 0 0 0 rgba(255,255,255,0);
	background-color: rgb(240,240,240);
}

.jcbo_disabled .btn{
	display: none;
}

.jcbo_shadow{
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

