.color1 {
  background: #91d3c7;
  color: black;
}

.color2 {
  background: #28a18b;
  color: white;
}

.button-color {
  background: #91d3c7;
  color: black;
}

.footer-color {
  background: #91d3c7;
  color: black;
}

.current-hover {
  background: rgb(199.6428571429, 232.8571428571, 226.8181818182);
  border-bottom: 3px solid #28a18b;
}

.tooltip-hover {
  background: rgb(199.6428571429, 232.8571428571, 226.8181818182);
  color: black;
}

.bg-login {
  background: url("/assets/fietsenallejaren/bg-login-af09ca98.jpg?202512170347") no-repeat center center fixed;
  background-size: cover;
}

.bg-full-row {
  background-color: #91d3c7;
}

.top-bar-menu {
  background: #91d3c7;
}

.top-bar-menu-small {
  color: black;
}
.top-bar-menu-small a {
  color: black;
}

.top-bar {
  color: black;
  background: #91d3c7;
}
.top-bar a {
  color: black;
}
.top-bar a:focus, .top-bar a:active {
  color: white;
}
.top-bar ul.menu {
  background: #91d3c7;
}
@media (min-width: 1024px) {
  .top-bar ul.menu li {
    border-bottom: 3px solid #91d3c7;
  }
  .top-bar ul.menu li.current {
    border-bottom: 3px solid #28a18b;
    background: rgb(199.6428571429, 232.8571428571, 226.8181818182);
  }
  .top-bar ul.menu li.current a:hover {
    color: white;
  }
  .top-bar ul.menu li:hover {
    border-bottom: 3px solid rgb(68.7686567164, 208.7313432836, 183.2835820896);
  }
}
.top-bar ul.menu li a.admin-menu {
  background: #28a18b;
  color: white;
}

.notice-color {
  color: #28a18b;
}

.success-color {
  color: #79b842;
}

.warning-color {
  color: #f17b09;
}

.alert-color {
  color: #cf2a0e;
}

.callout.notice {
  background-color: rgb(252.5970149254, 254.4029850746, 254.0746268657);
}

.callout.success {
  background-color: rgb(239.262, 246.948, 232.552);
}

.callout.warning {
  background-color: rgb(253.902, 239.506, 225.598);
}

.callout.alert {
  background-color: rgb(251.2307692308, 206.8076923077, 199.2692307692);
}

h2 {
  color: #000000;
}

h3 {
  color: #28a18b;
}
h3.header {
  display: block;
}

.callout h2, .panel h3 {
  color: #28a18b;
}

.selected_groups {
  color: #91d3c7;
}

.row-caption a:not(.button) {
  color: white;
}
.row-caption {
  color: white;
  background: #28a18b;
}

.row-th {
  background: rgb(109.6194029851, 218.8805970149, 199.0149253731);
  color: black;
}

.asc:after, .desc:after {
  color: #91d3c7;
  font-size: larger;
}

@media screen and (max-width: 1024px) {
  .tabs {
    border-bottom: 5px solid #91d3c7;
  }
}
.tabs-title.is-active a {
  box-shadow: 0 -2px 0 0 #28a18b inset;
}

.tabs-title:hover a {
  box-shadow: 0 -2px 0 0 #28a18b inset;
}

.pagination .active {
  color: black;
  background: #91d3c7;
}
.pagination .active:hover {
  background: rgb(199.6428571429, 232.8571428571, 226.8181818182);
}

nav.pagy a.current {
  color: black;
  background: #91d3c7;
}
nav.pagy a.current:hover {
  background: rgb(199.6428571429, 232.8571428571, 226.8181818182);
}

.progress.success .progress-meter {
  background-color: #79b842;
}

.progress.warning .progress-meter {
  background-color: #f17b09;
}

.progress.alert .progress-meter {
  background-color: #cf2a0e;
}

#add-backbtn span.backbtn {
  color: #91d3c7;
}

.icon-color {
  color: #91d3c7;
}

.icon-text-color {
  color: #28a18b;
}

.tooltip:after {
  background: rgb(199.6428571429, 232.8571428571, 226.8181818182);
  color: black;
}

u[data-tooltip] {
  border-bottom: dotted 2px #cf2a0e;
}

