body {
  font-family: "Open Sans", sans-serif; }

.alert > ul.list-unstyled {
  margin-bottom: 0; }

.buttonSpinner > svg {
  vertical-align: middle;
  height: 25px; }

.table td.middle-align {
  vertical-align: middle; }

.capitalize {
  text-transform: capitalize; }

.w-5 {
  width: 5%; }

.header-button {
  margin-top: 12px; }

.add-practice-button {
  width: 210px;
  height: 43px; }

.authnet-form {
  background-color: #7795f8;
  border: 1px solid #819efc;
  border-radius: 4px;
  color: #ffc7ee; }

.line-separator {
  height: 1;
  width: 100%;
  background-color: #abb2b9;
  margin: 10px 0px; }

.nav-container {
  padding-bottom: 40px; }

.nav-item {
  padding-left: 10px;
  padding-right: 10px; }

.resync-button {
  border-color: #9c27b0;
  background-color: #9c27b0; }
  .resync-button:hover {
    border-color: #9c27b0;
    background-color: #9c27b0; }

.status-text {
  font-size: 1.2em; }
  .status-text.success {
    color: #1b5e20;
    font-style: italic; }
  .status-text.error {
    color: #b71c1c;
    font-style: italic; }


/*# sourceMappingURL=main.97ce1c125da8db97291b.css.map*/