﻿.chk_box_success,.chk_box_info,.chk_switch{
    display: none;
}

/*******STYLE chk_box*******/
.chk_box_success + label {
	background-color: #fff;
	border: 2px solid #1c84c6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
.chk_box_success + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_box_success:checked + label {
	background-color: #1c84c6;
	border: 2px solid #1c84c6;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
}

.chk_box_success:checked + label:after {
	content: '\2714';
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	padding: 0 0 0 0;
	vertical-align: text-top;
}

/*******STYLE chk_box*******/


/*******STYLE chk_switch*******/

.chk_switch + label {
	background-color: #adadad;
	padding: 9px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	width: 60px;
	height: 33px;
}

.chk_switch  + label:after {
	content: ' ';
	position: absolute;
	top: 0;
	-webkit-transition: box-shadow 0.1s ease-in;
	transition: box-shadow 0.1s ease-in;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1), 0 0 2px rgba(0,0,0,0.4);
}

.chk_switch  + label:before {
	content: ' ';
	position: absolute;
	background: white;
	top: 1px;
	left: 1px;
	z-index: 999999;
	width: 31px;
	-webkit-transition: all 0.1s ease-in;
	transition: all 0.1s ease-in;
	height: 31px;
	border-radius: 100px;
	box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
}

.chk_switch:active + label:after {
	box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
}

.chk_switch:active + label:before {
	width: 37px;
}

.chk_switch:checked:active + label:before {
	width: 37px;
	left: 20px;
}

.chk_switch  + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_switch:checked + label:before {
	content: ' ';
	position: absolute;
	left: 26px;
	border-radius: 100px;
}

.chk_switch:checked + label:after {
	content: ' ';
	font-size: 1.5em;
	position: absolute;
	background: #1AB394;
	box-shadow: 0 0 1px #1AB394;
}


/*******STYLE chk_switch*******/

/*******STYLE 1 small1*******/

.chk_box_info + label {
	background-color: #fff;
	border: 2px solid #21b9bb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 9px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
	margin-right: 30px;
}
.chk_box_info + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.chk_box_info:checked + label {
	background-color: #21b9bb;
	border: 2px solid #21b9bb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
	color: #243441;
}

.chk_box_info:checked + label:after {
	content: '\2714';
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	padding: 0 0 0 0;
	vertical-align: text-top;
}
/*******STYLE 1 small1*******/

