





.asSwitch.asSwitch_skin-8 {
  width: 68px;
  height: 26px;
  background-color: #323232;
  border: 2px solid #323232;
}

.asSwitch.asSwitch_skin-8 .asSwitch-inner-box {
  width: 110px;
  height: 26px;
}

.asSwitch.asSwitch_skin-8 .asSwitch-on {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 13px;
  background-color: #323232;
}

.asSwitch.asSwitch_skin-8 .asSwitch-off {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 24px;
  background-color: #323232;
}

.asSwitch.asSwitch_skin-8 .asSwitch-handle {
  width: 26px;
  height: 26px;
}

.asSwitch.asSwitch_skin-8.is-on .asSwitch-inner-box {
  margin-left: 0;
}

.asSwitch.asSwitch_skin-8.is-on .asSwitch-handle {
  left: 42px;
  background-color: #27acd8;
}

.asSwitch.asSwitch_skin-8.is-off .asSwitch-inner-box {
  margin-left: -42px;
}

.asSwitch.asSwitch_skin-8.is-off .asSwitch-handle {
  left: 0;
  background-color: #ffffff;
}




.asSwitch {
  position: relative;
  display: inline-block;
}

.asSwitch:hover {
  cursor: pointer;
}

.asSwitch > input {
  display: none;
}

.asSwitch .asSwitch-inner {
  overflow: hidden;
}

