.color1 {
  background: #2B5BB6;
  color: white;
}

.color2 {
  background: #79b842;
  color: white;
}

.button-color {
  background: #2B5BB6;
  color: white;
}

.footer-color {
  background: #79b842;
  color: white;
}

.current-hover {
  background: rgb(86.3466666667, 130.8266666667, 215.1533333333);
  border-bottom: 3px solid #79b842;
}

.tooltip-hover {
  background: rgb(86.3466666667, 130.8266666667, 215.1533333333);
  color: white;
}

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

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

.top-bar-menu {
  background: #2B5BB6;
}

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

.top-bar {
  color: white;
  background: #2B5BB6;
}
.top-bar a {
  color: white;
}
.top-bar a:focus, .top-bar a:active {
  color: white;
}
.top-bar ul.menu {
  background: #2B5BB6;
}
@media (min-width: 1024px) {
  .top-bar ul.menu li {
    border-bottom: 3px solid #2B5BB6;
  }
  .top-bar ul.menu li.current {
    border-bottom: 3px solid #79b842;
    background: rgb(86.3466666667, 130.8266666667, 215.1533333333);
  }
  .top-bar ul.menu li.current a:hover {
    color: white;
  }
  .top-bar ul.menu li:hover {
    border-bottom: 3px solid rgb(160.314, 206.556, 119.944);
  }
}
.top-bar ul.menu li a.admin-menu {
  background: #79b842;
  color: white;
}

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

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

.warning-color {
  color: #ec5800;
}

.alert-color {
  color: #cf2a0e;
}

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

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

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

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

h2 {
  color: #2B5BB6;
}

h3 {
  color: #79b842;
}
h3.header {
  display: block;
}

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

.selected_groups {
  color: #2B5BB6;
}

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

.row-th {
  background: rgb(186.63, 220.02, 157.48);
  color: black;
}

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

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

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

.pagination .active {
  color: white;
  background: #2B5BB6;
}
.pagination .active:hover {
  background: rgb(86.3466666667, 130.8266666667, 215.1533333333);
}

nav.pagy a.current {
  color: white;
  background: #2B5BB6;
}
nav.pagy a.current:hover {
  background: rgb(86.3466666667, 130.8266666667, 215.1533333333);
}

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

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

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

#add-backbtn span.backbtn {
  color: #2B5BB6;
}

.icon-color {
  color: #2B5BB6;
}

.icon-text-color {
  color: #79b842;
}

.tooltip:after {
  background: rgb(86.3466666667, 130.8266666667, 215.1533333333);
  color: white;
}

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

.button, .button.disabled, .button[disabled] {
  color: white;
  background-color: #2B5BB6;
}
.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(28.38, 60.06, 120.12);
}
.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(96.316, 146.464, 52.536);
}
.button.notice, .button.disabled.notice, .button[disabled].notice {
  background-color: #79b842;
}
.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(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: #2B5BB6 radial-gradient(circle, transparent 1%, #2B5BB6 1%) center/15000%;
}
.button.ripple:active, .button.disabled.ripple:active, .button[disabled].ripple:active {
  background-color: rgb(106.9733333333, 146.0133333333, 220.0266666667);
  background-size: 100%;
  transition: background 0s;
}

.button.disabled, .button[disabled] {
  background-color: rgb(99.25, 108.4010791367, 125.75);
}

.label {
  color: white;
}
.label:hover {
  color: white;
}
.label {
  background-color: #2B5BB6;
}
.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: #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: #79b842;
}

.footer {
  padding-top: 2em;
  color: white;
  background-color: #79b842;
}
.footer h3 {
  color: white;
  border-bottom: 1px solid rgb(160.314, 206.556, 119.944);
}
.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(71.632, 108.928, 39.072);
  color: white;
  font-size: 0.8rem;
}
.post-footer a {
  color: white;
}
.post-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=/assets/sites/inzetrooster/style-39d312e4.css.map */
