@charset "UTF-8";
.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("/static/css/fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("/static/css/fonts/ubuntu-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("/static/css/fonts/ubuntu-v20-latin-700.woff2") format("woff2");
}
h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

.btn-success {
  background-color: #84b72c;
}

.btn.text-left {
  text-align: left !important;
}

.visible-collapsed {
  display: none;
}

.collapsed .visible-collapsed {
  display: unset;
}

.hidden-collapsed {
  display: unset;
}

.collapsed .hidden-collapsed {
  display: none;
}

.badge-primary {
  background-color: #0066b1;
}

.text-default {
  color: #000000;
}

.label {
  font-size: 80%;
  font-weight: 500;
}

.btn-fake {
  cursor: unset;
  color: #000000;
}
.btn-fake:hover {
  text-decoration: none;
  color: #000000;
}

@media (max-width: 767px) {
  div.modal.fade {
    top: -100px;
  }
  div.modal.fade.in {
    top: 20px;
  }
}
html, body {
  height: 100%;
}

.row-flex, .row-flex > div[class*=col-] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0;
}

.row-flex > div[class*=col-], .container-flex > div[class*=col-] {
  margin: -0.2px; /* hack adjust for wrapping */
}

.container-flex > div[class*=col-] div, .row-flex > div[class*=col-] div {
  width: 100%;
}

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap;
}

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2;
}

#toast-container > div {
  opacity: 1 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
  filter: alpha(opacity=100) !important;
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("/static/css/fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("/static/css/fonts/ubuntu-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("/static/css/fonts/ubuntu-v20-latin-700.woff2") format("woff2");
}
body.hidden-scroll {
  overflow: hidden;
}

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.7;
  display: none;
  z-index: 1035;
}

.sl-wrapper {
  z-index: 1040;
}
.sl-wrapper button {
  border: 0 none;
  background: transparent;
  font-size: 28px;
  padding: 0;
  cursor: pointer;
}
.sl-wrapper button:hover {
  opacity: 0.7;
}
.sl-wrapper .sl-close {
  display: none;
  position: fixed;
  right: 30px;
  top: 30px;
  z-index: 10060;
  margin-top: -14px;
  margin-right: -14px;
  height: 44px;
  width: 44px;
  line-height: 44px;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ffffff;
  font-size: 3rem;
}
.sl-wrapper .sl-close:focus {
  outline: none;
}
.sl-wrapper .sl-counter {
  display: none;
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 1060;
  color: #ffffff;
  font-size: 1rem;
}
.sl-wrapper .sl-navigation {
  width: 100%;
  display: none;
}
.sl-wrapper .sl-navigation button {
  position: fixed;
  top: 50%;
  margin-top: -22px;
  height: 44px;
  width: 22px;
  line-height: 44px;
  text-align: center;
  display: block;
  z-index: 10060;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #ffffff;
}
.sl-wrapper .sl-navigation button.sl-next {
  right: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button.sl-prev {
  left: 5px;
  font-size: 2rem;
}
.sl-wrapper .sl-navigation button:focus {
  outline: none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 10px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 10px;
    font-size: 3rem;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-navigation button {
    width: 44px;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    right: 20px;
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    left: 20px;
    font-size: 3rem;
  }
}
.sl-wrapper .sl-image {
  position: fixed;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 10000;
}
.sl-wrapper .sl-image img {
  margin: 0;
  padding: 0;
  display: block;
  border: 0 none;
  width: 100%;
  height: auto;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image img {
    border: 0 none;
  }
}
.sl-wrapper .sl-image iframe {
  background: #000;
  border: 0 none;
}
@media (min-width: 35.5em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
@media (min-width: 50em) {
  .sl-wrapper .sl-image iframe {
    border: 0 none;
  }
}
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #ffffff;
  background: #000000;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-top {
  bottom: auto;
  top: 0;
}
.sl-wrapper .sl-image .sl-caption.pos-outside {
  bottom: auto;
}
.sl-wrapper .sl-image .sl-download {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #ffffff;
  z-index: 1060;
}

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite;
}

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms;
}

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.sl-wrapper .sl-image .sl-caption {
  font-size: 1em;
}

