.page__background {
  background: #f8f7f4 !important;
}
ons-back-button {
  color: #ffffff !important;
}
ons-back-button svg {
  color: #ffffff !important;
  fill: #ffffff !important;
}
ons-toolbar {
  background: #004996 !important;
  border-bottom-color: #ffffff !important;
  border-bottom-width: 1px !important;
  border-bottom-style: solid !important;
}
ons-toolbar-button {
  color: #ffffff !important;
}
ons-toolbar > div {
  color: #ffffff !important;
}
ons-toolbar .logo {
  height: 80%;
  vertical-align: middle;
  padding-left: 8px;
  padding-right: 8px;
}
ons-bottom-toolbar {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding-left: 15px !important;
  background: #004996 !important;
  color: #ffffff !important;
  border-top-color: #004996 !important;
  border-top-width: 1px !important;
  border-top-style: solid !important;
}
ons-bottom-toolbar a {
  color: #ffffff !important;
  text-decoration: unset;
}
ons-bottom-toolbar a:hover {
  color: #ffffff !important;
  text-decoration: unset;
}
ons-bottom-toolbar a:visited {
  color: #ffffff !important;
  text-decoration: unset;
}
ons-bottom-toolbar i {
  transform: rotate(90deg);
  padding-top: 5px;
}
div.content {
  text-align: center;
  padding-bottom: 150px;
}
ons-speed-dial-item {
  width: unset !important;
  border-radius: 5px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  white-space: nowrap !important;
  background: #ffffff !important;
  color: #004996 !important;
  border-color: #004996 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
ons-fab {
  background: #ffffff !important;
  color: #004996 !important;
  border-color: #004996 !important;
  border-style: solid !important;
  border-width: 2px !important;
}
.expandable-content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
ons-input[disabled] {
  opacity: 1 !important;
}
ons-input[disabled] > span {
  opacity: 0.5 !important;
}
ons-input > span {
  white-space: nowrap;
  color: #004996 !important;
}
input:disabled {
  color: #fff !important;
  opacity: 1 !important;
}
ons-button {
  background: #004996;
  min-width: 40px;
  min-height: 40px;
  text-align: center;
}
ons-button.info {
  background: #004996;
}
ons-button.danger {
  background: #ab2929;
}
ons-card > .title {
  text-align: center;
}
ons-card.alert > .title > ons-icon {
  color: #ab2929;
}
ons-card > .content {
  padding-bottom: unset;
}
ons-icon.alert {
  color: #ab2929;
}
ons-list-item.full-width {
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
}
ons-list-item.full-width > div {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
ons-alert-dialog-button {
  color: #004996 !important;
}

.field-info {
  display: block;
  width: 100%;
  font-size: 70%;
  line-height: 1;
  color: grey;
}
.field-error {
  display: block;
  width: 100%;
  font-size: 70%;
  line-height: 1;
  color: red;
}
.field-error-map {
  display: block;
  width: 100%;
  font-size: 70%;
  line-height: 1;
  color: white;
}
.flex-columns {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.subtitle {
  font-size: 90%;
  line-height: 1;
  color: #777;
}
#map {
  width: 98%;
  height: 30vh;
}
.number-input {
  width: 25%;
}
.back-button__icon {
  fill: #004996 !important;
}
.centered-input > input {
  text-align: center;
}
.range__input {
  background-image: unset;
}

#load-spinner-bg {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  z-index: 1000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5) 50% 50%;
}

.delete-button {
  margin-left: 10px;
}

#load-spinner {
  height: 20%;
  opacity: 100%;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.list-item__right {
  justify-content: flex-end;
}

span.text-input__label {
  font-size: 12px !important;
  color: #777 !important;
}

.field-note {
  font-size: 14px;
}
