div.flatpickr ul.parsley-errors-list,div.input-group ul.parsley-errors-list,.rewardpct ~ ul.parsley-errors-list{
	display:none;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

label {
    font-size: 13px;
    color: #888c9b;
}
.card-inverse label{
	color:#fff !important;
}
.card-inverse label abbr{
	color:#afafaf!important
}
.select2-hidden-accessible.parsley-error ~ ul ~ .select2-container--default .select2-selection--single {
	color: #b76ba3 !important;
    border: 1px solid #b76ba3 !important;
}
.select2-hidden-accessible.parsley-success ~ ul ~ .select2-container--default .select2-selection--single {
	
}
.w-100p{
	min-width:100px;
}
.w-10pc{
	width:10%;
}
.modal-header {
    padding: .5rem;
	background: #d2d4d6;
	margin-bottom: 10px;
}
.no-wrap{
	white-space:nowrap;
}
.modal-header h5, .modal-header h6{
	font-weight: 400;
    font-size: 15px;
}
.page-title-bar {
    margin-bottom: 1rem;
}
.modal-footer .custom-checkbox{
	flex: auto;
}

.top-bar-brand{
	font-family: sans-serif;
    font-weight: 600;
    font-size: 18px;
}