.color1 {
  background: #fff;
  color: black;
}

.color2 {
  background: #E02B20;
  color: black;
}

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

.footer-color {
  background: #2a2e40;
  color: white;
}

.current-hover {
  background: hsl(0, 0%, 115%);
  border-bottom: 3px solid #E02B20;
}

.tooltip-hover {
  background: hsl(0, 0%, 115%);
  color: white;
}

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

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

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

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

.top-bar {
  color: black;
  background: #fff;
}
.top-bar a {
  color: black;
}
.top-bar a:focus, .top-bar a:active {
  color: white;
}
.top-bar ul.menu {
  background: #fff;
}
@media (min-width: 1024px) {
  .top-bar ul.menu li {
    border-bottom: 3px solid #fff;
  }
  .top-bar ul.menu li.current {
    border-bottom: 3px solid #E02B20;
    background: hsl(0, 0%, 115%);
  }
  .top-bar ul.menu li.current a:hover {
    color: black;
  }
  .top-bar ul.menu li:hover {
    border-bottom: 3px solid rgb(233.3366141732, 106.8503937008, 99.1633858268);
  }
}
.top-bar ul.menu li a.admin-menu {
  background: #E02B20;
  color: black;
}

.notice-color {
  color: #E02B20;
}

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

.warning-color {
  color: #f17b09;
}

.alert-color {
  color: #E02B20;
}

.callout.notice {
  background-color: rgb(252.0098425197, 234.5511811024, 233.4901574803);
}

.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(252.0098425197, 234.5511811024, 233.4901574803);
}

h2 {
  color: #000000;
}

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

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

.selected_groups {
  color: #009dfe;
}

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

.row-th {
  background: rgb(239.561023622, 149.4173228346, 143.938976378);
  color: black;
}

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

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

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

.pagination .active {
  color: white;
  background: #009dfe;
}
.pagination .active:hover {
  background: rgb(75.5, 186.4507874016, 255);
}

nav.pagy a.current {
  color: white;
  background: #009dfe;
}
nav.pagy a.current:hover {
  background: rgb(75.5, 186.4507874016, 255);
}

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

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

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

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

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

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

.tooltip:after {
  background: rgb(75.5, 186.4507874016, 255);
  color: white;
}

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

.button, .button.disabled, .button[disabled] {
  color: white;
  background-color: #009dfe;
}
.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, 109.7145669291, 177.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(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(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: black;
}
.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(179.9803149606, 33.8976377953, 25.0196850394);
}
.button.alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #E02B20;
}
.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: #009dfe radial-gradient(circle, transparent 1%, #009dfe 1%) center/15000%;
}
.button.ripple:active, .button.disabled.ripple:active, .button[disabled].ripple:active {
  background-color: rgb(101, 196.188976378, 255);
  background-size: 100%;
  transition: background 0s;
}

.button.disabled, .button[disabled] {
  background-color: rgb(63.5, 142, 190.5);
}

.label {
  color: white;
}
.label:hover {
  color: white;
}
.label {
  background-color: #009dfe;
}
.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: black;
}
.label.alert:hover {
  color: black;
}
.label.alert {
  background-color: #E02B20;
}

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

.footer {
  padding-top: 2em;
  color: white;
  background-color: #2a2e40;
}
.footer h3 {
  color: white;
  border-bottom: 1px solid rgb(72.3113207547, 79.1981132075, 110.1886792453);
}
.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(1.5849056604, 1.7358490566, 2.4150943396);
  color: white;
  font-size: 0.8rem;
}
.post-footer a {
  color: white;
}
.post-footer a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=/assets/sites/svd/style-2bf66686.css.map */
