.remote-control-technical-only-hidden
{
  display: none;
}
.irrigating-irrigationshed
{
  border: 3px solid #0000ff;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  height: 22px;
  width: 22px;
}
.flowing-flowmeter
{
  border: 3px solid #3388ff;
  -webkit-border-radius: 30px;
  height: 28px;
  width: 28px;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate
{
  0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
  50% {opacity: 1.0;}
  100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}

.jsPanelRemoteControl
{
  background-clip: padding-box;
  background-color: transparent;
  border: 2px solid #00000033;
  box-shadow: 0 1px 5px #00000066;
  max-width: 100%;
}
.jsPanelRemoteControl .jsPanel-content
{
  background-color: #FFFFFFD2;
}
.jsPanelRemoteControl .jsPanel-headerbar
{
  background-color: #A9A9A9D2;
}
.remote-control-info
{
  min-width: 220px !important;
  border-top: none;
  line-height: 1.1;
  font-size: 11px;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color:
  rgba(255,255,255,0.85) !important;
  box-shadow: 0 1px 5px
  rgba(0,0,0,0.4);
  background-clip: padding-box !important;
  border-radius: 5px !important;
}