.ios-ui-select{
	background: #dddddd;
	border: none;
	height: 30px;
	background: #dddddd;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 58px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
}
.ios-ui-select.checked{

}
.ios-ui-select.checked .inner{
	left: 25px;
	background-image: url("../img/switch1.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	}
.ios-ui-select .inner{
	width: 33px;
	height: 30px;
	top: 0;
	left: 0;
	border-style: 1px solid #9f0025;
	background-image: url("../img/switch0.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	position: absolute;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
}

.ios-ui-select2{
	border-color: #d1d1d1;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
	box-shadow: inset 0 0 0 2px #ffffff;
	width: 22px;
	z-index: 2;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	height: 22px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	text-indent: -9999px;
	display: inline-block;
	background: url("../img/checkboxoff.png") center center no-repeat;
	vertical-align: middle;
}
.ios-ui-select2.checked {
-webkit-box-shadow: inset 0 0 0 14px #b20028;
box-shadow: inset 0 0 0 14px #b20028;
opacity: 1 !important;
}
.ios-ui-select2.checked .inner{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.ios-ui-select2 .inner{
	background: url("../img/checkboxon.png") center center no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}


.ios-ui-select3{
	border-color: #d1d1d1;
	width: 28px;
	height: 28px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	opacity: 1;
	-webkit-box-shadow: inset 0 0 0 2px #ffffff;
	box-shadow: inset 0 0 0 2px #ffffff;
	width: 22px;
	z-index: 2;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	height: 22px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	-webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	text-indent: -9999px;
	display: inline-block;
	background: url("../img/checkboxoff.png") center center no-repeat;
	vertical-align: middle;
}
.ios-ui-select3.checked {
-webkit-box-shadow: inset 0 0 0 14px #b20028;
box-shadow: inset 0 0 0 14px #b20028;
opacity: 1 !important;
}
.ios-ui-select3.checked .inner{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.ios-ui-select3 .inner{
	background: url("../img/checkboxon.png") center center no-repeat;
	background-size: 100%;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
