:root {
  --navbar-height: 50px;
}

label {
  margin-right: 1em;
  margin-bottom: 0;
  position: relative;
  top: -3px;
  margin-bottom: 0 !important;
}

body {
  margin: 0;
}

#tooltip h1 {
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}

#tooltip h2 {
  margin: 0;
  padding: 0;
  font-size: 0.5em;
}

#map {
  width: 100vw;
  height: calc(100vh - var(--navbar-height));
}

#tooltip {
  position: absolute;
  background: white;
  margin: 5px;
  padding: 4px;
  font-family: sans;
}

.quadra-thumb {
  display: inline-block;
  width: 50%;
  height: 40vh;
  font-size: 1em;
}

#quadra-map,
#polo-map {
  height: 600px;
  width: 100%;
}

.field {
  margin-bottom: 0.5em;
}

.number-input {
  width: 4em;
}

.navbar {
  height: var(--navbar-height);
  padding: 0 1em 0 1em;
  margin: 0;
}

.logo {
  font-weight: 700;
  margin-right: 1em;
}

.header-link {
  padding: 0.2em;
  font-weight: 700;
}

.header-link:hover {
  color: theme-color('urgent');
}

.user-interaction li {
  padding: 0.5em;
  font-size: 0.8em;
}

#lote-map {
  height: 500px;
}

.observacoes {
  min-height: 10em;
}

.bgGray {
    background-color: #E7E6E6;
}

.bgRed {
    background-color: #EA062A;
}

.bgOrange {
    background-color: #F3431C;
}

.bgOrangeTwo {
    background-color: #F76443;
}

.bgPink {
    background-color: #FE9C86;
}

.bgPinkTwo {
    background-color: #FFC8BC;
}

.bgBlue {
    background-color: #10C0EA;
}

.bgBlueBaby {
    background-color: #67D1EA;
}

.bgBlueTwoUsos {
    background-color: #ABE2EF;
}

.bgBlueDark {
    background-color: #075669;
}

.bgBlueLessDark {
    background-color: #0C84A1;
}
.bgBlueTwo {
    background-color: #13A9CD;
}

.bgBlueThree {
    background-color: #6AD0E8;
}

table .fix-top-gray {
  position: sticky;
  top: 190px;
  background-color: #E7E6E6;
}

table .fix-head-gray {
  position: sticky;
  top: 140px;
  background-color: #E7E6E6;
}

table .fix-top-red {
  position: sticky;
  top: 190px;
  background-color: #EA062A;
}

table .fix-top-white {
  position: sticky;
  top: 190px;
  background-color: white;
}

table .fix-top-orange {
  position: sticky;
  top: 190px;
  background-color: #F3431C;
}

table .fix-head-search {
  position: sticky;
  top: 60px;
  background-color: #F3431C;
}

table .fix-head-orange {
  position: sticky;
  top: 140px;
  background-color: #F3431C;
}

table .fix-top-orangeTwo {
  position: sticky;
  top: 190px;
  background-color: #F76443;
}

table .fix-top-pink {
  position: sticky;
  top: 190px;
  background-color: #FE9C86;
}

table .fix-top-pinkTwo {
  position: sticky;
  top: 190px;
  background-color: #FFC8BC;
}

table .fix-top-blue {
  position: sticky;
  top: 190px;
  background-color: #10C0EA;
}

table .fix-head-blue {
  position: sticky;
  top: 140px;
  background-color: #10C0EA;
}

table .fix-top-blueBaby {
  position: sticky;
  top: 190px;
  background-color: #67D1EA;
}

table .fix-top-blueTwoUsos {
  position: sticky;
  top: 190px;
  background-color: #ABE2EF;
}

table .fix-top-blueDark {
  position: sticky;
  top: 190px;
  background-color: #075669;
}

table .fix-head-blueDark {
  position: sticky;
  top: 140px;
  background-color: #075669;
}

table .fix-top-blueLessDark {
  position: sticky;
  top: 190px;
  background-color: #0C84A1;
}

table .fix-top-blueThree {
  position: sticky;
  top: 190px;
  background-color: #6AD0E8;
}