﻿.km-switch-label-on,
.km-switch-label-off {
  display: block;
  width: 130%;
  font-size: 1em;
  line-height: 2em;
  text-align: center;
  position: absolute;
}
.km-ios .km-switch-container,
.km-ios .km-switch-wrapper {
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-clip: content-box;
}
.km-switch-wrapper {
  overflow: hidden;
  background-color: #f0f0f0;
}
.km-switch-label-off {
  left: 1.5em;
  color: #7f7f7f;
  text-align: left;
  margin-left: 10px;
}
.km-switch-label-on {
  left: -3em;
  color: #ffffff;
  text-align: right;
  position: relative;
  left: -27px;
}
.k-switch-off .km-switch-label-on {
  display: none;
}
.k-switch-on .km-switch-label-off {
  display: none;
}
.km-switch-label-on,
.km-switch-label-off {
  width: 400px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #ffffff;
  font-weight: bold;
}
.km-switch-handle {
  top: 0;
  left: 0;
  width: 2.72em;
  height: 100%;
  display: inline-block;
  margin: -1px 0 0 -1px;
  background-color: #000;
  direction: rtl;
}
.km-switch-handle {
  width: 23px;
  height: 22px;
  margin: 1px 3px 0 1px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px #ffffff;
  -webkit-box-shadow: inset 0 0 0 1px #ffffff;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #d7d7d7 5%, #ffffff);
  background-image: linear-gradient(top, #ffffff, #d7d7d7 5%, #ffffff);
  background-image: -ms-linear-gradient(top, #ffffff, #d7d7d7 5%, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #d7d7d7 5%, #ffffff);
}
.km-switch {
  width: 5rem;
  height: 1.8rem;
  line-height: 1.65rem;
  overflow: hidden;
  border: none;
}
.km-switch,
.km-checkbox {
  text-align: left;
  font-size: 1rem;
  display: inline-block;
  width: 71px;
  height: 27px;
  line-height: 2rem;
  position: relative;
  overflow: hidden;
  background-color: transparent;
  cursor: pointer;
}
.km-switch input[type=checkbox] {
  display: none;
}
.km-switch-container,
.km-switch-wrapper {
  border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  background-clip: content-box;
}
.km-switch-handle {
  margin-top: 1px;
}
.km-switch-handle,
.km-switch-wrapper,
.km-switch-container,
.km-switch-background {
  border-radius: 1.3em;
  -moz-border-radius: 1.3em;
  -webkit-border-radius: 1.3em;
}
.km-switch-container {
  padding: 1px 0 1px 1px;
  border-width: 0;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, 0)), color-stop(0.95, rgba(0, 0, 0, 0)), color-stop(1, rgba(0, 0, 0, 0.2)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.2));
}
.km-switch-container {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4a90e2;
}
.k-switch-on .k-switch-handle {
  left: 0;
}
.k-switch-off .km-switch-container,
.k-switch-off:hover .km-switch-container {
  background-color: #4a90e2;
}
.k-switch-off .km-switch-label-off,
.k-switch-off:hover .km-switch-label-off {
  right: -408px;
}
.k-switch-off .km-switch-label-on,
.k-switch-off:hover .km-switch-label-on {
  left: -114px;
}