.flat-switch .has-switch {
	display: inline-block;
	cursor: pointer;
	background-color:#6CC3A0;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	color: #FFF;
	color: rgba(0, 0, 0, 0.15);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
	min-width: 70px;
}
.flat-switch .has-switch.switch-mini {
	min-width: 40px;
}
.flat-switch .has-switch.switch-mini i.switch-mini-icons {
	height: 1.20em;
	line-height: 9px;
	vertical-align: text-top;
	text-align: center;
	transform: scale(0.6);
	margin-top: -1px;
	margin-bottom: -1px;
}
.flat-switch .has-switch.switch-small {
	min-width: 60px;
}
.flat-switch .has-switch.switch-large {
	min-width: 100px;
	padding:4px;
}
.flat-switch .has-switch.deactivate {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}
.flat-switch .has-switch.deactivate label, .flat-switch .has-switch.deactivate span {
	cursor: default !important;
}
.flat-switch .has-switch > div {
	display: inline-block;
	width: 150%;
	position: relative;
	top: 0;
}
.flat-switch .has-switch, .flat-switch .has-switch > div.switch-animate {
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transform: all 0.25s;
	-ms-transform: all 0.25s;
	transition: all 0.25s;
}
.flat-switch .has-switch > div.switch-off {
	left: -50%;
}
.flat-switch .has-switch > div.switch-on {
	left: 0%;
}
.flat-switch .has-switch input[type=radio], .flat-switch .has-switch input[type=checkbox] {
	display: none;
}
.flat-switch .has-switch span, .flat-switch .has-switch label {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 100%;
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 14px;
	line-height: 20px;
}
.flat-switch .has-switch span.switch-mini, .flat-switch .has-switch label.switch-mini {
	padding-bottom: 4px;
	padding-top: 4px;
	font-size: 10px;
	line-height: 9px;
}
.flat-switch .has-switch span.switch-small, .flat-switch .has-switch label.switch-small {
	padding-bottom: 3px;
	padding-top: 3px;
	font-size: 14px;
	line-height: 18px;
}
.flat-switch .has-switch span.switch-large, .flat-switch .has-switch label.switch-large {
	padding-bottom: 9px;
	padding-top: 9px;
	font-size: 16px;
	line-height: normal;
}
.flat-switch .has-switch label {
	text-align: center;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 100;
	width: 34%;
	color: #d3d3d3;
	background-color: #FFF;
	-webkit-box-shadow:inset 0 -2px #eff1eb;
	box-shadow: inset 0 -2px #eff1eb;
}
.flat-switch .has-switch label i {
	color: #d3d3d3;
	text-shadow: 0 1px 0 #fff;
	line-height: 18px;
	pointer-events: none;
}
.flat-switch .has-switch label.normal:before {
	background: #EEE;
	bottom: 0;
	box-shadow: -4px 0 0 0 #EEE, 4px 0 0 0 #EEE;
	content: '';
	display: block;
	height: 11px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
 transition: all .15s ease;
	width: 2px;
}
.flat-switch .has-switch label.normal.switch-large:before {
	height: 15px;
}
.flat-switch .has-switch label.normal.switch-small:before {
	height: 10px;
}
.flat-switch .has-switch label.normal.switch-mini:before {
	box-shadow: -3px 0 0 0 #EEE, 3px 0 0 0 #EEE;
	height: 7px;
	width: 1px;
}
.flat-switch .has-switch span {
	text-align: center;
	z-index: 1;
	width: 33%;
}
.flat-switch .has-switch.unchecked {
	background-color:#EC7063;
}
.ios-switch .has-switch {
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	position: relative;
	text-align: left;
	overflow: hidden;
	line-height: 8px;
	color: #FFF;
	color: rgba(0, 0, 0, 0.15);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	vertical-align: middle;
	width: 51px;
	height:31px;
	border-radius: 28px;
}
.ios-switch .has-switch:before, .ios-switch .has-switch:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border-radius: 28px;
	background-color:#e6e6e6;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-o-transform: all 0.25s;
	-ms-transform: all 0.25s;
	transition: all 0.25s;
}
.ios-switch .has-switch:after {
	width:47px;
	height:27px;
	top:2px;
	left:2px;
	background-color:#E5E5E5;
	-webkit-transition: -webkit-transform 0.25s;
	-moz-transition: -moz-transform 0.25s;
	-o-transform: -o-transform 0.25s;
	-ms-transform: -ms-transform 0.25s;
	transition: transform 0.25s;
}
.ios-switch .has-switch.checked:before {
	background-color:#6CC3A0;
}
.ios-switch .has-switch.checked:after {
	-webkit-transform: scale(0, 0);
	-moz-transform: scale(0, 0);
	-o-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}
.ios-switch .has-switch.deactivate {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default !important;
}
.ios-switch .has-switch.deactivate label, .ios-switch .has-switch.deactivate span {
	cursor: default !important;
}
.ios-switch .has-switch > div {
	position: relative;
	top: 0;
}
.ios-switch .has-switch,
.ios-switch .has-switch > div.switch-animate {
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	-o-transform: -o-transform 0.5s;
	-ms-transform: -ms-transform 0.5s;
	transition: transform 0.5s;

}
.ios-switch .has-switch > div.switch-off {
	left: 0px;
	z-index:2;
}
.ios-switch .has-switch > div.switch-on {
/*	left: 19px;*/
	-webkit-transform: translate3d(19px, 0, 0 );
	transform: translate3d( 19px, 0, 0 );
	z-index:2;

}
.ios-switch .has-switch input[type=radio], .ios-switch .has-switch input[type=checkbox] {
	display: none;
}
.ios-switch .has-switch span, .ios-switch .has-switch label {
	cursor: pointer;
	position: relative;
	display: inline-block;
	height: 100%;
	font-size: 14px;
}
.ios-switch .has-switch label {
	position:absolute;
	text-align: center;
	z-index: 100;
	width: 27px;
	height:27px;
	top:2px;
	left:2px;
	color: #d3d3d3;
	background-color: #EEE;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.225);
}
.ios-switch .has-switch label i {
	color: #d3d3d3;
	text-shadow: 0 1px 0 #fff;
	line-height: 18px;
	pointer-events: none;
}
.ios-switch .has-switch label.normals:before {
	background: #EEE;
	bottom: 0;
	box-shadow: -4px 0 0 0 #EEE, 4px 0 0 0 #EEE;
	content: '';
	display: block;
	height: 11px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
 transition: all .15s ease;
	width: 2px;
}
.ios-switch .has-switch span {
	text-align: center;
	z-index: 1;
	width: 33%;
}
.ios-switch .has-switch span.switch-left {
}
