* {
  box-sizing: border-box;
}


.path_despesas {
  fill: #46c7ff !important;
  stroke: #088ec7;
  stroke-width: 4px;
  fill-opacity: 1;
}

.full_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(53, 53, 53, 0.9);
    height: 100vh;
    width: 100%;
    display: none;
}

.full_overlay #map_container {
  width: 70%;
  max-width: 900px;
  height: 30%;
  margin: 0 auto;
  margin-top: 1%;
  display: table;
}

#map_details_despesas {
  background: #f9f9f9;
  position: absolute;
  top: 50px;
  left: 50px;
  border-top: 5px solid #2ac87d;
  padding: 20px;
}

.overlay_close {
  font-size:30px;
}

.text-green {
  font-weight: bold;
  color: green;
}

.text-red {
  font-weight: bold;
  color: red;
}

.text-blue {
  font-weight: bold;
  color: #20c2ff;
}

.box-wrapper {
  width: 100%;
  display: flex;
  background-color: #fff;
  min-height: 110px;
}

.box-panel {
  background: #fff;
  display: flex;
  width: 100%;
}

.box-panel .icon {
  width: 30%;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 35px;
  align-items: center;
}

.box-panel .icon i {
    display: table-cell;
    vertical-align: middle;
}

.box-panel .orange {
  background-color:#fd8964;
}

.box-panel .color-orange {
  color: #fd8964;
}

.box-panel .blue {
  background-color:#56bdde;
}

.box-panel .color-blue {
  color: #56bdde;
}

.box-panel .purple {
  background-color:#b598db;
}

.box-panel .color-purple {
  color:#b598db;
}

.box-panel .cyan {
  background-color:#6fc6bd;
}

.box-panel .color-cyan {
  color:#6fc6bd;
}

.box-panel .wrap-text {
  display: table;
  width: 70%;
  height: 100%;
}

.box-panel .text {
    padding: 0 30px;
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

.box-panel .text h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  margin:0;
  padding: 0;
}

.box-panel .text p {
  padding: 0;
  margin: 0;
  font-size: 35px;
  color:#c6c6c6;
  font-weight: bold;
  letter-spacing: -1px;
}

.none {
  display:none;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(50, 53, 60, 0.83);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  text-align: center;
  display: flex;
  align-items: center;
  top: 0;
}

.spinner {
  color: #fff;
  font-size: 20px;
}

.overlay:before {
    content: "\f110";
    font: normal normal normal 14px/1 FontAwesome;
    color:#fff;
    display: flex;
    margin: 0 auto;
    font-size:60px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(238, 236, 230, 0.85);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  text-align: center;
  display:none;
  align-items: center;
  top: 0;
}

.loading:before {
  position: absolute;
  width: 100%;
  text-align: center;
  content: "\f110";
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-size: 60px;
  color: #363942;
}

#parceiros_multiplos_list input,
#parceiros_multiplos_list select {
  width:100%;
}

#map_multiple_wrapper {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.34);
  z-index: 9999;
  height: 100%;
}

#map_multiple_content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}

#map_multiple_box {
  margin: 0 auto;
  display: table;
  background: #fff;
  padding: 30px;
  border-radius: 4px;
  max-width: 670px;
}

#map_container {
  position: relative;
}

#map_content {
  position: absolute;
  display: none;
  background-color: rgba(238, 238, 238, 0.97);
  box-shadow: 0px -5px 30px rgba(0, 0, 0, 0.20);
  color: #000000;
  border: 1px solid #cecece;
  padding: 20px 12px;
  border-radius: 2px;
  z-index: 9999;
  display: none;
  max-width: 550px;
  min-width: 235px;
  font-size: 12px;
  margin-bottom: 30px;
}

#map_content hr {
  margin: 10px 0;
}

#map_content.to_right:before {
  content: '';
  top: 7px;
  left: -10px;
  position: absolute;
  border-right: 10px solid #eee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 9999;
}

#map_content.to_left:after {
  content: '';
  top: 7px;
  right: -10px;
  position: absolute;
  border-left: 10px solid #eee;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 9999;
}

#map_content div.modal-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

#map_content div.modal-title:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 3px;
  background: #219c62;
  bottom: -2px;
}

#map_content_form select,
#map_content_form input[type="text"],
#map_multiple_form select,
#map_multiple_form input[type="text"],
#map_content input[type="text"],
#map_content select {
  width: 100%;
  max-width: 100%;
}

#map_content p {
  margin:0;
}

#map_container #map_controls {
  position: absolute;
  left: 15px;
  top: 15px;
  width: 29px;
}

#map_container #map_controls div {
    color: #2ac87d;
    font-size: 30px;
    background: #ffffff;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    border: 2px solid #ccc;
    display: table;
    margin-bottom: 5px;
}

#map_modal_neighbors select,
#map_modal_neighbors input {
  width: 100%;
}

#map_modal_neighbors_wrapper {
  display: none;
  position: absolute;
}

#map_modal_neighbors_buttons {
    text-align: right;
}

#map_modal_neighbors_buttons button {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 15px;
}

#map_modal_neighbors {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 8px;
  border: 1px solid #dedede;
  border-top: 4px solid #2ac87d;
  border-radius: 2px;
  z-index: 9999;
  width:150px;
}

#bar_percent {
  width:100%;
  height:5px;
  background-color: #d8d8d8;
}

.subtitle {
  float: right;
  padding: 0 20px 0 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}