body {
  background-color: #f3f4f5;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.app-page {
  background: #ffffff;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.jumbotron {
  background-color: #fff;
  margin: 20px 0 0 0;
  padding: 10px 0;
}

.jumbotron h1 {
  color: #0066b1;
  font-weight: normal;
  margin: 0 0 20px 0;
  font-size: 30pt;
}

@media (max-width: 767px) {
  .row.match-my-cols {
    display: inherit;
  }
}
@media (min-width: 768px) {
  .row.match-my-cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.app-form-stealth {
  display: inline;
}

#species-seen-filter .form-group {
  margin-bottom: 5px;
}

.radio-group {
  margin: -3px 0 0 0;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("/static/css/fonts/ubuntu-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("/static/css/fonts/ubuntu-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("/static/css/fonts/ubuntu-v20-latin-700.woff2") format("woff2");
}
.app-header {
  background-color: #ffffff;
}

.app-header-brand .app-brand-logo {
  width: auto;
  height: 26px;
  margin: 18px 4px 18px 0;
}

.app-navbar-brand .app-brand-logo {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .app-navbar-brand {
    position: absolute;
  }
}

.app-header-brand {
  font-size: 20pt;
}

.app-header-brand a {
  text-decoration: none;
}

.app-header-col-left {
  white-space: nowrap;
}

.app-header-brand .app-brand-logo, .header-subtitle {
  display: inline-block;
  vertical-align: middle;
}

.header-subtitle {
  color: #0066b1;
}

.app-header-brand .header-subtitle {
  font-size: 12pt;
  margin-bottom: -5px;
}

@media (min-width: 992px) {
  .app-header-brand .header-subtitle {
    font-size: 14pt;
    margin-bottom: -3px;
  }
}
@media (min-width: 1200px) {
  .app-header-brand .header-subtitle {
    font-size: 19pt;
    margin-bottom: 2px;
  }
}
.app-navbar-brand .header-subtitle {
  position: absolute;
  top: 20px;
  left: 50px;
  font-size: 13px;
}

.app-header-user-info {
  margin-top: 4px;
  text-align: right;
}

.app-header-user-info .btn {
  color: #777777;
  text-decoration: none;
}

.app-header-user-info .btn:hover {
  color: #0066b1;
  text-decoration: none;
}

.app-btn-account {
  padding-right: 0;
}

#log-in-or-create-account:hover {
  color: #777777;
  cursor: default;
}

#observation-brand {
  color: #0066b1;
  background-color: #f3f4f5;
  height: 50px;
  padding-top: 15px;
}
#observation-brand .btn {
  margin-top: -7.5px;
}

#observation-brand-link {
  text-decoration: none;
}

#observation-brand-link > img {
  height: 15px;
  padding-bottom: 1px;
  padding-left: 6px;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

@media (min-width: 768px) {
  #global-navbar-collapse {
    padding-left: 0;
  }
}

.navbar-brand {
  font-size: inherit !important;
}
@media (max-width: 767px) {
  .navbar-brand {
    padding-top: 6px;
  }
}

.navbar {
  border: none;
  margin-bottom: 0;
}

.navbar-brand img {
  height: 22px;
  width: auto;
  margin-top: 8px;
}

.navbar-brand .with-subtitle img {
  margin-top: 3px;
}

