.btn-perso
{
  border-radius: .2rem;
  font-size: 85%;
  line-height: 1.4;
  padding-top: 3px;
}
.input-polygon
{
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 85%;
  height: 28px;
  width: 50%;
}
.input-parcel
{
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 85%;
  height: 28px;
  width: 50%;
}
.labeltext
{
  font-size: 85%;
}
.select-province
{
  font-size: 75%;
  height: 20px;
}
.select-town
{
  font-size: 75%;
  height: 20px;
}
/* Modo catastro */
.jsPanelCadastre
{
  background-clip: padding-box;
  background-color: transparent;
  border: 2px solid #00000033;
  box-shadow: 0 1px 5px #00000066;
}
.jsPanelCadastre .jsPanel-content
{
  background-color: #FFFFFFD2;
}
.jsPanelCadastre .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
  font-size: 50% ;
}
.cadastre-date
{
  position: absolute;
  z-index: 9999;
  top: 5%;
  opacity: 0.6;
}
.cadastre-date > input
{
  font-weight: bold;
}
.cadastre-right-selector
{
  left: 52%;
}
.cadastre-left-selector
{
  left: 42%;
}