.a-button {
  width: 100%;
  color: white;
  background-color: white;
  border-radius: 5px;
  font-size: 16px !important;
  font-weight: bold;
  padding: 10px 25px 10px 25px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.a-button i {
  margin-right: 10px;
}

.a-button-success {
  background-color: #268e6c !important;
}

.a-button-success:hover {
  background-color: #217a5d !important;
}

.a-button-success:active {
  background-color: #1b664d !important;
}

.a-button-success:disabled {
  background-color: #4bcfa4 !important;
}

.a-button-info {
  background-color: #1473e6 !important;
}

.a-button-info:hover {
  background-color: #1267cf !important;
}

.a-button-info:active {
  background-color: #105cb7 !important;
}

.a-button-info:disabled {
  background-color: #6eaaf2 !important;
}

.a-button-warning {
  background-color: #da7b11 !important;
}

.a-button-warning:hover {
  background-color: #c26e0f !important;
}

.a-button-warning:active {
  background-color: #ab600d !important;
}

.a-button-warning:disabled {
  background-color: #f2ad5f !important;
}

.a-button-danger {
  background-color: #d7373f !important;
}

.a-button-danger:hover {
  background-color: #cc2931 !important;
}

.a-button-danger:active {
  background-color: #b7252c !important;
}

.a-button-danger:disabled {
  background-color: #e88c91 !important;
}

.a-button-outline-success {
  color: #268e6c !important;
  border: 1px solid #268e6c !important;
}

.a-button-outline-success:hover {
  color: #217a5d !important;
  border: 1px solid #217a5d !important;
  background-color: #f3f3f3 !important;
}

.a-button-outline-success:active {
  color: #1b664d !important;
  border: 1px solid #1b664d !important;
  background-color: #31b68b !important;
}

.a-button-outline-success:disabled {
  color: #4bcfa4 !important;
  border: 1px solid #4bcfa4 !important;
}

.a-button-outline-info {
  color: #1473e6 !important;
  border: 1px solid #1473e6 !important;
}

.a-button-outline-info:hover {
  color: #1267cf !important;
  border: 1px solid #1267cf !important;
  background-color: #f3f3f3 !important;
}

.a-button-outline-info:active {
  color: #105cb7 !important;
  border: 1px solid #105cb7 !important;
  background-color: #3f8eee !important;
}

.a-button-outline-info:disabled {
  color: #6eaaf2 !important;
  border: 1px solid #6eaaf2 !important;
}

.a-button-outline-warning {
  color: #da7b11 !important;
  border: 1px solid #da7b11 !important;
}

.a-button-outline-warning:hover {
  color: #c26e0f !important;
  border: 1px solid #c26e0f !important;
  background-color: #f3f3f3 !important;
}

.a-button-outline-warning:active {
  color: #ab600d !important;
  border: 1px solid #ab600d !important;
  background-color: #ef942f !important;
}

.a-button-outline-warning:disabled {
  color: #f2ad5f !important;
  border: 1px solid #f2ad5f !important;
}

.a-button-outline-danger {
  color: #d7373f !important;
  border: 1px solid #d7373f !important;
}

.a-button-outline-danger:hover {
  color: #cc2931 !important;
  border: 1px solid #cc2931 !important;
  background-color: #f3f3f3 !important;
}

.a-button-outline-danger:active {
  color: #b7252c !important;
  border: 1px solid #b7252c !important;
  background-color: #e06268 !important;
}

.a-button-outline-danger:disabled {
  color: #e88c91 !important;
  border: 1px solid #e88c91 !important;
}

.a-button-no-border-success {
  color: #268e6c !important;
  background-color: transparent;
  border: none;
}

.a-button-no-border-success:hover {
  color: #217a5d !important;
  border: none;
  background-color: #f3f3f3 !important;
}

.a-button-no-border-success:active {
  color: #1b664d !important;
  border: none;
  background-color: #31b68b !important;
}

.a-button-no-border-success:disabled {
  color: #4bcfa4 !important;
  border: none;
}

.a-button-no-border-info {
  color: #1473e6 !important;
  border: none;
  background-color: transparent;
}

.a-button-no-border-info:hover {
  color: #1267cf !important;
  background-color: #f3f3f3 !important;
  border: none;
}

.a-button-no-border-info:active {
  color: #105cb7 !important;
  background-color: #3f8eee !important;
  border: none;
}

.a-button-no-border-info:disabled {
  color: #6eaaf2 !important;
  border: none;
}

.a-button-no-border-warning {
  color: #da7b11 !important;
  border: none;
  background-color: transparent;
}

.a-button-no-border-warning:hover {
  color: #c26e0f !important;
  border: none;
  background-color: #f3f3f3 !important;
}

.a-button-no-border-warning:active {
  color: #ab600d !important;
  border: none;
  background-color: #ef942f !important;
}

.a-button-no-border-warning:disabled {
  color: #f2ad5f !important;
  border: none;
}

.a-button-no-border-danger {
  color: #d7373f !important;
  border: none;
  background-color: transparent;
}

.a-button-no-border-danger:hover {
  color: #cc2931 !important;
  background-color: #f3f3f3 !important;
  border: none;
}

.a-button-no-border-danger:active {
  color: #b7252c !important;
  background-color: #e06268 !important;
  border: none;
}

.a-button-no-border-danger:disabled {
  color: #e88c91 !important;
  border: none;
}

.a-button-no-border-disable {
  color: gray !important;
  border: none;
  background-color: transparent;
}

.a-button-no-border-danger:hover {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border: none;
}

.a-button-no-border-danger:active {
  color: #676767 !important;
  background-color: #b3b3b3 !important;
  border: none;
}

.a-button-no-border-danger:disabled {
  color: #b3b3b3 !important;
  border: none;
}

/*# sourceMappingURL=buttons.css.map */
