.form-type-fill .bootstrap-select.btn-group .dropdown-toggle {
	background-color: #fff;
	border-color: #fff;
}

meter {
	/* Reset the default appearance */
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;

	margin: 0.5em 0;
	width: 50%;
	height: 0.5em;

	/* Applicable only to Firefox */
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
	display: none;
}

meter::-webkit-meter-bar {
	background: none;
	background-color: rgba(0, 0, 0, 0.1);
}

/*.custom-control-input:checked ~ .custom-control-indicator, .custom-control-input:active:not(:disabled) ~ .custom-control-indicator {
	background: #ff0000 !important;
}*/

.custom-control-indicator {
	border: #aaa 1px solid !important;
}

/*classes for flexdatalist*/
.item-city, .item-contact, .item-code {
	font-size: 11px;
	padding-left: 5px;
}
.item-city, .item-code {
	font-weight: bold;
}

.aside-title, .topbar-btn, .topbar-btns, .btn-light, .input-group-addon {
	color: #4d5259 !important;
}
.text-secondary {
	color: #a0a0a0 !important;
}

.bg-pale-secondary {
	background-color: #f0f3f5 !important;
}

.pagination-active {
	font-weight: bold;
}
