:root {
  --theme-1: #05141e;
  --theme-2: #1b7693;
  --theme-3: #a0da76;
  --theme-4: #ffffff;
  --theme-5: #e2e9f2;
  --theme-apoio-light-1: #3b8fa3;
  --theme-apoio-light-2: #7cbdc4;
  --theme-apoio-light-3: #c3e0e2;
  --theme-apoio-dark-1: #18407d;
  --theme-apoio-dark-2: #1b3550;
  --theme-apoio-dark-3: #0f2335;
  --color-D: #ff0000;
  --color-I: #eab200;
  --color-S: #00b050;
  --color-C: #0070c0;
}
@font-face {
  font-family: 'OpenSansCondensed';
  src: url('/public/css/OpenSans_Condensed-Regular.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'OpenSansCondensedBold';
  src: url('/public/css/OpenSans_Condensed-Bold.ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Wingdings3';
  src: url('/public/css/WINGDNG3.ttf');
}
button * {
  pointer-events: none;
}
input::placeholder {
  transition: opacity 250ms 100ms ease-in-out;
}
input:focus::placeholder {
  opacity: 0;
}
dialog {
  border: 1px solid #AAA;
  border-radius: 5px;
}
dialog button.close {
  position: absolute;
  top: 3px;
  right: 3px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
dialog button.close:hover {
  filter: brightness(120%);
}
dialog button.close:active {
  transform: scale(0.9);
}
dialog button.close img {
  height: 30px;
}
.reset-link-style {
  text-decoration: none;
  color: inherit;
}
.button-88 {
  font-weight: 500;
  font-size: 16px;
  padding: 0.7em 1.1em 0.7em 1.1em;
  color: #000;
  /* background: #ad5389; */
  background: linear-gradient(0deg, var(--theme-3) 0%, #66f771 100%);
  border: none;
  box-shadow: 0 0.7em 1.5em -0.5em #14a73e98;
  letter-spacing: 0.05em;
  border-radius: 20em;
  cursor: pointer;
  user-select: none;
  /* touch-action: manipulation; */
}
.button-88:hover {
  box-shadow: 0 0.5em 1.5em -0.5em #14a73e98;
  filter: brightness(105%);
}
.button-88:active {
  box-shadow: 0 0.3em 1em -0.5em #14a73e98;
  filter: brightness(110%);
}
.button-88:disabled {
  filter: grayscale(100%);
}
.button-1 {
  /* width: 60px; */
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  margin: 2px 2px;
  padding: 5px 10px;
  user-select: none;
  -webkit-user-select: none;
}
.button-1:hover {
  box-shadow: 0 0.3em 1em -0.5em #14a73e98;
  filter: brightness(110%);
}
.table-1 {
  border-collapse: collapse;
  margin: auto;
  text-align: center;
}
.table-1 thead {
  font-weight: 700;
  background-color: #FFF;
}
.table-1 tbody tr:nth-child(odd of :not(.hide)) {
  background-color: var(--theme-5);
}
.table-1 tbody tr:nth-child(even of :not(.hide)) {
  background-color: var(--theme-4);
}
.table-1 td {
  border: 1px solid #AAA;
  padding: 2px 4px;
  line-height: 1.3;
}
#logoDiv {
  height: 38px;
  padding-top: 9px;
  background-color: var(--theme-apoio-dark-3);
}
#logoDiv img {
  width: 140px;
}
#logoMiniDiv {
  height: 45px;
  /* padding-top: 9px; */
  /* background-color: var(--theme-apoio-dark-3); */
  border-bottom: solid 2px var(--theme-apoio-dark-3);
}
#logoMiniDiv img {
  width: 135px;
}
#copyrightDiv {
  margin: 36px;
  text-align: center;
  font-family: OpenSansCondensed;
}
#copyrightDiv div {
  font-size: 11px;
}
body:not(.is-admin) .admin-only {
  display: none;
}
