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;
}

.qa-wrapper-scroll {
    max-height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
}

.qa-wrapper {
    height: 650px;
}

.bootbox .modal-content {
  color: white;
}

.bootbox button:hover {
    opacity: .85;
}

.bootbox button,.bootbox button:hover {
    background-color: #fff;
    color: #143385;
}