.error {
    display: block !important;
    color: #e74c3c !important;
    width: 100% !important;
    text-align: left !important;
}
.mt-top {
    margin-top: 20px !important;
}
#datatable_wrapper #datatable_length {
    display: inline-block;
}
#datatable_wrapper #datatable_filter {
    display: inline-block;
    float: right;
}

select.form-control, select.asColorPicker-input, .dataTables_wrapper select, .jsgrid .jsgrid-table .jsgrid-filter-row select, .select2-container--default select.select2-selection--single, .select2-container--default .select2-selection--single select.select2-search__field, select.typeahead, select.tt-query, select.tt-hint {
    color: #495057 !important;
}
.not-allow {
    cursor: not-allowed !important;
    background-color: #e9ecef !important;
    opacity: 1 !important;
}

.loader {
	display:none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../../images/loader.gif) center no-repeat
		rgba(255, 255, 255, 0.5);
}

.program-tab .nav-link.active{
    color: #fff;
    background-color: #4b49ac;
}

.error-text {
	color: #d53300 !important;
	text-align: left !important;
	margin-bottom: 1% !important;
	margin-top: 1% !important;
	font-size: 13px !important;
}
.sidebar .nav.sub-menu {
    padding: 0.25rem 0 0 1.5rem;
}