@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #FFFFFF;
}
.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}
.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #CCCCCC;
  padding-right: 1em;
  text-align: left;
}
[dir=rtl] .form-table__header,
[dir=rtl] .form-table th,
.form-table [dir=rtl] th,
[dir=rtl] form table th,
form [dir=rtl] table th,
form table [dir=rtl] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}
.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #CCCCCC;
}
.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}
.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}
.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #CCCCCC;
}
.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}
.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}
.form-table__narrow-column,
td .checkbox,
th .checkbox,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

/*# sourceMappingURL=form-table.css.map */
