@import "../libs/fontawesome/css/all.min.css";
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v9/pxiEyp8kv8JHgFVrJJfedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v9/pxiByp8kv8JHgFVrLEj6Z1xlEA.ttf) format('truetype');
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family: Poppings, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 0.8rem;
}
sub,
sup {
  position: relative;
  font-size: 0.75rem;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: blue;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0000b3;
  text-decoration: underline;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]) :hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #666;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inhekrit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
form.container {
  display: flex;
  flex-flow: column;
}
.form-500 {
  width: 500px;
  margin: auto;
}
.form-500 .cell {
  max-width: 500px;
}
.form-600 .cell {
  max-width: 600px;
}
.form-700 .cell {
  max-width: 700px;
}
.form-800 .cell {
  max-width: 800px;
}
.cell {
  display: flex;
  flex-flow: column;
  padding: 1rem;
  position: relative;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 2px 2px rgba(102, 102, 102, 0.3);
}
.cell label {
  font-size: 0.75rem;
  color: #666;
  margin-bottom: 0.25rem;
  padding-inline-start: 0.25rem;
}
.cell input {
  border-radius: 2px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  padding: 0.2rem 0.5rem;
}
.checkbox .unchecked {
  visibility: hidden;
  color: #bbb;
}
.checkbox:hover .unchecked {
  visibility: visible;
}
.checkbox .checked {
  color: #0f4c81;
}
#app nav {
  max-width: 240px;
  width: 240px;
  height: 100vh;
  background-color: #008080;
  position: relative;
  box-shadow: 3px 0 2px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-flow: column;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0.5rem 0 0 0;
  transition: margin-left 0.2s ease-in-out;
}
#app nav.hide {
  display: none;
}
#app nav.collapsed {
  margin-left: -240px;
  box-shadow: 0px 0 0px rgba(0, 0, 0, 0.3);
}
#app nav header {
  padding: 0.5rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#app nav header title {
  flex: 1;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  font-size: 1.2rem;
  display: none;
}
#app nav header .menutoggle,
#app nav header .printbutton {
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  width: 1rem;
  color: #fff;
  position: absolute;
  right: -30px;
  background-color: #008080;
  padding: 1rem;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 2px 0px 2px rgba(0, 0, 0, 0.3);
}
#app nav header .menutoggle .fa-1-5x,
#app nav header .printbutton .fa-1-5x {
  font-size: 1.5rem;
}
#app nav header .printbutton {
  top: 4.5rem;
  background: #6f6f6f;
}
#app nav header .logo {
  margin: 1rem auto;
  width: 200px;
  height: 200px;
  background-image: url(/img/smartmeteo_256.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90%;
  background-color: #fff;
  border-radius: 10px;
}
#app nav footer {
  justify-self: flex-end;
  background-color: #fff;
  height: 55px;
  margin-top: auto;
  background-image: url(/img/logo-partners.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#app nav a.nav-link {
  color: #f7f7f7;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  white-space: nowrap;
  padding: 0.5rem 1rem;
}
#app nav a.nav-link:hover,
#app nav a.nav-link:focus,
#app nav a.nav-link:active {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.scrollable {
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #008080 #ccc;
}
.scrollable::-webkit-scrollbar {
  width: 7px;
}
.scrollable::-webkit-scrollbar-thumb {
  background: #008080;
}
.h-scrollable {
  width: 100%;
  overflow-y: auto;
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #008080 #ccc;
}
.h-scrollable::-webkit-scrollbar {
  height: 7px;
}
.h-scrollable::-webkit-scrollbar-thumb {
  background: #008080;
}
.cell {
  background-color: #fff;
}
.bulletins > section {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(300px, auto));
  grid-gap: 5px 20px;
  margin: 1rem;
  padding: 3rem;
}
.bulletins article {
  background-color: #3fa732;
  cursor: pointer;
  border-radius: 0;
  border: 1px solid #ccc;
  box-shadow: 0 0 3px #ccc;
  display: flex;
  flex-flow: column nowrap;
  color: #fff;
  font-weight: bold;
}
.bulletins article .body {
  padding: 0.5rem;
}
.bulletins article .body label {
  font-weight: 500;
}
.bulletins article footer {
  margin-top: auto;
  background-color: #027b31;
  padding: 0 0.5rem;
}
.bulletins article h1,
.bulletins article h2,
.bulletins article h3,
.bulletins article h4,
.bulletins article h5 {
  margin-bottom: 0;
}
.bulletins article time {
  font-size: 0.8rem;
}
.bulletin {
  font: 16px/1.6 "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.bulletin p {
  margin: 0;
  font-size: 1em;
  word-break: break-word;
}
.bulletin header {
  background-color: #f7f7f7;
}
.bulletin article {
  background-color: #fff;
  width: calc(100% - 30px);
  max-width: 21cm;
  margin: auto;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
  padding: 0.5cm 1cm 1cm;
  color: #414042;
  margin-bottom: 2rem;
}
.bulletin article img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 50px;
}
.bulletin article figcaption {
  font-size: 0.8rem;
}
.bulletin article figure {
  display: table;
  clear: both;
  text-align: center;
  margin: 1em auto;
}
.bulletin article table {
  margin: 1em auto;
  display: table;
}
.bulletin article table td {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 5.6px;
  word-break: initial !important;
}
.bulletin article table td p {
  word-break: initial !important;
  line-height: normal;
}
.text-big {
  font-size: 1.4em;
}
@media screen and (max-width: 1000px) {
  .bulletins,
  .bulletin {
    min-width: 100vw;
  }
  figure.table {
    width: 100%;
    overflow-x: scroll;
    display: block !important;
  }
  figure.table table {
    width: 21cm;
  }
}
@media screen and (max-width: 21cm) {
  .bulletin article {
    margin-bottom: 2rem;
  }
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype');
}
#app {
  width: 100vw;
  height: 100vh;
  background-color: #f7f7f7;
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
}
#app > section {
  flex: 1;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
