﻿.toggle {
    display: inline-block;
    margin-left: 20px;
    text-align: center;
    vertical-align: middle;
    /*height: 26px!important;
    width: 112px!important;*/
}

/*.toggle-inner {
    width: 112px!important;
}*/

.toggle-slide {
  overflow: hidden;
  cursor: pointer;
  -webkit-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;
}
.toggle-slide .toggle-blob {
  position: relative;
  z-index: 99;
  cursor: hand;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.toggle-soft .toggle-slide {
  border-radius: 5px;
}
.toggle-soft .toggle-on,
.toggle-soft .toggle-off {
  color: white;
  font-size: 13px;
    /*padding: 3px;*/
}
.toggle-soft .toggle-on,
.toggle-soft .toggle-select .toggle-inner .active {
  background-color: #02b8fa;
}
.toggle-soft .toggle-off,
.toggle-soft .toggle-select .toggle-on {
  background-color: #A8A8A8;
}
.toggle-soft .toggle-blob {
  border-radius: 4px;
}
.toggle-soft .toggle-blob:hover {
}