.app-navbar-search-form {
  padding-right: 0;
}
@media (max-width: 767px) {
  .app-navbar-search-form {
    padding-right: inherit;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.app-navbar-search-active .app-navbar-search-hide {
  display: none;
}

.app-navbar-search-active .app-navbar-search-input {
  width: unset !important;
}
@media (max-width: 767px) {
  .app-navbar-search-active .app-navbar-search-input {
    width: unset !important;
  }
}
@media (min-width: 768px) {
  .app-navbar-search-active .app-navbar-search-input {
    width: 680px !important;
  }
}
@media (min-width: 992px) {
  .app-navbar-search-active .app-navbar-search-input {
    width: 900px !important;
  }
}
@media (min-width: 1200px) {
  .app-navbar-search-active .app-navbar-search-input {
    width: 1100px !important;
  }
}

@media (max-width: 767px) {
  .global-navbar {
    background-color: #ffffff;
  }
}

.navbar-btn-group-submit .dropdown-menu {
  border-color: #84b72c !important;
}

.navbar-btn-group-submit a {
  color: #84b72c !important;
}

.navbar-btn-group-submit .dropdown-toggle {
  color: #84b72c !important;
}

.navbar-btn-group-submit.open .dropdown-toggle {
  background: #ffffff !important;
  border-color: #84b72c !important;
}

.navbar-btn-submit {
  border-color: #84b72c;
  color: #84b72c;
}

.navbar-btn-submit:hover {
  background: #fff;
  border-color: #84b72c;
  color: #84b72c;
}

@media (min-width: 768px) {
  .app-navbar-submit-dropdown > a {
    background-color: #84b72c;
    color: #ffffff !important;
  }
}

@media (min-width: 768px) {
  .app-navbar-submit-dropdown > a:hover, .app-navbar-submit-dropdown.open > a {
    background-color: #ffffff !important;
    color: #84b72c !important;
    border: 1px solid #84b72c !important;
    padding: 14px !important;
  }
}

@media (min-width: 768px) {
  .app-navbar-submit-dropdown.open > a {
    border-bottom-width: 0 !important;
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) {
  .app-navbar-submit-dropdown .dropdown-menu {
    border: 1px solid #84b72c !important;
  }
}

@media (min-width: 768px) {
  .app-navbar-submit-dropdown ul a {
    color: #84b72c !important;
  }
}

@media (min-width: 768px) {
  .app-navbar-submit-dropdown .divider {
    background-color: #84b72c !important;
  }
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.dropzone {
  background-color: #F8F9FA !important;
}

.mod-dropzone-photo-preview {
  min-height: unset !important;
  border: 2px dashed #84b72c !important;
  margin-bottom: 5px !important;
  border-radius: 8px !important;
  background-color: transparent !important;
}
.mod-dropzone-photo-preview .dz-preview {
  background-color: transparent !important;
}

#media-container {
  background-color: #F8F9FA;
  border-radius: 8px;
  margin-bottom: 20px;
}
#media-container .row {
  padding: 16px;
}
#media-container #identify-button.disabled {
  background-color: #E6E6E6;
  border-color: #E6E6E6;
}
#media-container i.fa-exclamation-triangle {
  color: #ea554b;
  padding-right: 8px;
}
#media-container .nia-alert {
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 0px;
}
#media-container .nia-alert.row {
  margin: 32px 16px;
}
#media-container .nia-alert p {
  color: #777777;
  padding-top: 16px;
}
#media-container .location-warning img {
  height: 115px;
  width: 100%;
  object-fit: contain;
}
#media-container .location-warning .warning-message {
  padding-left: 32px;
  margin-top: -21px;
}
#media-container .prediction {
  display: flex;
  width: 100%;
  flex-direction: row;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 10px;
  background-color: #fff;
  cursor: pointer;
}
#media-container .prediction.nia-initial, #media-container .prediction.nia-other-selected {
  color: #E6E6E6;
  box-shadow: 0px 0px 1px rgba(48, 49, 51, 0.05), 0px 1px 3px rgba(48, 49, 51, 0.1);
}
#media-container .prediction.nia-selected, #media-container .prediction.nia-alternative {
  color: #0066b1;
}
#media-container .prediction.nia-selected {
  box-shadow: 0px 0px 4px #84b72c;
}
#media-container .prediction:hover {
  background-color: rgb(249.9, 249.9, 249.9);
}
#media-container .prediction svg {
  flex-shrink: 0;
  height: 48px;
  width: 48px;
  margin: 5px;
}
#media-container .prediction svg circle {
  fill: transparent;
  stroke-width: 5px;
  stroke-dasharray: 119.32;
}
#media-container .prediction svg text {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
#media-container .prediction svg text tspan {
  font-weight: 400;
  font-size: 8px;
}
#media-container .prediction svg .track {
  stroke: #E6E6E6;
}
#media-container .prediction svg .prediction-track {
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 24px 24px;
}
#media-container .prediction svg .prediction-track.unknown {
  stroke: #ea554b;
}
#media-container .prediction svg .prediction-track.uncertain {
  stroke: #f4c014;
}
#media-container .prediction svg .prediction-track.confident {
  stroke: #84b72c;
}
#media-container .prediction .species {
  padding: 9px 0;
  flex-grow: 1;
}
#media-container .prediction .species a strong {
  margin-top: 15px;
}
#media-container .prediction .species a .life-stage {
  color: grey;
}
#media-container .prediction .species a em {
  font-size: 12px;
  line-height: 14px;
  color: grey;
}
#media-container .prediction .accept {
  align-self: start;
  height: 100%;
  padding: 20px 15px;
  float: right;
  text-align: right;
  white-space: nowrap;
}
#media-container .show-all {
  color: #0066b1;
  cursor: pointer;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #media-container {
    margin: 0 -15px 15px -15px;
    border-radius: 0;
  }
  #media-container .col-sm-6 + .col-sm-6 {
    margin-top: 32px;
  }
  #media-container .location-warning {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  #media-container .location-warning .warning-message {
    padding: 0;
    margin-top: 0;
  }
}
.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.app-content-title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.app-content-title small {
  white-space: nowrap;
}

