@charset "UTF-8";
* {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
:after,
:before {
  box-sizing: border-box;
}
::-moz-selection {
  background-color: #ffa;
}
::selection {
  background-color: #ffa;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.pintura-editor {
  margin: 0;
}

.pintura-editor * {
  margin: 0;
}
html {
  background-color: #fff;
}
body {
  color: #111;
  min-height: 100%;
}

h1,
h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
h3,
h4,
h5 {
  margin-top: 2em;
  margin-bottom: 1em;
}
address,
blockquote,
dl,
figure,
ol,
p,
pre,
table,
ul {
  margin-top: 1em;
  margin-bottom: 1em;
}
a {
  color: #005d51;
  cursor: pointer;
}
a:hover {
  color: #111;
  outline: 0;
}
a:active,
a:focus {
  color: #005d51;
  outline: 0;
}
a.off {
  color: #8d8d8d;
}
hr {
  background-color: rgba(17, 17, 17, 0.06);
  margin: 2em 0;
  height: 1px;
  display: block;
}
figure {
  text-align: center;
  margin: 0 auto;
  width: auto;
  position: relative;
}
figure a {
  margin: 0 !important;
  width: 100%;
  height: 100%;
  display: block;
}
figure img {
  position: relative;
}
figcaption {
  margin: 1em auto 3em;
}
img {
  max-width: 100%;
  border: 0 none;
}
ol,
ul {
  padding-left: 1.4em;
  margin-bottom: 1.2em;
  position: relative;
}
ul li {
  list-style: disc outside;
  margin-bottom: 0.5em;
}
ol li {
  list-style: decimal outside;
  margin-bottom: 0.3em;
}
dl {
  margin: 1em 0;
}
dd + dt {
  margin-top: 1em;
}
table {
  border-collapse: collapse;
}
.thumbs img {
  background-color: #7f7f7f;
  background-image: linear-gradient(
      45deg,
      #8d8d8d 25%,
      transparent 0,
      transparent 75%,
      #8d8d8d 0,
      #8d8d8d
    ),
    linear-gradient(
      45deg,
      #8d8d8d 25%,
      transparent 0,
      transparent 75%,
      #8d8d8d 0,
      #8d8d8d
    );
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  background-repeat: repeat;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
@font-face {
  font-family: icons;
  src: url(../fonts/icons.eot?79906205);
  src: url(../fonts/icons.eot?79906205#iefix) format("embedded-opentype"),
    url(../fonts/icons.woff2?28826280) format("woff2"),
    url(../fonts/icons.woff?79906205) format("woff"),
    url(../fonts/icons.ttf?79906205) format("truetype"),
    url(../fonts/icons.svg?79906205#icons) format("svg");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 100%;
  line-height: 1.4;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
article {
  font-style: normal;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  text-decoration: none;
}
h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.3em;
}
h3 {
  font-size: 1.2em;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.9em;
}
h1 {
  font-style: normal;
  font-weight: 400;
}
h2 {
  font-style: normal;
  font-weight: 300;
}
h3 {
  font-style: normal;
  font-weight: 400;
}
h4,
h5 {
  text-transform: uppercase;
}
a {
  text-decoration: none;
}
strong {
  font-style: normal;
  font-weight: 700;
}
figure {
  line-height: 0;
}
figure a {
  line-height: 0;
}
figcaption {
  font-size: 0.9em;
}
article dl {
  font-size: 1.1em;
}
dt {
  font-size: 0.8em;
}
.invalid label {
  font-style: normal;
  font-weight: 700;
}
label.invalid {
  font-style: normal;
  font-weight: 400;
}
input,
select,
textarea {
  font-style: normal;
  font-weight: 400;
}
form .info {
  font-size: 0.9em;
  margin: 0.5em auto 1em;
}
form .msg {
  background-color: #ffffd5;
  text-align: center;
  padding: 1rem;
  border-radius: 0.3em;
  display: block;
  overflow: hidden;
}
form .msg.progress {
  background-color: transparent;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
form .msg.progress .progress-bar {
  background-color: red;
  width: 0%;
  height: 0.2em;
  display: block;
  border-radius: 0.3em;
}
form .error {
  color: red;
}
form .footer {
  text-align: right;
  width: 94%;
  max-width: 36rem;
}
fieldset {
  padding-top: 1rem;
  padding-bottom: 1rem;
  flex-basis: 100%;
  position: relative;
}
legend {
  font-style: normal;
  font-weight: 700;
  width: 100%;
}
label {
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.3em;
  margin: 0 0 0.4rem;
  display: block;
  position: relative;
  cursor: pointer;
}
label.mandatory:after,
label:required:after {
  content: "*";
  color: #b00;
  position: relative;
}
.invalid label,
label.invalid {
  color: #b00;
}
.invalid label *,
label.invalid * {
  color: inherit;
}
label.invalid {
  margin-top: 0.4rem;
}
.disabled label {
  color: #888;
}
.disabled label.mandatory:after,
.disabled label:required:after {
  color: #888;
}
input,
select,
textarea {
  background-color: #fff;
  color: #111;
  border-color: #8d8d8d;
  border-style: solid;
  border-width: 0.0625em;
  outline: 0;
  border-radius: 0;
  text-align: left;
  font-size: 1.2rem;
  vertical-align: middle;
  text-overflow: ellipsis;
  padding: 0.6rem 0.8rem;
  width: 100%;
  display: inline-block;
  position: relative;
}
input:hover,
select:hover,
textarea:hover {
  border-color: #444;
}
input + input,
input + select,
input + textarea,
select + input,
select + select,
select + textarea,
textarea + input,
textarea + select,
textarea + textarea {
  margin-top: 0.3em !important;
}
.invalid input,
.invalid select,
.invalid textarea,
input.invalid,
select.invalid,
textarea.invalid {
  background-color: #fbb;
  color: #b00;
  border-color: #b00;
}
.invalid input::-webkit-input-placeholder,
.invalid select::-webkit-input-placeholder,
.invalid textarea::-webkit-input-placeholder,
input.invalid::-webkit-input-placeholder,
select.invalid::-webkit-input-placeholder,
textarea.invalid::-webkit-input-placeholder {
  color: #b00;
}
.invalid input:-moz-placeholder,
.invalid select:-moz-placeholder,
.invalid textarea:-moz-placeholder,
input.invalid:-moz-placeholder,
select.invalid:-moz-placeholder,
textarea.invalid:-moz-placeholder {
  color: #b00;
}
.invalid input::-moz-placeholder,
.invalid select::-moz-placeholder,
.invalid textarea::-moz-placeholder,
input.invalid::-moz-placeholder,
select.invalid::-moz-placeholder,
textarea.invalid::-moz-placeholder {
  color: #b00;
}
.invalid input:-ms-input-placeholder,
.invalid select:-ms-input-placeholder,
.invalid textarea:-ms-input-placeholder,
input.invalid:-ms-input-placeholder,
select.invalid:-ms-input-placeholder,
textarea.invalid:-ms-input-placeholder {
  color: #b00;
}
.disabled input,
.disabled select,
.disabled textarea,
input:disabled,
input[disabled="disabled"],
select:disabled,
select[disabled="disabled"],
textarea:disabled,
textarea[disabled="disabled"] {
  background-color: transparent;
  color: #888;
  padding-left: 0;
  padding-right: 0;
  border-color: transparent;
}
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border-color: #111;
  border-radius: 0;
  outline: #111 solid 0.125em;
}
.invalid input[type="password"]:focus,
.invalid input[type="text"]:focus,
.invalid select:focus,
.invalid textarea:focus,
input[type="password"]:focus.invalid,
input[type="text"]:focus.invalid,
select:focus.invalid,
textarea:focus.invalid {
  border-color: #b00;
}
input[type="button"],
input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
  width: auto;
  border: none;
  cursor: pointer;
}
input[type="file"] {
  display: none !important;
  visibility: hidden;
}
textarea {
  min-height: 5em;
}
select {
  background-image: linear-gradient(60deg, transparent 50%, #444 50%),
    linear-gradient(120deg, #444 50%, transparent 50%);
  background-position: right 19px center, right 15px center;
  background-size: 4px 10px, 4px 10px;
  background-repeat: no-repeat;
  outline: 0;
  text-indent: 0;
  text-overflow: none;
  white-space: nowrap;
  line-height: 1em;
  padding-top: 0;
  padding-bottom: 0;
  height: 2.75rem;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
option {
  color: #111;
  cursor: pointer;
}
.disabled button,
button:disabled,
button[disabled="disabled"] {
  background-color: #fff;
  color: #888;
  border-color: #fff;
}
button[class*=" b-"],
button[class^="b-"] {
  background-color: transparent !important;
  color: transparent !important;
  border: transparent !important;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  bottom: 0;
  position: absolute;
}
button[class*=" b-"]:before,
button[class^="b-"]:before {
  font-size: 1rem;
  margin: 0;
  left: auto;
  right: 0.8rem;
  position: absolute;
  transform: scale(1);
}
button[class*=" b-"]:hover,
button[class^="b-"]:hover {
  border-color: #444;
}
button[class*=" b-"]:hover:before,
button[class^="b-"]:hover:before {
  color: #00685b;
}
button[class*=" b-"]:active:before,
button[class^="b-"]:active:before {
  color: #fff;
}
.invalid button[class*=" b-"],
.invalid button[class^="b-"],
button[class*=" b-"].invalid,
button[class^="b-"].invalid {
  background-color: rgba(187, 0, 0, 0.2);
  border-color: #b00;
}
.invalid button[class*=" b-"]:before,
.invalid button[class^="b-"]:before,
button[class*=" b-"].invalid:before,
button[class^="b-"].invalid:before {
  color: #b00;
}
.form-element {
  text-align: left;
  vertical-align: top;
  margin-bottom: 0.8rem;
  width: 94%;
  max-width: 36rem;
  position: relative;
  clear: both;
}
.form-element.checkbox > label,
.form-element.radio > label {
  color: #111;
  font-size: 1rem;
  text-align: left;
  margin: 0 0 0.4rem;
  padding: 0.5em 0 0.4em 2.2em;
  width: auto;
  float: none;
  position: relative;
  display: block;
  cursor: pointer;
  border-radius: 0;
}
.form-element.checkbox > label input[type="checkbox"],
.form-element.checkbox > label input[type="radio"],
.form-element.radio > label input[type="checkbox"],
.form-element.radio > label input[type="radio"] {
  margin: auto;
  left: 0.5em;
  top: 0;
  bottom: 0;
  position: absolute;
  display: inline;
}
.form-element.checkbox > label {
  padding-left: 3.8rem;
  padding-right: 0;
}
.form-element.checkbox > label:after,
.form-element.checkbox > label:before {
  content: "";
  display: block;
  position: absolute;
}
.form-element.checkbox > label:before {
  background-color: #8d8d8d;
  border-radius: 1em;
  box-shadow: 0 0.1em 0.2em 0.1em rgba(0, 0, 0, 0.3) inset;
  width: 3em;
  height: 1.4em;
  left: 0;
  top: 0.5em;
  transition: 0.2s background-color, 0.2s border-color;
}
.form-element.checkbox > label:after {
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  border-radius: 0.7em;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.2);
  width: 1.2em;
  height: 1.2em;
  left: 0.1em;
  top: 0.62em;
  transition: 80ms left;
}
.form-element.checkbox > input {
  display: none;
}
.form-element.checkbox > input[type="checkbox"]:checked ~ label:before {
  background-color: rgba(0, 187, 0, 0.5);
  box-shadow: 0 0.1em 0.2em 0.1em #0b0 inset;
}
.form-element.checkbox > input[type="checkbox"]:checked ~ label:after {
  left: 1.7em;
}
.form-element.checkbox > input[type="checkbox"] ~ :not(label) {
  display: none;
}
.form-element.checkbox > input[type="checkbox"]:checked ~ :not(label) {
  display: block;
}
.form-element.image {
  max-width: initial;
}
.form-element.image .visor img {
  margin: auto;
  width: 100%;
  max-height: 60vh;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.form-element.image .button.remove {
  background-color: #a00;
  border-color: #a00;
  color: #fff;
  right: 1rem;
  top: 1rem;
  position: absolute;
  opacity: 0.6;
}
.form-element.image .button.remove:hover {
  opacity: 1;
}
.form-element.image .button.remove:active {
  background-color: #111;
  border-color: #111;
  opacity: 1;
}
.form-element.image .visor:not(:empty) ~ .button.select {
  display: none;
}
.form-element.image .visor:empty ~ .button.remove {
  display: none;
}
.form-element .button.full {
  max-width: 36rem;
}
.form-element .action {
  font-size: 0.8em;
  margin-top: 0.6rem;
  right: 0.8rem;
  position: absolute;
  z-index: 1;
}
.form-element.expandable:not(.collapsed),
.form-element.full-w {
  max-width: initial;
}
.form-element.expandable:not(.collapsed) label,
.form-element.full-w label {
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  width: auto;
  float: none;
}
.form-element.inline label {
  padding-right: 2em;
  width: auto;
  min-width: 8em;
  display: inline-block;
}
.compo {
  display: flex;
  flex-wrap: wrap;
}
.compo > label {
  flex: 1 0 100%;
}
.compo .form-element {
  width: auto;
  flex-grow: 1;
}
.compo .form-element.span-2 {
  flex-grow: 2;
}
.compo .form-element.span-3 {
  flex-grow: 3;
}
.compo .form-element label:not(.invalid) {
  font-size: 0.688rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  left: 0.8rem;
  right: 0.8rem;
  top: 0.4rem;
  position: absolute;
  z-index: 1;
}
.compo input,
.compo select,
.compo textarea {
  padding-top: 1.5rem;
}
.compo section.select {
  width: 100%;
}
.form-element:not(.compo) > .form-element {
  width: 100%;
}
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
  grid-gap: 0.1rem;
}
.footable {
  width: 100%;
}
.footable.breakpoint > tbody > tr.footable-detail-show > td {
  border-bottom: none;
}
.footable.breakpoint > tbody > tr:hover:not(.footable-row-detail) {
  cursor: pointer;
}
.footable.breakpoint > tbody > tr > td.footable-cell-detail {
  background: #eee;
  border-top: none;
}
.footable.breakpoint > tbody > tr .footable-toggle {
  display: inline-block;
}
.footable .footable-sortable .fooicon {
  color: #111;
  font-size: 1.2em;
  display: inline-block;
}
.footable .footable-sortable .fooicon:before {
  margin: 0 0.3em;
}
.footable > thead > tr > th {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.footable > tfoot .pagination {
  margin: 0;
}
.footable.no-paging .hide-if-no-paging {
  display: none;
}
.footable-row-detail-inner {
  display: table;
}
.footable-row-detail-row {
  display: table-row;
}
.footable-row-detail-group {
  display: block;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: 700;
}
.footable-row-detail-name {
  display: table-cell;
  font-weight: 700;
}
.footable-row-detail-value {
  display: table-cell;
}
.fooicon {
  font-family: Helvetica, Arial, sans-serif;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  font-smoothing: antialiased;
}
.fooicon-plus:before {
  content: "+";
}
.fooicon-minus:before {
  content: "–";
}
.fooicon-sort-desc:before {
  content: "↑";
}
.fooicon-sort-asc:before {
  content: "↓";
}
.rtable {
  border-top: 0.0625em solid rgba(17, 17, 17, 0.16);
  font-size: 1em;
  text-align: left;
  margin: 0;
  width: 100%;
  min-height: 6em;
  flex-basis: 100%;
  position: relative;
}
.rtable tbody tr:not(.footable-detail-row) td,
.rtable tbody tr:not(.footable-detail-row) th,
.rtable thead tr:not(.footable-detail-row) td,
.rtable thead tr:not(.footable-detail-row) th {
  max-width: 16em;
}
.rtable tbody tr:not(.footable-detail-row) td,
.rtable thead tr:not(.footable-detail-row) td {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rtable thead {
  border-bottom: 0.0625em solid rgba(17, 17, 17, 0.06);
}
.rtable thead th {
  font-size: 0.8em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.rtable tbody {
  border-bottom: 0.0625em solid rgba(17, 17, 17, 0.06);
}
.rtable tbody tr {
  border-width: 0.0625em 0 0;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.06);
}
.rtable tbody tr:not(.footable-detail-row):hover {
  background-color: #ffa;
}
.rtable tbody tr:not(.footable-detail-row):active {
  background-color: #ffffd5;
}
.rtable tbody td {
  position: relative;
}
.rtable tbody td:empty:after {
  content: "—";
  color: #8d8d8d;
  font-size: 0.8em;
}
.rtable td,
.rtable th {
  vertical-align: middle;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
}
.rtable td.footable-first-visible,
.rtable th.footable-first-visible {
  padding-left: 1rem;
}
.rtable td.footable-last-visible,
.rtable th.footable-last-visible {
  padding-right: 1rem;
}
.rtable th {
  line-height: 1.3;
  padding-top: 1rem;
}
.rtable td {
  padding-top: 0.5rem;
}
.rtable a {
  word-break: break-all;
}
.rtable .right {
  text-align: right;
}
.rtable .actions {
  vertical-align: top;
  white-space: nowrap;
  text-align: right;
}
.rtable .actions .button {
  display: inline-block;
}
.rtable .cell-color-a {
  background-color: rgba(215, 59, 111, 0.2);
  color: #9c2e53;
  border-color: #d73b6f;
}
.rtable .cell-color-a:empty {
  background-color: #d73b6f;
}
.rtable .cell-color-b {
  background-color: rgba(115, 181, 50, 0.2);
  color: #568428;
  border-color: #73b532;
}
.rtable .cell-color-b:empty {
  background-color: #73b532;
}
.rtable .cell-color-c {
  background-color: rgba(237, 189, 26, 0.2);
  color: #ab8917;
  border-color: #edbd1a;
}
.rtable .cell-color-c:empty {
  background-color: #edbd1a;
}
.rtable .cell-color-d {
  background-color: rgba(73, 179, 193, 0.2);
  color: #38828c;
  border-color: #49b3c1;
}
.rtable .cell-color-d:empty {
  background-color: #49b3c1;
}
.rtable .cell-color-e {
  background-color: rgba(154, 52, 186, 0.2);
  color: #712a87;
  border-color: #9a34ba;
}
.rtable .cell-color-e:empty {
  background-color: #9a34ba;
}
.rtable [class*="row-color-"] {
  border-style: solid;
  border-width: 0.0625em 0 0 0.75rem;
}
.rtable .row-color-a {
  border-left-color: #d73b6f;
}
.rtable .row-color-b {
  border-left-color: #73b532;
}
.rtable .row-color-c {
  border-left-color: #edbd1a;
}
.rtable .row-color-d {
  border-left-color: #49b3c1;
}
.rtable .row-color-e {
  border-left-color: #9a34ba;
}
.rtable span:not(.fooicon):not([class*="level-"]) {
  border-color: #8d8d8d;
  border-width: 0.0625em;
  border-style: solid;
  border-radius: 0.3em;
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;
  padding: 0.2rem 0.6rem;
  display: inline-block;
  pointer-events: none;
}
.rtable .indicator {
  border: 0 none !important;
  font-size: 0.9em;
  text-align: center;
  white-space: nowrap;
  padding: 0.2rem 0.6rem;
  display: block;
  pointer-events: none;
}
.rtable .indicator:empty {
  border-radius: 50% !important;
  vertical-align: middle;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
}
.rtable .proccess {
  background-color: rgba(255, 0, 0, 0.5);
  color: #880909;
}
.rtable .ready {
  background-color: rgba(0, 255, 0, 0.5);
  color: #098809;
}
.rtable .end {
  background-color: rgba(153, 153, 153, 0.5);
  color: #555;
}
.rtable .positive,
.rtable .si {
  color: #096609;
  background-color: rgba(0, 187, 0, 0.5);
}
.rtable .negative,
.rtable .no {
  color: #660909;
  background-color: rgba(187, 0, 0, 0.5);
}
.rtable .cancel,
.rtable .off {
  background-color: #d8d8d8;
  color: #616161;
}
.rtable input[type="checkbox"] {
  background-color: #fafafa;
  border-color: #b1b1b1;
  border-style: solid;
  border-width: 0.125em;
  border-radius: 50%;
  padding: 0;
  width: 1.3em;
  height: 1.3em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.rtable input[type="checkbox"]:hover {
  border-color: #111 !important;
}
.rtable input[type="checkbox"]:checked {
  background-color: #0b0;
  border-color: #058805;
  border-width: 0.25em;
}
.rtable [class*="level-"] {
  margin-right: 0.8em;
  width: 1em;
  height: 1.4em;
  display: inline-block;
  position: relative;
}
.rtable [class*="level-"]:after,
.rtable [class*="level-"]:before {
  border-color: #686868;
  border-style: solid;
  border-width: 0 0 0.16em 0.16em;
  content: "";
  margin: auto;
  right: 0;
  top: 0;
  position: absolute;
}
.rtable [class*="level-"]:before {
  width: 0.75em;
  height: 0.7em;
}
.rtable [class*="level-"]:after {
  width: 0.45em;
  height: 0.45em;
  top: 0.42em;
  transform: rotate(225deg);
}
.rtable .level-1:before {
  background-color: #fff;
  border-width: 0.16em;
  margin: 0;
  width: 1em;
  height: 1.4em;
}
.rtable .level-1:after {
  content: none;
}
.rtable .level-3 {
  margin-left: 1em;
}
.rtable .level-4 {
  margin-left: 2em;
}
.rtable .level-5 {
  margin-left: 3em;
}
.footable-sortable {
  color: #005d51;
  position: relative;
  cursor: pointer;
}
.footable-sortable:active,
.footable-sortable:hover {
  color: #111;
}
.footable-toggle {
  color: #00685b;
  margin-right: 0.25em;
}
.footable-details {
  font-size: 0.9em;
}
.footable-details tbody,
.footable-details tr {
  border: 0 none;
}
.footable-details td,
.footable-details th {
  border: 0 none;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left !important;
}
.footable-details th {
  white-space: nowrap;
  width: auto;
}
.footable-details td {
  width: 99%;
}
.nav-pager {
  background-color: #fff;
  border-bottom: 0.0625em solid rgba(17, 17, 17, 0.16);
  color: #444;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  clear: both;
  z-index: 999;
  flex-basis: 100%;
}
.nav-pager a,
.nav-pager li,
.nav-pager ul {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.nav-pager ul {
  padding: 1rem;
}
.nav-pager li {
  list-style: none;
}
.nav-pager a {
  color: #005d51;
  border-radius: 0.3em;
  font-size: 1rem;
  margin: 0;
  padding: 0.2em 0.6em;
  display: block;
}
.nav-pager a:hover {
  color: #111;
}
.nav-pager a:active {
  color: #005d51;
}
.nav-pager .footable-pagination-wrapper {
  padding-right: 8rem;
  position: relative;
}
.nav-pager .pagination {
  padding: 0;
  width: 6rem;
  display: flex;
  right: 1rem;
  top: 0;
  position: absolute;
}
.nav-pager .divider {
  display: none !important;
  visibility: hidden;
}
.nav-pager .label {
  vertical-align: center;
  line-height: 1;
  padding: 1rem;
  display: inline-block;
}
.nav-pager ~ .rtable {
  border-top: 0 none;
}
.footable-page,
.footable-page-nav[data-page="first"],
.footable-page-nav[data-page="last"] {
  display: none !important;
  visibility: hidden;
}
.footable-page-nav[data-page="next"] a,
.footable-page-nav[data-page="prev"] a {
  font-size: 1rem;
  text-indent: 3rem;
  width: 3rem;
  height: 3rem;
  display: block;
  overflow: hidden;
}
.footable-page-nav[data-page="next"] a:before,
.footable-page-nav[data-page="prev"] a:before {
  border-color: transparent transparent #005d51 #005d51;
  border-style: solid;
  border-width: 0.2rem;
  content: "";
  line-height: 0;
  margin: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  left: 1rem;
  top: 1rem;
  position: absolute;
}
.footable-page-nav[data-page="prev"] a:before {
  transform: rotate(45deg);
}
.footable-page-nav[data-page="next"] a:before {
  transform: rotate(225deg);
}
.footable-page-nav.disabled a:before {
  border-color: transparent transparent #8d8d8d #8d8d8d;
}
#container {
  min-height: 100vh;
  position: relative;
}
#header {
  background-color: #fff;
  height: 3.3rem;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  display: flex;
}
.user #header {
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}
#main {
  background-color: #fff;
  min-height: 100vh;
  position: relative;
  z-index: 2;
}
.user #main {
  padding-top: 3.3rem;
  padding-bottom: 5.3rem;
}
#top {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
html:not(.panel-top) #top {
  display: none !important;
  visibility: hidden;
}
#center {
  width: 100%;
  position: relative;
  z-index: 3;
  float: left;
}
#content-top {
  position: relative;
  z-index: 3;
}
#content {
  position: relative;
  display: block;
  z-index: 2;
}
#component {
  padding: 0;
  position: relative;
}
#sitemap {
  background-color: #fff;
  font-size: 1.1em;
  margin-left: -14rem;
  width: 14rem;
  display: flex;
  flex-direction: column;
  align-content: space-between;
  left: 0;
  top: 3.3rem;
  bottom: 0;
  position: fixed;
  float: left;
  z-index: 4;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
