

/*toogle*/

.toggle-slide-area{
  width:70px;display:block;margin:0 1px;/*float: right;*/
  clear:both;
}

.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  direction: ltr;
}
.toggle-slide .toggle-on,.toggle-slide .toggle-off,.toggle-slide .toggle-blob {
    float: left;
    text-align: center;
}
.toggle-slide .toggle-blob {
    position: relative;
    z-index: 98;
    cursor: hand;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.toggle-light .toggle-slide {
  border-radius: 9999px;
  box-shadow: 0 0 0 1px #999;
  height: 22px;
}
.toggle-light .toggle-slide .toggle-on,.toggle-light .toggle-slide .toggle-off,.toggle-light .toggle-slide .toggle-blob {
  font-size: 11px;
  font-weight: 500;
}
.toggle-light .toggle-slide .toggle-on, .toggle-light .toggle-select .toggle-inner .active {
  background: rgb(38, 185, 154);
  /* box-shadow: inset 2px 2px 6px rgba(0,0,0,0.2); */
  /* text-shadow: 1px 1px rgba(0,0,0,0.2); */
  color: rgba(255,255,255, 0.8);
}
.toggle-light .toggle-slide .toggle-off, .toggle-light .toggle-select .toggle-on {
  color: rgba(0,0,0,0.6);
 
   text-shadow: 0 1px rgba(255,255,255,0.2); 
   background: #fff;
}
.toggle-light .toggle-slide .toggle-blob {
  border-radius: 50px;
  background: #cfcfcf;
  /* box-shadow: 1px 1px 2px #888; */
}
.toggle-light .toggle-slide .toggle-blob:hover {
  background: #e4e4e4;

}
