#widget .select2-container .select2-choices .select2-search-field input,
#widget .select2-container .select2-choice,
#widget .select2-container .select2-choices,
#widget .select2-drop-active {
  border-color: #0085D5;
}

.btn-primary {
  background-color: #0085D5;
  border-color: #0085D5;
}

.btn-primary:hover {
  background-color: #0085D5;
  border-color: #000;
}

body.white-label .btn-primary, body.white-label body.data form:not(.form-inline):not(.navbar-form) .form-actions input[type=submit], body.data form:not(.form-inline):not(.navbar-form) .form-actions body.white-label input[type=submit] {
  background-color: #0085D5;
  border-color: #0085D5;
}
