input.ui-autocomplete-loading,select.ui-autocomplete-loading {
  	background: white url('/assets/plugins/jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat !important;
}
.ui-autocomplete {
  	max-height: 400px;
  	overflow-y: auto;
  	/* prevent horizontal scrollbar */
  	overflow-x: hidden;
  	z-index:2000;
}
/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
  	height: 400px;
}		

.with-errors {
  display:none; 
}

.has-error .with-errors {
  display: block;
}

.btn-primary:focus-visible, .btn-primary:hover {
    border-color: #ff8925!important;
    background: #ff8925!important;
}

.modal {
    z-index: 3;
}

.bootbox .btn-primary {
  color: white !important;
}

.bootbox-body {
  width: 90%;
}

.navigation-list--item {
    margin: 0 8px 0 15px;
}