.app-content-subtitle {
  margin-top: 10px;
}

.app-options {
  background: #f3f4f5;
  padding: 2px 0;
}

.app-options .btn-link {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  margin-right: 10px;
}

.app-options .btn-link:last-of-type {
  margin-right: 0;
}

.app-content-body {
  margin: 1em 0;
  min-height: 400px;
}

.app-content-section {
  margin-bottom: 1em;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.app-footer {
  background: #f3f4f5;
  margin: 25px 0 0 0;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .app-footer {
    padding: 30px 0;
  }
}

.app-footer h4, .app-footer h5 {
  margin-top: 20px;
}

.app-footer-logo-bar {
  display: flex;
}

.app-footer-logo-bar a {
  display: inline-block;
  text-decoration: none;
  margin: 10px 0 0 0;
  height: 50px;
}
@media (min-width: 992px) {
  .app-footer-logo-bar a {
    height: 60px;
  }
}
@media (min-width: 1200px) {
  .app-footer-logo-bar a {
    height: 70px;
  }
}

.app-footer-logo-bar img {
  display: inline-block;
  height: 100%;
  width: auto;
  margin-right: 10px;
}
@media (min-width: 992px) {
  .app-footer-logo-bar img {
    margin-right: 20px;
  }
}
.app-footer-logo-bar img :last-child {
  margin-right: 0;
}

.app-footer-store-logo {
  width: 135px;
  height: 40px;
  margin-bottom: 5px;
}

.app-footer-powered-by {
  margin: 25px 0 0 0;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.x-fa-blank {
  visibility: hidden !important;
}

span.photo-like {
  color: #a6a6a4;
  cursor: pointer;
}

span.photo-like:hover, span.photo-like.active {
  color: #f4c014;
}

span.photo-like:hover, span.photo-like.active span.inactive {
  display: none;
}

span.photo-like:hover, span.photo-like.active span.active {
  display: inline;
}

span.photo-like span.inactive {
  display: inline;
}

span.photo-like span.active {
  display: none;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.app-image-full-size-wrapper {
  display: block;
  text-align: center;
  background-image: linear-gradient(45deg, #f3f4f5 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f3f4f5 75%), linear-gradient(45deg, transparent 75%, #f3f4f5 75%), linear-gradient(45deg, #f3f4f5 25%, transparent 25%);
  background-size: 10px 10px;
  background-position: 0 0, 0 0, -5px -5px, 5px 5px;
}

.app-image-full-size {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.app-image-fit:hover {
  height: 106%;
  width: 106%;
  top: -3%;
  left: -3%;
}

.app-media-object {
  width: 120px;
  height: 120px;
}

.app-photo-row-caption {
  position: absolute;
  display: table-cell;
  vertical-align: bottom;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
  background-blend-mode: multiply;
  color: #ffffff;
  left: 0; /** new  **/
  right: 0; /** new  **/
  padding: 30px 15px 15px 15px;
}

figcaption.mod-show-hover {
  display: none;
}

figure:hover figcaption.mod-show-hover {
  display: inherit;
}

.caption-date, .caption-observer {
  position: relative;
}

.caption-date {
  z-index: 1;
}

.sound-container {
  background-color: #c1c1c1;
}

.sound-player {
  position: absolute;
  width: 100%;
  top: 15px;
  height: 40px;
}

.sound-player audio {
  width: 100%;
}

.sound-notes {
  position: absolute;
  color: #ffffff;
  top: 5em;
  max-height: 3em;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.label-group .label {
  display: inline-block;
}

.app-link-hidden {
  text-decoration: inherit;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

.app-link-hidden:hover {
  text-decoration: none;
  color: #0066b1;
}

a[name], a[name]:hover {
  text-decoration: inherit;
  color: inherit;
  font: inherit;
}

a.mod-nohover, a:hover.mod-nohover {
  text-decoration: none;
}

a.mod-stealth {
  color: inherit;
  text-decoration: inherit;
}

.mod-clickthrough {
  pointer-events: none;
}

.mod-clickthrough a {
  pointer-events: auto;
}

.app-ul-compact {
  margin-left: 1.75em;
}

.app-ul-compact .fa-li {
  width: 1.25em;
  left: -1.75em;
  text-align: center;
}

.app-dl-datagrid dt {
  position: absolute;
  width: 1.25em;
  text-align: center;
  padding: 0.1em 0;
}

.app-dl-datagrid dd {
  margin-bottom: 0.15em;
  padding: 0.1em 0 0.1em 1.75em;
}

.app-dl-datagrid dd:last-child {
  margin-bottom: 0;
}

.app-dl-datagrid-condensed dt, .app-dl-datagrid-condensed dd {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 10;
  height: 42px;
  overflow: visible;
  border-bottom: none;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs {
    border-bottom: 1px solid #ddd;
  }
}
.responsive-tabs.nav-tabs span.glyphicon {
  position: absolute;
  top: 14px;
  right: 22px;
}
.responsive-tabs.nav-tabs span.glyphicon.glyphicon-triangle-top {
  display: none;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs span.glyphicon {
    display: none;
  }
}
.responsive-tabs.nav-tabs > li {
  display: none;
  float: none;
  text-align: center;
}
.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0;
}
.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #ddd;
}
.responsive-tabs.nav-tabs > li > a:hover {
  background: #f3f4f5;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li > a {
    margin-right: 4px;
  }
}
.responsive-tabs.nav-tabs > li.active {
  display: block;
}
.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #ddd;
  border-radius: 2px;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li.active a {
    border-bottom-color: transparent;
  }
}
.responsive-tabs.nav-tabs > li.active a:hover {
  background: #fff;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
  display: block;
}
@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-top {
    display: none;
  }
}
.responsive-tabs.nav-tabs.open span.glyphicon.glyphicon-triangle-bottom {
  display: none;
}
.responsive-tabs.nav-tabs.open > li {
  display: block;
}
.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0;
}
.responsive-tabs.nav-tabs.open > li:first-of-type a {
  border-radius: 2px 2px 0 0;
}
.responsive-tabs.nav-tabs.open > li:last-of-type a {
  border-radius: 0 0 2px 2px;
}

th.rotate {
  /* Something you can count on */
  height: 140px;
  white-space: nowrap;
}

th.rotate > div {
  transform: rotate(315deg);
  width: 30px;
  float: right;
}

th.rotate > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

td.text-right {
  white-space: nowrap;
}

.app-grid-table th {
  width: 1.5em;
  text-align: left;
}

.truncate {
  position: relative;
}

.truncate .content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  left: 0;
  right: 0;
}

