.not-null:after {
	content: " *" !important;
	color: red !important;
}

.bg-deductit-white {
	background-color: #ffffff;
}

.bg-deductit-blue {
	background-color: #d73c37;
}

.bg-deductit-transparent {
	background-color: transparent;
	border: none;
}

.bg-deductit-black {
	background-color: #222222;
}

.bg-deductit-white {
	background-color: #ffffff;
}

.bg-deductit-grey {
	background-color: #e7e7e8;
}

.bg-deductit-dark-grey {
	background-color: #d1d2d4;
}

.bg-deductit-primary {
	background-color: #ee6146;
}

.bg-deductit-secondary {
	background-color: #d73c37;
}

.bg-deductit-tertiary {
	background-color: #dfbc5e;
}

.deductit-primary {
	color: #ee6146;
}

.deductit-secondary {
	color: #d73c37;
}

.deductit-tertiary {
	color: #dfbc5e;
}

.deductit-grey {
	color: #999999;
}

.deductit-grey-border-color {
	border-color: #999999;
}

.btn-deductit-primary {
	background-color: #e6e0ae;
	color: #1d2e5a;
}

.btn-deductit-secondary {
	background-color: #d73c37;
	color: #e6e0ae;
}

.btn-deductit-tertiary {
	background-color: #b51f09;
	color: #e6e0ae;
}

.card-hover-success:hover {
	background-color: rgba(55, 178, 77, 0.5);
	cursor: pointer;
}

.card-hover-info:hover {
	background-color: rgba(127, 218, 244, 0.5);
	cursor: pointer;
}

.card-hover-danger:hover {
	background-color: rgba(255, 37, 0, 0.5);
	cursor: pointer;
}

.card-hover-primary:hover {
	background-color: rgba(0, 83, 156, 0.5);
	cursor: pointer;
}

/********/
.sidebar-content .nav-item a {
	color:red;
}

/**override the logo-header padding**/
.logo-header {
	padding-left:0;
}
.btn, .btn-round {
	border-radius: 3px !important;
}
#search-nav {
	max-width:400px;	
}
#search-nav.focus {
	max-width:500px;	
}

.btn-secondary:hover {
    background: #b51f09 !important;
    border-color: #b51f09 !important;
}

.btn-secondary {
    background: #ee6146 !important;
    border-color: #ee6146 !important;
}


.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}


.nav.nav-line.nav-color-secondary .nav-link.active {
    border-color: #ee6146;
}
.nav.nav-line.nav-color-secondary .nav-link.active {
    color: #ee6146;
}
.nav.nav-line.nav-color-secondary .nav-link:hover, .nav.nav-line.nav-color-secondary .nav-link:focus {
    color: #ee6146;
}
























