/* loader */
.fg-admin-list-loader-container {
  width: 100%;
  height: 45px;
  order: 0;
  flex: 0 1 auto;
  align-self: stretch;
  background-size: cover;
  margin: 2px;
}

.fg-admin-list-loader-icon {
  width: 35px;
  position: relative;
  margin: 10px auto 0;
  background-image: none;
}

/* Leaflet Map */
.leaflet-map.ng-enter {
  -webkit-animation: zoomIn 0.4s;
    animation: zoomIn 0.4s;
}

.leaflet-map.ng-leave {
  -webkit-animation: zoomOut 0.4s;
    animation: zoomOut 0.4s;
    display: block !important;
}

.flash-message {
  width: 100%;
  color: white;
  margin: 10px 0;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-family: 'AzoSans-Regular';
}

.flash-message.error {
  background: #F2DEDE;
  opacity: 1;
  color: #A94442;
}

.flash-message.success {
  background-color: #DFF0D8;
  opacity: 1;
  color: #3C763D;
}