.asSwitch .asSwitch-on {
  display: block;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.asSwitch .asSwitch-off {
  display: block;
  float: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.asSwitch .asSwitch-handle {
  position: absolute;
  top: 0;
}

.asSwitch .asSwitch-handle:hover {
  cursor: pointer;
}

.asSwitch.asSwitch_skin-3 {
  width: 68px;
  height: 26px;
  border-radius: 3px;
}

.asSwitch.asSwitch_skin-3 .asSwitch-inner-box {
  width: 110px;
  height: 26px;
}

.asSwitch.asSwitch_skin-3 .asSwitch-on {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 13px;
  background-color: #7ebdcb;
}

.asSwitch.asSwitch_skin-3 .asSwitch-off {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 24px;
  background-color: #cfcdc7;
}

.asSwitch.asSwitch_skin-3 .asSwitch-handle {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border-radius: 3px;
}

.asSwitch.asSwitch_skin-3.is-on {
  background-color: #7ebdcb;
  border: 2px solid #7ebdcb;
}

.asSwitch.asSwitch_skin-3.is-on .asSwitch-inner-box {
  margin-left: 0;
}

.asSwitch.asSwitch_skin-3.is-on .asSwitch-off {
  background-color: #7ebdcb;
}

.asSwitch.asSwitch_skin-3.is-on .asSwitch-handle {
  left: 42px;
}

.asSwitch.asSwitch_skin-3.is-off {
  background-color: #cfcdc7;
  border: 2px solid #cfcdc7;
}

.asSwitch.asSwitch_skin-3.is-off .asSwitch-inner-box {
  margin-left: -42px;
}

.asSwitch.asSwitch_skin-3.is-off .asSwitch-on {
  background-color: #cfcdc7;
}

.asSwitch.asSwitch_skin-3.is-off .asSwitch-handle {
  left: 0;
}

.asSwitch.asSwitch_skin-4 {
  width: 80px;
  height: 24px;
  border-radius: 16px;
}

.asSwitch.asSwitch_skin-4:after {
  position: absolute;
  top: -3px;
  right: -3px;
  bottom: -3px;
  left: -3px;
  z-index: 0;
  border: 1px solid;
  border-radius: 16px;
  content: "";
}

.asSwitch.asSwitch_skin-4 .asSwitch-inner {
  border-radius: 16px;
}

.asSwitch.asSwitch_skin-4 .asSwitch-inner-box {
  width: 120px;
  height: 24px;
}

.asSwitch.asSwitch_skin-4 .asSwitch-on {
  width: 60px;
  height: 24px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-indent: 13px;
  background-color: #3aadd3;
}

.asSwitch.asSwitch_skin-4 .asSwitch-off {
  width: 60px;
  height: 24px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  text-indent: 28px;
  background-color: #979797;
}

.asSwitch.asSwitch_skin-4 .asSwitch-handle {
  width: 40px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 16px;
}

.asSwitch.asSwitch_skin-4 .asSwitch-handle:after {
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  content: "";
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.asSwitch.asSwitch_skin-4.is-on {
  background-color: #3aadd3;
  border: 3px solid #3aadd3;
}

.asSwitch.asSwitch_skin-4.is-on:after {
  border-color: #2ea7cf;
}

.asSwitch.asSwitch_skin-4.is-on .asSwitch-inner-box {
  margin-left: 0;
}

.asSwitch.asSwitch_skin-4.is-on .asSwitch-off {
  background-color: #3aadd3;
}

.asSwitch.asSwitch_skin-4.is-on .asSwitch-handle {
  left: 40px;
  -webkit-box-shadow: inset 0 -3px 3px -1px #8dd0e6;
          box-shadow: inset 0 -3px 3px -1px #8dd0e6;
}

.asSwitch.asSwitch_skin-4.is-off {
  background-color: #979797;
  border: 3px solid #979797;
}

.asSwitch.asSwitch_skin-4.is-off:after {
  border-color: #8f8f8f;
}

.asSwitch.asSwitch_skin-4.is-off .asSwitch-inner-box {
  margin-left: -40px;
}

.asSwitch.asSwitch_skin-4.is-off .asSwitch-on {
  background-color: #979797;
}

.asSwitch.asSwitch_skin-4.is-off .asSwitch-handle {
  left: 0;
  -webkit-box-shadow: inset 0 -3px 3px -1px #cacaca;
          box-shadow: inset 0 -3px 3px -1px #cacaca;
}

.asSwitch.asSwitch_skin-6 {
  width: 82px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 30px;
  opacity: 0.85;
  filter: alpha(opacity=85);
  -webkit-box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.35);
          box-shadow: inset 0 1px 3px 0px rgba(0, 0, 0, 0.35);
}

.asSwitch.asSwitch_skin-6:after {
  position: absolute;
  top: 50%;
  left: 3px;
  z-index: 0;
  width: 76px;
  height: 60px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4yNSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZjVmNmYxIiBzdG9wLW9wYWNpdHk9IjAuMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear, 0 0, 50% 100%, from(rgba(255, 255, 255, 0.25)), to(rgba(245, 246, 241, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(100%, rgba(245, 246, 241, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 50%, rgba(245, 246, 241, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.25) 50%, rgba(245, 246, 241, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0.25)), to(rgba(245, 246, 241, 0.1)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 50%, rgba(245, 246, 241, 0.1) 100%);
  border-radius: 15px;
  content: "";
}

.asSwitch.asSwitch_skin-6 .asSwitch-inner {
  border-radius: 30px;
}

.asSwitch.asSwitch_skin-6 .asSwitch-inner-box {
  width: 134px;
  height: 30px;
}

.asSwitch.asSwitch_skin-6 .asSwitch-on {
  width: 67px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  line-height: 30px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #40a5ec;
  background-image: url("../images/on-check.png");
  background-position: 40% 50%;
  background-repeat: no-repeat;
}

.asSwitch.asSwitch_skin-6 .asSwitch-off {
  width: 67px;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  line-height: 30px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #888888;
  background-image: url("../images/off-error.png");
  background-position: 60% 50%;
  background-repeat: no-repeat;
}

.asSwitch.asSwitch_skin-6 .asSwitch-handle {
  z-index: 999;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(255, 255, 255, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.1)), to(rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 30px;
  -webkit-box-shadow: inset 0 0 1px 2px #ffffff;
          box-shadow: inset 0 0 1px 2px #ffffff;
}

.asSwitch.asSwitch_skin-6 .asSwitch-handle:after {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 9999;
  border: 1px solid #aaa;
  border-radius: 30px;
  content: "";
}

.asSwitch.asSwitch_skin-6.is-on {
  border: 1px solid #6ebbf1;
  border-top-color: #1271b4;
  border-left-color: #1271b4;
}

.asSwitch.asSwitch_skin-6.is-on .asSwitch-inner-box {
  margin-left: 0;
}

.asSwitch.asSwitch_skin-6.is-on .asSwitch-handle {
  left: 52px;
}

.asSwitch.asSwitch_skin-6.is-off {
  border: 1px solid #a2a2a2;
  border-top-color: #555555;
  border-right-color: #555555;
}

.asSwitch.asSwitch_skin-6.is-off .asSwitch-inner-box {
  margin-left: -52px;
}

.asSwitch.asSwitch_skin-6.is-off .asSwitch-handle {
  left: 0;
}

.asSwitch.asSwitch_skin-8 {
  width: 68px;
  height: 26px;
  background-color: #323232;
  border: 2px solid #323232;
}

.asSwitch.asSwitch_skin-8 .asSwitch-inner-box {
  width: 110px;
  height: 26px;
}

.asSwitch.asSwitch_skin-8 .asSwitch-on {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 13px;
  background-color: #323232;
}

.asSwitch.asSwitch_skin-8 .asSwitch-off {
  width: 55px;
  height: 26px;
  font-family: "BPreplay", sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff;
  text-indent: 24px;
  background-color: #323232;
}

.asSwitch.asSwitch_skin-8 .asSwitch-handle {
  width: 26px;
  height: 26px;
}

.asSwitch.asSwitch_skin-8.is-on .asSwitch-inner-box {
  margin-left: 0;
}

.asSwitch.asSwitch_skin-8.is-on .asSwitch-handle {
  left: 42px;
  background-color: #27acd8;
}

.asSwitch.asSwitch_skin-8.is-off .asSwitch-inner-box {
  margin-left: -42px;
}

.asSwitch.asSwitch_skin-8.is-off .asSwitch-handle {
  left: 0;
  background-color: #ffffff;
}

.asSwitch.asSwitch_skin-9 {
  width: 92px;
  height: 32px;
  border-radius: 3px;
}

.asSwitch.asSwitch_skin-9:after {
  position: absolute;
  top: -9px;
  right: -9px;
  bottom: -9px;
  left: -9px;
  z-index: -2;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWNlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY2ZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background-image: -webkit-gradient(linear, 0 0, 0% 100%, from(#ebece7), to(#f5f6f1));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebece7), color-stop(100%, #f5f6f1));
  background-image: -webkit-linear-gradient(top, #ebece7 0%, #f5f6f1 100%);
  background-image: -o-linear-gradient(top, #ebece7 0%, #f5f6f1 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebece7), to(#f5f6f1));
  background-image: linear-gradient(to bottom, #ebece7 0%, #f5f6f1 100%);
  border-radius: 3px;
  content: "";
}

.asSwitch.asSwitch_skin-9 .asSwitch-inner {
  border-radius: 3px;
}

.asSwitch.asSwitch_skin-9 .asSwitch-inner-box {
  width: 138px;
  height: 32px;
}

.asSwitch.asSwitch_skin-9 .asSwitch-on {
  width: 69px;
  height: 32px;
  overflow: hidden;
  font-size: 0;
  line-height: 32px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #73bb00;
  background-image: url("../images/on-check.png");
  background-position: 25% 50%;
  background-repeat: no-repeat;
}

.asSwitch.asSwitch_skin-9 .asSwitch-off {
  width: 69px;
  height: 32px;
  overflow: hidden;
  font-size: 0;
  line-height: 32px;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #999999;
  background-image: url("../images/off-error.png");
  background-position: 75% 50%;
  background-repeat: no-repeat;
}

.asSwitch.asSwitch_skin-9 .asSwitch-handle {
  z-index: 999;
  width: 46px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4);
}

.asSwitch.asSwitch_skin-9 .asSwitch-handle:after {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 28px;
  background-color: #e7e7e7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjhmNCIgc3RvcC1vcGFjaXR5PSIwLjgiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VmZjBlOSIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(243, 248, 244, 0.8)), to(rgba(239, 240, 233, 0.85)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(243, 248, 244, 0.8)), color-stop(100%, rgba(239, 240, 233, 0.85)));
  background-image: -webkit-linear-gradient(top, rgba(243, 248, 244, 0.8) 0, rgba(239, 240, 233, 0.85) 100%);
  background-image: -o-linear-gradient(top, rgba(243, 248, 244, 0.8) 0, rgba(239, 240, 233, 0.85) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(243, 248, 244, 0.8)), to(rgba(239, 240, 233, 0.85)));
  background-image: linear-gradient(to bottom, rgba(243, 248, 244, 0.8) 0, rgba(239, 240, 233, 0.85) 100%);
  border-radius: 2px 0 0 2px;
  content: "";
  -webkit-box-shadow: inset -3px 0 5px -1px rgba(0, 0, 0, 0.3);
          box-shadow: inset -3px 0 5px -1px rgba(0, 0, 0, 0.3);
}

.asSwitch.asSwitch_skin-9 .asSwitch-handle:before {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 18px;
  height: 28px;
  background-color: #e7e7e7;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjBlOSIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2Y4ZjQiIHN0b3Atb3BhY2l0eT0iMC44Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(239, 240, 233, 0.85)), to(rgba(243, 248, 244, 0.8)));
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(239, 240, 233, 0.85)), color-stop(100%, rgba(243, 248, 244, 0.8)));
  background-image: -webkit-linear-gradient(top, rgba(239, 240, 233, 0.85) 0, rgba(243, 248, 244, 0.8) 100%);
  background-image: -o-linear-gradient(top, rgba(239, 240, 233, 0.85) 0, rgba(243, 248, 244, 0.8) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(239, 240, 233, 0.85)), to(rgba(243, 248, 244, 0.8)));
  background-image: linear-gradient(to bottom, rgba(239, 240, 233, 0.85) 0, rgba(243, 248, 244, 0.8) 100%);
  border-radius: 0 2px 2px 0;
  content: "";
  -webkit-box-shadow: inset 3px 0 5px -1px rgba(0, 0, 0, 0.3);
          box-shadow: inset 3px 0 5px -1px rgba(0, 0, 0, 0.3);
}

.asSwitch.asSwitch_skin-9.is-on {
  background-color: #73bb00;
  border: 4px solid #73bb00;
}

.asSwitch.asSwitch_skin-9.is-on .asSwitch-inner-box {
  margin-left: 0;
}

.asSwitch.asSwitch_skin-9.is-on .asSwitch-off {
  background-color: #73bb00;
}

.asSwitch.asSwitch_skin-9.is-on .asSwitch-handle {
  left: 46px;
}

.asSwitch.asSwitch_skin-9.is-off {
  background-color: #999999;
  border: 4px solid #999999;
}

.asSwitch.asSwitch_skin-9.is-off .asSwitch-inner-box {
  margin-left: -46px;
}

.asSwitch.asSwitch_skin-9.is-off .asSwitch-on {
  background-color: #999999;
}

.asSwitch.asSwitch_skin-9.is-off .asSwitch-handle {
  left: 0;
}


