@charset "UTF-8";
ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, pre, code, input, label {
  font-size: 1em;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, nav, section, figure, article, header, footer {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img, :link img, :visited img, fieldset {
  border: none;
}

input, select, textarea {
  font-size: 1em;
}

input[type=submit], input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

article, aside, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

.cols {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-left: -1.5rem;
}
.cols.no-gap {
  margin-left: 0;
  justify-content: flex-start;
}
.cols.no-gap .col {
  flex: 1 0 calc(100% - 0);
  margin-left: 0;
}

.col {
  flex: 1 0 calc(100% - 1.5rem);
  margin-left: 1.5rem;
}
.col > :first-child {
  margin-top: 0 !important;
}
.col > :last-child {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 480px) {
  .w20-phone {
    flex: 1 0 calc(20% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w25-phone {
    flex: 1 0 calc(25% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w33-phone {
    flex: 1 0 calc(33.33% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w40-phone {
    flex: 1 0 calc(40% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w50-phone {
    flex: 1 0 calc(50% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w60-phone {
    flex: 1 0 calc(60% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w66-phone {
    flex: 1 0 calc(66.66% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w75-phone {
    flex: 1 0 calc(75% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w80-phone {
    flex: 1 0 calc(80% - 1.5rem);
    margin-left: 1.5rem;
  }
  .cols.no-gap .w20-phone {
    flex: 1 0 calc(20% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w25-phone {
    flex: 1 0 calc(25% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w33-phone {
    flex: 1 0 calc(33.33% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w40-phone {
    flex: 1 0 calc(40% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w50-phone {
    flex: 1 0 calc(50% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w60-phone {
    flex: 1 0 calc(60% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w66-phone {
    flex: 1 0 calc(66.66% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w75-phone {
    flex: 1 0 calc(75% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w80-phone {
    flex: 1 0 calc(80% - 0);
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .w20-tablet {
    flex: 1 0 calc(20% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w25-tablet {
    flex: 1 0 calc(25% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w33-tablet {
    flex: 1 0 calc(33.33% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w40-tablet {
    flex: 1 0 calc(40% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w50-tablet {
    flex: 1 0 calc(50% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w60-tablet {
    flex: 1 0 calc(60% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w66-tablet {
    flex: 1 0 calc(66.66% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w75-tablet {
    flex: 1 0 calc(75% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w80-tablet {
    flex: 1 0 calc(80% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w100-tablet {
    flex: 1 0 calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .cols.no-gap .w20-tablet {
    flex: 1 0 calc(20% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w25-tablet {
    flex: 1 0 calc(25% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w33-tablet {
    flex: 1 0 calc(33.33% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w40-tablet {
    flex: 1 0 calc(40% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w50-tablet {
    flex: 1 0 calc(50% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w60-tablet {
    flex: 1 0 calc(60% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w66-tablet {
    flex: 1 0 calc(66.66% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w75-tablet {
    flex: 1 0 calc(75% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w80-tablet {
    flex: 1 0 calc(80% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w100-tablet {
    flex: 1 0 calc(100% - 0);
    margin-left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .w20-web {
    flex: 1 0 calc(20% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w25-web {
    flex: 1 0 calc(25% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w33-web {
    flex: 1 0 calc(33.33% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w40-web {
    flex: 1 0 calc(40% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w50-web {
    flex: 1 0 calc(50% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w60-web {
    flex: 1 0 calc(60% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w66-web {
    flex: 1 0 calc(66.66% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w75-web {
    flex: 1 0 calc(75% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w80-web {
    flex: 1 0 calc(80% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w100-web {
    flex: 1 0 calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .cols.no-gap .w20-web {
    flex: 1 0 calc(20% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w25-web {
    flex: 1 0 calc(25% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w33-web {
    flex: 1 0 calc(33.33% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w40-web {
    flex: 1 0 calc(40% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w50-web {
    flex: 1 0 calc(50% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w60-web {
    flex: 1 0 calc(60% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w66-web {
    flex: 1 0 calc(66.66% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w75-web {
    flex: 1 0 calc(75% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w80-web {
    flex: 1 0 calc(80% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w100-web {
    flex: 1 0 calc(100% - 0);
    margin-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .w20-web-large {
    flex: 1 0 calc(20% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w25-web-large {
    flex: 1 0 calc(25% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w33-web-large {
    flex: 1 0 calc(33.33% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w40-web-large {
    flex: 1 0 calc(40% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w50-web-large {
    flex: 1 0 calc(50% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w60-web-large {
    flex: 1 0 calc(60% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w66-web-large {
    flex: 1 0 calc(66.66% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w75-web-large {
    flex: 1 0 calc(75% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w80-web-large {
    flex: 1 0 calc(80% - 1.5rem);
    margin-left: 1.5rem;
  }
  .w100-web-large {
    flex: 1 0 calc(100% - 1.5rem);
    margin-left: 1.5rem;
  }
  .cols.no-gap .w20-web-large {
    flex: 1 0 calc(20% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w25-web-large {
    flex: 1 0 calc(25% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w33-web-large {
    flex: 1 0 calc(33.33% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w40-web-large {
    flex: 1 0 calc(40% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w50-web-large {
    flex: 1 0 calc(50% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w60-web-large {
    flex: 1 0 calc(60% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w66-web-large {
    flex: 1 0 calc(66.66% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w75-web-large {
    flex: 1 0 calc(75% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w80-web-large {
    flex: 1 0 calc(80% - 0);
    margin-left: 0;
  }
  .cols.no-gap .w100-web-large {
    flex: 1 0 calc(100% - 0);
    margin-left: 0;
  }
}
.grid {
  display: grid;
  grid-gap: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .grid.web-large6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.web-large5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.web-large4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.web-large3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.web-large2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .grid.web6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.web5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.web4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.web3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.web2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .grid.tablet6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.tablet5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.tablet4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.tablet3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.tablet2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .grid.phone6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.phone5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.phone4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.phone3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.phone2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 480px) {
  .grid.phone-small6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid.phone-small5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid.phone-small4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid.phone-small3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid.phone-small2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.layout-center {
  margin-left: auto;
  margin-right: auto;
}

.nowrap {
  white-space: nowrap;
}

.txt-xxs {
  font-size: 1rem;
}

.txt-xs {
  font-size: 1.1rem;
}

.txt-s {
  font-size: 1.4rem;
}

.txt-m {
  font-size: 1.6rem;
}

.txt-l {
  font-size: 1.8rem;
}

.txt-xl {
  font-size: 2rem;
}

.txt-xxl {
  font-size: 2.5rem;
}

.hide {
  display: none;
}

@media only screen and (max-width: 480px) {
  .hide-phone-small {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-phone, .only-tablet, .only-web {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-tablet, .only-phone, .only-web {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .hide-web, .only-phone, .only-tablet {
    display: none;
  }
}
.scroller {
  width: 100%;
  overflow-x: auto;
}

.txt-main {
  color: #3ab795;
}

.txt-alt {
  color: #f06c84;
}

.txt-ok {
  color: #00c159;
}

.txt-warning {
  color: rgb(247, 134, 0);
}

.txt-error {
  color: #ec0017;
}

.txt-text {
  color: #444;
}

.txt-link {
  color: #0a85ed;
}

.bg-main {
  background-color: #3ab795;
}

.bg-alt {
  background-color: #f06c84;
}

.bg-ok {
  background-color: #00c159;
}

.bg-warning {
  background-color: rgb(247, 134, 0);
}

.bg-error {
  background-color: #ec0017;
}

.bg-text {
  background-color: #444;
}

.bg-link {
  background-color: #0a85ed;
}

.bd-main {
  border-color: #3ab795;
}

.bd-alt {
  border-color: #f06c84;
}

.bd-ok {
  border-color: #00c159;
}

.bd-warning {
  border-color: rgb(247, 134, 0);
}

.bd-error {
  border-color: #ec0017;
}

.bd-text {
  border-color: #444;
}

.bd-link {
  border-color: #0a85ed;
}

img {
  box-sizing: border-box;
  max-width: 100%;
}

.js .collapsible-trigger {
  cursor: pointer;
}

.js .collapsible-content {
  transition: height 0.5s ease-out;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.js [data-alf-target], .js [data-alf-swap-on], .js [data-alf-swap-off] {
  overflow: hidden;
  height: 0;
}
.js [data-alf-target] > :first-child, .js [data-alf-swap-on] > :first-child, .js [data-alf-swap-off] > :first-child {
  margin-top: 0 !important;
}
.js [data-alf-target] > :last-child, .js [data-alf-swap-on] > :last-child, .js [data-alf-swap-off] > :last-child {
  margin-bottom: 0 !important;
}

.js .tabs-content, .js .tabs-label {
  display: none;
}
.js .tabs[data-alf-tabs-collapse-always] .tabs-label {
  display: inline-block;
}
.js .tabs[data-alf-tabs-collapse-always] .tabs-bar {
  display: none;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .js .tabs[data-alf-tabs-collapse-in-web] .tabs-label {
    display: inline-block;
  }
  .js .tabs[data-alf-tabs-collapse-in-web] .tabs-bar {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .js .tabs[data-alf-tabs-collapse-in-tablet] .tabs-label {
    display: inline-block;
  }
  .js .tabs[data-alf-tabs-collapse-in-tablet] .tabs-bar {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .js .tabs[data-alf-tabs-collapse-in-phone] .tabs-label {
    display: inline-block;
  }
  .js .tabs[data-alf-tabs-collapse-in-phone] .tabs-bar {
    display: none;
  }
}

.has-tooltip {
  position: relative;
  display: inline-block;
}
.has-tooltip .tooltip {
  display: none;
  position: absolute;
  z-index: 2;
  left: 100%;
  top: 0;
  white-space: nowrap;
}
.has-tooltip .tooltip.left {
  left: auto;
  right: 100%;
}
.has-tooltip .tooltip.top {
  bottom: 100%;
  top: auto;
  left: auto;
}
.has-tooltip .tooltip.bottom {
  top: 100%;
  left: auto;
}
.has-tooltip:hover .tooltip {
  display: block;
}

.alf-menu {
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .alf-nav a {
    display: block;
  }
  .js .alf-nav.alf-transition-show .alf-menu {
    display: none;
  }
  .js .alf-nav.alf-transition-fade .alf-menu {
    max-height: 0;
    overflow: hidden;
  }
  .js .alf-nav.alf-transition-slide .alf-menu {
    transition: height 0.5s ease-out;
    height: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
    max-height: 999em;
  }
  99% {
    opacity: 0;
    max-height: 999em;
  }
  100% {
    opacity: 0;
    max-height: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
    max-height: 999em;
  }
  100% {
    opacity: 1;
    max-height: 999em;
  }
}
.alf-fade-in {
  overflow: hidden;
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.alf-fade-out {
  overflow: hidden;
  animation-name: fade-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.alf-start-faded-out {
  overflow: hidden;
  opacity: 0;
  max-height: 0;
}

@media only screen and (max-device-width: 768px) {
  html {
    -webkit-text-size-adjust: none;
  }
}
body, input, textarea, select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  color: #444;
  font-size: 1.6rem;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    font-size: 1.92rem;
  }
}
@media only screen and (max-device-width: 768px) {
  body {
    font-size: 2.08rem;
  }
  table {
    font-size: 0.7em;
  }
}
h1, h2, h3, h4, h5, h6, label, legend {
  line-height: 1.2;
}

p, li, th, td, form {
  line-height: 1.4;
  font-size: 1.6rem;
}

pre {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
}

h1 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

h2, h3, h4, h5, h6 {
  margin-top: 6rem;
  margin-bottom: 1.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.8rem;
}

h4 {
  font-size: 1.6rem;
}

h5 {
  font-size: 1.4rem;
  font-weight: bold;
}

h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
}

p, pre {
  margin-bottom: 2rem;
}

#footer p {
  margin: 0;
}

a {
  color: #0a85ed;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

code, pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1.4rem;
  color: #2e9075;
}

pre {
  max-width: 100%;
  overflow-x: auto;
  border-left: 2px solid #2e9075;
  padding: 1.5rem;
  background: #edf9f6;
}

hr {
  margin: 4rem 0;
  border: 0;
  height: 1px;
  background: #ddd;
}

.float-left, .float-right {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .float-left {
    float: left;
    max-width: 33.3%;
    margin-right: 2em;
  }
  .float-right {
    float: right;
    max-width: 33.3%;
    margin-left: 2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .float-left, .float-right {
    max-width: 50%;
  }
}
ul, ol {
  margin: 3rem 0 3rem 2.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-bottom: 1rem;
}
li:last-child {
  margin-bottom: 0;
}

li ul, li ol {
  margin-top: 1rem;
  margin-bottom: 0;
}

#footer ul, #footer ol {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  background: none;
}
#footer ul li, #footer ol li {
  margin-bottom: 0;
}

.grid .cell > :first-child {
  margin-top: 0 !important;
}
.grid .cell > :last-child {
  margin-bottom: 0 !important;
}

#footer {
  font-size: 1.4rem;
}

table {
  margin: 2rem 0;
  border-collapse: collapse;
  border: 0 solid #ddd;
}

caption {
  margin-bottom: 0.5em;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}

th, td {
  padding: 0.5em 1em;
  border: solid #ddd;
  border-width: 0 0 1px 0;
  text-align: left;
}
th.price, td.price {
  text-align: right;
  white-space: nowrap;
}

th {
  font-weight: 500;
}

thead th {
  vertical-align: middle;
  border-bottom-width: 2px;
}

tfoot th, tfoot td {
  border-bottom-width: 2px;
}

td {
  vertical-align: top;
}

tbody > :last-child > * {
  border-bottom-width: 2px;
}

tbody:last-child > :last-child > * {
  border-bottom-width: 1px;
}

tr.total th, tr.total td {
  font-size: 1.8rem;
  font-weight: 600;
}

table.main caption {
  color: #2e9075;
}
table.main, table.main th, table.main td {
  border-color: #3ab795;
}
table.main.bordered th, table.main.bordered tr.total {
  background: #edf9f6;
}

table.alt caption {
  color: #eb3e5d;
}
table.alt, table.alt th, table.alt td {
  border-color: #f06c84;
}
table.alt.bordered th, table.alt.bordered tr.total {
  background: #fef7f8;
}

table.bordered {
  border-top-width: 1px;
}
table.bordered th, table.bordered td {
  border-right-width: 1px;
}
table.bordered th:first-child, table.bordered td:first-child {
  border-left-width: 1px;
}
table.bordered thead th {
  border-bottom-width: 1px;
}

table.w100 {
  width: 100%;
}

table.striped tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}

table.compact th {
  padding: 0.3em 0.7em;
}
table.compact td {
  padding: 0.1em 0.7em;
}

table.linearized-phone .heading, table.linearized-tablet .heading {
  display: none;
}

@media only screen and (max-width: 767px) {
  table.linearized-phone thead {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  table.linearized-phone, table.linearized-phone caption, table.linearized-phone tbody, table.linearized-phone tfoot, table.linearized-phone tr, table.linearized-phone th, table.linearized-phone td {
    display: block;
  }
  table.linearized-phone tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  table.linearized-phone tbody tr > :last-child {
    border-bottom-width: 2px;
  }
  table.linearized-phone.bordered {
    border-top-width: 0;
  }
  table.linearized-phone.bordered caption {
    margin: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
  }
  table.linearized-phone.bordered th, table.linearized-phone.bordered td {
    border-left-width: 1px;
  }
  table.linearized-phone .heading {
    display: inline-block;
    font-weight: 600;
  }
  table.linearized-phone .heading:after {
    content: ": ";
  }
  table.linearized-phone.main .heading {
    color: #3ab795;
  }
  table.linearized-phone.alt .heading {
    color: #f06c84;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  table.linearized-tablet thead {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  table.linearized-tablet, table.linearized-tablet caption, table.linearized-tablet tbody, table.linearized-tablet tfoot, table.linearized-tablet tr, table.linearized-tablet th, table.linearized-tablet td {
    display: block;
  }
  table.linearized-tablet tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
  }
  table.linearized-tablet tbody tr > :last-child {
    border-bottom-width: 2px;
  }
  table.linearized-tablet.bordered {
    border-top-width: 0;
  }
  table.linearized-tablet.bordered caption {
    margin: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid;
  }
  table.linearized-tablet.bordered th, table.linearized-tablet.bordered td {
    border-left-width: 1px;
  }
  table.linearized-tablet .heading {
    display: inline-block;
    font-weight: 600;
  }
  table.linearized-tablet .heading:after {
    content: ": ";
  }
  table.linearized-tablet.main .heading {
    color: #3ab795;
  }
  table.linearized-tablet.alt .heading {
    color: #f06c84;
  }
}
form {
  margin: 2rem 0;
}
form p {
  margin: 2rem 0;
}
form .row {
  margin-bottom: 2rem;
}
form .row.has-warnings input[type=text], form .row.has-warnings input[type=password], form .row.has-warnings textarea, form .row.has-warnings select {
  border-color: rgb(247, 134, 0);
}
form .row.has-errors input[type=text], form .row.has-errors input[type=password], form .row.has-errors textarea, form .row.has-errors select {
  border-color: #ec0017;
}
form .note, form .units {
  font-size: 1.4rem;
  font-weight: 300;
}
form .note {
  color: #999;
}
form .note.error {
  color: #ec0017;
}
form .note.warning {
  color: rgb(247, 134, 0);
}
form .disabled {
  background: #f5f5f5;
}
form span.note, form span.units {
  margin-left: 0.3em;
}
form div.note {
  margin-top: 0.3em;
  line-height: 1.2;
}
form .container {
  display: inline;
}
form .container .item {
  margin-right: 1em;
  white-space: nowrap;
}

::placeholder {
  font-weight: 200;
  font-style: italic;
}

input, textarea, select {
  box-sizing: border-box;
  max-width: 100%;
  margin: 0;
}

input[type=text], input[type=password], textarea, select {
  padding: 0.3em 0.5em;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  color: #666;
  font-size: 1.4rem;
  background: white;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
  border-color: #3ab795 !important;
  outline: none;
}

select {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

textarea {
  min-height: 7em;
  vertical-align: top;
}

label {
  line-height: 1.3;
  margin-right: 0.6em;
}

input.small {
  width: 5em;
}

fieldset {
  margin: 2rem 0;
  padding: 1em;
  border: 1px solid #3ab795;
  border-radius: 0.3rem;
}
fieldset > :first-child {
  margin-top: 0 !important;
}
fieldset > :last-child {
  margin-bottom: 0 !important;
}

legend {
  padding: 0.1em 0.6em 0.2em 0.6em;
  background: #3ab795;
  color: #edf9f6;
  border-radius: 0.3rem;
}

ul.radio, ul.checkbox {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  background: none;
  display: inline-block;
  vertical-align: top;
}
ul.radio li, ul.checkbox li {
  margin-bottom: 0;
}
ul.radio li, ul.checkbox li {
  margin-bottom: 0.3em;
}
ul.radio label, ul.radio input, ul.checkbox label, ul.checkbox input {
  float: none;
}

input[type=radio], input[type=checkbox] {
  position: relative;
  top: -0.1em;
  margin-right: 0.2em;
}
input[type=radio] + label, input[type=checkbox] + label {
  margin-right: 0;
}

form.simple .row > label:first-child {
  display: block;
  margin-bottom: 0.3em;
}
form.simple .inline .row > label:first-child {
  display: inline;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  form .row:not(.inline):not(.no-label) > label:first-child {
    font-weight: 500;
  }
  form span.note {
    display: block;
    position: static;
    margin-left: 0;
    margin-top: 0.3em;
  }
  form .item {
    display: block;
    margin-bottom: 0.3em;
  }
  form.std .row:not(.inline):not(.no-label) > label:first-child {
    display: block;
    margin-bottom: 0.3em;
  }
}
@media only screen and (min-width: 768px) {
  form .row:not(.inline):not(.no-label) > label:first-child {
    font-weight: 400;
  }
  form.std .row:not(.inline), form.std .buttons:not(.in-bar) {
    padding-left: 10em;
  }
  form.std .row:not(.inline):not(.no-label) > label:first-child {
    display: inline-block;
    box-sizing: border-box;
    width: 10em;
    margin-left: -10em;
    margin-right: -4px;
    padding-right: 0.8em;
    padding-top: 0.2em;
    text-align: right;
    vertical-align: top;
  }
  form.std fieldset .row:not(.inline):not(.no-label) {
    padding-left: 9em;
  }
  form.std ul.radio, form.std ul.checkbox, form.std .container {
    position: relative;
    top: 0.05em;
  }
}
form.inline-errors .row, form.inline-errors .buttons, form.inline-errors > p {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
form.inline-errors .row {
  margin-bottom: 2px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
form.inline-errors .row.has-errors {
  background: #ffe2e5;
}
form.inline-errors .row.has-warnings {
  background: #fff0de;
}

form.full-width-controls .row:not(.inline) input[type=text], form.full-width-controls .row:not(.inline) input[type=password], form.full-width-controls .row:not(.inline) textarea, form.full-width-controls .row:not(.inline) select {
  width: 99.8%;
}
form.full-width-controls .row:not(.inline) input[type=text].small, form.full-width-controls .row:not(.inline) input[type=password].small, form.full-width-controls .row:not(.inline) textarea.small, form.full-width-controls .row:not(.inline) select.small {
  width: 5em;
}

@media only screen and (max-width: 767px) {
  form:not(.std-controls-phone) .row:not(.inline) input[type=text], form:not(.std-controls-phone) .row:not(.inline) input[type=password], form:not(.std-controls-phone) .row:not(.inline) textarea, form:not(.std-controls-phone) .row:not(.inline) select {
    width: 99.8%;
  }
  form:not(.std-controls-phone) .row:not(.inline) input[type=text].small, form:not(.std-controls-phone) .row:not(.inline) input[type=password].small, form:not(.std-controls-phone) .row:not(.inline) textarea.small, form:not(.std-controls-phone) .row:not(.inline) select.small {
    width: 5em;
  }
}
.button, .buttons input[type=submit], .buttons input[type=reset], .buttons button, .buttons a {
  line-height: 1;
  border: 0;
  padding: 0.6em 1.5em;
  background-color: #999;
  color: white;
  border-radius: 1.5em;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
}
.button:hover, .buttons input[type=submit]:hover, .buttons input[type=reset]:hover, .buttons button:hover, .buttons a:hover {
  background-color: #b3b3b3;
}
.button:hover, .buttons input[type=submit]:hover, .buttons input[type=reset]:hover, .buttons button:hover, .buttons a:hover {
  text-decoration: none;
}
.button.main, .buttons input[type=submit].main, .buttons input[type=reset].main, .buttons button.main, .buttons a.main {
  background-color: #3ab795;
}
.button.main:hover, .buttons input[type=submit].main:hover, .buttons input[type=reset].main:hover, .buttons button.main:hover, .buttons a.main:hover {
  background-color: #59cbac;
}
.button.alt, .buttons input[type=submit].alt, .buttons input[type=reset].alt, .buttons button.alt, .buttons a.alt {
  background-color: #f06c84;
}
.button.alt:hover, .buttons input[type=submit].alt:hover, .buttons input[type=reset].alt:hover, .buttons button.alt:hover, .buttons a.alt:hover {
  background-color: #f59aab;
}
.button.ok, .buttons input[type=submit].ok, .buttons input[type=reset].ok, .buttons button.ok, .buttons a.ok {
  background-color: #00c159;
}
.button.ok:hover, .buttons input[type=submit].ok:hover, .buttons input[type=reset].ok:hover, .buttons button.ok:hover, .buttons a.ok:hover {
  background-color: #00f471;
}
.button.warning, .buttons input[type=submit].warning, .buttons input[type=reset].warning, .buttons button.warning, .buttons a.warning {
  background-color: rgb(247, 134, 0);
}
.button.warning:hover, .buttons input[type=submit].warning:hover, .buttons input[type=reset].warning:hover, .buttons button.warning:hover, .buttons a.warning:hover {
  background-color: #ff9e2b;
}
.button.error, .buttons input[type=submit].error, .buttons input[type=reset].error, .buttons button.error, .buttons a.error {
  background-color: #ec0017;
}
.button.error:hover, .buttons input[type=submit].error:hover, .buttons input[type=reset].error:hover, .buttons button.error:hover, .buttons a.error:hover {
  background-color: #ff2036;
}
.button.link, .buttons input[type=submit].link, .buttons input[type=reset].link, .buttons button.link, .buttons a.link {
  background-color: #0a85ed;
}
.button.link:hover, .buttons input[type=submit].link:hover, .buttons input[type=reset].link:hover, .buttons button.link:hover, .buttons a.link:hover {
  background-color: #349df6;
}
.button.text, .buttons input[type=submit].text, .buttons input[type=reset].text, .buttons button.text, .buttons a.text {
  background-color: #444;
}
.button.text:hover, .buttons input[type=submit].text:hover, .buttons input[type=reset].text:hover, .buttons button.text:hover, .buttons a.text:hover {
  background-color: #5e5e5e;
}
.button.disabled, .buttons input[type=submit].disabled, .buttons input[type=reset].disabled, .buttons button.disabled, .buttons a.disabled {
  color: #999;
  background-color: #f5f5f5;
  cursor: default;
}
.button.disabled:hover, .buttons input[type=submit].disabled:hover, .buttons input[type=reset].disabled:hover, .buttons button.disabled:hover, .buttons a.disabled:hover {
  background-color: #f5f5f5;
}
.button.xs, table.compact .button, .buttons input[type=submit].xs, table.compact .buttons input[type=submit], .buttons input[type=reset].xs, table.compact .buttons input[type=reset], .buttons button.xs, table.compact .buttons button, .buttons a.xs, table.compact .buttons a {
  padding: 0.4em 0.8em;
  padding: 0.42em 1.2em;
  font-size: 1.1rem;
}
.button.s, .buttons input[type=submit].s, .buttons input[type=reset].s, .buttons button.s, .buttons a.s {
  padding: 0.42em 1.2em;
}
.button.l, .buttons input[type=submit].l, .buttons input[type=reset].l, .buttons button.l, .buttons a.l {
  padding: 0.66em 1.5em;
  font-size: 1.6rem;
}
.button.xl, .buttons input[type=submit].xl, .buttons input[type=reset].xl, .buttons button.xl, .buttons a.xl {
  padding: 0.72em 1.5em;
  font-size: 1.8rem;
}
.button.outlined, .buttons input[type=submit].outlined, .buttons input[type=reset].outlined, .buttons button.outlined, .buttons a.outlined {
  border: 1px solid;
  background-color: white;
  color: #999;
  border-color: #999;
}
.button.outlined:hover, .buttons input[type=submit].outlined:hover, .buttons input[type=reset].outlined:hover, .buttons button.outlined:hover, .buttons a.outlined:hover {
  color: #737373;
  border-color: #737373;
}
.button.outlined:hover, .buttons input[type=submit].outlined:hover, .buttons input[type=reset].outlined:hover, .buttons button.outlined:hover, .buttons a.outlined:hover {
  background-color: white;
}
.button.outlined.main, .buttons input[type=submit].outlined.main, .buttons input[type=reset].outlined.main, .buttons button.outlined.main, .buttons a.outlined.main {
  color: #3ab795;
  border-color: #3ab795;
}
.button.outlined.main:hover, .buttons input[type=submit].outlined.main:hover, .buttons input[type=reset].outlined.main:hover, .buttons button.outlined.main:hover, .buttons a.outlined.main:hover {
  color: #287d66;
  border-color: #287d66;
}
.button.outlined.alt, .buttons input[type=submit].outlined.alt, .buttons input[type=reset].outlined.alt, .buttons button.outlined.alt, .buttons a.outlined.alt {
  color: #f06c84;
  border-color: #f06c84;
}
.button.outlined.alt:hover, .buttons input[type=submit].outlined.alt:hover, .buttons input[type=reset].outlined.alt:hover, .buttons button.outlined.alt:hover, .buttons a.outlined.alt:hover {
  color: #e9274a;
  border-color: #e9274a;
}
.button.outlined.ok, .buttons input[type=submit].outlined.ok, .buttons input[type=reset].outlined.ok, .buttons button.outlined.ok, .buttons a.outlined.ok {
  color: #00c159;
  border-color: #00c159;
}
.button.outlined.ok:hover, .buttons input[type=submit].outlined.ok:hover, .buttons input[type=reset].outlined.ok:hover, .buttons button.outlined.ok:hover, .buttons a.outlined.ok:hover {
  color: #007536;
  border-color: #007536;
}
.button.outlined.warning, .buttons input[type=submit].outlined.warning, .buttons input[type=reset].outlined.warning, .buttons button.outlined.warning, .buttons a.outlined.warning {
  color: rgb(247, 134, 0);
  border-color: rgb(247, 134, 0);
}
.button.outlined.warning:hover, .buttons input[type=submit].outlined.warning:hover, .buttons input[type=reset].outlined.warning:hover, .buttons button.outlined.warning:hover, .buttons a.outlined.warning:hover {
  color: #ab5c00;
  border-color: #ab5c00;
}
.button.outlined.error, .buttons input[type=submit].outlined.error, .buttons input[type=reset].outlined.error, .buttons button.outlined.error, .buttons a.outlined.error {
  color: #ec0017;
  border-color: #ec0017;
}
.button.outlined.error:hover, .buttons input[type=submit].outlined.error:hover, .buttons input[type=reset].outlined.error:hover, .buttons button.outlined.error:hover, .buttons a.outlined.error:hover {
  color: #a00010;
  border-color: #a00010;
}
.button.outlined.link, .buttons input[type=submit].outlined.link, .buttons input[type=reset].outlined.link, .buttons button.outlined.link, .buttons a.outlined.link {
  color: #0a85ed;
  border-color: #0a85ed;
}
.button.outlined.link:hover, .buttons input[type=submit].outlined.link:hover, .buttons input[type=reset].outlined.link:hover, .buttons button.outlined.link:hover, .buttons a.outlined.link:hover {
  color: #075ca4;
  border-color: #075ca4;
}
.button.outlined.text, .buttons input[type=submit].outlined.text, .buttons input[type=reset].outlined.text, .buttons button.outlined.text, .buttons a.outlined.text {
  color: #444;
  border-color: #444;
}
.button.outlined.text:hover, .buttons input[type=submit].outlined.text:hover, .buttons input[type=reset].outlined.text:hover, .buttons button.outlined.text:hover, .buttons a.outlined.text:hover {
  color: #1e1e1e;
  border-color: #1e1e1e;
}
.button.outlined.disabled, .buttons input[type=submit].outlined.disabled, .buttons input[type=reset].outlined.disabled, .buttons button.outlined.disabled, .buttons a.outlined.disabled {
  border-color: #999;
  color: #999;
  background-color: #f5f5f5;
}
.button.w100, .buttons input[type=submit].w100, .buttons input[type=reset].w100, .buttons button.w100, .buttons a.w100 {
  box-sizing: border-box;
  width: 100%;
}

.button {
  display: inline-block;
  margin: 0 0.5em;
}

div.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 1.5rem 0;
}
table div.buttons {
  margin: 0;
}
div.buttons input[type=submit], div.buttons input[type=reset], div.buttons button, div.buttons a {
  margin: 0.25em;
}
div.buttons input[type=submit]:first-child, div.buttons input[type=reset]:first-child, div.buttons button:first-child, div.buttons a:first-child {
  margin-left: 0;
}
div.buttons input[type=submit]:last-child, div.buttons input[type=reset]:last-child, div.buttons button:last-child, div.buttons a:last-child {
  margin-right: 0;
}
div.buttons.justify {
  justify-content: space-between;
}
div.buttons.center {
  justify-content: center;
}
div.buttons.right {
  justify-content: flex-end;
}
div.buttons.in-bar {
  padding: 0.25em 0.5em;
  background: #edf9f6;
}

@media only screen and (max-width: 767px) {
  div.buttons:not(.not-responsive) {
    display: block;
  }
  div.buttons:not(.not-responsive) input[type=submit], div.buttons:not(.not-responsive) input[type=reset], div.buttons:not(.not-responsive) button, div.buttons:not(.not-responsive) a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.375rem;
  }
}
.box {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f5f5f5;
}
.box > :first-child {
  margin-top: 0 !important;
}
.box > :last-child {
  margin-bottom: 0 !important;
}
.box h2 {
  font-size: 2rem;
}
.box h3 {
  font-size: 1.8rem;
}
.box.bordered {
  border: 1px solid #ddd;
}
.box.rounded {
  border-radius: 1rem;
}
.box.shadowed {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.box.main {
  background: #edf9f6;
  border-color: #3ab795;
}
.box.main h2, .box.main h3 {
  color: #3ab795;
}
.box.alt {
  background: #fef7f8;
  border-color: #f06c84;
}
.box.alt h2, .box.alt h3 {
  color: #f06c84;
}
.box.ok {
  background: #d5ffe9;
  border-color: #00c159;
}
.box.ok h2, .box.ok h3 {
  color: #00c159;
}
.box.warning {
  background: #fff0de;
  border-color: rgb(247, 134, 0);
}
.box.warning h2, .box.warning h3 {
  color: rgb(247, 134, 0);
}
.box.error {
  background: #ffe2e5;
  border-color: #ec0017;
}
.box.error h2, .box.error h3 {
  color: #ec0017;
}
.box.clear {
  background: none;
}

.panel {
  margin-bottom: 2rem;
}
.panel > :first-child {
  margin-top: 0 !important;
}
.panel > :last-child {
  margin-bottom: 0 !important;
}
.panel h2 {
  font-size: 2rem;
}
.panel h3 {
  font-size: 1.8rem;
}
.panel header > :first-child, .panel footer > :first-child, .panel .content > :first-child {
  margin-top: 0 !important;
}
.panel header > :last-child, .panel footer > :last-child, .panel .content > :last-child {
  margin-bottom: 0 !important;
}
.panel header, .panel footer {
  padding: 1.5rem;
  color: white;
  background: #999;
}
.panel .content {
  padding: 1.5rem;
}
.panel .content + .content {
  border-top: 1px solid;
}
.panel.bordered {
  border: 1px solid #ddd;
}
.panel.rounded {
  border-radius: 1.2rem;
}
.panel.rounded header {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.panel.rounded footer {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.panel.shadowed {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.panel:not(.clear) {
  background: #f5f5f5;
}
.panel:not(.clear) .content {
  color: #666;
}
.panel.main, .panel.main .content + .content {
  border-color: #3ab795;
}
.panel.main header, .panel.main footer {
  background: #3ab795;
}
.panel.main .content h2 {
  color: #3ab795;
}
.panel.main:not(.clear) {
  background: #edf9f6;
}
.panel.main:not(.clear) .content {
  color: #2e9075;
}
.panel.alt, .panel.alt .content + .content {
  border-color: #f06c84;
}
.panel.alt header, .panel.alt footer {
  background: #f06c84;
}
.panel.alt .content h2 {
  color: #f06c84;
}
.panel.alt:not(.clear) {
  background: #fef7f8;
}
.panel.alt:not(.clear) .content {
  color: #eb3e5d;
}
.panel.ok, .panel.ok .content + .content {
  border-color: #00c159;
}
.panel.ok header, .panel.ok footer {
  background: #00c159;
}
.panel.ok .content h2 {
  color: #00c159;
}
.panel.ok:not(.clear) {
  background: #d5ffe9;
}
.panel.ok:not(.clear) .content {
  color: #008e41;
}
.panel.warning, .panel.warning .content + .content {
  border-color: rgb(247, 134, 0);
}
.panel.warning header, .panel.warning footer {
  background: rgb(247, 134, 0);
}
.panel.warning .content h2 {
  color: rgb(247, 134, 0);
}
.panel.warning:not(.clear) {
  background: #fff0de;
}
.panel.warning:not(.clear) .content {
  color: #c46a00;
}
.panel.error, .panel.error .content + .content {
  border-color: #ec0017;
}
.panel.error header, .panel.error footer {
  background: #ec0017;
}
.panel.error .content h2 {
  color: #ec0017;
}
.panel.error:not(.clear) {
  background: #ffe2e5;
}
.panel.error:not(.clear) .content {
  color: #b90012;
}

.collapsible {
  margin-bottom: 2rem;
}

.collapsible-trigger {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

.collapsible-content + .collapsible-trigger {
  margin-bottom: 0;
  margin-top: 0.5em;
}

.collapsible-content {
  padding: 0 1em;
  background: rgba(0, 0, 0, 0.02);
}
.collapsible-content > :first-child {
  margin-top: 0 !important;
}
.collapsible-content > :last-child {
  margin-bottom: 0 !important;
}
.collapsible-content:before {
  content: " ";
  display: block;
  height: 1px;
  margin: 0 -1em 1em -1em;
  background: #ddd;
}
.collapsible-content:after {
  content: " ";
  display: block;
  height: 1px;
  margin: 1em -1em 0 -1em;
  background: #ddd;
}

.collapsible.main .collapsible-trigger {
  color: #3ab795;
}
.collapsible.main .collapsible-content {
  background: #edf9f6;
}
.collapsible.main .collapsible-content:before, .collapsible.main .collapsible-content:after {
  background: #3ab795;
}

.collapsible.alt .collapsible-trigger {
  color: #f06c84;
}
.collapsible.alt .collapsible-content {
  background: #fef7f8;
}
.collapsible.alt .collapsible-content:before, .collapsible.alt .collapsible-content:after {
  background: #f06c84;
}

.collapsible.ok .collapsible-trigger {
  color: #00c159;
}
.collapsible.ok .collapsible-content {
  background: #d5ffe9;
}
.collapsible.ok .collapsible-content:before, .collapsible.ok .collapsible-content:after {
  background: #00c159;
}

.collapsible.warning .collapsible-trigger {
  color: rgb(247, 134, 0);
}
.collapsible.warning .collapsible-content {
  background: #fff0de;
}
.collapsible.warning .collapsible-content:before, .collapsible.warning .collapsible-content:after {
  background: rgb(247, 134, 0);
}

.collapsible.error .collapsible-trigger {
  color: #ec0017;
}
.collapsible.error .collapsible-content {
  background: #ffe2e5;
}
.collapsible.error .collapsible-content:before, .collapsible.error .collapsible-content:after {
  background: #ec0017;
}

.js .collapsible-trigger:before {
  content: "[+] ";
  position: relative;
  top: -0.2em;
  font-family: monospace;
  font-weight: bold;
}
.js .collapsible-open > .collapsible-trigger:before {
  content: "[-] ";
}

.tabs {
  margin-bottom: 4rem;
}

.tabs-content {
  padding: 1.5em;
  border: 1px solid #ddd;
  border-radius: 0.3rem;
  border-top-left-radius: 0;
}
.tabs-content > :first-child {
  margin-top: 0 !important;
}
.tabs-content > :last-child {
  margin-bottom: 0 !important;
}

.js .tabs-bar {
  min-height: 1px;
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  background: none;
  margin-left: 1.5em;
  margin-bottom: -1px;
}
.js .tabs-bar:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .js .tabs-bar {
  height: 1px;
}
.js .tabs-bar li {
  margin-bottom: 0;
}
.js .tabs-bar li {
  display: inline;
}
.js .tabs-bar a {
  float: left;
  margin-right: -1px;
  padding: 0.3em 0.8em;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-decoration: none;
  color: #aaaaaa;
}
.js .tabs-bar a:hover {
  background: #999;
  color: #f5f5f5;
}
.js .tabs-bar .tabs-active {
  background: #fff;
  border-bottom-color: #fff !important;
  cursor: default;
  color: #444;
}
.js .tabs-bar .tabs-active:hover {
  background: #fff;
  color: #444;
}

.js .tabs-label {
  padding: 0.5em 0.8em;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 0.4em;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  cursor: pointer;
}
.js .tabs-label::after {
  content: "⊕";
  margin-left: 1em;
}

.js .tabs.opened .tabs-label::after {
  content: "⊖";
}

.js .tabs.opened .tabs-bar {
  margin-left: 0;
  margin-bottom: 0;
  margin-right: 2em;
}
.js .tabs.opened li {
  display: block;
}
.js .tabs.opened a {
  float: none;
  display: block;
  margin-right: 0;
  padding: 0.3em 0.8em;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 0;
}
.js .tabs.opened a:hover {
  background: #999;
}
.js .tabs.opened .tabs-active {
  background: #fff;
}
.js .tabs.opened .tabs-active:hover {
  background: #fff;
  color: #444;
}

.tabs.main .tabs-content {
  border-color: #3ab795;
}
.tabs.alt .tabs-content {
  border-color: #f06c84;
}
.tabs.ok .tabs-content {
  border-color: #00c159;
}
.tabs.warning .tabs-content {
  border-color: rgb(247, 134, 0);
}
.tabs.error .tabs-content {
  border-color: #ec0017;
}

.js .tabs.main .tabs-bar a {
  background: #edf9f6;
  border-color: #3ab795;
  color: #2e9075;
}
.js .tabs.main .tabs-bar a:hover {
  background: #3ab795;
  color: #edf9f6;
}
.js .tabs.main .tabs-bar .tabs-active {
  background: #fff;
}
.js .tabs.main .tabs-bar .tabs-active:hover {
  background: #fff;
  color: #2e9075;
}
.js .tabs.alt .tabs-bar a {
  background: #fef7f8;
  border-color: #f06c84;
  color: #eb3e5d;
}
.js .tabs.alt .tabs-bar a:hover {
  background: #f06c84;
  color: #fef7f8;
}
.js .tabs.alt .tabs-bar .tabs-active {
  background: #fff;
}
.js .tabs.alt .tabs-bar .tabs-active:hover {
  background: #fff;
  color: #eb3e5d;
}
.js .tabs.ok .tabs-bar a {
  background: #d5ffe9;
  border-color: #00c159;
  color: #008e41;
}
.js .tabs.ok .tabs-bar a:hover {
  background: #00c159;
  color: #d5ffe9;
}
.js .tabs.ok .tabs-bar .tabs-active {
  background: #fff;
}
.js .tabs.ok .tabs-bar .tabs-active:hover {
  background: #fff;
  color: #008e41;
}
.js .tabs.warning .tabs-bar a {
  background: #fff0de;
  border-color: rgb(247, 134, 0);
  color: #c46a00;
}
.js .tabs.warning .tabs-bar a:hover {
  background: rgb(247, 134, 0);
  color: #fff0de;
}
.js .tabs.warning .tabs-bar .tabs-active {
  background: #fff;
}
.js .tabs.warning .tabs-bar .tabs-active:hover {
  background: #fff;
  color: #c46a00;
}
.js .tabs.error .tabs-bar a {
  background: #ffe2e5;
  border-color: #ec0017;
  color: #b90012;
}
.js .tabs.error .tabs-bar a:hover {
  background: #ec0017;
  color: #ffe2e5;
}
.js .tabs.error .tabs-bar .tabs-active {
  background: #fff;
}
.js .tabs.error .tabs-bar .tabs-active:hover {
  background: #fff;
  color: #b90012;
}

.has-tooltip .tooltip {
  border-radius: 0.5em;
  top: -0.5em;
  margin-left: 1rem;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.5);
  padding: 0.75rem;
  background: white;
}
.has-tooltip .tooltip > :first-child {
  margin-top: 0 !important;
}
.has-tooltip .tooltip > :last-child {
  margin-bottom: 0 !important;
}
.has-tooltip .tooltip:before {
  position: absolute;
  width: 0.5rem;
  margin-top: -0.1rem;
  color: white;
  content: "◂";
  left: -0.5rem;
  text-align: right;
}
.has-tooltip .tooltip.left {
  margin-left: 0;
  margin-right: 1rem;
}
.has-tooltip .tooltip.left:before {
  content: "▸";
  left: auto;
  right: -0.3rem;
  text-align: left;
}
.has-tooltip .tooltip.top {
  top: auto;
  margin-left: 0;
  margin-bottom: 1rem;
}
.has-tooltip .tooltip.top:before {
  content: "▾";
  left: auto;
  bottom: -0.8rem;
}
.has-tooltip .tooltip.bottom {
  top: 100%;
  margin-left: 0;
  margin-top: 1rem;
}
.has-tooltip .tooltip.bottom:before {
  content: "▴";
  left: auto;
  top: -1rem;
}
.has-tooltip .tooltip.main {
  color: #2e9075;
  background: #edf9f6;
}
.has-tooltip .tooltip.main:before {
  color: #edf9f6;
}
.has-tooltip .tooltip.alt {
  color: #eb3e5d;
  background: #fef7f8;
}
.has-tooltip .tooltip.alt:before {
  color: #fef7f8;
}
.has-tooltip .tooltip.ok {
  color: #008e41;
  background: #d5ffe9;
}
.has-tooltip .tooltip.ok:before {
  color: #d5ffe9;
}
.has-tooltip .tooltip.warning {
  color: #c46a00;
  background: #fff0de;
}
.has-tooltip .tooltip.warning:before {
  color: #fff0de;
}
.has-tooltip .tooltip.error {
  color: #b90012;
  background: #ffe2e5;
}
.has-tooltip .tooltip.error:before {
  color: #ffe2e5;
}

.alf-nav ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  background: none;
}
.alf-nav ul li {
  margin-bottom: 0;
}
.alf-nav a {
  display: block;
  background: #fff;
  color: #3ab795;
}
.alf-nav li.selected > a {
  color: #2e9075;
  cursor: default;
}
.alf-nav[data-alf-use-click-in-submenus] .alf-with-submenu > a:before {
  content: "▼";
  display: inline-block;
  margin-right: 0.3em;
  position: relative;
  top: -0.1em;
  font-size: 0.7em;
}
.alf-nav[data-alf-use-click-in-submenus] .alf-with-submenu.alf-active > a:before {
  content: "▲";
}
.alf-nav[data-alf-use-click] > .alf-menu > ul > li.alf-with-submenu > a:before {
  content: "▼";
  display: inline-block;
  margin-right: 0.3em;
  position: relative;
  top: -0.1em;
  font-size: 0.7em;
}
.alf-nav[data-alf-use-click] > .alf-menu > ul > li.alf-with-submenu.alf-active > a:before {
  content: "▲";
}

@media only screen and (max-width: 767px) {
  .alf-nav .alf-trigger {
    margin-bottom: 0.2em;
    font-size: 1.6rem;
  }
  .alf-nav .alf-submenu {
    background: white;
  }
  .alf-nav a {
    padding: 0.2em 0.6em;
    border: 1px solid #3ab795;
    border-top-width: 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .alf-nav a:hover, .alf-nav li.selected > a {
    background: #edf9f6;
    text-decoration: none;
  }
  .alf-nav li:first-child > a {
    border-top-width: 1px;
  }
  .alf-nav li li:first-child > a {
    border-top-width: 0;
  }
  .alf-nav li li a {
    font-size: 1.6rem;
    font-weight: normal;
  }
  .alf-nav li li li a {
    padding-left: 2em;
  }
  .js .alf-nav .alf-trigger {
    min-height: 1px;
    color: #3ab795;
    cursor: pointer;
  }
  .js .alf-nav .alf-trigger:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  * html .js .alf-nav .alf-trigger {
    height: 1px;
  }
  .js .alf-nav .original-content {
    position: relative;
    top: 0.2em;
  }
  .js .alf-nav .bars {
    border-radius: 0.2em;
    float: left;
    margin-right: 0.5em;
    padding: 5px;
    border: 1px solid #3ab795;
    background: #edf9f6;
  }
  .js .alf-nav .bar {
    display: block;
    width: 16px;
    height: 1px;
    margin-top: 4px;
    background: #3ab795;
    transition: all 0.5s ease-in-out;
  }
  .js .alf-nav .bar:first-child {
    margin-top: 0;
  }
  .js .alf-nav .original-content {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .js .alf-nav .alf-menu {
    position: relative;
    top: 0.4em;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  }
  .js .alf-nav[data-alf-use-click] .alf-submenu {
    display: none;
  }
  .js .alf-nav[data-alf-use-click] .alf-active > .alf-submenu {
    display: block;
  }
  .js .alf-nav:not([data-alf-use-click-in-submenus]) .alf-submenu .alf-submenu {
    display: block;
  }
  .js .alf-nav.alf-transition-fade {
    position: relative;
  }
  .js .alf-nav.alf-transition-fade .alf-menu {
    position: absolute;
    width: 100%;
    top: 1.7em;
  }
  .js .alf-nav-open > .alf-trigger span.bar.top {
    transform: rotate(45deg) translate(3px, 4px);
  }
  .js .alf-nav-open > .alf-trigger span.bar.bottom {
    transform: rotate(-45deg) translate(3px, -4px);
  }
  .js .alf-nav-open > .alf-trigger span.bar.middle {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .alf-nav {
    min-height: 1px;
  }
  .alf-nav:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  * html .alf-nav {
    height: 1px;
  }
  .alf-nav .alf-submenu {
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
  }
  .alf-nav .alf-trigger {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }
  .alf-nav li {
    float: left;
    position: relative;
    border: 1px solid #3ab795;
    border-left-width: 0;
  }
  .alf-nav a {
    display: block;
    padding: 0.2em 0.6em;
    text-decoration: none;
  }
  .alf-nav a:hover, .alf-nav li.selected > a {
    background: #edf9f6;
  }
  .alf-nav li:first-child {
    border-left-width: 1px;
  }
  .alf-nav .alf-submenu {
    position: absolute;
    top: 2.9rem;
    left: -1px;
    width: 14em;
    border: solid #3ab795;
    border-width: 0 1px;
    background: white;
  }
  .alf-nav li li {
    float: none;
    border: 0;
  }
  .alf-nav li li a {
    border-bottom: 1px solid #3ab795;
  }
  .alf-nav li li:first-child > a {
    border-top: 1px solid #3ab795;
  }
  .alf-nav .alf-submenu .alf-submenu {
    position: static;
    width: auto;
    border: none;
    border-top: 0;
  }
  .alf-nav .alf-submenu .alf-submenu a {
    padding-left: 2em;
  }
  .alf-nav .alf-submenu .alf-submenu li:first-child > a {
    border-top: 0;
  }
  .alf-nav .alf-submenu {
    display: none;
  }
  .alf-nav:not([data-alf-use-click-in-submenus]) .alf-submenu .alf-submenu {
    display: block;
  }
  .alf-nav .alf-active > .alf-submenu, .alf-nav:not([data-alf-use-click]) .alf-with-submenu:hover > .alf-submenu {
    display: block;
  }
}
.alf-breadcrumb {
  margin: 1.5rem 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.alf-breadcrumb ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
  background: none;
  display: inline;
}
.alf-breadcrumb ul li {
  margin-bottom: 0;
}
.alf-breadcrumb li {
  display: inline;
  margin-left: 0.3em;
  font-size: 1.4rem;
}
.alf-breadcrumb li:before {
  content: ">";
  margin-right: 0.3em;
  color: #3ab795;
}
.alf-breadcrumb li:first-child {
  margin-left: 0;
}
.alf-breadcrumb li:first-child:before {
  content: "";
  margin-right: 0;
}
.alf-breadcrumb li:last-child a {
  text-decoration: none;
  cursor: default;
  color: #444;
}
.alf-breadcrumb a {
  color: #999;
}

.noscroll {
  overflow: hidden;
}

.fly-in-target {
  position: fixed;
  box-sizing: border-box;
  background: white;
  z-index: 998;
  transform: translate3d(0, 0, 0);
  padding: 3rem;
}
.fly-in-target > :first-child {
  margin-top: 0 !important;
}
.fly-in-target > :last-child {
  margin-bottom: 0 !important;
}
.fly-in-target.no-padding {
  padding: 0;
}

.fly-in-screen-block {
  display: none;
}

.fly-in-bt-close {
  z-index: 1001;
  position: fixed;
  font-size: 2.5rem;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .fly-in-target {
    left: 25vw;
    right: 25vw;
    top: 25vh;
    bottom: 25vh;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    overflow-y: auto;
    transition: transform 0.3s;
    transform: scale(0);
  }
  .fly-in-target.active {
    transform: scale(1);
  }
  .fly-in-screen-block {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
  }
  .fly-in-screen-block.active {
    display: block;
  }
  .fly-in-bt-close {
    top: calc(25vh - 0.5em);
    right: calc(25vw - 0.5em);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 1em;
    line-height: 1.5;
    width: 1.5em;
    text-align: center;
    transition: opacity 0.2s;
    opacity: 0;
  }
  .fly-in-bt-close.active {
    transition-delay: 0.2s;
    transition-duration: 0.5s;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .fly-in-target {
    left: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    transition: left 0.3s ease-in-out;
  }
  .fly-in-target.active {
    left: 0;
  }
  .fly-in-bt-close {
    top: 1rem;
    right: -100%;
    transition: right 0.3s ease-in-out;
  }
  .fly-in-bt-close.active {
    right: 1rem;
  }
}
#all {
  box-sizing: border-box;
  min-height: 100vh;
  position: relative;
  padding-bottom: 60px;
}

#header {
  height: 60px;
  background: #3ab795;
}
#header .site-name {
  line-height: 60px;
  padding-left: 2rem;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#header .site-name a {
  font-size: 2rem;
  color: white;
  letter-spacing: 0.02em;
}
#header .site-name a:hover {
  text-decoration: none;
}

#main {
  padding: 2rem;
  padding-top: 0;
}

#footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 1em 2rem;
  background: #edf9f6;
  border-top: 1px solid #3ab795;
  color: #3ab795;
  text-align: center;
}
#footer p {
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  #nav {
    position: absolute;
    top: 60px;
    margin-top: 1px;
    width: 100%;
  }
  #nav .alf-trigger {
    position: absolute;
    top: -47px;
    right: 13px;
  }
  #nav .alf-trigger .bars {
    margin-right: 0;
  }
  #nav.alf-nav a {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #nav .alf-menu {
    top: -1px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
  }
  #nav .bars {
    padding: 10px;
    border: 0;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    position: relative;
    z-index: 2;
  }
  #nav .alf-menu, #header .site-name, #main {
    margin: 0 auto;
    max-width: 120rem;
    box-sizing: border-box;
  }
  #nav .alf-menu {
    border-left: 2rem solid transparent;
  }
  #nav {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    top: -1px;
  }
}
#header {
  position: relative;
  background-image: linear-gradient(white 0%, white 20%, #3ab795 100%);
}
#header .site-name a {
  color: #1a5041;
}

#nav-user {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

#nav-main {
  margin-bottom: 1em;
}

#footer .footer-nav {
  text-align: center;
}
#footer .footer-nav li {
  display: inline-block;
}
#footer .footer-nav li::before {
  content: " | ";
  padding: 0 5px;
}
#footer .footer-nav li:first-child::before {
  content: "";
}

@media only screen and (max-width: 767px) {
  #nav-user {
    top: 6.5rem;
  }
}
@media only screen and (min-width: 768px) {
  #nav .alf-menu, #header .site-name, #content {
    margin: 0 auto;
    max-width: 180rem;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #main {
    margin: 0;
    max-width: none;
    padding: 0;
  }
  #nav-main .alf-menu {
    margin-top: -1px;
  }
}
#db-notice {
  position: absolute;
  top: 40px;
  right: 0.5rem;
  background-color: yellow;
  color: red;
  font-size: 0.9em;
}

@media only screen and (max-width: 767px) {
  #db-notice {
    top: 25px;
  }
}
#nav-user {
  font-size: 0.8em;
}

h1 + h2, .margin-top-0 {
  margin-top: 0;
}

h2 + h3 {
  margin-top: 2em;
}

.bg-warning-light {
  background-color: #fff0de;
}

li.indent {
  margin-left: 2em;
  list-style-type: circle;
}

ul > li > ul > li {
  list-style-type: circle;
}

ul > li > ul > li > ul > li {
  list-style-type: square;
}

ul > li > ul > li > ul > li > ul > li {
  list-style-type: disc;
}

figure {
  box-sizing: border-box;
  width: 80%;
  margin: 0 auto 1.5em auto;
  padding: 1px;
  box-shadow: 0 0 15px #ccc;
}
figure.left, figure.right {
  width: 30%;
  margin: 0 0 1.5em 0;
  text-align: left;
}
figure.left {
  float: left;
  margin-right: 1.5em;
}
figure.right {
  float: right;
  margin-left: 1.5em;
}

figcaption {
  margin: 0.6rem;
  border-radius: 0.8rem;
  padding: 0.5em;
  font-size: 0.8em;
  color: #999;
  background-color: #f1f1f1;
}

a.back {
  margin-left: 1em;
}
a.back::before {
  content: "← ";
}

a.new-wnd::after {
  content: "";
  display: inline-block;
  position: relative;
  top: -4px;
  width: 12px;
  height: 12px;
  margin-left: 2px;
  background-image: url(../img/open_new_wnd.svg);
  background-size: contain;
}
a.new-wnd.pdf::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(../img/ico_pdf_40.png);
  background-size: contain;
}

img.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

img.icon.tiny {
  width: 12px;
  height: 12px;
}

img.icon.small {
  width: 16px;
  height: 16px;
}

img.icon.big {
  width: 32px;
  height: 32px;
}

div.flash {
  margin-bottom: 1em;
  padding: 0.5em;
  border: 1px solid;
}
div.flash.msg {
  background-color: #efffee;
  color: #09b700;
}
div.flash.warning {
  background-color: #ffeccd;
  color: #f39600;
}
div.flash.error {
  background-color: #ffe9e9;
  color: rgb(223, 0, 0);
}
div.flash p {
  margin: 0;
}

div.info {
  box-sizing: border-box;
  max-width: 50em;
  margin-bottom: 2rem;
  padding: 0.7rem 1rem;
  border: 1px solid;
  border-color: #fff0d3;
  border-radius: 0.5rem;
  background-color: #fff8eb;
}
div.info.w100 {
  max-width: none;
}
div.info p {
  margin-bottom: 0.5em;
  line-height: 1.2;
  font-size: 0.9em;
  font-weight: normal;
}
div.info > :first-child {
  margin-top: 0;
}
div.info > :last-child {
  margin-bottom: 0;
}
table div.info {
  margin-bottom: 0;
}

ul.data-list {
  margin: 0;
  list-style-type: none;
  padding-bottom: 2px;
  border-bottom: 1px solid #ddd;
}
ul.data-list > li {
  margin-bottom: 0;
  padding: 3px 0 5px 0;
  border-top: 1px solid #ddd;
}
ul.data-list > li::after {
  content: "";
  clear: both;
  display: table;
}
ul.data-list .label {
  float: left;
  box-sizing: border-box;
  width: 12em;
  padding-top: 2px;
  padding-right: 1rem;
  font-size: 0.9em;
  font-weight: bold;
  overflow: hidden;
}
ul.data-list.labels-long .label {
  width: 20em;
}
ul.data-list .value {
  float: left;
  word-break: break-all;
}
ul.data-list .value .collapsible {
  margin-bottom: 0;
}
ul.data-list .value ul {
  margin-top: 0.2em;
}
ul.data-list .value li {
  margin-bottom: 0.1em;
}

.alf-nav .submenu-label {
  cursor: default;
  color: black !important;
}
.alf-nav .submenu-label::after {
  content: "▾";
  display: inline-block;
  width: 1px;
  margin-right: 3px;
}

.alf-nav ul > li > ul > li {
  list-style: none;
}

@media only screen and (min-width: 768px) {
  .alf-nav .alf-submenu {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .alf-submenu li {
    padding-left: 1em;
  }
}
.col .col-space {
  padding-left: 2rem;
  padding-right: 2rem;
}

.col:first-child .col-space {
  padding-left: 0;
}

.col:last-child .col-space {
  padding-right: 0;
}

.col .col-space > :first-child {
  margin-top: 0;
}

.col .col-space > :last-child {
  margin-bottom: 0;
}

.panel.compact .content {
  padding: 0.7em;
  font-size: 0.9em;
}
.panel.compact .content p {
  margin-bottom: 0.3em;
  font-size: 1em;
}
.panel.compact .content.heading {
  font-weight: bold;
}
.panel.compact .content + .content {
  border-top-color: #ddd;
}

.has-tooltip .tooltip.bottom {
  margin-left: -7px;
  margin-top: 7px;
}

td.actions {
  min-width: 20px;
}

.button.csv-download {
  padding-top: 6px;
}
.button.csv-download img.icon {
  position: relative;
  top: -1px;
}
.button.csv-download, .button.csv-download:hover {
  border-color: green;
  border-style: dashed;
}

.button.xxs {
  padding: 0.2em 0.7em;
  font-size: 1rem;
}

.box.float-right ul {
  margin: 0 0 0 1em;
}

#chart-tooltip {
  z-index: 20;
  position: absolute;
  display: none;
  padding: 5px;
  border: 1px solid #ddd;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.chart-heading {
  margin-bottom: 1rem;
}

.c-chart .line {
  stroke-width: 1;
  fill: none;
}
.c-chart .line.medium {
  stroke-width: 2;
}
.c-chart .line.thick {
  stroke-width: 3;
}
.c-chart .line.dashed {
  stroke-dasharray: 4, 2;
}
.c-chart .dot {
  stroke-width: 0;
}
.c-chart .label-on-line, .c-chart .label-for-point {
  font-size: 12px;
}
.c-chart.correlation circle.dot {
  fill: rgba(172, 172, 172, 0.1);
  stroke-width: 0;
}
.c-chart.correlation circle.dot.opacity-high {
  fill: rgba(172, 172, 172, 0.3);
}
.c-chart.correlation circle.dot.opacity-full {
  fill: black;
}

.chart-line .axis path {
  stroke: black;
  stroke-width: 1px;
  fill: none;
}

.label-on-axis, .chart-line .axis .tick text {
  font-size: 12px;
}

.chart-line .axis-grid line, .axis-line {
  stroke: lightgray;
  stroke-width: 1px;
}

.chart-line .axis-grid line, .axis-line.horizontal:not(.zero) {
  stroke-dasharray: 2, 2;
}

.axis-label-x, .axis-label-y {
  font-size: 0.9em;
}

.chart-stacked-bars .bar {
  stroke: #fff;
  stroke-width: 2;
}

.chart-heatmap .cell {
  stroke: #ccc;
  stroke-width: 0.3;
}
.chart-heatmap .y-axis {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: flex-end;
}
.chart-heatmap .legend-container {
  display: flex;
  flex-direction: column;
}
.chart-heatmap .c-chart-legend {
  box-sizing: border-box;
  width: 1095px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.chart-heatmap .c-chart-legend .item {
  display: flex;
  align-items: center;
  gap: 5px;
}
.chart-heatmap .c-chart-legend .color-icon {
  width: 14px;
  height: 14px;
  border: 1px solid black;
}
.chart-heatmap .c-chart-legend .label {
  font-size: 12px;
}

form.std input[type=checkbox] {
  top: 1px;
}

form.std span.inline-checkbox {
  display: inline-block;
  margin-left: 1rem;
}
form.std span.inline-checkbox input[type=checkbox] {
  position: relative;
  top: -1px;
}

textarea {
  min-width: 50em;
  min-height: 7em;
}
textarea[rows] {
  min-height: 0;
}

input.xlong, select.xlong {
  min-width: 50em;
}

input.long, select.long {
  min-width: 25em;
}

input.short, select.short {
  width: 6em;
}

input.xshort, select.short {
  width: 3em;
}

input.w100, select.w100 {
  box-sizing: border-box;
  width: 100%;
}

input[type=text][readonly], input[type=password][readonly], textarea[readonly], select[readonly] {
  background-color: rgb(255, 251, 233);
}

form .row.highlight label, form .row.highlight input, form .row.highlight textarea {
  font-weight: bold !important;
}

form .row.checkbox-list ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 1em;
  background-color: #eee;
  border-radius: 5px;
}
form .row.checkbox-list input[type=checkbox] {
  top: 0px;
}

form .postfix {
  margin-left: 4px;
}

form span.value {
  display: inline-block;
  transform: translateY(2px);
}

select.highlight {
  font-weight: bold;
}
select.highlight option {
  font-weight: normal;
}

div.errors {
  margin: 1.5em 0;
  padding: 1em;
  border: 1px solid red;
}
div.errors > :first-child {
  margin-top: 0;
}
div.errors > :last-child {
  margin-bottom: 0;
}

table thead th {
  border-bottom-width: 1px;
}
table tr:last-child th, table tr:last-child td {
  border-bottom-width: 3px !important;
}
table th {
  line-height: 1.2;
  font-weight: 600;
}
table th span {
  font-weight: normal;
}
table tr.highlight th, table tr.highlight td {
  background-color: #fafafa;
  font-weight: 600;
}
table tr.section {
  background-color: #eee;
}
table td.ok {
  background-color: rgb(211, 235, 211);
}
table th.top, table td.top {
  vertical-align: top;
}
table th.vert, table td.vert {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

table.compact {
  font-size: 0.9em;
}
table.compact p {
  margin-bottom: 0.3em;
  font-size: 0.9em;
}

table.overview thead th {
  vertical-align: top;
}
table.overview .unit {
  display: block;
  font-size: 0.8em;
  color: #666;
  font-style: italic;
}

.c-auto-suggest .icon-label {
  position: relative;
  top: 2px;
  font-size: 0.8em;
  color: #aaa;
}
.c-auto-suggest .content li {
  font-size: 0.9em;
  color: #666;
  cursor: pointer;
}
.c-auto-suggest .content li:hover {
  color: black;
  background-color: #ffe6c8;
}

.c-chart-legend {
  display: inline-block;
  border: 1px solid #eee;
  padding: 0.4em 0.6em;
  background-color: #fafafa;
}
.c-chart-legend ul {
  margin: 0;
  list-style: none;
}
.c-chart-legend li {
  display: inline-block;
  margin: 0 1.5rem 0 0;
  font-size: 0.9em;
}
.c-chart-legend .marker {
  display: inline-block;
  margin-right: 0.5rem;
}
.c-chart-legend .marker.square {
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
}
.c-chart-legend .marker.dot {
  width: 8px;
  height: 8px;
  margin-right: 0.5rem;
  border-radius: 4px;
}
.c-chart-legend .marker.line {
  transform: translateY(-3px);
  width: 15px;
  height: 1px;
}
.c-chart-legend .marker.line.medium {
  height: 4px;
}
.c-chart-legend .toggle {
  cursor: pointer;
  transition: transform 0.1s ease-in-out;
}
.c-chart-legend .toggle:hover {
  transform: scale(1.1);
}
.c-chart-legend .toggle.disabled {
  color: #ccc;
}

.c-context .item {
  margin-bottom: 0.3em;
}
.c-context .item b {
  font-size: 0.8em;
}
.c-context .item a {
  text-decoration: none;
}
.c-context .item a:hover {
  text-decoration: underline;
}
.c-context .item form {
  display: inline;
  margin: 0;
}
.c-context .item select {
  padding: 0 0.3em;
}
.c-context .collapsible {
  margin-left: 10px;
  margin-bottom: 0;
}
.js .c-context .collapsible-trigger {
  margin-bottom: 0;
  font-size: 0.8em;
}
.js .c-context .collapsible-trigger::before {
  content: "[+]";
  margin-right: 4px;
  position: relative;
  top: -1px;
}
.c-context .collapsible-content div.detail {
  margin-bottom: 0.5em;
}
.c-context .collapsible-content::before {
  margin-bottom: 0.5em;
}
.c-context .collapsible-content::after {
  margin-top: 0.5em;
}

.c-deutschland-karte {
  position: relative;
}
.c-deutschland-karte .panel-overlay {
  z-index: 20;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
}
.c-deutschland-karte .map {
  position: relative;
}
.c-deutschland-karte .map-overlay img {
  position: relative;
  top: 44px;
  left: 50px;
  max-width: none;
  width: 540px;
}
.c-deutschland-karte i {
  font-style: normal;
}
.c-deutschland-karte .dkBgImg {
  z-index: 1;
  position: absolute;
  top: 44px;
  left: 50px;
  bottom: 0;
  right: 0;
  background: no-repeat;
  background-size: 540px auto;
}
.c-deutschland-karte .container-punkte {
  position: relative;
}
.c-deutschland-karte .container-punkte i {
  z-index: 2;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.453);
  width: 6px;
  height: 6px;
}
.c-deutschland-karte .container-punkte i:hover {
  opacity: 0.5;
}
.c-deutschland-karte .container-staedte {
  position: relative;
}
.c-deutschland-karte .container-staedte i {
  position: absolute;
}
.c-deutschland-karte .container-staedte i .name {
  position: absolute;
  top: -0.5em;
  left: 10px;
  padding: 0 3px 2px 3px;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  font-weight: bold;
}
.c-deutschland-karte .container-staedte i::before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid black;
}
.c-deutschland-karte .legend {
  margin-top: 2rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.c-deutschland-karte .legend ul {
  list-style: none;
  margin: 0;
}
.c-deutschland-karte .legend li {
  display: inline-block;
  margin: 0.1em 1em 0.1em 0;
}
.c-deutschland-karte .legend .marker {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.5rem;
}

.c-filters {
  margin-top: 1em;
  padding: 4px 8px;
  background-color: #eee;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 0.9em;
}
.c-filters .body {
  display: flex;
  align-items: center;
  gap: 4px 10px;
  flex-wrap: wrap;
}
.c-filters .heading {
  font-weight: bold;
  font-size: 0.9em;
}
.c-filters .heading::after {
  content: " >> ";
}
.c-filters .break {
  flex-basis: 100%;
  width: 0;
  height: 0;
}
.c-filters .filter input[type=checkbox] {
  position: relative;
  top: -1px;
}
.c-filters .filter input[type=checkbox] + label {
  margin-left: 0.3em;
  margin-right: 1em;
}
.c-filters .actions {
  margin-top: 0.6em;
}
.c-filters .flt-separator::before {
  content: "|";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.c-gis-popup {
  z-index: 21;
  min-width: 22em;
  position: absolute;
  background-color: white;
  box-shadow: 0 0 5px #666;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 1rem;
  font-size: 0.8em;
}
.c-gis-popup > div {
  margin-bottom: 0.5rem;
}
.c-gis-popup > div:last-child {
  margin-bottom: 0;
}
.c-gis-popup .close {
  position: absolute;
  top: -5px;
  right: -5px;
  padding: 1px 4px;
  font-size: 10px;
}
.c-gis-popup .gis-label {
  padding-bottom: 0.3rem;
  border-bottom: 1px solid;
  font-weight: bold;
}
.c-gis-popup .gis-value.hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.c-gis-popup .gis-color {
  display: inline-block;
  width: 8px;
  height: 8px;
}
.c-gis-popup .quick-legend {
  list-style: none;
  margin: 0.5rem 0 0 0.5rem;
}
.c-gis-popup .quick-legend .color {
  display: inline-block;
  width: 10px;
  height: 10px;
}

.c-selector {
  margin: 0 0 0 1em;
}
.c-selector li {
  cursor: pointer;
  font-size: 0.9em;
}
.c-selector li:hover {
  text-decoration: underline;
}
.c-selector li.disabled {
  cursor: default;
  color: #aaa;
}
.c-selector li.disabled:hover {
  text-decoration: none;
}
.c-selector li.selected {
  cursor: default;
  font-weight: bold;
}
.c-selector li.selected:hover {
  text-decoration: none;
}

.c-hover-menu {
  position: relative;
  color: black;
}
.c-hover-menu .trigger {
  position: relative;
  top: -1px;
  cursor: context-menu;
}
.c-hover-menu .content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 10em;
  max-width: 30em;
  border-radius: 0.5em;
  background-color: #fff0de;
  box-shadow: 0 0 15px #333;
  z-index: 2;
}
.c-hover-menu:hover .content {
  display: block;
}
.c-hover-menu.long .content {
  max-width: 46.5em;
  min-width: 46.5em;
}
.c-hover-menu h2 {
  margin: 0;
  font-size: 1em;
  font-weight: bold;
  padding: 0.2em 0.4em;
  background-color: #ffc884;
}
.c-hover-menu ul {
  margin: 0;
  list-style: none;
}
.c-hover-menu li {
  margin: 0;
  padding: 0.2em 0.4em;
  border-bottom: 1px solid #ffc884;
}
.c-hover-menu li a {
  display: block;
  margin: -0.2em -0.4em;
  padding: 0.2em 0.4em;
}
.c-hover-menu li a:hover {
  text-decoration: none;
  background-color: #ffe6c8;
}
.c-hover-menu.inline-links li a {
  display: inline;
}

.c-image {
  margin-bottom: 2rem;
}
.c-image .caption {
  margin-top: 0.5rem;
  color: #aaa;
  line-height: 1.2;
  font-size: 0.8em;
}

.c-menu-section {
  margin-bottom: 1em;
}
.c-menu-section + * {
  margin-top: 0;
}
.c-menu-section ul {
  margin: 0;
  list-style: none;
  padding: 0.4rem 1rem;
  border-bottom: 1px solid #ddd;
}
.c-menu-section ul.level1 {
  border-top: 1px solid #ddd;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  background-color: #eee;
}
.c-menu-section ul.level1 li {
  font-size: 1.3em;
}
.c-menu-section ul.level2 {
  background-color: #fafafa;
}
.c-menu-section li {
  display: inline-block;
  margin: 0;
}
.c-menu-section li::before {
  content: " · ";
  margin: 0 0.5rem;
}
.c-menu-section li:first-child {
  margin-left: 0;
}
.c-menu-section li:first-child::before {
  content: "";
  display: none;
}
.c-menu-section li.selected {
  font-weight: 600;
  cursor: default;
}
.c-menu-section li.disabled {
  color: #999;
  cursor: default;
}
.c-menu-section .info {
  margin-top: 1em;
  margin-bottom: 3em;
}

.c-page-buttons {
  margin-bottom: 1em;
}

.c-versionen-matrix .is-custom {
  color: rgb(247, 134, 0);
}

form.only-modifications input.changed {
  color: rgb(247, 134, 0);
  background-color: #fff0de;
}
form.only-modifications input[type=submit] {
  visibility: hidden;
}
form.only-modifications.changed input[type=submit] {
  visibility: visible;
}

/*# sourceMappingURL=master.css.map */
