.theme-color .menu>ul>li>ul.normal-sub>li a:hover, .theme-color .menu>ul>li>ul>li>ul>li a:hover {
	background-color: #f19c09
}

.theme-color.sidebar-collapse .navbar-collapse:before {
	background-color: #00469b
}

.theme-color .btn-simple:active, .theme-color .btn-simple:active:focus {
	color: #fff
}

.theme-color .btn-primary {
	background: #f19c09;
    transition: all 0.25s;
}

.theme-color .btn-primary:active, .theme-color .btn-primary:hover, .theme-color .btn-primary:focus {
	color: #fff;
	background: #f19c09;
    opacity: 1;
}

.theme-color .btn-primary:active:focus {
	background: #f19c09;
    opacity: 1;
}

.theme-color .btn-inverse:active, .theme-color .btn-inverse:hover, .theme-color .btn-inverse:focus {
	color: #fff;
	background: #37474F
}

.theme-color .btn-inverse:active:focus {
	background: #263238
}

.theme-color .btn-primary.btn-simple {
	border-color: #00469b;
	color: #00469b;
	;
	background: transparent
}

.theme-color .btn-primary.btn-simple:active:focus {
	background: #008cb7;
	border-color: #008cb7
}

.theme-color .swal2-popup .swal2-styled.swal2-confirm {
	background: #ff754a
}

.theme-color .swal2-popup .swal2-styled.swal2-confirm:active, .theme-color .swal2-popup .swal2-styled.swal2-confirm:hover, .theme-color .swal2-popup .swal2-styled.swal2-confirm:focus {
	color: #fff;
	background: #f2432c
}

.theme-color .swal2-popup .swal2-styled.swal2-confirm:active:focus {
	background: #f2432c
}

.theme-color .block-header h2 {
	color: #fff
}

.theme-color .block-header h2 small {
	color: #fff
}

.theme-color section.content:before {
	background-color: #efa400
}

.theme-color .navbar, .theme-color .page-loader-wrapper {
	background: #5257a5
}

.theme-color .block-header .breadcrumb-item.active {
	color: rgba(255, 255, 255, .65)
}

.theme-color .breadcrumb-item+.breadcrumb-item::before {
	color: rgba(255, 255, 255, .45)
}

.theme-color .bars {
	color: #fff
}

.theme-color .sidebar .menu .list li.active {
	background-color: transparent
}

.theme-color .sidebar .menu .list li.active:not(.open)>:first-child i, .theme-color .sidebar .menu .list li.active:not(.open)>:first-child span {
	color: #5b2525
}

.theme-color .sidebar .menu .list a:hover {
	color: #5b2525;
	background-color: rgba(236, 239, 241, .5)
}

.theme-color .sidebar .menu .list .ml-menu li.active a.toggled:not(.menu-toggle) {
	color: #5b2525
}

.theme-color .checkbox input[type="checkbox"]:checked+label::after {
	border: 1px solid #5b2525
}

.theme-color .nav-tabs .nav-link.active {
	color: #00469b;
	border: 1px solid #00469b!important
}

.theme-color .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #00469b
}

.theme-color .modal-content .modal-header .modal-title:before {
	background: #464a8c
}

.theme-color .card .header h2:before {
	background: #015f75
}

.theme-color .card .header h2 strong {
	color: #263238
}

.theme-color .select2-container--default .select2-results__option--highlighted[aria-selected], .theme-color .select2-container--default .select2-results__option[aria-selected=true]:hover {
	color: #fff;
	background-color: #008cb7
}