a{
	color: #D4AF34;
}
.text-brand{
	color: #D4AF34 !important;
}
.form-control:focus{
	border-color: #D4AF34 !important;
}
.input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text{
	border-color: #D4AF34 !important;
}
.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
  background: linear-gradient(118deg, #D4AF34, rgba(212, 175, 52, 0.7));
  box-shadow: 0px 0px 6px 1px rgba(212, 175, 52, 0.6);
  color: #fff;
  border-radius: 4px;
}
.horizontal-menu .navbar-dark .nav-item.active > a{
	border-bottom: 2px solid #D4AF34;
}
.btn-brand:hover:not(.disabled):not(:disabled){
	box-shadow: 0 8px 25px -8px #D4AF34;
}
.dark-layout .pagination:not([class*="pagination-"]) .page-item.active .page-link{
	background-color: #D4AF34;
}
.dark-layout .dropdown-menu .dropdown-item:active, .dark-layout .dropdown-menu .dropdown-item.active{
	color: #fff !important;
	background-color: #D4AF34;
}
.dark-layout .dropdown-menu .dropdown-item:hover, .dark-layout .dropdown-menu .dropdown-item:focus{
	color: #D4AF34;
}
.btn-brand{
	border-color: #D4AF34 !important;
	background-color: #D4AF34 !important;
	color: #fff !important;
}
.bg-brand{
	background-color: #D4AF34 !important;
}
.form-check-primary .form-check-input:not(:disabled):checked, .form-check-primary .form-check-input:not(:disabled):focus{
	border-color: #D4AF34;
	box-shadow: 0 2px 4px 0 rgba(212, 175, 52, 0.4);
}
.form-check-primary .form-check-input:checked{
	background-color: #D4AF34;
}
.dark-layout .dataTables_wrapper .dt-buttons .buttons-copy:active, .dark-layout .dataTables_wrapper .dt-buttons .buttons-excel:active, .dark-layout .dataTables_wrapper .dt-buttons .buttons-pdf:active, .dark-layout .dataTables_wrapper .dt-buttons .buttons-print:active, .dark-layout .dataTables_wrapper .dt-buttons .btn-secondary:active, .dark-layout .dataTables_wrapper .dt-buttons .dt-button-collection [class*="buttons-"]:active{
	background-color: #D4AF34 !important;
}
.select2-container--classic .select2-selection--single:focus, .select2-container--default .select2-selection--single:focus{
	border-color: #D4AF34 !important;
}
.select2-container--classic .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"]{
	background-color: #D4AF34 !important;
}
.select2-container--classic.select2-container--open .select2-selection--single, .select2-container--default.select2-container--open .select2-selection--single{
	border-color: #D4AF34 !important;
}
.main-menu.menu-light .navigation > li.active > a{
	box-shadow: 0 0 10px 1px rgba(212, 175, 52, 0.7);
}
.form-select:focus{
	border-color: #D4AF34 !important;
}
.padding-lr-0{
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.fc .fc-toolbar .fc-button-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button).fc-button-active, .fc .fc-toolbar .fc-button-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button):hover{
	background-color: rgba(212, 175, 52, 0.2) !important;
	border-color: #D4AF34 !important;
	color: #D4AF34 !important;
}
.fc .fc-toolbar .fc-button-group .fc-button-primary:not(.fc-prev-button):not(.fc-next-button){
	background-color: transparent;
	border-color: #D4AF34;
	color: #D4AF34;
}
.select2-container--classic .select2-results__option--highlighted, .select2-container--default .select2-results__option--highlighted{
	color: #D4AF34 !important;
	background-color: rgba(212, 175, 52, 0.12) !important;
}
.no-border{
	border: 0px !important;
}
.custom-btn {
  border-radius: 0px;
}
.dark-layout .nav-pills .nav-item .nav-link.active{
	background-color: #D4AF34 !important;
}
.nav-pills .nav-link.active{
	box-shadow: 0 4px 18px -4px rgba(212, 175, 52, 0.12);
	border-color: #D4AF34;
}
.cur-pointer{
	cursor: pointer;
}