﻿.ZSwitch *,
.ZSwitch *:before,
.ZSwitch *:after {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (min-width: 480px) {
  .ZSwitch *,
  .ZSwitch *:before,
  .ZSwitch *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.ZSwitch label {
  margin-bottom: 0px;
}
.onoffswitch,
.yesnoswitch {
  position: relative;
  width: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
@media (min-width: 480px) {
  .onoffswitch,
  .yesnoswitch {
    position: relative;
    width: 67px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
}
.onoffswitch-checkbox,
.yesnoswitch-checkbox {
  display: none;
}
.onoffswitch-label,
.yesnoswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #999999;
  border-radius: 20px;
}
.onoffswitch-inner,
.yesnoswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after,
.yesnoswitch-inner:before,
.yesnoswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 13px;
  padding: 0;
  line-height: 13px;
  font-size: 12px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 480px) {
  .onoffswitch-inner:before,
  .onoffswitch-inner:after,
  .yesnoswitch-inner:before,
  .yesnoswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 18px;
    padding: 0;
    line-height: 18px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.onoffswitch-inner:before,
.yesnoswitch-inner:before {
  padding-left: 10px;
  background-color: #0e839f;
  color: #FFFFFF;
  /*.gradient(#0e839f, #0c687e);*/
}
.onoffswitch-inner:after,
.yesnoswitch-inner:after {
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
}
.onoffswitch-inner:after {
  content: "OFF";
  padding-right: 4px;
  text-align: right;
}
.yesnoswitch-inner:before {
  content: "YES";
  padding-left: 4px;
}
.yesnoswitch-inner:after {
  content: "NO";
  padding-left: 7px;
}
@media (min-width: 480px) {
  .onoffswitch-inner:before {
    content: "ON";
  }
  .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 8px;
  }
  .yesnoswitch-inner:before {
    content: "YES";
  }
  .yesnoswitch-inner:after {
    content: "NO";
    padding-right: 7px;
  }
}
.onoffswitch-switch,
.yesnoswitch-switch {
  display: block;
  width: 15px;
  height: 15px;
  margin: -1px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 33px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
@media (min-width: 480px) {
  .onoffswitch-switch,
  .yesnoswitch-switch {
    display: block;
    width: 22px;
    height: 22px;
    margin: -2px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
  }
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner,
.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch,
.yesnoswitch-checkbox:checked + .yesnoswitch-label .yesnoswitch-switch {
  right: 0px;
}
/*# sourceMappingURL=ZSwitch.css.map */