#sitemap > ul > li > a {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 0.94rem;
  padding-bottom: 0.94rem;
  position: relative;
}
#sitemap > ul > li > a img,
#sitemap > ul > li > a svg {
  margin: auto;
  width: auto;
  left: 1rem;
  top: 0;
  bottom: 0;
  position: absolute;
}
#sitemap li {
  display: block;
  position: relative;
}
#sitemap li.deeper.parent:not(.active):not(.expanded) > ul {
  display: none !important;
  visibility: hidden;
}
#sitemap li.current > a {
  background-color: #007465;
  color: #fff;
}
#sitemap li.disabled {
  display: none !important;
  visibility: hidden;
}
#sitemap a {
  color: #001714;
  font-style: normal;
  font-weight: 400;
  font-size: 0.92em;
  padding: 0.6em 0.9em 0.6em 3rem;
  display: block;
  border-radius: 0;
}
#sitemap a:hover {
  color: #111;
}
#sitemap a:active {
  background-color: rgba(17, 17, 17, 0.1);
  color: #111;
}
.user #sitemap {
  box-shadow: inset 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
html.panel-sitemap #container {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
}
html.panel-sitemap #center:after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  min-height: 100vh;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1001;
  -webkit-animation: 0.2s a-fade-in cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.2s a-fade-in cubic-bezier(0.5, 0, 0, 1) forwards;
}
html.panel-sitemap #footer {
  display: none;
}
html.panel-sitemap #sitemap {
  margin-left: 0;
  -webkit-animation: 0.2s a-sitemap-open cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.2s a-sitemap-open cubic-bezier(0.5, 0, 0, 1) forwards;
}
html.panel-sitemap .nav-header li.menu {
  background-color: transparent;
}
html.panel-sitemap .nav-header li.menu a:before {
  content: "\e802";
}
html.panel-top #main {
  background-color: transparent;
}
html.panel-top #center,
html.panel-top #footer,
html.panel-top #sitemap {
  display: none;
}
nav {
  flex: 1 auto;
}
nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  flex-basis: 100%;
}
nav li {
  margin: 0;
  padding: 0;
}
nav li {
  line-height: 1em;
  list-style: none;
  display: inline-block;
}
nav a {
  border-radius: 0.3em;
  text-decoration: none;
  line-height: 1.3;
  padding: 0.4rem 0.8rem;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
nav a:before {
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
}
nav a img,
nav a svg {
  vertical-align: text-bottom;
  line-height: 1;
  margin: -0.4em 0.5em -0.2em 0;
  width: auto;
  height: 1.6em;
}
.nav-header {
  margin-left: 0;
}
.nav-header ul {
  display: flex;
}
.nav-header li {
  position: relative;
}
.nav-header li.menu {
  font-size: 1.2em;
  z-index: 2;
}
.nav-header li.menu a {
  text-indent: 3em;
  padding: 0.8em;
  width: 3.3rem;
  overflow: hidden;
}
.nav-header li.menu a:before {
  content: "\e800";
  text-indent: 0;
  margin-left: 0;
}
.nav-header li.logo a {
  color: #111;
}
.nav-header li:not(.logo) a span {
  display: none;
}
.nav-header a {
  border-radius: 0;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
  font-size: 1em;
  padding: 1rem;
  height: 3.3rem;
}
.nav-header a:before {
  font-size: 1.2em;
  line-height: 1em;
  margin-left: -0.5em;
  margin-top: -0.5em;
  left: 1rem;
  top: 50%;
  position: absolute;
}
.nav-actions {
  text-align: right;
  margin-right: 0;
  padding: 1rem;
}
.nav-actions .button,
.nav-actions button {
  border: none;
}
.nav-actions button.expander + ul {
  background-color: #fff;
  border-color: #111;
  border-style: solid;
  border-width: 0.0625em;
  border-radius: 0.3em;
  text-align: center;
  right: 0;
  top: 0;
  position: absolute;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
  display: none;
  -webkit-animation: 0.2s a-menu-expand cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.2s a-menu-expand cubic-bezier(0.5, 0, 0, 1) forwards;
  transform-origin: 100% 0;
}
.nav-actions button.expander + ul.expanded {
  display: block;
}
.nav-actions button.expander + ul li {
  display: block;
}
.nav-actions button.expander + ul li + li {
  border-top: 0.0625em solid rgba(17, 17, 17, 0.06);
}
.nav-actions button.expander + ul button {
  border-radius: 0;
  padding-left: 0.8rem;
  width: 100%;
  display: block;
}
.nav-actions li {
  position: relative;
}
.nav-actions li.remove > * {
  color: #900;
}
.nav-actions li.remove > :hover {
  background-color: rgba(255, 0, 0, 0.05);
  color: #900;
}
fieldset > .nav-actions {
  position: relative;
}
hr + .nav-actions {
  padding-top: 0;
}
.filter-list-active .nav-actions li.filter-list > button:before,
.search-list-active .nav-actions li.search-list > button:before {
  content: "\e802";
}
html.app .nav-actions li.export {
  display: none !important;
  visibility: hidden;
}
.nav-categories,
.nav-filter,
.nav-form {
  height: 4rem;
  padding: 1rem;
  position: relative;
  z-index: 99;
}
.nav-categories ul,
.nav-filter ul,
.nav-form ul {
  background-color: #fff;
  border-color: #444;
  border-style: solid;
  border-width: 0.0625em;
  border-radius: 0.3em;
}
.nav-categories li,
.nav-filter li,
.nav-form li {
  display: none;
}
.nav-categories li.active,
.nav-filter li.active,
.nav-form li.active {
  display: block;
}
.nav-categories li.active a,
.nav-filter li.active a,
.nav-form li.active a {
  color: #111;
}
.nav-categories li.active a:before,
.nav-filter li.active a:before,
.nav-form li.active a:before {
  content: "\e806";
  font-size: 0.9rem;
  left: 0.5rem;
  position: absolute;
}
.nav-categories a,
.nav-filter a,
.nav-form a {
  border: 0 none;
  font-size: 0.9em;
  white-space: nowrap;
  text-align: center;
  padding-left: 2em;
  padding-right: 2em;
  min-width: 11em;
  display: block;
}
.nav-categories.expanded,
.nav-filter.expanded,
.nav-form.expanded {
  z-index: 999;
}
.nav-categories.expanded ul,
.nav-filter.expanded ul,
.nav-form.expanded ul {
  border-color: #111;
  height: auto;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.nav-categories.expanded li,
.nav-filter.expanded li,
.nav-form.expanded li {
  display: block;
}
.nav-categories.expanded li + li,
.nav-filter.expanded li + li,
.nav-form.expanded li + li {
  border-top: 0.0625em solid rgba(17, 17, 17, 0.06);
}
.search-list-active .nav-categories,
.search-list-active .nav-filter,
.search-list-active .nav-form {
  display: none;
}
.nav-categories {
  border-bottom: 0.0625em solid rgba(17, 17, 17, 0.06);
}
.nav-categories a {
  font-style: normal;
  font-weight: 700;
}
.nav-filter + .nav-pager {
  flex-basis: auto;
}
.nav-form {
  text-align: center;
  height: 4.3rem;
  flex-basis: 100%;
}
.nav-view {
  padding: 1rem;
  float: left;
  position: relative;
  z-index: 3;
}
.nav-view li.active a {
  color: #111;
  border-color: #111;
}
.nav-view a {
  border: transparent solid 0.0625em;
  font-size: 0.9em;
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em;
  display: block;
}
.nav-items {
  padding: 1rem;
}
.nav-items h2:first-child {
  margin-top: 0;
}
.nav-items li {
  margin-bottom: 0.3em;
  display: block;
}
.nav-items a {
  border-color: rgba(17, 17, 17, 0.06);
  border-style: solid;
  border-width: 0.0625em;
  padding-left: 2.4em;
  width: 100%;
  display: block;
}
.nav-items a:before {
  color: #686868;
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  content: "\e80a";
  margin: auto;
  left: 0.8em;
  top: 0.4em;
  position: absolute;
}
.nav-items a:hover {
  border-color: #00685b;
  background-color: rgba(0, 116, 101, 0.05);
  color: #00685b;
}
.nav-items a:hover:before {
  color: inherit;
}
.nav-items a:active {
  border-color: #007465;
  background-color: #007465;
  color: #fff;
}
.nav-items a:active:before {
  color: inherit;
}
.nav-footer {
  padding: 1rem;
}
.nav-footer li.print > a:before {
  content: "\e80a";
}
html.app .nav-footer li.print {
  display: none !important;
  visibility: hidden;
}
.nav-footer a {
  font-size: 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.2em;
}
.nav-footer a:hover {
  color: #111;
}
.nav-footer a:active {
  color: #005d51;
}
.login-cover {
  text-align: center;
  margin: auto;
  padding: 10% 1rem 0;
}
.login-cover h1.logo {
  font-size: 1em;
  text-align: center;
  max-width: 16rem;
  margin: 1rem auto 0;
}
.login-cover h2 {
  font-size: 1.8em;
  margin: 0 auto 1rem;
}
section {
  position: relative;
}
section h1,
section h2 {
  text-align: center;
  margin: 0 auto;
  width: 94%;
}
section h1:empty,
section h2:empty {
  display: none !important;
  visibility: hidden;
}
section h1 {
  font-size: 1.4em;
}
section h1 + h2 {
  padding-top: 0;
}
section h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 1em;
}
section .content,
section .header {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
section .header {
  flex-basis: 100%;
}
section .header h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 0.8rem;
  text-align: left;
  line-height: 1.4;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  padding: 1rem;
  overflow: hidden;
}
section.detail,
section.direct,
section.relation,
section.subrelation {
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
section.detail form,
section.direct form,
section.relation form,
section.subrelation form {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
section.detail legend,
section.direct legend,
section.relation legend,
section.subrelation legend {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  width: 1px;
  position: absolute;
  overflow: hidden;
}
section.detail legend.focusable:active,
section.detail legend.focusable:focus,
section.direct legend.focusable:active,
section.direct legend.focusable:focus,
section.relation legend.focusable:active,
section.relation legend.focusable:focus,
section.subrelation legend.focusable:active,
section.subrelation legend.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
section.relation .header {
  position: absolute;
}
section.select {
  background-color: #fff;
  border-color: #8d8d8d;
  border-style: solid;
  border-width: 0.0625em;
  margin: -3.75rem auto 0.8rem;
  width: 94%;
  display: block;
  z-index: 1000;
  border-radius: 0.3em;
  overflow: hidden;
  clear: both;
}
section.select.visible:before {
  background-color: transparent;
  content: none;
}
section.select .header,
section.select .nav-actions,
section.select .nav-pager {
  padding: 0.5rem;
}
#user {
  margin-right: 0;
}
#user .content {
  font-size: 0.9em;
  text-align: right;
  padding: 0.5rem 1rem;
}
#user form,
#user p {
  margin: 0;
  display: inline-block;
}
#user p {
  margin: 0.5em 1em 0.5em 0;
}
#user button.logout {
  font-style: normal;
  font-weight: 700;
  font-size: 0.8em;
  padding: 0.8em 1em;
}
.list-search {
  padding: 0.5rem;
  position: relative;
  flex-basis: 100%;
  display: none;
}
section.search-list-active .list-search {
  display: block;
}
.list-edit {
  padding: 1rem;
  position: relative;
  flex-basis: 100%;
  display: none;
}
section.edit-list-active .list-edit {
  display: block;
}
.list-config {
  background-color: #e1edeb;
  padding: 1rem;
  flex-basis: 100%;
}
.list-config form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-gap: 0.1rem;
}
.list-config .form-element {
  margin: 0;
  width: 14rem;
  display: inline-block;
}
.list-config .form-element.checkbox > label,
.list-config .form-element.radio > label {
  font-size: 0.9rem;
}
.list-config .form-element.checkbox > label:after,
.list-config .form-element.checkbox > label:before,
.list-config .form-element.radio > label:after,
.list-config .form-element.radio > label:before {
  font-size: 1rem;
}
section:not(.config-list-active) .list-config {
  display: none;
}
.bc {
  padding: 0 1rem;
}
.bc .level {
  padding-left: 0;
  padding-right: 0;
}
.bc .level:before {
  content: "/";
  font-family: inherit;
  font-size: 1.2em;
  text-align: center;
  vertical-align: baseline;
  margin: 0;
  width: 1.1em;
  height: 1em;
  display: inline-block;
}
.bc .level.last {
  font-style: normal;
  font-weight: 700;
}
.monitor {
  padding: 0.5rem;
  flex: 1 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.monitor dl {
  text-align: right;
  padding: 0.5rem;
  margin: 0;
  min-width: 8rem;
  display: inline-block;
}
.monitor dl.important dt {
  font-style: normal;
  font-weight: 700;
}
.monitor dl.important dd {
  font-style: normal;
  font-weight: 400;
}
.monitor dl.ok {
  color: #080;
}
.monitor dl.warning {
  color: #a00;
}
.monitor dt {
  font-size: 0.8em;
  line-height: 1.2;
}
.monitor dd {
  font-size: 1.5em;
}
.monitor dd span {
  font-size: 0.7em;
  vertical-align: top;
}
.monitor dd.euro:after {
  content: " €";
  font-size: 0.8em;
}
.monitor .moneda {
  margin-left: 0.2em;
}
.monitor .separator {
  margin: 0 1rem 1rem;
  position: relative;
  overflow: visible;
}
.monitor .separator:before {
  border-width: 0.0625em 0 0;
  border-style: solid;
  border-color: rgba(17, 17, 17, 0.06);
  content: "";
  margin: auto;
  max-width: 3em;
  min-width: 0.0625em;
  min-height: 0.0625em;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
}
.info-related {
  background-color: #ffffd5;
  border-radius: 0.3em;
  margin: 0 auto 1rem;
  padding: 1rem;
  width: 94%;
  max-width: 36rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.info-related dl {
  margin: 0;
  padding: 0.5rem;
  min-width: 14rem;
  display: inline-block;
  flex: 1 1 50%;
}
.info-related dt {
  font-size: 0.7em;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  margin-bottom: 0.3rem;
}
.info-related dd {
  font-size: 1em;
}
.thumbs {
  margin: 0;
  padding: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  grid-gap: 0.2rem;
}
.thumbs:after,
.thumbs:before {
  content: none;
}
.thumbs li {
  text-align: center;
  list-style: none;
  margin: 0;
  position: relative;
}
.thumbs li:hover .selector {
  opacity: 0.6;
}
.thumbs .selector {
  background-color: #fff;
  border: #007465 solid 0.2rem;
  border-radius: 0.5rem;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  right: 0.5rem;
  top: 0.5rem;
  position: absolute;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  opacity: 0.1;
}
.thumbs .selector:hover {
  opacity: 0.8 !important;
}
.thumbs .selector:active {
  opacity: 1 !important;
}
.thumbs .selector:checked {
  background-color: #00685b;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"> <path d="m4 16 8 8 16-16" fill="none" stroke="white" stroke-width="4"/></svg>');
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8 !important;
}
.thumbs a {
  display: block;
  position: relative;
  cursor: pointer;
}
.thumbs a:hover img,
.thumbs a:hover:before {
  background-color: rgba(0, 116, 101, 0.1) !important;
}
.thumbs a:active img,
.thumbs a:active:before {
  background-color: rgba(0, 116, 101, 0.2) !important;
}
.thumbs a:before,
.thumbs img {
  border-radius: 0.4rem;
  width: 100%;
  height: 25vh;
  min-height: 10rem;
  max-height: 16rem;
  overflow: hidden;
}
.thumbs a:before {
  background-color: #fafafa;
}
.thumbs img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.thumbs .name {
  font-size: 0.9rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0.5rem;
  display: block;
}
.thumbs .back a:before,
.thumbs .folder a:before {
  background-size: auto 50%;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  display: block;
}
.thumbs .back a:before {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="rgba(0, 116, 101, 0.9)" d="M40 22H15.66l11.17-11.17L24 8 8 24l16 16 2.83-2.83L15.66 26H40v-4z"/></svg>');
}
.thumbs .back .name {
  opacity: 0;
}
.thumbs .folder a:before {
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="rgba(0, 116, 101, 0.9)" d="M40 12H24l-4-4H8c-2.21 0-3.98 1.79-3.98 4L4 36c0 2.21 1.79 4 4 4h32c2.21 0 4-1.79 4-4V16c0-2.21-1.79-4-4-4zm0 24H8V16h32v20z"/></svg>');
}
.thumbs a.waiting {
  pointer-events: none;
}
.thumbs a.waiting:before {
  background-image: none;
  background-color: rgba(0, 116, 101, 0.3);
}
.thumbs a.waiting:after {
  border-width: 0.5rem;
  width: 3rem;
  height: 3rem;
  margin: -2.5rem auto auto;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
}
.files li {
  list-style: none;
}
.files .file {
  background-color: #fafafa;
  border: #e8e8e8 solid 0.0625em;
  padding: 0.5rem;
  width: 94%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.files .file:hover {
  background-color: #ffa;
}
.files .file_actions {
  text-align: right;
  padding: 0.5rem;
  flex: 1 auto;
}
.files .file_title {
  padding: 0.5rem;
  flex-basis: 100%;
}
.files .file_title input {
  max-width: 100%;
}
.files .file_info {
  flex: 1 auto;
  display: flex;
}
.files .file_info dl {
  margin: 0.5rem;
}
.files .file_info dt {
  font-size: 0.7em;
}
.files .file_info dd {
  font-size: 1.2em;
}
.version {
  border-top: rgba(17, 17, 17, 0.06) solid 0.0625em;
  margin: auto 0 0;
  padding: 1rem;
}
.version .form-element {
  width: auto;
}
.version label {
  color: #444;
  font-size: 0.7rem;
  text-align: left !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  top: 0 !important;
  right: 0 !important;
  position: relative !important;
}
.version select {
  background-color: transparent;
  color: #444;
  font-size: 0.9rem;
}
.version select:before {
  top: 0.6rem;
}
.version select select {
  background-color: transparent;
  border-radius: 0;
  font-size: 0.9em;
  height: 2.3rem;
}
article {
  background-color: #fff;
}
article .content,
article .header {
  padding: 1rem;
}
article.login,
article.remind,
article.reset {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
article.login .content,
article.remind .content,
article.reset .content {
  padding-top: 0;
  padding-bottom: 2rem;
  width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
article.login form,
article.remind form,
article.reset form {
  margin: 0 auto;
  max-width: 24rem;
  position: relative;
  z-index: 1;
}
article.login form fieldset,
article.remind form fieldset,
article.reset form fieldset {
  border: none;
}
article.login form input,
article.remind form input,
article.reset form input {
  font-size: 1.6rem;
}
article.login form button.submit,
article.remind form button.submit,
article.reset form button.submit {
  background-color: #007465;
  color: #fff;
  border: 0 none;
  font-style: normal;
  font-weight: 700;
  position: relative;
}
article.login form button.submit:hover,
article.remind form button.submit:hover,
article.reset form button.submit:hover {
  background-color: #00685b;
}
article.login form button.submit:active,
article.remind form button.submit:active,
article.reset form button.submit:active {
  background-color: #00463d;
}
article.login .remind-links {
  font-size: 0.9em;
  text-align: center;
  margin-top: 2em;
  display: block;
}
article.login .remind-links a {
  color: #626968;
  padding: 0.3em;
  opacity: 0.8;
  display: inline-block;
}
article.login .remind-links a:active,
article.login .remind-links a:hover {
  opacity: 1;
}
article.profile .content {
  margin: 0;
}
body.user .guest-only {
  display: none !important;
  visibility: hidden;
}
html:not(.view-list):not(.view-detail):not(.view-relation):not(.view-direct):not(.view-subrelation)
  section.detail,
html:not(.view-list):not(.view-detail):not(.view-relation):not(.view-direct):not(.view-subrelation)
  section.direct,
html:not(.view-list):not(.view-detail):not(.view-relation):not(.view-direct):not(.view-subrelation)
  section.relation,
html:not(.view-list):not(.view-detail):not(.view-relation):not(.view-direct):not(.view-subrelation)
  section.select,
html:not(.view-list):not(.view-detail):not(.view-relation):not(.view-direct):not(.view-subrelation)
  section.subrelation {
  display: none !important;
  visibility: hidden;
}
html.view-list section.detail,
html.view-list section.direct,
html.view-list section.relation,
html.view-list section.select,
html.view-list section.subrelation {
  display: none !important;
  visibility: hidden;
}
html.view-detail section.list:not(.visible),
html.view-direct section.list:not(.visible) {
  display: none !important;
  visibility: hidden;
}
html.view-detail section.select:not(.visible),
html.view-direct section.select:not(.visible) {
  display: none !important;
  visibility: hidden;
}
html.view-detail section.relation,
html.view-detail section.subrelation,
html.view-direct section.relation,
html.view-direct section.subrelation {
  display: none !important;
  visibility: hidden;
}
html.view-detail section.detail.off {
  min-height: 100vh;
}
html.view-detail section.direct {
  display: none !important;
  visibility: hidden;
}
html.view-direct section.detail {
  display: none !important;
  visibility: hidden;
}
html.view-relation section.detail fieldset,
html.view-relation section.direct,
html.view-relation section.list:not(.visible) {
  display: none !important;
  visibility: hidden;
}
html.view-relation section.subrelation {
  display: none !important;
  visibility: hidden;
}
html.view-relation section.relation.off {
  min-height: 100vh;
}
html.view-subrelation section.detail fieldset,
html.view-subrelation section.direct,
html.view-subrelation section.list:not(.visible),
html.view-subrelation section.relation fieldset {
  display: none !important;
  visibility: hidden;
}
html.no-js body {
  background-color: #fff;
}
html.no-js body:before {
  content: "Por favor, active javascript en su navegador.";
  color: #a00;
  text-align: center;
  padding: 5em 0;
  width: 100%;
}
html.no-js body #container {
  display: none !important;
  visibility: hidden;
}
html .loading:before,
html .updating:before,
html .waiting:before {
  color: transparent !important;
}
html .loading:after,
html .updating:after,
html .waiting:after {
  border-color: #007465;
  border-right-color: #fff;
  border-style: solid;
  border-width: 3px;
  content: "" !important;
  display: inline-block;
  margin: auto;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  -webkit-animation: a-loading 0.3s linear infinite;
  animation: a-loading 0.3s linear infinite;
}
html .loading,
html .updating {
  min-height: 8rem;
}
html .loading:after,
html .updating:after {
  width: 20px;
  height: 20px;
  left: 1rem;
  top: 1rem;
}
html .loading {
  position: relative;
}
html .loading > * {
  display: none !important;
}
html .updating > * {
  opacity: 0.2;
}
html .updating thead {
  border: none;
}
html .waiting {
  background-color: #fff !important;
  color: #111 !important;
}
html .waiting:after {
  margin: auto;
  width: 16px;
  height: 16px;
  left: 0.8rem;
  top: 0;
  bottom: 0;
}
body.no-user {
  background-color: #e3e5e5;
  color: #626968;
}
body.no-user #header {
  background-color: transparent;
  height: auto;
}
body.no-user #main {
  background-color: transparent;
}
body.no-user #center {
  width: 100%;
  position: relative;
  overflow-y: initial;
}
body.no-user #footer {
  padding-bottom: 1em;
}
body.no-user #system-message-container {
  overflow: hidden;
}
body.no-user #component article {
  background-color: transparent;
  padding-top: 0;
}
.off {
  position: relative;
}
.off:before {
  background-color: rgba(248, 248, 248, 0.6);
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  z-index: 999;
}
section.detail.off,
section.relation.off {
  border-bottom: #b1b1b1 solid 0.0625em;
  position: relative;
}
section.detail.off .nav-form,
section.relation.off .nav-form {
  position: relative;
}
section.detail.off .nav-form ul,
section.relation.off .nav-form ul {
  border-color: #686868 !important;
}
section.detail.off .nav-form a,
section.relation.off .nav-form a {
  color: #686868 !important;
}
section.detail.off .nav-form .active a,
section.relation.off .nav-form .active a {
  color: #444 !important;
  border-color: #686868 !important;
}
section.detail.off > .content > form > nav button:not(.b-select),
section.relation.off > .content > form > nav button:not(.b-select) {
  color: #444 !important;
}
section.detail.off > .content > form > nav .save button,
section.relation.off > .content > form > nav .save button {
  background-color: #686868 !important;
  color: #fff !important;
  border-color: #686868 !important;
}
section.detail.off > .content > form > fieldset > .form-element,
section.detail.off > .content > form > fieldset > .nav-actions,
section.detail.off > .content > form > fieldset > .rtable,
section.relation.off > .content > form > fieldset > .form-element,
section.relation.off > .content > form > fieldset > .nav-actions,
section.relation.off > .content > form > fieldset > .rtable {
  display: none;
}
@-webkit-keyframes a-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes a-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes a-sitemap-open {
  0% {
    transform: translateX(-14rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes a-sitemap-open {
  0% {
    transform: translateX(-14rem);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes a-top-open {
  0% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes a-top-open {
  0% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes a-content-open {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes a-content-open {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes a-menu-expand {
  0% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes a-menu-expand {
  0% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes a-select-open {
  0% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes a-select-open {
  0% {
    transform: translateY(1rem);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes a-right-open {
  0% {
    transform: translateX(18rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes a-right-open {
  0% {
    transform: translateX(18rem);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes a-actions-open {
  0% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes a-actions-open {
  0% {
    transform: translateX(0.5rem);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes a-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes a-loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes a-count-tip {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  60% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  80% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  90% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes a-count-tip {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  60% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }
  80% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  90% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes b-realtime-active {
  0%,
  100% {
    background-color: #ffa;
  }
  50% {
    background-color: #fff;
  }
}
@keyframes b-realtime-active {
  0%,
  100% {
    background-color: #ffa;
  }
  50% {
    background-color: #fff;
  }
}
#top {
  -webkit-animation: 0.2s a-top-open cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.2s a-top-open cubic-bezier(0.5, 0, 0, 1) forwards;
}
body.login.no-user article.login,
section.detail,
section.direct,
section.relation,
section.subrelation {
  -webkit-animation: 0.3s a-content-open cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.3s a-content-open cubic-bezier(0.5, 0, 0, 1) forwards;
}
section.select.inject {
  -webkit-animation: 0.2s a-select-open cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.2s a-select-open cubic-bezier(0.5, 0, 0, 1) forwards;
}
.button,
button {
  background-color: transparent;
  color: #00685b;
  border-color: #00685b;
  border-style: solid;
  border-width: 0.0625em;
  border-radius: 0.3em;
  outline: 0;
  font-size: 0.92rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.3em;
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:before,
button:before {
  color: inherit;
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
}
.button:hover,
button:hover {
  background-color: rgba(0, 116, 101, 0.05);
  color: #00685b;
  border-color: #00685b;
}
.button:active,
button:active {
  background-color: #007465;
  color: #fff;
  border-color: #007465;
}
.button.big,
button.big {
  border-color: #00685b;
  border-style: solid;
  border-width: 0.0625em;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  white-space: inherit;
  padding: 0.7rem 1rem;
}
.button.big:after,
.button.big:before,
button.big:after,
button.big:before {
  font-size: 1.4em;
  line-height: 1em;
}
.button.big:hover,
button.big:hover {
  border-color: #00685b;
}
.button.big:active,
button.big:active {
  border-color: #007465;
}
.button.big strong,
button.big strong {
  font-size: 1.2rem;
  display: block;
}
.button.full,
button.full {
  text-align: center;
  padding-left: 2.6em;
  padding-right: 2.6em;
  width: 100%;
  display: block;
  position: relative;
}
.button.full:before,
button.full:before {
  left: 0.8rem;
  position: absolute;
}
.button.full:after,
button.full:after {
  left: 0.8rem;
  position: absolute;
}
.button.edit:before,
button.edit:before {
  content: "\e80f";
}
.button.go:before,
button.go:before {
  content: "\e80e";
}
.button.view:before,
button.view:before {
  content: "\e818";
}
.button.document:before,
button.document:before {
  content: "\e80b";
}
.button.pointer:before,
button.pointer:before {
  content: "\e812";
}
.button.map:before,
button.map:before {
  content: "\e813";
}
.button.featured:before,
button.featured:before {
  content: "\e819";
}
.button.select:before,
button.select:before {
  content: "\e809";
}
.button.remove,
button.remove {
  border-color: #900;
  color: #900;
}
.button.remove:before,
button.remove:before {
  content: "\e824";
}
.button.remove:hover,
button.remove:hover {
  background-color: rgba(255, 0, 0, 0.05);
  color: #900;
  border-color: #111;
}
.button.remove:active,
button.remove:active {
  background-color: #a00;
  color: #fff;
  border-color: #900;
}
.button.export:before,
button.export:before {
  content: "\e80a";
}
.button.upload:before,
button.upload:before {
  content: "\e810";
}
.button.access:before,
button.access:before {
  content: "\e873";
}
.button.access.block:before,
button.access.block:before {
  content: "\e872";
}
.button.filter:before,
.button.search:before,
button.filter:before,
button.search:before {
  content: "\e801";
}
li.new > .button:before,
li.new > button:before {
  content: "\e820";
}
li.save > .button:before,
li.save > button:before {
  content: "\e803";
}
li.test > .button:before,
li.test > button:before {
  content: "\e816";
}
li.logout > .button,
li.logout > button {
  background-color: #e8e8e8;
  color: #444;
}
li.go > .button:before,
li.go > button:before {
  content: "\e816";
}
li.export > .button:before,
li.export > button:before {
  content: "\e81a";
}
li.print > .button:before,
li.print > button:before {
  content: "\e80a";
}
li.filter-list > .button:before,
li.filter-list > button:before,
li.search-list > .button:before,
li.search-list > button:before {
  content: "\e801";
}
li.realtime > .button:before,
li.realtime > button:before {
  content: "▶";
  font-size: 1em;
}
li.realtime.active > .button,
li.realtime.active > button {
  background-color: #ffa;
  -webkit-animation: 1s b-realtime-active infinite;
  animation: 1s b-realtime-active infinite;
}
li.realtime.active > .button:before,
li.realtime.active > button:before {
  content: "▎▎";
  font-size: 1em;
  letter-spacing: -0.5em;
}
li.config-list > .button:before,
li.config-list > button:before {
  content: "\e817";
}
li.remove > .button:before,
li.remove > button:before {
  content: "\e824";
}
.button.close,
button.close,
li.close > .button,
li.close > button {
  border: 0.0625em solid #005d51;
}
.button.close:before,
button.close:before,
li.close > .button:before,
li.close > button:before {
  content: "\e802";
}
li.prev .button:before,
li.prev button:before {
  content: "\e805";
}
li.next .button:before,
li.next button:before {
  content: "\e806";
}
.button li.login,
.button li.logout,
.button.access,
.button.attach,
.button.close,
.button.document,
.button.edit,
.button.filter,
.button.go,
.button.map,
.button.remove,
.button.search,
.button.select,
.button.upload,
.button.view,
button li.login,
button li.logout,
button.access,
button.attach,
button.close,
button.document,
button.edit,
button.filter,
button.go,
button.map,
button.remove,
button.search,
button.select,
button.upload,
button.view,
li.close .button,
li.close button,
li.export .button,
li.export button,
li.filter-list .button,
li.filter-list button,
li.go .button,
li.go button,
li.new .button,
li.new button,
li.print .button,
li.print button,
li.remove .button,
li.remove button,
li.save .button,
li.save button,
li.search-list .button,
li.search-list button,
li.test .button,
li.test button {
  padding-left: 2.6em;
}
.button li.login:before,
.button li.logout:before,
.button.access:before,
.button.attach:before,
.button.close:before,
.button.document:before,
.button.edit:before,
.button.filter:before,
.button.go:before,
.button.map:before,
.button.remove:before,
.button.search:before,
.button.select:before,
.button.upload:before,
.button.view:before,
button li.login:before,
button li.logout:before,
button.access:before,
button.attach:before,
button.close:before,
button.document:before,
button.edit:before,
button.filter:before,
button.go:before,
button.map:before,
button.remove:before,
button.search:before,
button.select:before,
button.upload:before,
button.view:before,
li.close .button:before,
li.close button:before,
li.export .button:before,
li.export button:before,
li.filter-list .button:before,
li.filter-list button:before,
li.go .button:before,
li.go button:before,
li.new .button:before,
li.new button:before,
li.print .button:before,
li.print button:before,
li.remove .button:before,
li.remove button:before,
li.save .button:before,
li.save button:before,
li.search-list .button:before,
li.search-list button:before,
li.test .button:before,
li.test button:before {
  left: 0.6em;
  position: absolute;
}
li.save button {
  background-color: #080;
  color: #fff;
  border: 0 none;
  font-style: normal;
  font-weight: 700;
}
li.save button:hover {
  background-color: #040;
  color: #fff;
}
li.save button:active {
  background-color: #0b0;
  color: #040;
}
.button.edit,
button.filter,
button.search,
li.login button,
li.reply button,
li.send button {
  border: 0.0625em solid #005d51;
  font-style: normal;
  font-weight: 700;
}
.button.edit:active,
button.filter:active,
button.search:active,
li.login button:active,
li.reply button:active,
li.send button:active {
  background-color: #007465;
  color: #fff;
}
li.new button {
  font-style: normal;
  font-weight: 700;
}
.button.go {
  background-color: rgba(0, 116, 101, 0.05);
}
.button.go:active {
  background-color: #007465;
  color: #fff;
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
}
.icon {
  stroke-width: 1.5;
}
#modal-container {
  background-color: rgba(232, 232, 232, 0.95);
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
}
#modal-content {
  text-align: center;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
  width: 94%;
  max-width: 44rem;
}
.map-container {
  margin-top: 1em;
  margin-bottom: 1em;
  height: 26em;
}

.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #111;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.picker__input {
  cursor: default;
}
.picker__input.picker__input--active {
  border-color: #111;
  border-radius: 0;
}
.picker__holder {
  margin-top: -0.0625em;
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.picker__header {
  margin-top: 1.2em;
  padding-left: 0.5rem;
  position: relative;
}
.picker__month,
.picker__year {
  font-size: 1em;
  display: inline-block;
}
.picker__month {
  text-transform: capitalize;
}
.picker__year {
  margin-left: 0.3em;
}
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #00685b;
}
.picker__nav--next,
.picker__nav--prev {
  color: #00685b;
  font-size: 1.1em;
  text-align: center;
  width: 2.25em;
  height: 2em;
  top: -0.4em;
  position: absolute;
  cursor: pointer;
}
.picker__nav--next:before,
.picker__nav--prev:before {
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  font-size: 1.6em;
  margin: 0;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  color: #00685b;
}
.picker__nav--next:active,
.picker__nav--prev:active {
  color: #fff;
}
.picker__nav--prev {
  right: 2.25em;
}
.picker__nav--prev:before {
  content: "\2039";
}
.picker__nav--next {
  right: 0;
}
.picker__nav--next:before {
  content: "\203a";
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: transparent;
  border-left-color: transparent;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  border-bottom: rgba(17, 17, 17, 0.16) solid 0.0625em;
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day {
  border: 0.0625em solid transparent;
  border-radius: 0.2em;
  margin: 0.1em;
  padding: 0.3125em 0;
  cursor: pointer;
}
.picker__day--today {
  background-color: #ffffd5;
  position: relative;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #8d8d8d;
}
.picker__day--infocus:hover:hover,
.picker__day--outfocus:hover {
  background-color: #ffffd5;
  color: #111;
  border-color: #686868;
}
.picker__day--infocus:hover:active,
.picker__day--outfocus:active {
  background-color: #ffa;
  color: #111;
  border-color: #444;
}
.picker__day--highlighted {
  border-color: #111;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  background-color: #ffffd5;
  color: #111;
  border-color: #686868;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #444;
  color: #fff;
  border-color: #111;
}
.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background-color: #fff;
  color: #888;
  border-color: #fff;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__footer {
  text-align: right;
  padding: 0.5rem;
  right: 4.4em;
  top: 0.1em;
  position: absolute;
}
.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 0.8em;
  min-width: 3em;
}
.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
}
.picker__button--clear {
  color: #900;
}
.picker__button--clear:before {
  content: "\e811";
}
.picker__button--clear:hover {
  color: #111;
}
.picker__button--clear:active {
  background-color: transparent;
  color: #111;
}
.picker__button--close {
  background-color: #e8e8e8;
  color: #444;
  float: left;
}
.picker__button--close:before {
  content: "\0078";
}
.picker__button--close:hover {
  color: #111;
}
.picker__button--close:active {
  background-color: #444;
  color: #fff;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background-color: #fff;
  color: #888;
  border-color: #fff;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
.picker__list {
  list-style: none;
  padding: 0.5em 0;
  margin: 0;
}
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  font-size: 1.1em;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
.picker__list-item {
  cursor: pointer;
}
.picker__list-item:hover {
  background-color: #ffffd5;
  color: #111;
  border-color: #686868;
  z-index: 10;
}
.picker__list-item:active {
  background-color: #ffa;
  color: #111;
  border-color: #444;
}
.picker__list-item--highlighted {
  border-color: #111;
  z-index: 10;
}
.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
  background-color: #ffffd5;
  color: #111;
  border-color: #686868;
}
.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
  background-color: #444;
  color: #fff;
  border-color: #111;
  z-index: 10;
}
.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background-color: #fff;
  color: #888;
  border-color: #fff;
  cursor: default;
  z-index: auto;
}
.picker--time .picker__button--clear {
  background-color: transparent;
  color: #00685b;
  border-color: #00685b;
  border-style: solid;
  border-width: 0.0625em;
  border-radius: 0.3em;
  outline: 0;
  font-size: 0.92rem;
  text-decoration: none;
  text-align: center;
  line-height: 1.3em;
  white-space: nowrap;
  font-style: normal;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #900;
}
.picker--time .picker__button--clear:before {
  color: inherit;
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
}
.picker--time .picker__button--clear:hover {
  background-color: rgba(0, 116, 101, 0.05);
  color: #00685b;
  border-color: #00685b;
}
.picker--time .picker__button--clear:active {
  background-color: #007465;
  color: #fff;
  border-color: #007465;
}
.picker--time .picker__button--clear.big {
  border-color: #00685b;
  border-style: solid;
  border-width: 0.0625em;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
  line-height: 1.4em;
  white-space: inherit;
  padding: 0.7rem 1rem;
}
.picker--time .picker__button--clear.big:after,
.picker--time .picker__button--clear.big:before {
  font-size: 1.4em;
  line-height: 1em;
}
.picker--time .picker__button--clear.big:hover {
  border-color: #00685b;
}
.picker--time .picker__button--clear.big:active {
  border-color: #007465;
}
.picker--time .picker__button--clear.big strong {
  font-size: 1.2rem;
  display: block;
}
.picker--time .picker__button--clear.full {
  text-align: center;
  padding-left: 2.6em;
  padding-right: 2.6em;
  width: 100%;
  display: block;
  position: relative;
}
.picker--time .picker__button--clear.full:before {
  left: 0.8rem;
  position: absolute;
}
.picker--time .picker__button--clear.full:after {
  left: 0.8rem;
  position: absolute;
}
.picker--time .picker__button--clear.edit:before {
  content: "\e80f";
}
.picker--time .picker__button--clear.go:before {
  content: "\e80e";
}
.picker--time .picker__button--clear.view:before {
  content: "\e818";
}
.picker--time .picker__button--clear.document:before {
  content: "\e80b";
}
.picker--time .picker__button--clear.pointer:before {
  content: "\e812";
}
.picker--time .picker__button--clear.map:before {
  content: "\e813";
}
.picker--time .picker__button--clear.featured:before {
  content: "\e819";
}
.picker--time .picker__button--clear.select:before {
  content: "\e809";
}
.picker--time .picker__button--clear.remove {
  border-color: #900;
  color: #900;
}
.picker--time .picker__button--clear.remove:before {
  content: "\e824";
}
.picker--time .picker__button--clear.remove:hover {
  background-color: rgba(255, 0, 0, 0.05);
  color: #900;
  border-color: #111;
}
.picker--time .picker__button--clear.remove:active {
  background-color: #a00;
  color: #fff;
  border-color: #900;
}
.picker--time .picker__button--clear.export:before {
  content: "\e80a";
}
.picker--time .picker__button--clear.upload:before {
  content: "\e810";
}
.picker--time .picker__button--clear.access:before {
  content: "\e873";
}
.picker--time .picker__button--clear.access.block:before {
  content: "\e872";
}
.picker--time .picker__button--clear.filter:before,
.picker--time .picker__button--clear.search:before {
  content: "\e801";
}
li.new > .picker--time .picker__button--clear:before {
  content: "\e820";
}
li.save > .picker--time .picker__button--clear:before {
  content: "\e803";
}
li.test > .picker--time .picker__button--clear:before {
  content: "\e816";
}
li.logout > .picker--time .picker__button--clear {
  background-color: #e8e8e8;
  color: #444;
}
li.go > .picker--time .picker__button--clear:before {
  content: "\e816";
}
li.export > .picker--time .picker__button--clear:before {
  content: "\e81a";
}
li.print > .picker--time .picker__button--clear:before {
  content: "\e80a";
}
li.filter-list > .picker--time .picker__button--clear:before,
li.search-list > .picker--time .picker__button--clear:before {
  content: "\e801";
}
li.realtime > .picker--time .picker__button--clear:before {
  content: "▶";
  font-size: 1em;
}
li.realtime.active > .picker--time .picker__button--clear {
  background-color: #ffa;
  -webkit-animation: 1s b-realtime-active infinite;
  animation: 1s b-realtime-active infinite;
}
li.realtime.active > .picker--time .picker__button--clear:before {
  content: "▎▎";
  font-size: 1em;
  letter-spacing: -0.5em;
}
li.config-list > .picker--time .picker__button--clear:before {
  content: "\e817";
}
li.remove > .picker--time .picker__button--clear:before {
  content: "\e824";
}
.picker--time .picker__button--clear.close,
li.close > .picker--time .picker__button--clear {
  border: 0.0625em solid #005d51;
}
.picker--time .picker__button--clear.close:before,
li.close > .picker--time .picker__button--clear:before {
  content: "\e802";
}
li.prev .picker--time .picker__button--clear:before {
  content: "\e805";
}
li.next .picker--time .picker__button--clear:before {
  content: "\e806";
}
.picker--time .picker__button--clear li.login,
.picker--time .picker__button--clear li.logout,
.picker--time .picker__button--clear.access,
.picker--time .picker__button--clear.attach,
.picker--time .picker__button--clear.close,
.picker--time .picker__button--clear.document,
.picker--time .picker__button--clear.edit,
.picker--time .picker__button--clear.filter,
.picker--time .picker__button--clear.go,
.picker--time .picker__button--clear.map,
.picker--time .picker__button--clear.remove,
.picker--time .picker__button--clear.search,
.picker--time .picker__button--clear.select,
.picker--time .picker__button--clear.upload,
.picker--time .picker__button--clear.view,
li.close .picker--time .picker__button--clear,
li.export .picker--time .picker__button--clear,
li.filter-list .picker--time .picker__button--clear,
li.go .picker--time .picker__button--clear,
li.new .picker--time .picker__button--clear,
li.print .picker--time .picker__button--clear,
li.remove .picker--time .picker__button--clear,
li.save .picker--time .picker__button--clear,
li.search-list .picker--time .picker__button--clear,
li.test .picker--time .picker__button--clear {
  padding-left: 2.6em;
}
.picker--time .picker__button--clear li.login:before,
.picker--time .picker__button--clear li.logout:before,
.picker--time .picker__button--clear.access:before,
.picker--time .picker__button--clear.attach:before,
.picker--time .picker__button--clear.close:before,
.picker--time .picker__button--clear.document:before,
.picker--time .picker__button--clear.edit:before,
.picker--time .picker__button--clear.filter:before,
.picker--time .picker__button--clear.go:before,
.picker--time .picker__button--clear.map:before,
.picker--time .picker__button--clear.remove:before,
.picker--time .picker__button--clear.search:before,
.picker--time .picker__button--clear.select:before,
.picker--time .picker__button--clear.upload:before,
.picker--time .picker__button--clear.view:before,
li.close .picker--time .picker__button--clear:before,
li.export .picker--time .picker__button--clear:before,
li.filter-list .picker--time .picker__button--clear:before,
li.go .picker--time .picker__button--clear:before,
li.new .picker--time .picker__button--clear:before,
li.print .picker--time .picker__button--clear:before,
li.remove .picker--time .picker__button--clear:before,
li.save .picker--time .picker__button--clear:before,
li.search-list .picker--time .picker__button--clear:before,
li.test .picker--time .picker__button--clear:before {
  left: 0.6em;
  position: absolute;
}
.picker {
  width: 100%;
}
.picker__holder {
  outline: 0;
  position: absolute;
  background: #fff;
  border: 0.0625em solid #111;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  max-height: 0;
}
.picker--opened .picker__holder {
  max-height: 25em;
  border-top-width: 0.0625em;
  border-bottom-width: 0.0625em;
  -webkit-animation: 0.2s a-content-open cubic-bezier(0.5, 0, 0, 1) forwards;
  animation: 0.2s a-content-open cubic-bezier(0.5, 0, 0, 1) forwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transform-origin: 50% 0;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.1);
}
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__holder {
  background: #fafafa;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
.picker {
  outline: 0;
  right: 0;
}
ul.token-input-list {
  background-color: #fff;
  border: #8d8d8d solid 0.0625em;
  border-radius: 0;
  cursor: text;
  list-style-type: none;
  margin: 0;
  padding: 0.6rem 0.8rem;
  height: auto !important;
  width: 100%;
  overflow: hidden;
  z-index: 999;
}
ul.token-input-list:hover {
  border-color: #444;
}
ul.token-input-list li {
  list-style-type: none;
  vertical-align: top;
  margin: 0 0.1em 0.1em;
  padding: 0.3em 0.8em;
  padding-right: 2em;
  display: inline-block;
}
ul.token-input-list li input {
  background-color: #fff;
  border: 0 none;
  width: 350px;
  padding: 0;
  -webkit-appearance: caret;
}
ul.token-input-list li.token-input-input-token {
  padding: 0;
}
li.token-input-token {
  background-color: rgba(0, 116, 101, 0.05);
  border-radius: 0.3em;
  height: auto !important;
  cursor: default;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
li.token-input-token p {
  float: left;
  padding: 0;
  margin: 0;
}
li.token-input-token a.button {
  background-color: #005d51;
  color: #fff;
  border: none;
  font-size: 1em;
  margin: 0.1em 0 0.1em 0.1em;
}
li.token-input-token a.button:hover {
  background-color: #006659;
}
li.token-input-token a.button:active {
  background-color: #007465;
  color: #111;
}
li.token-input-token a.button[href^="tel:"]:before {
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  content: "\e825";
  font-size: 0.9em;
}
li.token-input-selected-token {
  background-color: #00685b;
  color: #fff;
}
.token-input-delete-token {
  padding: 0.4rem 0.6rem;
  line-height: 1em;
  cursor: pointer;
  top: 0;
  right: 0;
  position: absolute;
}
div.token-input-dropdown {
  background-color: #fff;
  border: #8d8d8d solid 0.0625em;
  font-size: 0.9em;
  cursor: default;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
div.token-input-dropdown p {
  margin: 0;
  padding: 0.4rem 0.8rem;
}
div.token-input-dropdown ul {
  margin: 0;
  padding: 0;
}
div.token-input-dropdown li {
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0.4rem 0.8rem;
}
div.token-input-dropdown li.token-input-dropdown-item {
  background-color: #e8e8e8;
}
div.token-input-dropdown li.token-input-dropdown-item2 {
  background-color: #fff;
}
div.token-input-dropdown li.token-input-selected-dropdown-item {
  background-color: #007465;
}
div.token-input-dropdown li em {
  font-weight: 700;
  font-style: normal;
}
.tox-tinymce {
  min-height: 80vh;
}
.tox-tinymce.tox-fullscreen {
  border-top: 0.0625em solid rgba(17, 17, 17, 0.16);
  width: 100vw;
  height: calc(100vh - 6.2rem) !important;
  top: 4rem !important;
}
.message-container {
  left: 0;
  right: 0;
  top: 0;
  position: -webkit-sticky;
  position: sticky;
  z-index: 999;
}
.message {
  background-color: #ffa;
  font-size: 1em;
  text-align: center;
  padding: 1rem 3rem;
  position: relative;
}
.message .close {
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  text-align: right;
  padding: 1rem;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  cursor: pointer;
}
.message h4 {
  display: none !important;
  visibility: hidden;
}
.message p {
  margin: 0;
}
.message a.close,
.message p {
  color: inherit;
}
.message.warning {
  background-color: rgba(255, 179, 179, 0.9);
  color: #0d0000;
}
.message.error {
  background-color: rgba(255, 83, 83, 0.9);
  color: #0d0000;
}
.message.error:before {
  color: inherit;
  font-family: icons;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline;
  text-decoration: none;
  text-align: center;
  width: 1em;
  margin-right: 0.5em;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  content: "\e80a";
  font-size: 1.5rem;
  margin: 0 0 0.25em;
  display: inline-block;
}
@media only screen and (min-width: 78.75rem) {
  .form-element {
    margin-bottom: 0.4rem;
  }
  :not(.compo)
    > .form-element:not(.checkbox):not(.radio):not(.file):not(.full-w)
    > label:not(.invalid) {
    text-align: right;
    margin-right: 1rem;
    width: 10rem;
    right: 100%;
    top: 1.1em;
    position: absolute;
  }
  button[class*=" b-"],
  button[class^="b-"] {
    top: 0;
  }
  body.user #container {
    margin-left: 14rem;
  }
  #sitemap {
    background-color: #fafafa;
    font-size: 1em;
    width: 14rem;
    top: 0;
    -webkit-animation: none !important;
    animation: none !important;
  }
  html.touch #sitemap {
    margin-left: -14rem;
    position: absolute;
  }
  html:not(.touch) body.user #sitemap {
    margin-left: 0;
  }
  html.panel-sitemap #sitemap {
    margin-left: -14rem;
  }
  body.user #footer {
    left: 14rem;
    top: auto;
  }
  html.panel-sitemap #container {
    position: relative;
  }
  html.panel-sitemap #center:after {
    content: none;
  }
  html.panel-sitemap #footer {
    display: block;
  }
  html.panel-top body.user #main {
    margin-left: 0;
  }
  .nav-header li[class*="icon-"] a {
    padding-left: 2.6em;
  }
  .nav-header li.menu {
    display: none;
  }
  .nav-header li:not(.logo) a span {
    display: inline;
  }
  .nav-header a:before {
    font-size: 1.1em;
  }
  .nav-categories ul,
  .nav-filter ul,
  .nav-form ul {
    background-color: transparent;
    border: none;
  }
  .nav-categories li,
  .nav-filter li,
  .nav-form li {
    display: inline-block;
  }
  .nav-categories li.active,
  .nav-filter li.active,
  .nav-form li.active {
    display: inline-block;
  }
  .nav-categories li.active a,
  .nav-filter li.active a,
  .nav-form li.active a {
    border-color: #444;
  }
  .nav-categories li.active a:before,
  .nav-filter li.active a:before,
  .nav-form li.active a:before {
    content: none;
  }
  .nav-categories a,
  .nav-filter a,
  .nav-form a {
    border: transparent solid 0.0625em;
    padding-left: 0.8rem;
    padding-right: 0.8rem;
    min-width: initial;
    display: inline-block;
  }
  .nav-categories.expanded ul,
  .nav-filter.expanded ul,
  .nav-form.expanded ul {
    box-shadow: none;
  }
  .nav-categories.expanded li,
  .nav-filter.expanded li,
  .nav-form.expanded li {
    display: inline-block;
  }
  .nav-categories.expanded li + li,
  .nav-filter.expanded li + li,
  .nav-form.expanded li + li {
    border: none;
  }
  .nav-form a {
    font-size: 0.9em;
  }
  html:not(.touch) body.user .nav-footer {
    display: inline-block;
  }
  .tox-tinymce {
    min-height: 80vh;
  }
  .tox-tinymce.tox-fullscreen {
    width: calc(100vw - 14rem) !important;
  }
}
@media only screen and (max-width: 60rem) {
  .nav-categories a,
  .nav-filter a,
  .nav-form a {
    font-size: 1em;
  }
  .nav-header li:not(.logo) .image-title {
    display: none !important;
    visibility: hidden;
  }
  .nav-list a {
    min-width: initial;
  }
  #user p {
    display: none !important;
    visibility: hidden;
  }
  #modal-container button {
    margin: 0.3em 0 0;
  }
  .button,
  button {
    min-width: initial;
  }
  .button.delete:not(.big),
  .nav-actions > ul > li:not(.save) > .button:not(.big),
  .nav-actions > ul > li:not(.save) > button:not(.big),
  button.delete:not(.big),
  li.delete .button:not(.big),
  li.delete button:not(.big) {
    text-indent: 4em;
    padding: 0;
    width: 2.4em;
    min-width: initial;
    height: 2.4em;
    overflow: hidden;
  }
  .button.delete:not(.big):before,
  .nav-actions > ul > li:not(.save) > .button:not(.big):before,
  .nav-actions > ul > li:not(.save) > button:not(.big):before,
  button.delete:not(.big):before,
  li.delete .button:not(.big):before,
  li.delete button:not(.big):before {
    font-size: 1.6em;
    line-height: 1.6em;
    text-indent: 0;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
  }
  li.save .button,
  li.save button {
    padding-left: 0.8rem;
  }
  li.save .button:before,
  li.save button:before {
    content: none;
  }
}
@media only screen and (max-width: 48rem) {
  #main {
    margin-left: 0;
    padding-bottom: 0;
  }
  .nav-categories ul,
  .nav-filter ul,
  .nav-form ul {
    display: block;
  }
  article.login form .remind-links a {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    display: block;
  }
  .button.big,
  button.big {
    text-align: center;
    width: 100%;
    display: block;
  }
}
