

a {
  color: #FB9233;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary:active:focus {
  background-color: #E87B27;
  border-color: #E87B27;
}

.select2-drop-active {
  border-color: #FB9233;
}

.select2-results::-webkit-scrollbar-thumb {
  background-color: #FB9233;
}

.select2-results .select2-highlighted {
  background: #FF9E28;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-color: #FB9233;
}

.select2-container:hover .select2-choice,
.select2-container:not(.select2-container-disabled):hover .select2-choice {
  border-color: #FB9233;
}

input.string:hover, input.text:hover, input.password:hover, input.form-control:hover {
  border-color: #FB9233;
}

.select2-dropdown-open.select2-drop-above .select2-choice, .select2-dropdown-open.select2-drop-above .select2-choices {
  border-color: #FB9233;
}

.select2-container-active .select2-choice, .select2-container-active .select2-choices, button:focus, .button:focus, .form-control:focus {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(251, 146, 51, 0.6);
  border-color: #FB9233;
}

:focus, a:focus, .form-control:focus, .btn:focus, .btn-primary:focus, .btn-primary:active, .btn-primary:active:focus {
  outline-color: #FB9233;
}

#icon-chat {
  background: #E87B27;
}

.button-background {
  background-color: #57CC5A !important;
}

.message-thread .outbound_message .bubble {
  background-color: #FF9E28;
}

.save-new-button svg, .file-attachment-toggle svg {
  fill: #FB9233 !important;
}

