﻿.flipswitch 
{
    position: relative;
    width: 71px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
}

.flipswitch input[type=checkbox] 
{
    display: none;
}

.flipswitch-label 
{
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #999999;
    border-radius: 50px;
    text-align: left;
}

.flipswitch-inner 
{
    width: 200%;
    margin-left: -100%;
    -webkit-transition: margin 0.3s ease-in 0s;
    -moz-transition: margin 0.3s ease-in 0s;
    -ms-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.flipswitch-inner:before, .flipswitch-inner:after 
{
    float: left;
    width: 50%;
    height: 20px;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #00255B;
}

.flipswitch-inner:before
{
    content: "ON";
    padding-left: 11px;
    color: #FFFFFF;
}

.flipswitch-inner:after
{
    content: "OFF";
    padding-right: 11px;
    color: #FFFFFF;
    text-align: right;
}

.flipswitch-onOFF:before 
{
    content: "On" !important;
}
.flipswitch-onOFF:after 
{
    padding-right: 11px;
    content: "Off" !important;
}
.flipswitch-onOFF_Small:before
{
    content: "On" !important;
    font-size: 9px;
    padding-left: 22px;
}
.flipswitch-onOFF_Small:after 
{
    padding-right: 28px;
    content: "Off" !important;
    font-size: 9px;
}

.flipswitch-bitRate:after
{
    content: "CBR" !important;
}

.flipswitch-bitRate:before
{
    content: "VBR" !important;
}

.flipswitch-enableDisable:after
{
    content: "Disable" !important;
    font-size: 10px !important;
    padding-right: 6px !important;
}

.flipswitch-enableDisable:before
{
    content: "Enable" !important;
    font-size: 10px !important;
    padding-left: 9px !important;
}

.flipswitch-enabledDisabled:before
{
    content: "Enabled" !important;
    font-size: 10px !important;
    padding-left: 4px !important;
}
.flipswitch-enabledDisabled:after
{
    content: "Disabled" !important;
    font-size: 10px !important;
    padding-right: 2px !important;
}

.flipswitch-normaHigh:after
{
    content: "Low" !important;
    font-size: 10px !important;
    padding-right: 13px !important;
}

.flipswitch-lightHeavy:before
{
    content: "Light" !important;
    font-size: 10px !important;
    padding-left: 14px !important;
}

.flipswitch-lightHeavy:after
{
    content: "Heavy" !important;
    font-size: 10px !important;
    padding-right: 10px !important;
}

.flipswitch-normalHigh:before
{
    content: "High" !important;
    font-size: 10px !important;
    padding-left: 14px !important;
}
.flipswitch-normalHigh:after
{
    content: "Normal" !important;
    font-size: 10px !important;
    padding-left: 28px !important;
}

.flipswitch-lowNormal:after
{
    content: "Low" !important;
    font-size: 10px !important;
    padding-right: 16px !important;
}

.flipswitch-lowNormal:before
{
    content: "Normal" !important;
    font-size: 10px !important;
    padding-left: 7px !important;
}
.flipswitch-autoManual:after
{
    content: "Manual" !important;
    font-size: 10px !important;
    padding-right: 7px !important;
}

.flipswitch-autoManual:before
{
    content: "Auto" !important;
    font-size: 10px !important;
    padding-left: 11px !important;
}


.flipswitch-activeInactive:after
{
    content: "Inactive" !important;
    font-size: 9px !important;
    padding-right: 7px !important;
}

.flipswitch-activeInactive:before
{
    content: "Active" !important;
    font-size: 9px !important;
    padding-left: 11px !important;
}

.flipswitch-presetTour:after
{
    content: "Preset" !important;
    font-size: 10px !important;
    padding-right: 10px !important;
}

.flipswitch-presetTour:before
{
    content: "Tour" !important;
    font-size: 10px !important;
    padding-left: 12px !important;
}

.flipswitch-runtimeCycles:after
{
    content: "Runtime" !important;
    font-size: 10px !important;
    padding-right: 3px !important;
}

.flipswitch-runtimeCycles:before
{
    content: "Cycles" !important;
    font-size: 10px !important;
    padding-left: 9px !important;
}

.flipswitch-dhcp:after
{
    content: "Static" !important;
    padding-right: 6px !important;
}

.flipswitch-dhcp:before
{
    content: "DHCP" !important;
    padding-left: 3px !important;
}

.flipswitch-12hr:after
{
    content: "12hr" !important;
    padding-right: 10px !important;
}

.flipswitch-12hr:before
{
    content: "24hr" !important;
    padding-left: 8px !important;
}

.flipswitch-forwardBackward:after
{
    content: "forward" !important;
    padding-right: 4px !important;
    font-size: 10px !important;
}

.flipswitch-forwardBackward:before
{
    content: "backward" !important;
    padding-left: 4px !important;
    font-size: 8px !important;
}

.flipswitch-IO:after
{
    content: "Input" !important;
    padding-right: 11px !important;
    font-size: 11px !important;
}

.flipswitch-IO:before
{
    content: "Output" !important;
    padding-left: 5px !important;
    font-size: 11px !important;
}

.flipswitch-IO-Type:after
{
    content: "Latched" !important;
    padding-right: 4px !important;
    font-size: 10px !important;
}

.flipswitch-IO-Type:before
{
    content: "Momentary" !important;
    padding-left: 1px !important;
    font-size: 8px !important;
}

.flipswitch-IO-Normal:after
{
    content: "Open" !important;
    padding-right: 8px !important;
    font-size: 12px !important;
}

.flipswitch-IO-Normal:before
{
    content: "Closed" !important;
    padding-left: 5px !important;
    font-size: 11px !important;
}

.flipswitch-IO-Trigger:after
{
    content: "Trailing" !important;
    padding-right: 4px !important;
    font-size: 11px !important;
}

.flipswitch-IO-Trigger:before
{
    content: "Leading" !important;
    padding-left: 2px !important;
    font-size: 11px !important;
}

.flipswitch-IO-ActiveState:after
{
    content: "Low" !important;
    padding-right: 12px !important;
    font-size: 12px !important;
}

.flipswitch-IO-ActiveState:before
{
    content: "High" !important;
    padding-left: 12px !important;
    font-size: 11px !important;
}

.flipswitch-Polarity-ActiveState:after
{
    content: "Black" !important;
    padding-right: 8px !important;
    font-size: 12px !important;
}

.flipswitch-Polarity-ActiveState:before
{
    content: "White" !important;
    padding-left: 8px !important;
    font-size: 12px !important;
}

.flipswitch-VideoSource-ActiveState:after
{
    content: "Visible" !important;
    padding-right: 8px !important;
    font-size: 10px !important;
}

.flipswitch-VideoSource-ActiveState:before
{
    content: "Thermal" !important;
    padding-left: 3px !important;
    font-size: 10px !important;
}

.flipswitch-AnalogFormat-ActiveState:after
{
    content: "NTSC" !important;
    padding-right: 8px !important;
    font-size: 12px !important;
}

.flipswitch-AnalogFormat-ActiveState:before
{
    content: "PAL" !important;
    padding-left: 12px !important;
    font-size: 12px !important;
}

.flipswitch-Https:after 
{
    content: "HTTP" !important;
    padding-right: 8px !important;
    font-size: 12px !important;
}

.flipswitch-Https:before
{
    content: "HTTPS" !important;
    padding-left: 4px !important;
    font-size: 12px !important;
}

.flipswitch-networkSpeed:after
{
    content: "10" !important;
    padding-right: 15px !important;
}

.flipswitch-networkSpeed:before
{
    content: "100" !important;
    padding-left: 12px !important;
}

.flipswitch-networkDuplex:after
{
    content: "Half" !important;
    padding-right: 12px !important;
}

.flipswitch-networkDuplex:before
{
    content: "Full" !important;
    padding-left: 12px !important;
}

.flipswitch-switch 
{
  width: 28px;
  margin: -4px;
  background: #FFFFFF;
  border: 1px solid #999999;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 49px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -ms-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-inner
{
  margin-left: 0;
}

.flipswitch-cb:checked + .flipswitch-label .flipswitch-switch
{
  right: 0 !important;
}


.dayNightColorModeControlPanelDiv{
    top: -5px !important;
}

.flipswitchSmall {
    position: absolute;
    top: -12px;
    right: 8px;
    width: 62px;
  }
  .flipswitchSmall input[type=checkbox] {
    display: none;
  }
  .flipswitchSmall-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px solid #999999;
    border-radius: 6px;
  }
  .flipswitchSmall-inner {
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
  }
  .flipswitchSmall-inner:before, .flipswitchSmall-inner:after {
    float: left;
    width: 50%;
    height: 19px;
    padding: 0;
    line-height: 19px;
    font-size: 10px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
  }
  .flipswitchSmall-inner:before {
    content: "COLOR";
    padding-right: 20px;
    padding-left: 6px;
    background-color: #00255B;
    color: #FFFFFF;
  }
  .flipswitchSmall-inner:after {
    content: "B&W";
    padding-right: 13px;
    padding-left: 0px;
    background-color: #00255B;
    color: #FFFFFF;
    text-align: right;
  }
  .flipswitchSmall-switch {
    width: 14px;
    margin: 2.5px;
    background: #FFFFFF;
    border: 0px solid #999999;
    border-radius: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 42px;
    transition: all 0.3s ease-in 0s;
  }
  .flipswitchSmall-cb:checked + .flipswitchSmall-label .flipswitchSmall-inner {
    margin-left: 0;
  }
  .flipswitchSmall-cb:checked + .flipswitchSmall-label .flipswitchSmall-switch {
    right: 0;
  }
  