﻿
.flip-toggle .toggle .track {
  width: 85px;
  background-color: #fff;
}

.flip-toggle .toggle {
  overflow: hidden; }

  .flip-toggle .toggle .handle {
    background-color: #fff;
    width: 22px;
    height: 22px;
    top: 10px;
    left: 12px;
    z-index: 20; 
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
  }

  .flip-toggle .toggle input:checked + .track {
    background-color: rgb(253, 79, 0);
    border-color: white; 
    color: white;
  }

  .flip-toggle .toggle input:checked + .track .handle {
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
    background-color: #fff; 
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.35), 0 1px 1px rgba(0, 0, 0, 0.15);
    color: white;
  }

span.handle-label {
  width: 50px;
  position: absolute;
  height: 21px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.5;
  background: 0;
  border-color: transparent;
  /*color: white;*/ 

}

.handle-label-a {
  left: -50px;
  margin-right: -1px; }

.handle-label-b {
  right: -50px;
  margin-right: -1px; }