.button, .button.disabled, .button[disabled] {
  color: black;
  background-color: #91d3c7;
}
.button:hover, .button:focus, .button:active, .button.disabled:hover, .button.disabled:focus, .button.disabled:active, .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
  color: black;
  background-color: rgb(90.3571428571, 189.1428571429, 171.1818181818);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  color: white;
}
.button.notice:hover, .button.notice:focus, .button.notice:active, .button.disabled.notice:hover, .button.disabled.notice:focus, .button.disabled.notice:active, .button[disabled].notice:hover, .button[disabled].notice:focus, .button[disabled].notice:active {
  background-color: rgb(29.8507462687, 120.1492537313, 103.7313432836);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  background-color: #28a18b;
}
.button.success, .button.disabled.success, .button[disabled].success {
  color: white;
}
.button.success:hover, .button.success:focus, .button.success:active, .button.disabled.success:hover, .button.disabled.success:focus, .button.disabled.success:active, .button[disabled].success:hover, .button[disabled].success:focus, .button[disabled].success:active {
  background-color: rgb(96.316, 146.464, 52.536);
}
.button.success, .button.disabled.success, .button[disabled].success {
  background-color: #79b842;
}
.button.warning, .button.disabled.warning, .button[disabled].warning {
  color: white;
}
.button.warning:hover, .button.warning:focus, .button.warning:active, .button.disabled.warning:hover, .button.disabled.warning:focus, .button.disabled.warning:active, .button[disabled].warning:hover, .button[disabled].warning:focus, .button[disabled].warning:active {
  background-color: rgb(191.836, 97.908, 7.164);
}
.button.warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f17b09;
}
.button.alert, .button.disabled.alert, .button[disabled].alert {
  color: white;
}
.button.alert:hover, .button.alert:focus, .button.alert:active, .button.disabled.alert:hover, .button.disabled.alert:focus, .button.disabled.alert:active, .button[disabled].alert:hover, .button[disabled].alert:focus, .button[disabled].alert:active {
  background-color: rgb(159.2307692308, 32.3076923077, 10.7692307692);
}
.button.alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #cf2a0e;
}
.button.ripple, .button.disabled.ripple, .button[disabled].ripple {
  background-position: center;
  transition: background 0.8s;
}
.button.ripple:hover, .button.disabled.ripple:hover, .button[disabled].ripple:hover {
  background: #91d3c7 radial-gradient(circle, transparent 1%, #91d3c7 1%) center/15000%;
}
.button.ripple:active, .button.disabled.ripple:active, .button[disabled].ripple:active {
  background-color: rgb(217.8571428571, 240.1428571429, 236.0909090909);
  background-size: 100%;
  transition: background 0s;
}

.button.disabled, .button[disabled] {
  background-color: #b2b2b2;
}

.label {
  color: black;
}
.label:hover {
  color: black;
}
.label {
  background-color: #91d3c7;
}
.label.success {
  color: white;
}
.label.success:hover {
  color: white;
}
.label.success {
  background-color: #79b842;
}
.label.warning {
  color: white;
}
.label.warning:hover {
  color: white;
}
.label.warning {
  background-color: #f17b09;
}
.label.alert {
  color: white;
}
.label.alert:hover {
  color: white;
}
.label.alert {
  background-color: #cf2a0e;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
  color: #79b842;
}

.footer {
  padding-top: 2em;
  color: black;
  background-color: #91d3c7;
}
.footer h3 {
  color: black;
  border-bottom: 1px solid rgb(199.6428571429, 232.8571428571, 226.8181818182);
}
.footer a {
  color: black;
}
.footer a:hover {
  color: rgb(25.5, 25.5, 25.5);
}
.footer ul.footer-links {
  color: black;
  font-size: 0.9rem;
  margin-left: 0px;
}
.footer ul.footer-links li {
  display: block;
}
.footer .footer-social {
  font-size: 3em;
  margin: 0.2em;
}

.post-footer {
  margin-top: 2em;
  padding: 1em 0 1em 0;
  background-color: rgb(72.5714285714, 181.4285714286, 161.6363636364);
  color: black;
  font-size: 0.8rem;
}
.post-footer a {
  color: black;
}
.post-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=/assets/sites/fietsenallejaren/style-f3c90831.css.map */
