
.btn-primary {
	background-color: #fedd00 !important;
	border-color: #fedd00 !important;
}

.form-control:focus, .single-line:focus {
	border-color: #fedd00 !important;
}

.nav > li.active {
	border-left: 4px solid #fedd00 !important;
	background: #293846;
}

/* select2 fix in modal window */
.select2-dropdown {
  z-index: 99999;
}
