.bg-gradient-primary {
	background-color: #eee;
	background-image: linear-gradient(180deg,#eee 10%,#aaa 100%);
}

.btn-primary {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
}

.btn-primary:focus, .btn-primary:hover, .btn-primary:active, .btn-primary:disabled {
	color: #fff;
	background-color: #bd0611;
	border-color: #bd0611;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #bd0611;
	border-color: #bd0611;
}

.dropdown-item:active {
	color: #fff;
	background-color: #e30613;
}


a, a:hover { 
	color: #e30613;
}

input[type=checkbox] {
	accent-color: #e30613;
}

.text-primary {
	color: #e30613 !important;
}

.sidebar-dark, .sidebar-brand, .nav-item, .nav-link {
	color: #3a3b45 !important;
}

.sidebar-dark .nav-item .nav-link i {
	color: #3a3b45;
}

.sidebar-dark .nav-item .nav-link:hover i {
	color: #e30613;
}
.sidebar-dark .nav-item.active .nav-link i {
	color: #e30613;
}

.page-item.active .page-link {
	color: #fff;
	background-color: #e30613;
	border-color: #e30613;
}

table.dataTable>tbody>tr.selected>* {
	box-shadow: inset 0 0 0 9999px #e30613;
}

table.dataTable.table-hover > tbody > tr.selected:hover > * {
	box-shadow: inset 0 0 0 9999px #bd0611;
}
