@charset "utf-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

html {
  -webkit-text-size-adjust: 1em;
  -ms-text-size-adjust: 1em;
}

html,
button,
input,
select,
textarea {
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  font-size: 0.65em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-width: 0;
  border-radius: 0;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
}

.bar-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bar-group > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #d6d1d1;
  padding: 0.2em 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  color: #222222;
  background-color: #eeecec;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:link,
.btn:visited {
  color: #222222;
}

.btn:hover,
.btn:focus {
  color: #000000;
  background-color: #faf9f9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn:active,
.btn.is-active {
  color: #000000;
  background-color: #ffffff;
}

.btn.is-disabled:hover,
.btn:disabled:hover,
.btn[aria-disabled=true]:hover,
.btn.is-disabled,
.btn:disabled,
.btn[aria-disabled=true],
.btn.is-disabled:focus,
.btn:disabled:focus,
.btn[aria-disabled=true]:focus {
  color: #d4d4d4;
  cursor: not-allowed;
  border-style: dashed;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.is-busy,
.btn.is-loading,
.btn[aria-busy=true] {
  cursor: progress;
}

.btn.is-busy:hover,
.btn.is-loading:hover,
.btn[aria-busy=true]:hover,
.btn.is-busy:focus,
.btn.is-loading:focus,
.btn[aria-busy=true]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn > .icon,
.btn > .logo {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.3em;
  height: 1.3em;
}

.btn > .icon:first-child,
.btn > .logo:first-child {
  margin-left: -0.1em;
  margin-right: 0.2em;
}

.btn--small {
  font-size: 0.8em;
}

.btn--small > .icon:first-child,
.btn--small > .logo:first-child {
  margin-right: 0.15em;
}

.btn--large {
  font-size: 1.2em;
}

.btn--block {
  margin: 0.25em 0;
  width: 100%;
  text-align: center;
}

.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  padding: 0.2em 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fff;
  color: #222222;
  white-space: nowrap;
  text-overflow: ellipsis;
  min-width: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: 150% center;
  background-size: 1em;
  background-repeat: no-repeat;
}

.form-group--validation .input,
.input-group--validation .input,
.input--validation {
  padding-right: calc(0.4em + 1em);
}

.input-group.is-invalid .form-group--validation .input,
.input-group.is-invalid .input-group--validation .input,
.input-group.is-invalid .input--validation,
.form-group--validation .input.is-invalid,
.input-group--validation .input.is-invalid,
.input--validation.is-invalid,
.form-group--validation .input[aria-invalid="true"],
.input-group--validation .input[aria-invalid="true"],
.input--validation[aria-invalid="true"],
.form-group--validation .input:invalid:not(:placeholder-shown),
.input-group--validation .input:invalid:not(:placeholder-shown),
.input--validation:invalid:not(:placeholder-shown) {
  color: #d2190b;
  border-color: #f44336;
  background-color: #fff8f7;
  background-image: url(true);
  background-position: calc(100% - 0.4em) center;
  background-image: url('data:image/svg+xml, %3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20class%3D%22icon%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23f44336%22%20d%3D%22M37.285%2012.258L6.833%2042.822%203.186%2056.801l14.158-3.879%2030.452-30.565zM49.83%2020.294L39.319%2010.195%2046.291%203.2l10.511%2010.097z%22/%3E%3C/g%3E%3C/svg%3E');
}

.input-group.is-invalid .form-group--validation .input:focus,
.input-group.is-invalid .input-group--validation .input:focus,
.input-group.is-invalid .input--validation:focus,
.form-group--validation .input.is-invalid:focus,
.input-group--validation .input.is-invalid:focus,
.input--validation.is-invalid:focus,
.form-group--validation .input[aria-invalid="true"]:focus,
.input-group--validation .input[aria-invalid="true"]:focus,
.input--validation[aria-invalid="true"]:focus,
.form-group--validation .input:invalid:not(:placeholder-shown):focus,
.input-group--validation .input:invalid:not(:placeholder-shown):focus,
.input--validation:invalid:not(:placeholder-shown):focus {
  color: #222222;
  border-color: #e6e6e6;
  background-color: #fff;
  background-position: 150% center;
}

.input-group.is-recommended .form-group--validation .input,
.input-group.is-recommended .input-group--validation .input,
.input-group.is-recommended .input--validation,
.form-group--validation .input.is-recommended,
.input-group--validation .input.is-recommended,
.input--validation.is-recommended {
  color: #14759c;
  border-color: #1da7e0;
  background-color: #d0edf9;
  background-image: url(true);
  background-position: calc(100% - 0.4em) center;
  background-image: url('data:image/svg+xml, %3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20class%3D%22icon%22%3E%3Cg%3E%3Cpath%20fill%3D%22%231da7e0%22%20d%3D%22M37.285%2012.258L6.833%2042.822%203.186%2056.801l14.158-3.879%2030.452-30.565zM49.83%2020.294L39.319%2010.195%2046.291%203.2l10.511%2010.097z%22/%3E%3C/g%3E%3C/svg%3E');
}

.input-group.is-recommended .form-group--validation .input:focus,
.input-group.is-recommended .input-group--validation .input:focus,
.input-group.is-recommended .input--validation:focus,
.form-group--validation .input.is-recommended:focus,
.input-group--validation .input.is-recommended:focus,
.input--validation.is-recommended:focus {
  color: #222222;
  border-color: #e6e6e6;
  background-color: #fff;
  background-position: 150% center;
}

.input-group.is-valid .form-group--validation .input,
.input-group.is-valid .input-group--validation .input,
.input-group.is-valid .input--validation,
.form-group--validation .input.is-valid,
.input-group--validation .input.is-valid,
.input--validation.is-valid,
.form-group--validation .input[aria-invalid="false"],
.input-group--validation .input[aria-invalid="false"],
.input--validation[aria-invalid="false"],
.form-group--validation .input:valid:not(:placeholder-shown):not([type="password"]),
.input-group--validation .input:valid:not(:placeholder-shown):not([type="password"]),
.input--validation:valid:not(:placeholder-shown):not([type="password"]) {
  color: #2f7848;
  border-color: #44af69;
  background-color: #d2eddb;
  background-image: url(true);
  background-position: calc(100% - 0.4em) center;
  background-image: url('data:image/svg+xml, %3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20class%3D%22icon%22%3E%3Cpath%20fill%3D%22%2344AF69%22%20d%3D%22M58.868%2013.128l-6.472-6.144-31.649%2031.398L7.426%2025.703l-6.343%206.276%2019.78%2018.849z%22/%3E%3C/svg%3E');
}

.input-group.is-valid .form-group--validation .input:focus,
.input-group.is-valid .input-group--validation .input:focus,
.input-group.is-valid .input--validation:focus,
.form-group--validation .input.is-valid:focus,
.input-group--validation .input.is-valid:focus,
.input--validation.is-valid:focus,
.form-group--validation .input[aria-invalid="false"]:focus,
.input-group--validation .input[aria-invalid="false"]:focus,
.input--validation[aria-invalid="false"]:focus,
.form-group--validation .input:valid:not(:placeholder-shown):not([type="password"]):focus,
.input-group--validation .input:valid:not(:placeholder-shown):not([type="password"]):focus,
.input--validation:valid:not(:placeholder-shown):not([type="password"]):focus {
  color: #222222;
  border-color: #e6e6e6;
  background-color: #fff;
  background-position: 150% center;
}

.input:-moz-read-only {
  color: #595959;
  border-color: #808080;
  background-color: #e6e6e6;
  cursor: not-allowed;
  box-shadow: none;
  border-style: dashed;
  border-bottom-style: solid;
}

.input.is-readonly,
.input:read-only,
.input[aria-readonly="true"] {
  color: #595959;
  border-color: #808080;
  background-color: #e6e6e6;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: dashed;
  border-bottom-style: solid;
}

.input.is-disabled,
.input:disabled,
.input[aria-disabled="true"] {
  color: #b3b3b3;
  border-color: #d9d9d9;
  background-color: #ffffff;
  background-image: url(true);
  background-position: calc(100% - 0.4em) center;
  cursor: not-allowed;
  background-image: url('data:image/svg+xml, %3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2260%22%20height%3D%2260%22%20viewBox%3D%220%200%2060%2060%22%20class%3D%22icon%22%3E%3Cpath%20fill%3D%22%23d9d9d9%22%20d%3D%22M29.999%201.5C14.285%201.5%201.5%2014.285%201.5%2029.999%201.5%2045.715%2014.285%2058.5%2029.999%2058.5%2045.715%2058.5%2058.5%2045.715%2058.5%2029.999%2058.5%2014.285%2045.715%201.5%2029.999%201.5zM7.962%2029.999c0-12.15%209.887-22.037%2022.037-22.037%205.004%200%209.606%201.695%2013.309%204.513L12.475%2043.307c-2.819-3.703-4.513-8.304-4.513-13.308zm22.037%2022.039a21.913%2021.913%200%200%201-12.267-3.742l30.564-30.563a21.914%2021.914%200%200%201%203.74%2012.266c.001%2012.151-9.885%2022.039-22.037%2022.039z%22/%3E%3C/svg%3E');
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: dashed;
}

.input--contrast {
  background-color: #f2f2f2;
  border: 1px solid #d9d9d9;
  color: #000000;
}

.input--small {
  font-size: 0.8em;
  font-weight: 400;
}

.input--large {
  font-size: 1.25em;
}

.label {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  padding: 0.2em 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  white-space: nowrap;
  background-color: #fafafa;
  color: #000000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.input-group.is-required .label,
.label.is-required {
  border-left: 2px solid #d6281f;
  color: #d6281f;
  font-weight: 700;
}

.input-group.is-required .label:after,
.label.is-required:after {
  content: '\00a0*';
}

.input-group.is-invalid .form-group--validation .label,
.input-group.is-invalid .input-group--validation .label,
.input-group.is-invalid .label--validation,
.form-group--validation .label.is-invalid,
.input-group--validation .label.is-invalid,
.label--validation.is-invalid {
  color: #a21309;
  border-color: #f44336;
  background-color: #f99d97;
}

.input-group.is-recommended .form-group--validation .label,
.input-group.is-recommended .input-group--validation .label,
.input-group.is-recommended .label--validation,
.form-group--validation .label.is-recommended,
.input-group--validation .label.is-recommended,
.label--validation.is-recommended {
  color: #0e536f;
  border-color: #1da7e0;
  background-color: #76caed;
}

.input-group.is-valid .form-group--validation .label,
.input-group.is-valid .input-group--validation .label,
.input-group.is-valid .label--validation,
.form-group--validation .label.is-valid,
.input-group--validation .label.is-valid,
.label--validation.is-valid {
  color: #205332;
  border-color: #44af69;
  background-color: #88d1a1;
}

.label.is-disabled,
.label:disabled {
  color: #777777;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px dashed #cccccc;
  background-color: #f2f2f2;
}

.label .icon {
  margin: 0 0.25em 0 -0.1em;
  -ms-flex-item-align: center;
  align-self: center;
}

.label--small {
  font-size: 0.8em;
  font-weight: 400;
  min-width: 90px;
}

.label--block {
  width: 100%;
  margin: 0;
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  padding: 0.2em 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  color: #222222;
  min-width: 0;
  padding-right: 38px;
  background-color: #fff;
  background-image: url('data:image/svg+xml, %3C?xml%20version%3D%221.0%22%20?%3E%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20height%3D%2250%22%20width%3D%2280%22%20viewBox%3D%220%200%20137.14286%2050%22%20class%3D%22icon%22%3E%3Cpath%20fill%3D%22%23222222%22%20d%3D%22M0%2016.429l30-34.286%2030%2034.286H0zm0%2017.142l30%2034.286%2030-34.286H0z%22/%3E%3C/svg%3E');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.select:hover,
.select:focus {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.select.is-disabled,
.select:disabled {
  color: #777777;
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px dashed #cccccc;
  background-color: #f2f2f2;
}

.is-invalid.form-group--validation .select,
.is-invalid.input-group--validation .select,
.is-invalid.select--validation,
.form-group--validation .select.is-invalid,
.input-group--validation .select.is-invalid,
.select--validation.is-invalid,
.form-group--validation .select[aria-invalid="true"],
.input-group--validation .select[aria-invalid="true"],
.select--validation[aria-invalid="true"],
.form-group--validation .select:invalid,
.input-group--validation .select:invalid,
.select--validation:invalid {
  color: #d2190b;
  border-color: #f44336;
  background-color: #fff8f7;
}

.is-invalid.form-group--validation .select:focus,
.is-invalid.input-group--validation .select:focus,
.is-invalid.select--validation:focus,
.form-group--validation .select.is-invalid:focus,
.input-group--validation .select.is-invalid:focus,
.select--validation.is-invalid:focus,
.form-group--validation .select[aria-invalid="true"]:focus,
.input-group--validation .select[aria-invalid="true"]:focus,
.select--validation[aria-invalid="true"]:focus,
.form-group--validation .select:invalid:focus,
.input-group--validation .select:invalid:focus,
.select--validation:invalid:focus {
  color: #222222;
  border-color: #e6e6e6;
  background-color: #fff;
}

.input-group.is-valid .form-group--validation .select,
.input-group.is-valid .input-group--validation .select,
.input-group.is-valid .select--validation,
.form-group--validation .select.is-valid,
.input-group--validation .select.is-valid,
.select--validation.is-valid,
.form-group--validation .select:valid,
.input-group--validation .select:valid,
.select--validation:valid {
  color: #2f7848;
  border-color: #44af69;
  background-color: #d2eddb;
}

.input-group.is-valid .form-group--validation .select:focus,
.input-group.is-valid .input-group--validation .select:focus,
.input-group.is-valid .select--validation:focus,
.form-group--validation .select.is-valid:focus,
.input-group--validation .select.is-valid:focus,
.select--validation.is-valid:focus,
.form-group--validation .select:valid:focus,
.input-group--validation .select:valid:focus,
.select--validation:valid:focus {
  color: #222222;
  border-color: #e6e6e6;
  background-color: #fff;
}

.select--small {
  font-size: 0.8em;
  font-weight: 400;
  background-size: 10px;
}

* + .form-group {
  margin-top: 20px;
}

* + .form-item {
  margin-top: 10px;
}

.textarea {
  resize: none;
  margin: 0.25em 0;
  padding: 0.2em 0.75em;
  width: 250px;
  height: 180px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-position: 150% center;
  background-size: 15px;
  background-repeat: no-repeat;
  text-align: left;
  font-weight: 300;
}

.textarea--block {
  width: 100%;
  margin: 0;
}

.switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  padding: 0.2em 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  background-color: #fafafa;
  color: #000000;
}

.switch-input {
  display: none;
}

.switch-input:checked + .switch-label {
  background: #88d1a1;
}

.switch-input:checked + .switch-label:after {
  left: 50%;
}

.switch-label {
  background: #e6e6e6;
  border-radius: 1px;
  padding: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  outline: 0;
  display: block;
  width: 2.6em;
  height: 1.3em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-label:after {
  left: 0;
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .switch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  padding: 0 0;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}

.radio-input {
  opacity: 0;
  position: absolute;
}

.radio-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  cursor: pointer;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.radio-label:before {
  content: '';
  background: #fff;
  border: 2px solid #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.radio-label:not(:empty) {
  padding: 0.2em 0.75em;
}

.radio-label:not(:empty):before {
  margin-right: 10px;
}

.radio-label:not(:empty):hover,
.radio-label:not(:empty):focus {
  background-color: #fff;
}

.radio-input:checked + .radio-label:before {
  background: #88d1a1;
  border: 2px solid #63c384;
}

.radio-label:before {
  border-radius: 50%;
}

.check {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #e0e0e0;
  padding: 0 0;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}

.check-input {
  opacity: 0;
  position: absolute;
}

.check-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  outline: 0;
  cursor: pointer;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.check-label:before {
  content: '';
  background: #fff;
  border: 2px solid #e0e0e0;
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
  box-shadow: inset 0 0 0 2px #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.check-label:not(:empty) {
  padding: 0.2em 0.75em;
}

.check-label:not(:empty):before {
  margin-right: 10px;
}

.check-label:not(:empty):hover,
.check-label:not(:empty):focus {
  background-color: #fff;
}

.check-input:checked + .check-label:before {
  background: #88d1a1;
  border: 2px solid #63c384;
}

.option-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.option-group .radio,
.option-group .check {
  width: 100%;
  margin: 0;
  position: relative;
  border-width: 0 1px;
  font-weight: 300;
  border-radius: 0;
}

.option-group .radio:nth-of-type(even),
.option-group .check:nth-of-type(even) {
  background-color: #f2f2f2;
}

.option-group .radio:first-child,
.option-group .check:first-child {
  border-width: 1px;
  border-bottom-width: 0;
}

.option-group .radio:last-child,
.option-group .check:last-child {
  border-width: 1px;
  border-top-width: 0;
}

.option-group .radio .radio-label,
.option-group .check .radio-label,
.option-group .radio .check-label,
.option-group .check .check-label {
  padding-right: 1.75em;
}

.option-group--selection-list {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

.option-group--selection-list .radio,
.option-group--selection-list .check {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.option-group--selection-list .radio-label,
.option-group--selection-list .check-label {
  white-space: nowrap;
  padding-right: 30px;
}

.option-group--selection-list .radio:not(:last-child) .radio-label,
.option-group--selection-list .check:not(:last-child) .check-label {
  border-bottom: 1px solid #cccccc;
}

.option-group--selection-list .radio-label:before,
.option-group--selection-list .check-label:before {
  content: none;
}

.option-group--selection-list .radio-input:checked + .radio-label,
.option-group--selection-list .check-input:checked + .check-label {
  background: #88d1a1;
  border-bottom: 1px solid #63c384;
  color: #fff;
}

.option-group--selection-list .radio-input:checked + .radio-label:hover,
.option-group--selection-list .check-input:checked + .check-label:hover,
.option-group--selection-list .radio-input:checked + .radio-label:focus,
.option-group--selection-list .check-input:checked + .check-label:focus {
  background-color: #63c384;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group .select,
.input-group .input,
.input-group .btn,
.input-group .switch,
.input-group .textarea,
.input-group > .radio,
.input-group > .check,
.input-group .option-group {
  z-index: 1;
  position: relative;
}

.input-group .select:hover,
.input-group .input:hover,
.input-group .btn:hover,
.input-group .switch:hover,
.input-group .textarea:hover,
.input-group > .radio:hover,
.input-group > .check:hover,
.input-group .option-group:hover,
.input-group .select:active,
.input-group .input:active,
.input-group .btn:active,
.input-group .switch:active,
.input-group .textarea:active,
.input-group > .radio:active,
.input-group > .check:active,
.input-group .option-group:active,
.input-group .select.is-selected,
.input-group .input.is-selected,
.input-group .btn.is-selected,
.input-group .switch.is-selected,
.input-group .textarea.is-selected,
.input-group > .radio.is-selected,
.input-group > .check.is-selected,
.input-group .option-group.is-selected,
.input-group .select:focus,
.input-group .input:focus,
.input-group .btn:focus,
.input-group .switch:focus,
.input-group .textarea:focus,
.input-group > .radio:focus,
.input-group > .check:focus,
.input-group .option-group:focus {
  z-index: 3;
}

.input-group .select:focus,
.input-group .input:focus,
.input-group .btn:focus,
.input-group .switch:focus,
.input-group .textarea:focus,
.input-group > .radio:focus,
.input-group > .check:focus,
.input-group .option-group:focus {
  z-index: 4;
}

.input-group .select.is-disabled,
.input-group .input.is-disabled,
.input-group .btn.is-disabled,
.input-group .switch.is-disabled,
.input-group .textarea.is-disabled,
.input-group > .radio.is-disabled,
.input-group > .check.is-disabled,
.input-group .option-group.is-disabled,
.input-group .select.is-disabled:hover,
.input-group .input.is-disabled:hover,
.input-group .btn.is-disabled:hover,
.input-group .switch.is-disabled:hover,
.input-group .textarea.is-disabled:hover,
.input-group > .radio.is-disabled:hover,
.input-group > .check.is-disabled:hover,
.input-group .option-group.is-disabled:hover,
.input-group .select.is-disabled:focus,
.input-group .input.is-disabled:focus,
.input-group .btn.is-disabled:focus,
.input-group .switch.is-disabled:focus,
.input-group .textarea.is-disabled:focus,
.input-group > .radio.is-disabled:focus,
.input-group > .check.is-disabled:focus,
.input-group .option-group.is-disabled:focus {
  z-index: 1 !important;
}

.input-group .input-group-item {
  border-radius: 1px;
}

.input-group .input-group-item--jam {
  border-radius: 0;
}

.icon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentcolor;
  color: inherit;
  width: 1em;
  height: 1em;
}

.icon path,
.icon circle,
.icon rect,
.icon ellipse,
.icon polygon,
.icon polyline {
  fill: inherit;
  stroke: none;
}

.msg {
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  color: #0e536f;
  background-color: #d0edf9;
  border: 1px solid #14759c;
  border-radius: 1px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.msg:not(:last-child) {
  margin-bottom: 20px;
}

.msg.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.msg p:last-child {
  margin-bottom: 0;
}

.msg .icon {
  height: 2.4em;
  width: 2.4em;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.msg a {
  color: #093142;
  border-bottom: 1px solid rgba(9, 49, 66, 0.5);
}

.msg-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.msg-headline {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}

.msg-close {
  float: right;
  width: 34px;
  height: 44px;
  margin: -11px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.6;
}

.msg-close:hover,
.msg-close:focus {
  opacity: 1;
}

.msg--full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.msg-group {
  margin-bottom: 20px;
}

.table {
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1.5em;
  padding: 0;
}

.table-body,
.table-body-row,
.table-body-cell,
.table-head-row,
.table-head-cell,
.table-foot,
.table-foot-row,
.table-foot-cell {
  display: block;
  padding: 0;
  white-space: normal;
  text-align: right;
  vertical-align: middle;
}

.table-head-cell {
  padding: 0.2em;
}

.table-body-cell,
.table-foot-cell {
  padding: 0.2em;
}

.table-head {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.table-head-cell {
  background-color: #d6281f;
  border: 1px solid #931c15;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.table-body-row,
.table-foot-row {
  border: 1px solid #931c15;
}

.table-body-row.is-active,
.table-foot-row.is-active {
  background-color: #41a865;
}

.table-body-row.is-active-body-cell,
.table-foot-row.is-active-body-cell,
.table-body-row.is-active-foot-cell,
.table-foot-row.is-active-foot-cell {
  color: #ffffff;
}

.table-body-row {
  margin-bottom: 1em;
}

.table-body-row:last-of-type {
  margin-bottom: 0;
}

.table-foot {
  border-top: 1px solid #989898;
  margin-top: 1em;
}

.table-foot-row {
  margin-top: 1em;
}

.table-body-cell[scope="row"],
.table-foot-cell[scope="row"] {
  background-color: #44af69;
  color: #ffffff;
}

.table-body-cell[data-title]:before,
.table-foot-cell[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(52, 46, 55, 0.75);
}

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 16px;
}

body {
  background: #fafafa;
  line-height: 1.5;
  color: #342e37;
  font-family: 'Source Sans Pro', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  font-size: 100.01%;
  font-weight: 400;
}

a,
.link {
  color: #d6281f;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

a:hover,
.link:hover,
a:active,
.link:active,
a:focus,
.link:focus {
  color: #a92019;
}

p a,
p .link,
p a:visited,
p .link:visited {
  line-height: inherit;
}

a[href^="http"]:empty::before,
.link[href^="http"]:empty::before {
  content: attr(href);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: 'mausbrand', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: inherit;
  line-height: 1.6;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  color: inherit;
}

.headline {
  font-family: 'mausbrand', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-weight: 400;
  color: #d6281f;
}

.subline {
  font-family: 'mausbrand', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: #666666;
}

.headline + .subline {
  margin-top: 0;
}

.lead {
  font-size: 1.3em;
  font-weight: 300;
}

p:not(:last-of-type) {
  margin-bottom: 20px;
}

.paragraph {
  font-size: 1.1em;
  line-height: 1.6;
  text-align: justify;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 77ch;
  margin: 0 auto 20px 0;
}

.paragraph h1,
.paragraph h2,
.paragraph h3,
.paragraph h4,
.paragraph h5,
.paragraph h6 {
  font-weight: 400;
  margin-bottom: 10px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

small {
  font-size: 0.8em;
}

ins {
  text-decoration: none;
  border-bottom: 1px dashed;
}

mark {
  background: #f7ccca;
  color: #342e37;
  padding: 1px;
}

mark:before,
mark:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

blockquote {
  font-family: 'mausbrand', 'Open Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-style: italic;
  font-size: 1.2em;
  color: #333;
  padding: 0 15px;
  border-left: 7px solid #333;
}

blockquote cite {
  font-size: 0.8em;
  vertical-align: baseline;
}

blockquote cite * {
  vertical-align: baseline;
}

blockquote cite:before {
  display: inline-block;
  content: '\2014';
  margin-right: 3px;
  color: #333;
}

blockquote:after {
  content: attr(cite);
  font-size: 0.6em;
  margin-top: 2em;
}

code,
pre {
  font-family: 'Source Code Pro', Courier, monospace;
  background: #ededed;
  color: #000000;
}

code {
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -ms-hyphens: none;
  hyphens: none;
  padding: 3px;
  border-radius: 3px;
  margin: 0 3px;
}

code:before,
code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

pre {
  padding: 10px 20px;
  margin-bottom: 10px;
}

.kbd,
kbd {
  background-color: #e1e1e1;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #fff inset;
  color: #000000;
  display: inline-block;
  font-size: 0.8rem;
  font-family: 'Source Code Pro', Courier, monospace;
  margin: 0 0.1em;
  padding: 0.2em 0.6em;
  text-shadow: 0 1px 0 #fff;
  white-space: nowrap;
}

.kbd.kbd--dark,
kbd.kbd--dark {
  border: 1px solid #000000;
  background-color: #000000;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #333333 inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 2px #333333 inset;
  color: #e1e1e1;
}

ul.is-list {
  padding: 3px 4ch;
  margin: 0;
  list-style-type: disc;
}

.is-list ul {
  padding: 3px 4ch;
  list-style-type: square;
}

.is-list ul ul,
.is-list ol ul {
  list-style-type: circle;
}

ol.is-list {
  padding: 3px 4ch;
  margin: 0;
  list-style-type: decimal;
}

.is-list ol {
  padding: 3px 4ch;
  list-style-type: upper-roman;
}

.is-list ol ol,
.is-list ul ol {
  list-style-type: upper-alpha;
}

::-moz-selection {
  background-color: #a92019;
  text-shadow: none;
  color: #ffffff;
}

::selection {
  background-color: #a92019;
  text-shadow: none;
  color: #ffffff;
}

:focus {
  outline: 1px dotted #ddd;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input::-ms-input-placeholder,
.textarea::-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input::placeholder,
.textarea::placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
  color: #a2a2a2;
  opacity: 1;
}

.shd {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.txt-shd {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.msg {
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  color: #0e536f;
  background-color: #d0edf9;
  border: 1px solid #14759c;
  border-radius: 1px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.msg:not(:last-child) {
  margin-bottom: 20px;
}

.msg.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.msg p:last-child {
  margin-bottom: 0;
}

.msg .icon {
  height: 2.4em;
  width: 2.4em;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.msg a {
  color: #093142;
  border-bottom: 1px solid rgba(9, 49, 66, 0.5);
}

.msg-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.msg-headline {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}

.msg-close {
  float: right;
  width: 34px;
  height: 44px;
  margin: -11px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.6;
}

.msg-close:hover,
.msg-close:focus {
  opacity: 1;
}

.msg--full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.msg-group {
  margin-bottom: 20px;
}

.msg:not(:last-child) {
  margin-bottom: 20px;
}

.msg.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.msg p:last-child {
  margin-bottom: 0;
}

.msg .icon {
  height: 2.4em;
  width: 2.4em;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.msg a {
  color: #093142;
  border-bottom: 1px solid rgba(9, 49, 66, 0.5);
}

.msg-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.msg-headline {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}

.msg-close {
  float: right;
  width: 34px;
  height: 44px;
  margin: -11px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.6;
}

.msg-close:hover,
.msg-close:focus {
  opacity: 1;
}

.msg--full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.msg-group {
  margin-bottom: 20px;
}

.msg--success {
  color: #205332;
  background-color: #bfe6cd;
  border-color: #2f7848;
}

.msg--success a {
  color: #122e1c;
  border-bottom-color: rgba(18, 46, 28, 0.5);
}

.msg--warn {
  color: #b9170a;
  background-color: #fff8f7;
  border-color: #e91d0d;
}

.msg--warn a {
  color: #891108;
  border-bottom-color: rgba(137, 17, 8, 0.5);
}

.msg--error {
  color: #a21309;
  background-color: #fde1df;
  border-color: #d2190b;
}

.msg--error a {
  color: #710e06;
  border-bottom-color: rgba(113, 14, 6, 0.5);
}

.msg--success {
  color: #205332;
  background-color: #bfe6cd;
  border-color: #2f7848;
}

.msg--success a {
  color: #122e1c;
  border-bottom-color: rgba(18, 46, 28, 0.5);
}

.msg--warn {
  color: #b9170a;
  background-color: #fff8f7;
  border-color: #e91d0d;
}

.msg--warn a {
  color: #891108;
  border-bottom-color: rgba(137, 17, 8, 0.5);
}

.msg--error {
  color: #a21309;
  background-color: #fde1df;
  border-color: #d2190b;
}

.msg--error a {
  color: #710e06;
  border-bottom-color: rgba(113, 14, 6, 0.5);
}

.table {
  table-layout: fixed;
  border-spacing: 0;
  margin-bottom: 1.5em;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 6px;
  padding: 4px;
  border: 1px solid #535353;
}

.table-body,
.table-body-row,
.table-body-cell,
.table-head-row,
.table-head-cell,
.table-foot,
.table-foot-row,
.table-foot-cell {
  display: block;
  padding: 0;
  white-space: normal;
  text-align: right;
  vertical-align: middle;
}

.table-head-cell {
  padding: 0.2em;
}

.table-body-cell,
.table-foot-cell {
  padding: 0.2em;
}

.table-head {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.table-head-cell {
  background-color: #d6281f;
  border: 1px solid #931c15;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.table-body-row,
.table-foot-row {
  border: 1px solid #931c15;
}

.table-body-row.is-active,
.table-foot-row.is-active {
  background-color: #41a865;
}

.table-body-row.is-active-body-cell,
.table-foot-row.is-active-body-cell,
.table-body-row.is-active-foot-cell,
.table-foot-row.is-active-foot-cell {
  color: #ffffff;
}

.table-body-row {
  margin-bottom: 1em;
}

.table-body-row:last-of-type {
  margin-bottom: 0;
}

.table-foot {
  border-top: 1px solid #989898;
  margin-top: 1em;
}

.table-foot-row {
  margin-top: 1em;
}

.table-body-cell[scope="row"],
.table-foot-cell[scope="row"] {
  background-color: #44af69;
  color: #ffffff;
}

.table-body-cell[data-title]:before,
.table-foot-cell[data-title]:before {
  content: attr(data-title);
  float: left;
  color: rgba(52, 46, 55, 0.75);
}

.table.worktable {
  table-layout: auto;
  border: none;
}

.table.overviewtable {
  font-size: 0.9em;
}

.table.overviewtable thead,
.table.overviewtable th.table-head-cell,
.table.overviewtable th {
  font-weight: bold;
}

.table .table-head-cell {
  text-align: left;
}

.table tr.table-body-row,
.table tr.table-foot-row,
.table td.table-body-cell,
.table tr,
.table tbody,
.table thead,
.table th.table-head-cell,
.table th {
  border: none !important;
}

.table .table-body-row {
  padding: 1px 14px;
}

.table .table-body-row:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.table .table-body-row:nth-of-type(odd):hover,
.table .table-body-row:nth-of-type(odd):focus,
.table .table-body-row:nth-of-type(odd):focus {
  background-color: #f4f4f4;
}

.table .table-body-row:nth-of-type(even) {
  background-color: #ffffff;
}

.table .table-body-row:nth-of-type(even):hover,
.table .table-body-row:nth-of-type(even):focus,
.table .table-body-row:nth-of-type(even):focus {
  background-color: #ffffff;
}

.table tfoot td {
  font-weight: bold;
}

.table.offdaytable {
  margin-top: 15px;
}

.table.offdaytable thead,
.table.offdaytable th.table-head-cell,
.table.offdaytable th {
  font-weight: bold;
}

.table.offdaytable thead {
  background-color: #ddd;
  border: 1px solid #ccc !important;
}

.table.offdaytable thead th {
  border: 1px solid #ccc !important;
  padding: 2px 10px;
}

.table.offdaytable td {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 2px 10px;
}

.table.offdaytable .col-nr {
  width: 50px;
}

.table.offdaytable .col-from {
  width: 200px;
}

.table.offdaytable .col-until {
  width: 200px;
}

.table.offdaytable .col-day {
  width: 125px;
}

.table.offdaytable .txtright {
  text-align: right;
}

.table a {
  color: white;
}

.table tr.strikethrough td:not(:last-child) {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAECAYAAABGM/VAAAAAF0lEQVQYV2NkwAIYGRgYfNHFcQpiGAAAHlMAn69UbVEAAAAASUVORK5CYII=');
  background-repeat: repeat-x;
  background-position: 50% 50%;
  opacity: 30%;
}

.overviewtable {
  table-layout: auto;
  border: 1px;
}

.overviewtable table,
.overviewtable th,
.overviewtable td {
  border: 1px solid black !important;
}

.overviewtable th,
.overviewtable td {
  padding-left: 0.5em;
}

.legend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.legend ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.2em;
}

.color-legend {
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-table;
  vertical-align: baseline;
  margin-right: 0.5em;
}

.holiday-color {
  background-color: lightskyblue;
}

.vacation-color {
  background-color: lightblue;
}

.fullday-color {
  background-color: rgba(68, 175, 105, 0.25);
}

.overtime-color {
  background-color: rgba(244, 67, 57, 0.25);
}

.plus,
.plus:visited {
  background: url(/static/images/icon-plus.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 24px;
}

.minus,
.minus:visited {
  width: 24px;
  height: 24px;
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 24px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
}

.input-group.is-required .label:after,
.label.is-required:after {
  content: '\00a0!';
}

.chartist-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 20px;
}

.newentryinlist .label {
  min-width: 200px;
}

.tabletrenner {
  height: 8px;
  line-height: 8px;
}

@font-face {
  font-family: 'mausbrand';
  src: url('/static/webfonts/mausbrand-70.eot#') format('eot'), url('/static/webfonts/mausbrand-70.woff') format('woff'), url('/static/webfonts/mausbrand-70.ttf') format('truetype'), url('/static/webfonts/mausbrand-70.otf') format('opentype'), url('/static/webfonts/mausbrand-70.svg#mausbrand-70') format('svg');
}

html {
  overflow-y: auto;
}

html.index {
  overflow-y: hidden;
}

body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1.headline {
  font-size: 3em;
  margin-bottom: 0.3em;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  font-family: "mausbrand";
}

h2.headline {
  font-size: 2.3em;
  margin-bottom: 0.3em;
  letter-spacing: -0.04em;
  line-height: 1.2em;
  font-family: "mausbrand";
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px 10px 15px;
  position: fixed;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #d6281f;
  color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.header .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-left: auto;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo img {
  width: 41px;
  height: 41px;
  margin-right: 10px;
}

.main {
  margin-top: 65px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main.index {
  max-height: calc(100vh - 65px);
}

.main.login {
  margin-top: 0px;
  padding: 20px;
  background-image: url(/static/images/login-bg.jpg);
  background-position: center;
  background-size: cover;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

.accordion-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  margin-right: 20px;
  font-weight: bold;
  margin-top: 0 !important;
}

.table.worktable {
  table-layout: auto;
  border: none;
}

.table.overviewtable {
  font-size: 0.9em;
}

.table.overviewtable thead,
.table.overviewtable th.table-head-cell,
.table.overviewtable th {
  font-weight: bold;
}

.table .table-head-cell {
  text-align: left;
}

.table tr.table-body-row,
.table tr.table-foot-row,
.table td.table-body-cell,
.table tr,
.table tbody,
.table thead,
.table th.table-head-cell,
.table th {
  border: none !important;
}

.table .table-body-row {
  padding: 1px 14px;
}

.table .table-body-row:nth-of-type(odd) {
  background-color: #f4f4f4;
}

.table .table-body-row:nth-of-type(odd):hover,
.table .table-body-row:nth-of-type(odd):focus,
.table .table-body-row:nth-of-type(odd):focus {
  background-color: #f4f4f4;
}

.table .table-body-row:nth-of-type(even) {
  background-color: #ffffff;
}

.table .table-body-row:nth-of-type(even):hover,
.table .table-body-row:nth-of-type(even):focus,
.table .table-body-row:nth-of-type(even):focus {
  background-color: #ffffff;
}

.table tfoot td {
  font-weight: bold;
}

.table.offdaytable {
  margin-top: 15px;
}

.table.offdaytable thead,
.table.offdaytable th.table-head-cell,
.table.offdaytable th {
  font-weight: bold;
}

.table.offdaytable thead {
  background-color: #ddd;
  border: 1px solid #ccc !important;
}

.table.offdaytable thead th {
  border: 1px solid #ccc !important;
  padding: 2px 10px;
}

.table.offdaytable td {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 2px 10px;
}

.table.offdaytable .col-nr {
  width: 50px;
}

.table.offdaytable .col-from {
  width: 200px;
}

.table.offdaytable .col-until {
  width: 200px;
}

.table.offdaytable .col-day {
  width: 125px;
}

.table.offdaytable .txtright {
  text-align: right;
}

.table-body-cell[data-title]:before,
.table-foot-cell[data-title]:before {
  margin-right: 20px;
  min-width: 200px;
}

.bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0 !important;
  margin-right: 10px;
}

.bar-item input,
.bar-item select {
  margin-top: 0;
  margin-bottom: 0;
  border-left: none;
  line-height: 150%;
  border-left: 1px solid #e0e0e0;
  min-width: 150px;
}

.bar-item .select2 {
  min-width: 150px;
}

.bar-item .label {
  display: none;
}

td.table-body-cell {
  text-align: left;
  margin: 10px 0;
}

.table-body-cell.td-nowrap {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-body-cell.td-nowrap .btn {
  margin: 0 10px 0 0;
}

.table-icon {
  width: 1.5em;
  height: 1.5em;
  margin: 5px 3px;
}

.login-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  padding: 20px;
}

.hours-today {
  margin-right: 25px;
}

.headline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.headline-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 18px;
}

.table-scroll {
  overflow-y: auto;
  font-size: 0.85em;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  overflow: auto;
}

.header-headline {
  font-size: 1.5em;
  margin-bottom: -0.15em;
  margin-right: auto;
  white-space: nowrap;
}

.burger {
  display: none !important;
}

.main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: auto;
}

.mM-item {
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  border: none;
  font-size: 1.25em;
  padding: 0.4em 0.6em;
  text-align: center;
}

.mM-item:hover,
.mM-item:focus {
  color: #fff;
}

.top-bar-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: calc(2em + 3px);
  margin-bottom: 20px;
}

.top-bar-scroll .bar-item {
  margin-right: 10px;
  height: 2em;
}

.top-bar-scroll::-webkit-scrollbar {
  width: 0px;
  height: 3px;
}

.top-bar-scroll::-webkit-scrollbar-thumb {
  background: #ccc;
}

.offday-eintrag {
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
}

.offday-eintrag h1 {
  color: #d6281f;
  font-size: 1.2em;
}

.offset-goto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  text-transform: uppercase;
}

.offset-goto a {
  min-width: 60px;
  margin: 0 5px;
  font-size: 0.8em;
  text-align: center;
  display: block;
}

.burger {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 48px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 7;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-left: auto;
}

.burger:focus {
  outline: 0;
}

.burger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 9px;
  right: 9px;
  height: 3px;
  background: #fff;
}

.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.burger span::before {
  top: -10px;
}

.burger span::after {
  bottom: -10px;
}

.burgertox {
  background-color: transparent;
}

.burgertox span {
  -webkit-transition: background 0 0.3s;
  transition: background 0 0.3s;
}

.burgertox span::after,
.burgertox span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}

.burgertox span::before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.burgertox span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.burgertox.is-active {
  background-color: transparent;
}

.burgertox.is-active span {
  background: 0 0;
}

.burgertox.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burgertox.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burgertox.is-active span::after,
.burgertox.is-active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

.bar .bar-group.bar-group--nav {
  margin-top: 0;
}

.bar .bar-group.bar-group--nav .bar-item {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin-left: 0;
  margin-top: 0;
}

.bar .bar-group.bar-group--nav .bar-link {
  padding: 10px;
  border-bottom: 1px solid #d6281f;
  margin-left: 0;
  margin-top: 0;
}

.bar .bar-group.bar-group--nav .bar-link:hover,
.bar .bar-group.bar-group--nav .bar-link:focus {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e44c44;
}

.main .bar {
  margin-bottom: 15px;
  padding-bottom: 2em;
  min-height: auto;
}

.btn {
  font-weight: bold !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  border-width: 0;
  border-radius: 0;
  border-radius: 1px;
  border: 1px solid #d6d1d1;
  padding: 0.2em 0.75em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  vertical-align: middle;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 300;
  color: #222222;
  background-color: #eeecec;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn:link,
.btn:visited {
  color: #222222;
}

.btn:hover,
.btn:focus {
  color: #000000;
  background-color: #faf9f9;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.btn:active,
.btn.is-active {
  color: #000000;
  background-color: #ffffff;
}

.btn.is-disabled:hover,
.btn:disabled:hover,
.btn[aria-disabled=true]:hover,
.btn.is-disabled,
.btn:disabled,
.btn[aria-disabled=true],
.btn.is-disabled:focus,
.btn:disabled:focus,
.btn[aria-disabled=true]:focus {
  color: #d4d4d4;
  cursor: not-allowed;
  border-style: dashed;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.is-busy,
.btn.is-loading,
.btn[aria-busy=true] {
  cursor: progress;
}

.btn.is-busy:hover,
.btn.is-loading:hover,
.btn[aria-busy=true]:hover,
.btn.is-busy:focus,
.btn.is-loading:focus,
.btn[aria-busy=true]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn > .icon,
.btn > .logo {
  -ms-flex-item-align: center;
  align-self: center;
  width: 1.3em;
  height: 1.3em;
}

.btn > .icon:first-child,
.btn > .logo:first-child {
  margin-left: -0.1em;
  margin-right: 0.2em;
}

.btn--small {
  font-size: 0.8em;
}

.btn--small > .icon:first-child,
.btn--small > .logo:first-child {
  margin-right: 0.15em;
}

.btn--large {
  font-size: 1.2em;
}

.btn--block {
  margin: 0.25em 0;
  width: 100%;
  text-align: center;
}

.btn--primary {
  color: #f4f4f4;
  background-color: #44af69;
  border: 1px solid #368a53;
  -webkit-box-shadow: 0 1px 3px rgba(68, 175, 105, 0.12), 0 1px 2px rgba(68, 175, 105, 0.24);
  box-shadow: 0 1px 3px rgba(68, 175, 105, 0.12), 0 1px 2px rgba(68, 175, 105, 0.24);
  border: none !important;
  cursor: pointer;
}

.btn--primary:link,
.btn--primary:visited {
  color: #f4f4f4;
}

.btn--primary:hover,
.btn--primary:focus {
  color: #ffffff;
  background-color: #51bb76;
  border: 1px solid #3d9d5e;
  -webkit-box-shadow: 0 3px 6px rgba(68, 175, 105, 0.16), 0 3px 6px rgba(68, 175, 105, 0.23);
  box-shadow: 0 3px 6px rgba(68, 175, 105, 0.16), 0 3px 6px rgba(68, 175, 105, 0.23);
}

.btn--primary:active,
.btn--primary.is-active {
  color: #ffffff;
  background-color: #63c384;
  border: 1px solid #51bb76;
}

.btn--primary.is-disabled:hover,
.btn--primary:disabled:hover,
.btn--primary[aria-disabled=true]:hover,
.btn--primary.is-disabled,
.btn--primary:disabled,
.btn--primary[aria-disabled=true],
.btn--primary.is-disabled:focus,
.btn--primary:disabled:focus,
.btn--primary[aria-disabled=true]:focus {
  color: #79ad8b;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: dashed;
  background-color: #b8d4c2;
}

.input-group .btn--primary {
  z-index: 2;
}

.btn--danger {
  color: #f4f4f4;
  background-color: #f44336;
  border: 1px solid #ea1c0d;
  -webkit-box-shadow: 0 1px 3px rgba(244, 67, 54, 0.12), 0 1px 2px rgba(244, 67, 54, 0.24);
  box-shadow: 0 1px 3px rgba(244, 67, 54, 0.12), 0 1px 2px rgba(244, 67, 54, 0.24);
  border: none !important;
}

.btn--danger:link,
.btn--danger:visited {
  color: #f4f4f4;
}

.btn--danger:hover,
.btn--danger:focus {
  color: #ffffff;
  background-color: #f55a4e;
  border: 1px solid #f32c1e;
  -webkit-box-shadow: 0 3px 6px rgba(244, 67, 54, 0.16), 0 3px 6px rgba(244, 67, 54, 0.23);
  box-shadow: 0 3px 6px rgba(244, 67, 54, 0.16), 0 3px 6px rgba(244, 67, 54, 0.23);
}

.btn--danger:active,
.btn--danger.is-active {
  color: #ffffff;
  background-color: #f77066;
  border: 1px solid #f55a4e;
}

.btn--danger.is-disabled:hover,
.btn--danger:disabled:hover,
.btn--danger[aria-disabled=true]:hover,
.btn--danger.is-disabled,
.btn--danger:disabled,
.btn--danger[aria-disabled=true],
.btn--danger.is-disabled:focus,
.btn--danger:disabled:focus,
.btn--danger[aria-disabled=true]:focus {
  color: #e77e76;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-style: dashed;
  background-color: #f6d0cd;
}

.input-group .btn--danger {
  z-index: 2;
}

.btn--edit {
  color: #1a96c9;
  border: 1px solid #1785b3;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none !important;
}

.btn--edit:link,
.btn--edit:visited {
  color: #1a96c9;
}

.btn--edit:hover,
.btn--edit:focus {
  color: #ffffff;
  background-color: #32b0e4;
  border: 1px solid #1a96c9;
  -webkit-box-shadow: 0 1px 3px rgba(29, 167, 224, 0.12), 0 1px 2px rgba(29, 167, 224, 0.24);
  box-shadow: 0 1px 3px rgba(29, 167, 224, 0.12), 0 1px 2px rgba(29, 167, 224, 0.24);
}

.btn--edit:active,
.btn--edit.is-active {
  color: #ffffff;
  background-color: #49b9e7;
  border: 1px solid #32b0e4;
}

.btn--edit.is-disabled:hover,
.btn--edit:disabled:hover,
.btn--edit[aria-disabled=true]:hover,
.btn--edit.is-disabled,
.btn--edit:disabled,
.btn--edit[aria-disabled=true],
.btn--edit.is-disabled:focus,
.btn--edit:disabled:focus,
.btn--edit[aria-disabled=true]:focus {
  color: #add7e9;
  background-color: #71bad8;
  border: 1px dashed #add7e9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group .btn--edit {
  z-index: 2;
}

.btn--center {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn--google,
a.btn--google,
a.btn--google:link,
a.btn--google:visited {
  color: #fff;
  background: #cc0000;
  cursor: pointer;
  height: auto;
  text-align: center;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.btn--google:hover,
a.btn--google:hover,
a.btn--google:link:hover,
a.btn--google:visited:hover,
.btn--google:focus,
a.btn--google:focus,
a.btn--google:link:focus,
a.btn--google:visited:focus {
  background: #ff0000;
}

.msg {
  position: relative;
  padding: 15px;
  font-size: 0.9rem;
  color: #0e536f;
  background-color: #d0edf9;
  border: 1px solid #14759c;
  border-radius: 1px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.msg:not(:last-child) {
  margin-bottom: 20px;
}

.msg.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.msg p:last-child {
  margin-bottom: 0;
}

.msg .icon {
  height: 2.4em;
  width: 2.4em;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.msg a {
  color: #093142;
  border-bottom: 1px solid rgba(9, 49, 66, 0.5);
}

.msg-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.msg-headline {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}

.msg-close {
  float: right;
  width: 34px;
  height: 44px;
  margin: -11px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.6;
}

.msg-close:hover,
.msg-close:focus {
  opacity: 1;
}

.msg--full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.msg-group {
  margin-bottom: 20px;
}

.msg:not(:last-child) {
  margin-bottom: 20px;
}

.msg.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.msg p:last-child {
  margin-bottom: 0;
}

.msg .icon {
  height: 2.4em;
  width: 2.4em;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.msg a {
  color: #093142;
  border-bottom: 1px solid rgba(9, 49, 66, 0.5);
}

.msg-content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.msg-headline {
  font-size: 0.9rem;
  font-weight: 700;
  color: inherit;
}

.msg-close {
  float: right;
  width: 34px;
  height: 44px;
  margin: -11px;
  line-height: 40px;
  color: inherit;
  text-align: center;
  cursor: pointer;
  background: none;
  border: 0;
  -webkit-appearance: none;
  opacity: 0.6;
}

.msg-close:hover,
.msg-close:focus {
  opacity: 1;
}

.msg--full {
  margin-top: -1px;
  border-width: 1px 0;
  border-radius: 0;
  margin-bottom: 0;
}

.msg-group {
  margin-bottom: 20px;
}

.msg--success {
  color: #205332;
  background-color: #bfe6cd;
  border-color: #2f7848;
}

.msg--success a {
  color: #122e1c;
  border-bottom-color: rgba(18, 46, 28, 0.5);
}

.msg--warn {
  color: #b9170a;
  background-color: #fff8f7;
  border-color: #e91d0d;
}

.msg--warn a {
  color: #891108;
  border-bottom-color: rgba(137, 17, 8, 0.5);
}

.msg--error {
  color: #a21309;
  background-color: #fde1df;
  border-color: #d2190b;
}

.msg--error a {
  color: #710e06;
  border-bottom-color: rgba(113, 14, 6, 0.5);
}

.msg--success {
  color: #205332;
  background-color: #bfe6cd;
  border-color: #2f7848;
}

.msg--success a {
  color: #122e1c;
  border-bottom-color: rgba(18, 46, 28, 0.5);
}

.msg--warn {
  color: #b9170a;
  background-color: #fff8f7;
  border-color: #e91d0d;
}

.msg--warn a {
  color: #891108;
  border-bottom-color: rgba(137, 17, 8, 0.5);
}

.msg--error {
  color: #a21309;
  background-color: #fde1df;
  border-color: #d2190b;
}

.msg--error a {
  color: #710e06;
  border-bottom-color: rgba(113, 14, 6, 0.5);
}

.thumbnail {
  display: block;
  padding: 0.5em;
  margin-bottom: 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: 0.2s ease border;
  transition: 0.2s ease border;
}

a:hover .thumbnail,
a:focus .thumbnail {
  border-color: #d6281f;
}

.thumbnail-caption {
  margin-top: 0.5em;
  padding: 1em;
}

.thumbnail p {
  color: #342e37;
}

.feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.feature-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

fieldset.form-group {
  border: none;
  margin: 0;
  padding: 0;
}

label.is-readonly,
input.is-readonly {
  display: none;
}

.add-entry {
  border: none;
  min-width: 100%;
  display: none;
  max-height: 0;
  -webkit-transition: max-height ease 0.3s;
  transition: max-height ease 0.3s;
  margin: 0 -20px;
}

.add-entry .entryform {
  overflow-y: auto;
}

.add-entry.is-open {
  display: block;
  max-height: 9999px;
}

fieldset {
  padding: 15px;
  margin: 0;
  border: none;
  background-color: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 0 15px;
  grid-auto-rows: auto;
}

.form-grid ~ .btn {
  float: right;
  margin: 0 0 0 15px;
}

.form-grid .input-group {
  grid-column: 1 / span 2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0 !important;
  position: relative;
}

.form-grid .input-group input,
.form-grid .input-group select {
  line-height: 150%;
  max-width: none !important;
  width: 100% !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.form-grid .input-group .ignt-input--date {
  padding: 0.15em 0.75em;
}

.form-grid .input-group .switch {
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}

.form-grid .input-group .label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.btn.edit-button {
  min-width: 1.8em;
  min-height: 1.8em;
  background-color: #ababab;
  background-image: url('../images/icon-edit.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 10px 0;
  padding: 0;
  border: none;
}

.btn.edit-button:hover,
.btn.edit-button:focus,
.btn.edit-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #44af69;
}

.btn.clone-button {
  min-width: 1.8em;
  min-height: 1.8em;
  background-color: #ababab;
  background-image: url('../images/icon-clone.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  margin: 10px 0;
  padding: 0;
  border: none;
}

.btn.clone-button:hover,
.btn.clone-button:focus,
.btn.clone-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #44af69;
}

span.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-left-width: 0;
  border-radius: 0;
  padding: 0em 0.3em;
  font-size: 1em;
  font-weight: 300;
  line-height: 150%;
  height: 2em;
  border-left: 1px #e6e6e6 solid !important;
}

span.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2em;
}

span.select2-container {
  margin-bottom: 0;
}

.input-group .select2-container {
  margin-bottom: 15px;
}

select.select2-hidden-accessible {
  min-height: 100% !important;
  margin-bottom: 0 !important;
}

.input {
  height: 2em;
}

.label {
  height: 2em;
  min-width: 170px;
}

.textarea {
  margin: 0 !important;
  margin-bottom: 15px !important;
  height: calc(100% - 15px) !important;
  width: 100% !important;
  max-width: none !important;
}

.form-button-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-button-row .btn {
  margin-left: 10px;
}

@media (min-width: 37.5em) {
  .bar {
    font-size: 0.9rem;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 35px;
    position: relative;
    text-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bar > * + * {
    margin-left: 10px;
  }

  .bar-item {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .bar-item--left {
    margin-right: auto !important;
  }

  .bar-item--right {
    margin-left: auto !important;
  }

  .bar-item--center {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .bar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .bar-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bar-group--left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bar-group--center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .bar-group--right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .bar-group--right:first-child {
    margin-left: auto;
  }

  .bar-group > * {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }

  .bar-group > * + * {
    margin-left: 10px;
  }

  .option-group .radio,
  .option-group .check {
    width: auto;
  }

  .input-group:not(.input-group--block) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .input-group:not(.input-group--block) > .label,
  .input-group:not(.input-group--block) > .select,
  .input-group:not(.input-group--block) > .input,
  .input-group:not(.input-group--block) > .btn,
  .input-group:not(.input-group--block) > .switch,
  .input-group:not(.input-group--block) > .textarea,
  .input-group:not(.input-group--block) > .radio,
  .input-group:not(.input-group--block) > .check,
  .input-group:not(.input-group--block) > .option-group,
  .input-group:not(.input-group--block) .input-group-item {
    width: auto;
    margin-left: -1px;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .input-group:not(.input-group--block) > *:not(:last-child),
  .input-group:not(.input-group--block) *:last-child > .input-group-item:not(:last-child),
  .input-group:not(.input-group--block) *:not(:last-child) > .input-group-item {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .input-group:not(.input-group--block) > *:not(:first-child),
  .input-group:not(.input-group--block) *:first-child > .input-group-item:not(:first-child),
  .input-group:not(.input-group--block) *:not(:first-child) > .input-group-item {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .input-group:not(.input-group--block) .input-group-item--first {
    border-radius: 1px 0 0 1px !important;
  }

  .input-group:not(.input-group--block) .input-group-item--last {
    border-radius: 0 1px 1px 0 !important;
  }

  .table-head-cell {
    padding: 0.2em 0.25em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.2em 0.25em;
  }

  .table-body-row:not(:last-of-type) .table-body-cell,
  .table-foot-row:not(:last-of-type) .table-foot-cell {
    border-bottom: 1px solid #d8d8d8;
  }

  .table-head-cell {
    padding: 0.2em 0.25em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.2em 0.25em;
  }

  .table-body-row:not(:last-of-type) .table-body-cell,
  .table-foot-row:not(:last-of-type) .table-foot-cell {
    border-bottom: 1px solid #d8d8d8;
  }

  .bar .bar-group.bar-group--nav {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  * + .bar .bar-group.bar-group--nav,
  .bar .bar-group.bar-group--nav > * + * {
    margin-top: 10px;
  }

  .bar .bar-group.bar-group--nav .bar-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
  }

  .bar .bar-group.bar-group--nav .bar-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
  }

  .bar .bar-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  span.select2-container--default .select2-selection--single {
    padding: 0.1em 0.3em;
  }
}

@media (min-width: 56.25em) {
  .form-group--half {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }

  .form-group--half * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .form-group--third {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }

  .form-group--third * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .form-group--quarter {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-fill: balance;
    -moz-column-fill: balance;
    column-fill: balance;
  }

  .form-group--quarter * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }

  .table-head {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }

  .table-body,
  .table-foot {
    display: table-row-group;
  }

  .table-head-row,
  .table-body-row,
  .table-foot-row {
    display: table-row;
  }

  .table-body-row,
  .table-foot-row {
    border-width: 1px;
  }

  .table-body-row:nth-of-type(even),
  .table-foot-row:nth-of-type(even) {
    background-color: #f9f9f9;
  }

  .table-body-row:nth-of-type(odd),
  .table-foot-row:nth-of-type(odd) {
    background-color: #f4f4f4;
  }

  .table-body-row:nth-of-type(even):hover,
  .table-foot-row:nth-of-type(even):hover,
  .table-body-row:nth-of-type(even):focus,
  .table-foot-row:nth-of-type(even):focus {
    background-color: #ffffff;
  }

  .table-body-row:nth-of-type(odd):hover,
  .table-foot-row:nth-of-type(odd):hover,
  .table-body-row:nth-of-type(odd):focus,
  .table-foot-row:nth-of-type(odd):focus {
    background-color: #ffffff;
  }

  .table-body-row:nth-of-type(even).is-active,
  .table-foot-row:nth-of-type(even).is-active {
    background-color: #41a865;
  }

  .table-body-row:nth-of-type(odd).is-active,
  .table-foot-row:nth-of-type(odd).is-active {
    background-color: #3ea060;
  }

  .table-body-row:nth-of-type(even).is-active:hover,
  .table-foot-row:nth-of-type(even).is-active:hover,
  .table-body-row:nth-of-type(even).is-active:focus,
  .table-foot-row:nth-of-type(even).is-active:focus {
    background-color: #55bd79;
  }

  .table-body-row:nth-of-type(odd).is-active:hover,
  .table-foot-row:nth-of-type(odd).is-active:hover,
  .table-body-row:nth-of-type(odd).is-active:focus,
  .table-foot-row:nth-of-type(odd).is-active:focus {
    background-color: #55bd79;
  }

  .table-head-cell,
  .table-body-cell,
  .table-foot-cell {
    display: table-cell;
  }

  .table-head-cell {
    padding: 0.2em 0.4em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.2em 0.4em;
  }

  .table-body-cell[data-title]:before,
  .table-foot-cell[data-title]:before {
    content: none;
  }

  .table-body-cell[scope="row"],
  .table-foot-cell[scope="row"] {
    background-color: transparent;
    color: #000000;
    text-align: center;
  }

  html {
    font-size: 17px;
  }

  .table-head {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }

  .table-body,
  .table-foot {
    display: table-row-group;
  }

  .table-head-row,
  .table-body-row,
  .table-foot-row {
    display: table-row;
  }

  .table-body-row,
  .table-foot-row {
    border-width: 1px;
  }

  .table-body-row:nth-of-type(even),
  .table-foot-row:nth-of-type(even) {
    background-color: #f9f9f9;
  }

  .table-body-row:nth-of-type(odd),
  .table-foot-row:nth-of-type(odd) {
    background-color: #f4f4f4;
  }

  .table-body-row:nth-of-type(even):hover,
  .table-foot-row:nth-of-type(even):hover,
  .table-body-row:nth-of-type(even):focus,
  .table-foot-row:nth-of-type(even):focus {
    background-color: #ffffff;
  }

  .table-body-row:nth-of-type(odd):hover,
  .table-foot-row:nth-of-type(odd):hover,
  .table-body-row:nth-of-type(odd):focus,
  .table-foot-row:nth-of-type(odd):focus {
    background-color: #ffffff;
  }

  .table-body-row:nth-of-type(even).is-active,
  .table-foot-row:nth-of-type(even).is-active {
    background-color: #41a865;
  }

  .table-body-row:nth-of-type(odd).is-active,
  .table-foot-row:nth-of-type(odd).is-active {
    background-color: #3ea060;
  }

  .table-body-row:nth-of-type(even).is-active:hover,
  .table-foot-row:nth-of-type(even).is-active:hover,
  .table-body-row:nth-of-type(even).is-active:focus,
  .table-foot-row:nth-of-type(even).is-active:focus {
    background-color: #55bd79;
  }

  .table-body-row:nth-of-type(odd).is-active:hover,
  .table-foot-row:nth-of-type(odd).is-active:hover,
  .table-body-row:nth-of-type(odd).is-active:focus,
  .table-foot-row:nth-of-type(odd).is-active:focus {
    background-color: #55bd79;
  }

  .table-head-cell,
  .table-body-cell,
  .table-foot-cell {
    display: table-cell;
  }

  .table-head-cell {
    padding: 0.2em 0.4em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.2em 0.4em;
  }

  .table-body-cell[data-title]:before,
  .table-foot-cell[data-title]:before {
    content: none;
  }

  .table-body-cell[scope="row"],
  .table-foot-cell[scope="row"] {
    background-color: transparent;
    color: #000000;
    text-align: center;
  }

  .feature-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .add-entry {
    background-color: #fff;
    margin: 0 0 15px 0;
  }

  .add-entry .entryform {
    max-height: 70vh;
  }

  .form-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .form-grid .input-group.bone-date {
    grid-column: 1 / span 2;
    grid-row: 1;
  }

  .form-grid .input-group.bone-percent {
    grid-column: 2 / span 1;
    grid-row: 2;
  }

  .form-grid .input-group.bone-workhours {
    grid-column: 1 / span 1;
    grid-row: 2;
  }

  .form-grid .input-group.bone-switch-percent {
    grid-column: 2 / span 1;
    grid-row: 2;
  }

  .form-grid .input-group.bone-workpercent {
    grid-column: 1 / span 1;
    grid-row: 2;
  }

  .form-grid .input-group.bone-user {
    grid-column: 3 / span 2;
    grid-row: 4;
  }

  .form-grid .input-group.bone-descr {
    grid-column: 3 / span 2;
    grid-row: 1 / span 3;
  }

  .form-grid .input-group.bone-customer {
    grid-column: 1 / span 2;
    grid-row: 3;
  }

  .form-grid .input-group.bone-project {
    grid-column: 1 / span 2;
    grid-row: 4;
  }

  .form-grid .input-group.bone-subproject {
    grid-column: 1 / span 2;
    grid-row: 5;
  }

  .form-grid .input-group.bone-worktype {
    grid-column: 3 / span 2;
    grid-row: 5;
  }

  .form-grid .input-group.bone-billable {
    grid-column: 1 / span 2;
    grid-row: 6;
  }

  .form-grid .input-group.bone-invalid {
    grid-column: 3 / span 2;
    grid-row: 6;
  }

  span.select2-container--default .select2-selection--single {
    padding: 0.2em 0.3em;
  }
}

@media (min-width: 75em) {
  .table-head-cell {
    padding: 0.2em 0.6em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.2em 0.6em;
  }

  html {
    font-size: 19px;
  }

  .table-head-cell {
    padding: 0.2em 0.6em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.2em 0.6em;
  }
}

@media (min-width: 112.5em) {
  .table {
    font-size: 0.8rem;
  }

  .table-head-cell {
    padding: 0.3em 0.6em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.3em 0.6em;
  }

  html {
    font-size: 20px;
  }

  html {
    font-size: 20px;
  }

  .table {
    font-size: 0.8rem;
  }

  .table-head-cell {
    padding: 0.3em 0.6em;
  }

  .table-body-cell,
  .table-foot-cell {
    padding: 0.3em 0.6em;
  }
}

@media (min-width: 225em) {
  html {
    font-size: 20px;
  }
}

@media (max-width: 56.2em) {
  .chartist-content {
    grid-template-columns: 1fr;
    grid-auto-rows: 1fr;
  }

  .tableFloatingHeaderOriginal,
  .tableFloatingHeader {
    display: none !important;
  }

  .headline-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content.is-hidden {
    display: none !important;
  }

  .burger {
    display: inline-block !important;
  }

  .main-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    margin-left: 0 !important;
    top: 68px;
    bottom: auto;
    overflow: hidden;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
    padding: 10px 0;
  }

  .main-menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
    bottom: 0;
  }

  .mM-item {
    width: 100%;
    color: #d6281f;
  }

  .mM-item:hover,
  .mM-item:focus {
    color: #d6281f;
  }

  .add-entry.is-open {
    overflow-y: auto;
  }

  .add-entry.is-open .form-grid {
    margin-bottom: 18px;
  }

  .form-button-row {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fafafa;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    z-index: 6;
  }
}

@media (max-width: 37.45em) {
  .bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bar > * + * {
    margin-top: 10px;
  }

  .bar-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .bar-group > * + * {
    margin-top: 10px;
  }

  .input,
  .input--block {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  .input-group:not(.input-group--bar) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .input-group:not(.input-group--bar):not(:last-child) {
    margin-bottom: 20px;
  }

  .input-group:not(.input-group--bar) > .label,
  .input-group:not(.input-group--bar) > .select,
  .input-group:not(.input-group--bar) > .input,
  .input-group:not(.input-group--bar) > .btn,
  .input-group:not(.input-group--bar) > .switch,
  .input-group:not(.input-group--bar) > .textarea,
  .input-group:not(.input-group--bar) > .radio,
  .input-group:not(.input-group--bar) > .check,
  .input-group:not(.input-group--bar) > .option-group,
  .input-group:not(.input-group--bar) .input-group-item {
    width: 100%;
    margin: 0;
    margin-top: -1px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .input-group:not(.input-group--bar) > *:not(:last-child),
  .input-group:not(.input-group--bar) *:last-child > .input-group-item:not(:last-child),
  .input-group:not(.input-group--bar) *:not(:last-child) > .input-group-item {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .input-group:not(.input-group--bar) > *:not(:first-child),
  .input-group:not(.input-group--bar) *:first-child > .input-group-item:not(:first-child),
  .input-group:not(.input-group--bar) *:not(:first-child) > .input-group-item {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }

  .input-group:not(.input-group--bar) .input-group-item--first {
    border-radius: 1px 1px 0 0 !important;
  }

  .input-group:not(.input-group--bar) .input-group-item--last {
    border-radius: 0 0 1px 1px !important;
  }

  .input,
  .label + .input--block,
  .label + .textarea--block,
  .select {
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
  }

  .no-mobile {
    display: none;
  }

  .header {
    padding: 0 0 0 15px;
  }

  .header .bar .burger {
    margin-top: 0;
  }

  .logo {
    margin-right: auto;
  }

  .main {
    margin-top: 40px;
  }

  .main.index {
    max-height: calc(100vh - 40px);
  }

  .header-headline {
    display: none;
  }

  .main-menu {
    top: 48px;
  }
}

@media print {
  img {
    page-break-before: auto;
    page-break-after: auto;
    page-break-inside: avoid;
  }

  .btn {
    border-width: 0;
  }

  .input {
    border-width: 0;
  }

  .label {
    border-width: 0;
  }

  .select {
    border-width: 0;
  }

  .switch {
    border-width: 0;
  }

  .radio {
    border-width: 0;
  }

  .check {
    border-width: 0;
  }

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  html {
    padding-left: 1.8cm;
    padding-right: 1.8cm;
    padding-top: 2.54cm;
    padding-bottom: 2.54cm;
    background: none;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
  }

  a[href^="http://"]:after,
  a[href^="https://"]:after,
  a[href^="ftp://"]:after {
    content: " (" attr(href) ")";
    font-size: 80%;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  table,
  blockquote,
  pre,
  code,
  figure,
  li,
  hr,
  ul,
  ol,
  a {
    page-break-inside: avoid;
  }

  .no-print {
    display: none;
  }

  .btn {
    border-width: 0;
  }
}

@page  {
  size: A4 portrait;
  margin: 0;
  padding: 0;
}

