.leaflet-control-dialog {
  position: absolute;
  background-color: rgba(255,255,255,0.0);
  padding: 0px;
  text-align: left;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.0);
}

.leaflet-control-dialog .leaflet-control-dialog-inner {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: 100%;
  height: 100%;
  padding: 0;
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-grabber {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: 0px;
  left: 0px;
  padding: 3px;
  font-size: 1em;
  line-height: 1em;
  color: #ccc;
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-grabber:hover {
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-close {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  top: 0px;
  right: 0px;
  padding: 2px;
  font-size: 1em;
  line-height: 1em;
  color: #666;
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-close:hover {
  cursor: pointer;
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-contents {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-contents > form > input[type=text] {
  box-sizing: border-box;
  width:70%;
  color: rgba(38,109,0,1.0);
  font-size: 1.2em;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(82,166,37,1.0);
  padding: 4px 6px 4px 6px;
  background-color: rgba(255,255,255,1.0);
}
.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-contents > form > input[type=button] {
  box-sizing: border-box;
  width:20%;
  color: rgba(38,109,0,1.0);
  font-size: 1.2em;
  font-weight: bold;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(82,166,37,1.0);
  padding: 4px 6px 4px 6px;
  background-color: rgba(255,255,255,1.0);
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-resizer {
  position: absolute;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  bottom: 0px;
  right: 0px;
  padding: 2px;
  font-size: 1em;
  line-height: 1em;
  color: #ccc;
}

.leaflet-control-dialog
  .leaflet-control-dialog-inner
  .leaflet-control-dialog-resizer:hover {
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.fa-rotate-45 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
