.js-Panel-painting-config
{
  background-clip: padding-box;
  background-color: #00000000;
  border: 2px solid #00000033;
  border-radius: .25rem;
  box-shadow: 0 1px 5px #00000066;
}

.js-Panel-painting-config .jsPanel-content
{
  background-color: #FFFFFFD2;
  font-size: 80%;
  padding: 10px;
}

.js-Panel-painting-config .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50%;
}
#bodyPaintingConfig
{
  background-color: #fff;
  border: outset;
  border-color: grey;
  color: #000;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;

}
#bodyPaintingTextConfig
{
  border-bottom-style: dotted;
  border-color: black;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  padding-left: 5px;
}
.leaflet-tooltip-text-area
{
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.leaflet-tooltip-text-area::before
{
  border-left-color: #0000;
  border-right-color: #0000;
  margin-left: 0;
  margin-right: 0;
}