.subtitle.venda:before,
.subtitle.reservado:before,
.subtitle.vendido:before,
.subtitle.pendente:before,
.subtitle.finalizado:before,
.subtitle.ght:before,
.subtitle.parceiros:before,
.subtitle.parceria:before {
  content: attr(data-quantidade);
  position: absolute;
  width: 22%;
  text-align: center;
  left: 0;
  height: 100%;
  color: #fff;
}

.loteamento_status {
  padding:3px 5px;
  color:#fff;
  margin-right:3px;
  font-size: 12px;
  border-radius:2px;
}

.loteamento_status_default {
  background-color:#ccc
}

.loteamento_status_1 {
  background: #f1c50e;
}

.loteamento_status_2 {
  background: #2ac87d;
}

.loteamento_status_3 {
  background: #2ac87d;
}

.loteamento_status_4 {
  background: #6bd9ff;
}

.loteamento_status_5 {
  background:#ff6b6b;
}

span.required {
  font-weight: bold;
  color: red;
}

.subtitle.venda:before {
  background-color: #2ac87d;
}

.subtitle.reservado:before {
  background-color: #6bd9ff;
}

.subtitle.vendido:before {
  background-color: #ff6b6b;
}

.subtitle.pendente:before {
  background-color: #f1c50e;
}

.subtitle.finalizado:before {
  background-color: #2ac87d;
}

.subtitle.ght:before {
  background-color: #ff944a;
}

.subtitle.parceria:before {
  background-color: rgb(0, 155, 255);
}

.subtitle.parceiros:before {
  background-color: #00a73f;
}

div#mapa {
  display:none;
}

label {
  margin-right: .5rem;
}

span.status_label {
  background-color: #828282;
  padding: 3px 8px;
  color: #fff;
  font-weight: bold;
}

.status_label[data-status='3'] {
  background-color: #2ac87d;
}

.status_label[data-status='4'] {
  background-color: #32a3ca;
}

.status_label[data-status='5'] {
  background-color: #f73131;
}

#map {
  border: 2px solid #dedede;
}

label:has( input[type="checkbox"]:disabled ) {
  font-weight:bold;
  background-color:#000;
}

.controls {
  position: absolute;
  display:grid;
  left: 20px;
  top: 20px;
}

#zoom-in,
#zoom-out,
#zoom-reset {
  background-color: #fff;
  color: #18bd6f;
  border-radius: 10px;
  padding: 10px 10px;
  border: 2px solid #dedede;
  outline: 0;
  margin-bottom: 6px;
}

#zoom-in:hover,
#zoom-out:hover,
#zoom-reset:hover {
  background-color: #18bd6f;
  color: #fff;
  border-color: #1ca062;
}

.grab {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.grabbing {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

svg {
  max-width:100%;
  max-height:100%;
}

svg path {
    position: relative;
    fill: #d2d2d2;
}

svg path[data-type="lote"],
svg path[data-type="area_verde"],
svg path[data-type="area_preservacao"],
svg path[data-type="institucional"] {
  cursor: pointer;
}

svg path.selected {
    fill: rgba(50, 151, 219, 0.6);
}

.pendente {
  fill: #f1c50e;
}

.finalizado {
  fill: #2ac87d;
}

.text_numero_lote {
  text-shadow: 3px 1px 1px rgba(0, 0, 0, 0.2);
  letter-spacing: -0.4px;
}

#map {
  position: relative;
}

svg path.area_verde {
  fill:#a2d40d !important;
}

svg path.area_preservacao {
  fill:#1da500 !important;
}

svg path.institucional {
  fill: #ff6e3d !important;
}

svg path.lote_avenda {
  fill: #2ac87d;
}

svg path.lote_reservado {
  fill: #6bd9ff;
}

svg path.lote_vendido {
  fill: #ff6b6b;
}

svg path.indisponivel {
  fill: #de0000;
}

svg path.no_id {
  fill: #ffbdbd4d;
  stroke: #ff8b8b;
}

svg path.duplicate {
  fill: #ff5d5d;
}

svg path.reservado_parceiros {
  fill: #0073c5;
}

.table-seller,
.table-seller td {
  padding: 3px;
}

svg path.m_selectable {
  fill: #a9dcff !important;
}

svg path.m_selected {
  fill: rgb(98, 191, 255) !important;
}

svg path.clear_path {
  fill: rgb(224, 224, 224);
}

svg path.v_selected {
  fill: rgb(243, 224, 0);
}

svg path.child_selected {
  fill: rgb(142, 197, 255);
}

svg path.child_db_selected {
  fill: rgb(44, 147, 255);
}

#map.active {
  border-color: #2ac87d;
}

#map.moused {
  border-color: #f1c50e;
}

#vizinhos_fundo input,
#vizinhos_esquerda input,
#vizinhos_direita input {
  width:33% !important;
}

#vizinhos_fundo_multiplos input,
#vizinhos_esquerda_multiplos input,
#vizinhos_direita_multiplos input {
  width:42% !important;
}

#div_curvas select {
  width: 100% !important;
}

#div_curvas input,
#div_curvas_multiplos input {
  width: 50% !important;
}

div.button_help{
  justify-content: flex-end;
  align-items: center;
  display: flex;
  font-size: 25px;
  color: #20c2ff;
}
div.button_help i:hover{
  cursor: pointer;
}

input#search{
  width: 80%;
}
div.search_filter{
  align-items: flex-end;
  display: flex;
  margin-top: 10px;
}

span.nao_informado{
  color: #a5a5a5;
  font-style: italic;
}

span.info_obs{
  display:none;
}

