.rotaryswitchPlugin {
    width: 135px;
    height: 135px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    margin: 30px;
    margin-top: 37px;
    -webkit-box-shadow: 0 0.2em 0.1em 0.05em rgba(0, 0, 0, 0.1) inset, 0 -0.2em 0.1em 0.05em rgba(0, 0, 0, 0.2) inset, 0 0.5em 0.65em 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0.2em 0.1em 0.05em rgba(0, 0, 0, 0.1) inset, 0 -0.2em 0.1em 0.05em rgba(0, 0, 0, 0.2) inset, 0 0.5em 0.65em 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0.2em 0.1em 0.05em rgba(0, 0, 0, 0.1) inset, 0 -0.2em 0.1em 0.05em rgba(0, 0, 0, 0.2) inset, 0 0.5em 0.65em 0 rgba(0, 0, 0, 0.3);
}
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin {
 /*background-image: url(theme/darkSmallBackground@2x.png);*/
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin .switch {
  width: 100%;
  height: 100%;
  background: url('../img/dial.png') no-repeat;
  background-size: cover;
}
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin .switch {
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin .mark {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 0;
  width: 1px;
  height: 3px;
  background-color: #0e0e0e;
}

.rotaryswitchPlugin input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  width: 100%;
  border: none;
  z-index: 100;
  text-align: left;
  background: none;
  font: normal 18px/18px verdana;
  color: #0e0e0e;
}

.rotaryswitchPlugin.big {
  width: 286px;
  height: 286px;
  background: url(theme/lightBigBackground.png) no-repeat;
}
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin.big {
 background-image: url(theme/darkBigBackground@2x.png);
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin.big .switch { background: url(theme/lightBigFront.png) no-repeat; }
 @media only screen and (-moz-min-device-pixel-ratio: 2),  only screen and (-o-min-device-pixel-ratio: 2/1),  only screen and (-webkit-min-device-pixel-ratio: 2),  only screen and (min-device-pixel-ratio: 2) {
 .rotaryswitchPlugin.big .switch {
 background-image: url(theme/darkBigFront@2x.png);
 background-size: 100% 100%;
}
}

.rotaryswitchPlugin.big .mark {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -2px;
  width: 4px;
  height: 20px;
  background-color: #c3c3c2;
}

.rotaryswitchPlugin input {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  width: 100%;
  border: none;
  z-index: 100;
  text-align: left;
  background: none;
  font: normal 18px/18px verdana;
  color: #0e0e0e;
}

.rotaryswitchPlugin.big.light { background: url(theme/lightBigBackground.png) no-repeat; }

.rotaryswitchPlugin.big.light .switch { background: url(theme/lightBigFront.png) no-repeat; }
