:root {
	--blue: #007bff;
	--blue-hoki: #67809F;
	--indigo: #6610f2;
	--pink: #e83e8c;
	--red: #e7505a;
	--orange: #fd7e14;
	--yellow: #f0ad4e;
	--green: #5cb85c;
	--green-dark: #369836;
	--green-light: #60b560;
	--teal: #20c997;
	--white: #fff;
	--gray: #6c757d;
	--gray-light: #E1E5EC;
	--gray-dark: #343a40;
	--primary: #0275d8;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #d9534f;
	--light: #f8f9fa;
	--dark: #343a40;
	--dark-light: #5c6b77;
	--purple: #6f42c1;
	--black: #000;
	--default-border-color: #b8daff;
}

.bg-danger{
	background-color: var(--danger) !important;
}

.bg-success {
	background-color: var(--success) !important;
}

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success {
	background-color: var(--success);
	border-color: var(--success);
}

.btn.btn-outline-success.dropdown-toggle:after {
	color: var(--success);
}