.truncate:before {
  content: "";
  display: inline-block;
}

@media (max-width: 767px) {
  .column-species {
    max-width: 300px;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .column-species {
    min-width: 350px;
    max-width: 400px;
  }
  .column-species .species-common-name,
  .column-species .species-scientific-name {
    white-space: normal;
  }
}
.table-container th.asc:after {
  content: " ▲";
}

.table-container th.desc:after {
  content: " ▼";
}

.table-responsive {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .table-responsive {
    overflow: inherit;
  }
}
.table > thead > tr > th {
  white-space: nowrap;
}

.bootstrap-multiselect {
  width: 100% !important;
}

.app-map {
  width: 100%;
  height: 400px;
}

.app-obs-details-map {
  width: 100%;
  height: 270px !important;
}

.app-popup-photo {
  display: block;
  max-width: 100%;
  min-height: 150px;
  max-height: 175px;
}

.app-ratio-box, .app-ratio-box-3-2, .app-ratio-box-4-3 {
  /* Use the padding-top (relative to parent) trick to set a 4:3 aspect ratio */
  height: 0 !important;
  overflow: hidden !important;
  padding-top: 75% !important;
  position: relative !important;
}

.app-ratio-box-4-3 {
  padding-top: 75% !important;
}

.app-ratio-box-3-2 {
  padding-top: 66.67% !important;
}

.app-ratio-box-image {
  /* User object-fit to fit the image inside the parent container */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.app-ratio-box, .app-ratio-box-4-3, .app-ratio-box-3-2 {
  /* Use the padding-top (relative to parent) trick to set a 4:3 aspect ratio */
  height: 0 !important;
  overflow: hidden !important;
  padding-top: 75% !important;
  position: relative !important;
}

.app-ratio-box-4-3 {
  padding-top: 75% !important;
}

.app-ratio-box-3-2 {
  padding-top: 66.67% !important;
}

.app-ratio-box-image {
  /* User object-fit to fit the image inside the parent container */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.app-ratio-box-4-3 a.lightbox-gallery-image {
  display: block;
  height: 0 !important;
  overflow: hidden !important;
  padding-top: 75% !important;
}
.app-ratio-box-4-3 a.lightbox-gallery-image img {
  /* Use object-fit to fit the image inside the parent container */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

@media (max-width: 767px) {
  .app-photo-gallery {
    margin-left: -1px;
    margin-right: 1px;
  }
  .app-photo-gallery figure {
    width: 100%;
    float: left;
    height: 100%;
    position: relative !important;
    border: 1px solid white;
  }
  .app-photo-gallery figure a.lightbox-gallery-image {
    display: block;
    height: 0 !important;
    overflow: hidden !important;
    padding-top: 75% !important;
  }
  .app-photo-gallery figure img {
    /* User object-fit to fit the image inside the parent container */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .app-photo-gallery {
    margin-left: -1px;
    margin-right: 1px;
  }
  .app-photo-gallery figure {
    width: 50%;
    float: left;
    height: 100%;
    position: relative !important;
    border: 1px solid white;
  }
  .app-photo-gallery figure a.lightbox-gallery-image {
    display: block;
    height: 0 !important;
    overflow: hidden !important;
    padding-top: 75% !important;
  }
  .app-photo-gallery figure img {
    /* User object-fit to fit the image inside the parent container */
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media (min-width: 992px) {
  .app-photo-gallery {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
  }
  .app-photo-gallery figure {
    margin: 1px;
    max-width: 100%;
    flex-grow: 1;
    position: relative;
    height: 215px;
    width: var(--width);
  }
  .app-photo-gallery figure img {
    max-height: 215px;
    min-width: 100%;
    object-fit: cover;
    vertical-align: bottom;
  }
  .app-photo-gallery figure figcaption {
    position: absolute;
    color: #ffffff;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    background-blend-mode: multiply;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 15px 15px 15px;
  }
}
.information-header {
  color: #666;
  border-bottom: 1px solid #f0f0f0;
}

.information-body {
  padding: 24px 0 8px 0;
}

@media (max-width: 767px) {
  .information-header {
    margin-left: -16px;
    margin-right: -16px;
  }
  .information-header h3 {
    padding: 16px;
  }
  .information-footer .row {
    padding: 16px 8px;
  }
}
@media (min-width: 768px) {
  .information-header h3 {
    padding: 16px;
  }
  .information-footer .row {
    padding: 16px 24px;
  }
}
/* type=gallery */
.gallery {
  margin-left: -16px;
  margin-right: -16px;
}

.tile {
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px 0px rgba(48, 49, 51, 0.1019607843), 0px 0px 1px 0px rgba(48, 49, 51, 0.0509803922);
  overflow: hidden;
}

.tile-image {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden !important;
}
.tile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tile-content {
  padding: 8px 16px;
}
.tile-content a {
  display: block;
  margin-top: 16px;
}

@media (max-width: 767px) {
  .gallery {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    margin-left: 0px;
  }
  .gallery .tile:first-child {
    margin-left: 16px;
  }
  .tile {
    flex: 0 0 auto;
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .gallery {
    margin-left: 7px;
    margin-right: 7px;
  }
  .wrapper {
    float: left;
    width: 50%;
    padding: 0 8px 16px 8px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .gallery {
    margin-left: 7px;
    margin-right: 7px;
  }
  .wrapper {
    float: left;
    width: 33.333333%;
    padding: 0 8px 16px 8px;
  }
}
@media (min-width: 1200px) {
  .gallery {
    margin-left: 3px;
    margin-right: 3px;
  }
  .wrapper {
    float: left;
    width: 25%;
    padding: 0 12px 16px 12px;
  }
}
/* type=html */
.hide-overflow {
  position: relative;
  margin: 0;
  height: 7em;
  overflow: hidden;
}

.hide-overflow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  z-index: 1;
}

.show-more {
  display: block;
  padding-bottom: 1.5em;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

.callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

.callout p:last-child {
  margin-bottom: 0;
}

.callout code {
  border-radius: 3px;
}

.callout + .callout {
  margin-top: -5px;
}

.callout-default {
  border-left-color: #777777;
}

.callout-default h4 {
  color: #777777;
}

.callout-primary {
  border-left-color: #0066b1;
}

.callout-primary h4 {
  color: #0066b1;
}

.callout-success {
  border-left-color: #84b72c;
}

.callout-success h4 {
  color: #84b72c;
}

.callout-danger {
  border-left-color: #ea554b;
}

.callout-danger h4 {
  color: #ea554b;
}

.callout-warning {
  border-left-color: #f4c014;
}

.callout-warning h4 {
  color: #f4c014;
}

.callout-info {
  border-left-color: #4ad1d6;
}

.callout-info h4 {
  color: #4ad1d6;
}

.species-common-name, .species-scientific-name, .species-authority {
  white-space: nowrap;
}

table.species-seen-compare-table .species-common-name, table.species-seen-compare-table .species-scientific-name {
  white-space: normal;
}

.species-scientific-name {
  font-style: italic;
}

.species-authority {
  font-size: 70%;
  font-variant: small-caps;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.rare-4 {
  color: #ea554b;
}

.rare-3 {
  color: #f4c014;
}

.rare-2 {
  color: #4ad1d6;
}

.rare-1 {
  color: #84b72c;
}

.rare-0 {
  color: #a6a6a4;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.validation-O {
  color: #777777 !important;
}

.validation-U {
  color: #777777 !important;
}

.validation-J {
  color: #84b72c !important;
}

.validation-P {
  color: #0066b1 !important;
}

.validation-A {
  color: #777777 !important;
}

.validation-N {
  color: #ea554b !important;
}

.validation-I {
  color: #f4c014 !important;
}

.status-uncertain {
  color: #f4c014 !important;
}

.status-native {
  color: #84b72c !important;
}

.status-escape {
  color: #ea554b !important;
}

.validation-dropdown {
  width: 250px;
}
.validation-dropdown li, .validation-dropdown li a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal !important;
  cursor: pointer;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.app-home-photo-overlay {
  z-index: 999;
  display: block;
  position: absolute;
  top: 0;
  left: 15px; /** new  **/
  right: 0; /** new  **/
  color: #ffffff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  padding: 10px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .app-home-photo-overlay {
    padding: 15px;
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .app-home-photo-overlay {
    padding: 10px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .app-home-photo-overlay {
    padding: 10px 12px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .app-home-photo-overlay {
    padding: 10px 15px;
    font-size: 24px;
  }
}

.app-home-banner {
  background: #0066b1;
  color: #ffffff;
  border-radius: 0;
  font-size: 16pt;
  margin: 0;
}

.app-home-banner .btn {
  border-color: #ffffff;
  color: #ffffff;
  background: #0066b1;
}

.background-alt {
  background-color: #f3f4f5;
}

.app-home-panel {
  background: #ffffff;
  padding: 15px;
  text-align: center;
  height: 100%;
}

.app-home-panel-text {
  display: block;
  font-size: 14pt;
  margin: 12px 0 0 0;
  color: #0066b1;
}
.app-home-panel-text:hover {
  text-decoration: none;
  color: #0066b1;
}

.message-logo {
  margin: 20px auto;
  max-width: 280px;
  text-align: center;
}
.message-logo a {
  display: block;
  padding: 12px 18px;
  border-radius: 6px;
  background-color: rgb(248.5636363636, 249.1, 249.6363636364);
  color: #777777;
  font-size: 12px;
}
.message-logo a:hover {
  background-color: #f3f4f5;
  color: #777777;
  text-decoration: none;
}
.message-logo a img {
  margin: 6px 12px 0;
}
.message-logo a img.waarnemingshop {
  margin: 18px 12px 12px;
}

#subsite-stats {
  display: flex;
  justify-content: space-around;
}
#subsite-stats .item {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  font-size: 1.25em;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.btn-align {
  padding: 6px 0;
  line-height: 1.42857143;
  vertical-align: middle;
}

.mod-uppercase {
  text-transform: uppercase;
}

.text-truncated {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Markdown content */
.toc {
  border-left: 8px solid #f3f4f5;
  padding-left: 6px;
}
.toc ul {
  padding-left: 16px;
}

.anchor {
  float: left;
  position: absolute;
  padding-top: 7px !important;
  padding-right: 4px !important;
  margin-left: -18px !important;
  font-size: 14px !important;
  color: #555;
  text-decoration: none;
}

/* In order to not pollute the generated HTML with useless markup, add the fa-link icon through CSS
 * https://fontawesome.com/v5/docs/web/advanced/css-pseudo-elements
 */
h1:hover .anchor::before,
h2:hover .anchor::before,
h3:hover .anchor::before,
h4:hover .anchor::before,
h5:hover .anchor::before,
h6:hover .anchor::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f0c1";
}

.cookielaw-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  background-color: rgb(0, 72.6101694915, 126);
  color: #ffffff;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.navbar-toggle {
  padding-right: 0;
  border: none;
  background: transparent !important;
}
.navbar-toggle:hover {
  background: transparent !important;
}
.navbar-toggle .icon-bar {
  background-color: #0066b1 !important;
  width: 22px;
  transition: all 0.2s;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

/* Old site */
li.os-active,
li.os:hover,
ul.navbar-nav li ul li:hover {
  background-color: #E6F1F9;
}

ul.navbar-nav li a.os-darkblue,
ul.navbar-nav li a.os-darkblue:hover,
div#obs-navbar-collapse li.dropdown a.dropdown-toggle {
  color: #0066b1;
}

div#obs-navbar-collapse li.dropdown.open a.dropdown-toggle {
  background-color: white;
}

div#obs-navbar-collapse li.dropdown ul.dropdown-menu a:hover {
  background-color: #FFFF88;
}

@media (min-width: 768px) {
  div#obs-navbar-collapse {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  div.container {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.chart-color {
  display: inline-block;
  width: 1em;
  height: 1em;
}

.mod-grayscale {
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
  filter: grayscale(100%);
}

.mod-grayscale:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
  filter: grayscale(0%);
}

.app-alert-top {
  margin-top: 0;
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.app-alert-flexbox {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.app-alert-flexbox-content {
  display: inline-flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.app-alert-flexbox-content p {
  margin: 0;
}

.alert-primary {
  background: #0066b1;
  color: #ffffff;
}

.alert-primary .alert-link {
  color: inherit;
  font-weight: bold;
}

.alert-success.app-alert-top {
  background: #84b72c;
  color: #ffffff;
}

.app-store-button {
  width: 135px;
  height: 40px;
}

.app-store-icon {
  max-width: 100px;
  height: auto;
}

.app-store-icon-sm {
  max-width: 55px;
  height: auto;
}
