.color1 {
  background: #e6007f;
  color: white;
}

.color2 {
  background: #f29200;
  color: white;
}

.button-color {
  background: #009fe3;
  color: white;
}

.footer-color {
  background: #951a82;
  color: white;
}

.current-hover {
  background: rgb(255, 51.5, 163.8673913043);
  border-bottom: 3px solid #f29200;
}

.tooltip-hover {
  background: rgb(255, 51.5, 163.8673913043);
  color: white;
}

.bg-login {
  background: url("/assets/homomonument/bg-login-f2eb0647.jpg?202512171605") no-repeat center center fixed;
  background-size: cover;
}

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

.top-bar-menu {
  background: #e6007f;
}

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

.top-bar {
  color: white;
  background: #e6007f;
}
.top-bar a {
  color: white;
}
.top-bar a:focus, .top-bar a:active {
  color: white;
}
.top-bar ul.menu {
  background: #e6007f;
}
@media (min-width: 1024px) {
  .top-bar ul.menu li {
    border-bottom: 3px solid #e6007f;
  }
  .top-bar ul.menu li.current {
    border-bottom: 3px solid #f29200;
    background: rgb(255, 51.5, 163.8673913043);
  }
  .top-bar ul.menu li.current a:hover {
    color: white;
  }
  .top-bar ul.menu li:hover {
    border-bottom: 3px solid rgb(255, 179.0330578512, 63.5);
  }
}
.top-bar ul.menu li a.admin-menu {
  background: #f29200;
  color: white;
}

.notice-color {
  color: #f29200;
}

.success-color {
  color: #3caa37;
}

.warning-color {
  color: #f29200;
}

.alert-color {
  color: #d50c52;
}

.callout.notice {
  background-color: rgb(255, 239.7272727273, 216.5);
}

.callout.success {
  background-color: rgb(214.3, 241.4333333333, 213.0666666667);
}

.callout.warning {
  background-color: rgb(255, 239.7272727273, 216.5);
}

.callout.alert {
  background-color: rgb(252.04, 202.46, 219.7266666667);
}

h2 {
  color: #e6007f;
}

h3 {
  color: #f29200;
}
h3.header {
  display: none;
}

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

.selected_groups {
  color: #009fe3;
}

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

.row-th {
  background: rgb(255, 199.2644628099, 114.5);
  color: black;
}

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

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

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

.pagination .active {
  color: white;
  background: #009fe3;
}
.pagination .active:hover {
  background: rgb(48.5, 193.140969163, 255);
}

nav.pagy a.current {
  color: white;
  background: #009fe3;
}
nav.pagy a.current:hover {
  background: rgb(48.5, 193.140969163, 255);
}

.progress.success .progress-meter {
  background-color: #3caa37;
}

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

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

#add-backbtn span.backbtn {
  color: #009fe3;
}

.icon-color {
  color: #009fe3;
}

.icon-text-color {
  color: #f29200;
}

.tooltip:after {
  background: rgb(48.5, 193.140969163, 255);
  color: white;
}

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

.button, .button.disabled, .button[disabled] {
  color: white;
  background-color: #009fe3;
}
.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: white;
  background-color: rgb(0, 105.4162995595, 150.5);
}
.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(191, 115.2314049587, 0);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  background-color: #f29200;
}
.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(46.4, 131.4666666667, 42.5333333333);
}
.button.success, .button.disabled.success, .button[disabled].success {
  background-color: #3caa37;
}
.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, 115.2314049587, 0);
}
.button.warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f29200;
}
.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(164.72, 9.28, 63.4133333333);
}
.button.alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #d50c52;
}
.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: #009fe3 radial-gradient(circle, transparent 1%, #009fe3 1%) center/15000%;
}
.button.ripple:active, .button.disabled.ripple:active, .button[disabled].ripple:active {
  background-color: rgb(74, 200.7797356828, 255);
  background-size: 100%;
  transition: background 0s;
}

.button.disabled, .button[disabled] {
  background-color: rgb(56.75, 136.25, 170.25);
}

.label {
  color: white;
}
.label:hover {
  color: white;
}
.label {
  background-color: #009fe3;
}
.label.success {
  color: white;
}
.label.success:hover {
  color: white;
}
.label.success {
  background-color: #3caa37;
}
.label.warning {
  color: white;
}
.label.warning:hover {
  color: white;
}
.label.warning {
  background-color: #f29200;
}
.label.alert {
  color: white;
}
.label.alert:hover {
  color: white;
}
.label.alert {
  background-color: #d50c52;
}

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

.footer {
  padding-top: 2em;
  color: white;
  background-color: #951a82;
}
.footer h3 {
  color: white;
  border-bottom: 1px solid rgb(214.1342857143, 37.3657142857, 186.8285714286);
}
.footer a {
  color: white;
}
.footer a:hover {
  color: hsl(0, 0%, 110%);
}
.footer ul.footer-links {
  color: white;
  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(62.1542857143, 10.8457142857, 54.2285714286);
  color: white;
  font-size: 0.8rem;
}
.post-footer a {
  color: white;
}
.post-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=/assets/sites/homomonument/style-30f74aae.css.map */
