#table-container.hidden {
    display: none;
}

.leaflet-hidden {
	display: none;
}

th.download-control {
    width: 10px !important;
}

td.download-control {
	color: #333;
}

td.download-control:hover {
	color: #858796;
}

.btn-group.hidden {
	display: none;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.columns label {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
}

.bars {
    position: relative;
    line-height: 34px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.icon-active {
  background-color: #ffc !important;
}

.icon-edition {
  cursor: pointer;
  background-image: url(images/smart-home.png) !important;
  width: 44px !important;
  height: 44px !important;
}

.ruler-map {
  cursor: crosshair !important;
}

.total-popup {
  width: auto !important;
  height: auto !important;
  padding-left: 15px;
  margin-top: -10px !important;
  background-color: transparent;
}

.total-popup-content {
  padding: 1px 7px;
  background-color: #4d90fe;
  border-radius: 8px;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.total-popup-content .poly-close {
display: none;
}

.total-popup-content .poly-close:hover {
  opacity: 0.7;
}

.total-popup-content:hover .poly-close {
  display: inline;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
}

.total-popup-content svg {
  width: 15px;
  height: 10px;
  position: relative !important;
  top: 0px !important;
  left: 5px !important;
}

.total-popup-content svg path {
  stroke: white;
  fill: transparent;
  stroke-linecap: round;
  stroke-width: 7;
}

.total-popup-content svg:hover {
  opacity: 0.7;
}

.total-popup-content svg:active {
  opacity: 0.3;
}

.total-popup-label {
  padding: 0px;
  padding-top: 10px;
  background-color: transparent;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  color: #4d90fe;
  font-weight: bold;
  font-size: 10px;
  white-space: nowrap;
}

.node-label {
  top: -25px !important;
}

.azimut {
  color: blue;
  text-shadow: 1px 1px 0px white;
  font-size: 13px;
  font-weight: normal;
}

.azimut-final {
  text-shadow: none;
  font-weight: bold;
}

/* === CONTROL === */
.leaflet-control-edition-button {
    background-image: url("images/swipe-mode.svg");
}

.leaflet-control-edition-layer-selector-open {
    width: 300px;
    height: 100px;
    background-color: #fafafa;
}

.leaflet-control-edition-layer-selector-open > a {
    display: none;
}

/* Layer Selector Exit bar */
.leaflet-control-edition-exit-bar {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    height: 20px;
}

.leaflet-control-edition-exit-bar > a {
    text-decoration: none;
    color: black;
    cursor: pointer;
}

/* Layer selector container */
.leaflet-control-edition-layer-selector-container {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.leaflet-control-edition-layer-picker-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
    padding: 5px;
    justify-content: center;
    flex-wrap: nowrap;
}

.leaflet-control-edition-layer-selector-container > button {
    width: 100%;
}

.leaflet-control-edition-layer-selector-box {
    display: flex;
    flex-direction: column-reverse;
    gap: 3px;
    flex-grow: 1;
}

.leaflet-control-edition-layer-selector-box > select {
    width: 100%;
    height: 25px;
}