.color1 {
  background: #1779ba;
  color: white;
}

.color2 {
  background: #95c11f;
  color: white;
}

.button-color {
  background: #95c11f;
  color: white;
}

.footer-color {
  background: #95c11f;
  color: white;
}

.current-hover {
  background: rgb(55.2057416268, 160.4736842105, 230.2942583732);
  border-bottom: 3px solid #95c11f;
}

.tooltip-hover {
  background: rgb(55.2057416268, 160.4736842105, 230.2942583732);
  color: white;
}

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

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

.top-bar-menu {
  background: #1779ba;
}

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

.top-bar {
  color: white;
  background: #1779ba;
}
.top-bar a {
  color: white;
}
.top-bar a:focus, .top-bar a:active {
  color: white;
}
.top-bar ul.menu {
  background: #1779ba;
}
@media (min-width: 1024px) {
  .top-bar ul.menu li {
    border-bottom: 3px solid #1779ba;
  }
  .top-bar ul.menu li.current {
    border-bottom: 3px solid #95c11f;
    background: rgb(55.2057416268, 160.4736842105, 230.2942583732);
  }
  .top-bar ul.menu li.current a:hover {
    color: white;
  }
  .top-bar ul.menu li:hover {
    border-bottom: 3px solid rgb(184.8549107143, 226.0066964286, 74.4933035714);
  }
}
.top-bar ul.menu li a.admin-menu {
  background: #95c11f;
  color: white;
}

.notice-color {
  color: #95c11f;
}

.success-color {
  color: #95c11f;
}

.warning-color {
  color: #ec5800;
}

.alert-color {
  color: #cf2a0e;
}

.callout.notice {
  background-color: rgb(236.0825892857, 247.1808035714, 206.3191964286);
}

.callout.success {
  background-color: rgb(236.0825892857, 247.1808035714, 206.3191964286);
}

.callout.warning {
  background-color: rgb(255, 227.093220339, 210.5);
}

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

h2 {
  color: #1779ba;
}

h3 {
  color: #95c11f;
}
h3.header {
  display: block;
}

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

.selected_groups {
  color: #95c11f;
}

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

.row-th {
  background: rgb(201.9308035714, 233.0647321429, 118.4352678571);
  color: black;
}

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

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

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

.pagination .active {
  color: white;
  background: #95c11f;
}
.pagination .active:hover {
  background: rgb(184.8549107143, 226.0066964286, 74.4933035714);
}

nav.pagy a.current {
  color: white;
  background: #95c11f;
}
nav.pagy a.current:hover {
  background: rgb(184.8549107143, 226.0066964286, 74.4933035714);
}

.progress.success .progress-meter {
  background-color: #95c11f;
}

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

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

#add-backbtn span.backbtn {
  color: #95c11f;
}

.icon-color {
  color: #95c11f;
}

.icon-text-color {
  color: #95c11f;
}

.tooltip:after {
  background: rgb(184.8549107143, 226.0066964286, 74.4933035714);
  color: white;
}

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

.button, .button.disabled, .button[disabled] {
  color: white;
  background-color: #95c11f;
}
.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(98.1138392857, 127.0870535714, 20.4129464286);
}
.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(115.0758928571, 149.0580357143, 23.9419642857);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  background-color: #95c11f;
}
.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(115.0758928571, 149.0580357143, 23.9419642857);
}
.button.success, .button.disabled.success, .button[disabled].success {
  background-color: #95c11f;
}
.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(185, 68.9830508475, 0);
}
.button.warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #ec5800;
}
.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: #95c11f radial-gradient(circle, transparent 1%, #95c11f 1%) center/15000%;
}
.button.ripple:active, .button.disabled.ripple:active, .button[disabled].ripple:active {
  background-color: rgb(193.3928571429, 229.5357142857, 96.4642857143);
  background-size: 100%;
  transition: background 0s;
}

.button.disabled, .button[disabled] {
  background-color: rgb(123.4197530864, 137, 87);
}

.label {
  color: white;
}
.label:hover {
  color: white;
}
.label {
  background-color: #95c11f;
}
.label.success {
  color: white;
}
.label.success:hover {
  color: white;
}
.label.success {
  background-color: #95c11f;
}
.label.warning {
  color: white;
}
.label.warning:hover {
  color: white;
}
.label.warning {
  background-color: #ec5800;
}
.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: #95c11f;
}

.footer {
  padding-top: 2em;
  color: white;
  background-color: #95c11f;
}
.footer h3 {
  color: white;
  border-bottom: 1px solid rgb(184.8549107143, 226.0066964286, 74.4933035714);
}
.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(81.1517857143, 105.1160714286, 16.8839285714);
  color: white;
  font-size: 0.8rem;
}
.post-footer a {
  color: white;
}
.post-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=/assets/sites/bbb/style-7dbff66e.css.map */
