.bg-primary{
	background-color: #ff621c !important;
}

.btn-primary{
	background-color: #ff621c !important;
	border-color: #ff621c !important;
}

.breadcrumb-item.active {
	color: #e74903 !important;
}

.nav.nav-tabs .nav-item.show.active:hover, .nav.nav-tabs .nav-link.active:hover {
    border-color: transparent transparent #ff621c !important;
}

.nav.nav-tabs .nav-item.show:focus, .nav.nav-tabs .nav-item.show.active, .nav.nav-tabs .nav-link:focus, .nav.nav-tabs .nav-link.active {
    color: #ff621c !important;
    border-color: transparent transparent #ff621c;
}

.card .nav-link {
    color: #303e67 !important;
}

.btn-close {
    color: white!important;
}

.right, .num_right{
    text-align: right;
}