﻿/* Buttons */
.ai-save {
  background: #008000;
}

.ai-save:hover {
  background: #205e3b;
}

.ai-new {
  background: #4b6a88;
}

.ai-new:hover {
  background: #16405b;
}

.ai-apply {
  background: #23409a;
}

.ai-apply:hover {
  background: #3c3e69;
}

.ai-secondary {
  background: #f0f0f0;
  border-color: #ccc;
  color: #444;
}

.ai-secondary:hover {
  background: #e6e6e6;
}

.ai-white {
  border-color: #ccc;
  color: #444;
}

.ai-white:hover {
  background: #f0f0f0;
}

.ai-secondary-delete {
  border-color: #ccc;
  color: #d5312a;
}

.ai-secondary-delete:hover {
  background: #fff5f5;
  color: #990600;
}

.ai-delete {
  background: #d5312a;
}

.ai-delete:hover {
  background: #990600;
}

.ai-save,
.ai-save:hover,
.ai-new,
.ai-new:hover,
.ai-apply,
.ai-apply:hover,
.ai-delete,
.ai-delete:hover {
  color: #fff;
}

/* Inline button. Usually appears after a form field */
.ai-inline-button {
  margin: 1.25rem 0 1rem 0.5rem;
}

/* HTML button styling */
button {
  background: none;
  border: 0;
}