#app > section header {
  display: grid;
  grid-template-columns: 40px 1fr auto;
  grid-template-rows: auto auto;
  padding: 1.5rem 30px 0 0px;
  border-bottom: 1px #ddd solid;
}
#app > section header .searchbar {
  grid-column-start: 3;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: stretch;
  border-radius: 30px;
  padding: 0 1rem;
  border: 1px solid #999;
  background-color: white;
}
#app > section header .searchbar i {
  color: #666;
}
#app > section header .searchbar input {
  border: none;
  background: inherit;
}
#app > section header .searchbar input:focus {
  outline: none;
}
#app > section header .menutoggle,
#app > section header .printbutton {
  grid-row: 1 / -1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#app > section header h2 {
  margin: 0;
  padding: 0;
  grid-column-start: 2;
  grid-column-end: 2;
}
#app > section header .views {
  grid-column-start: 2;
  grid-column-end: -1;
}
#app > section header .views .btn {
  padding: 0.5rem 1rem;
  border-radius: 0;
  font-weight: 300;
}
#app > section header .views .btn.active {
  border-bottom: 2px solid #008080;
  color: #008080;
  font-weight: 500;
}
#app h1,
#app h2,
#app h3,
#app h4,
#app h5,
#app h6 {
  color: #333;
  font-weight: 500;
}
#app .guests section {
  padding: 2rem;
}
div.center {
  margin: auto;
}
.bulletins {
  display: grid;
}
body,
html {
  position: fixed;
}
@media only print {
  nav {
    display: none !important;
  }
  body,
  html {
    position: static !important;
  }
  .bulletin > header {
    display: none !important;
  }
  .bulletin article {
    box-shadow: none;
  }
  #app {
    height: auto !important;
    background-color: #fff !important;
  }
  @page {
    margin: 0;
  }
}
