/** coolcheck **/
.coolcheck{line-height: 25px!important; display: inline-block; max-width: 900px;}
.coolcheck label{display:inline-block!important; margin: 0 10px 0 0!important;}
.coolcheck_vaildTip{
    margin-left: -2px!important;
    margin-top: 4px !important;
    padding-bottom: 12px !important;
    display: block;
}

/******************* choose ************************/
.coolcheck label>input[type="checkbox"],
input[type="checkbox"].choose{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px !important;
	height: 14px !important;
	border: #BBB solid 1px;
	position: relative;
	outline: none;
	border-radius: 1px;
	padding: 0px;
	margin-right: 4px!important;
	vertical-align: -0.195em!important;
}
.coolcheck label>input[type="radio"],
input[type="radio"].choose{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 15px!important;
	height: 15px!important;
	border: #BBB solid 1px;
	position: relative;
	outline: none;
	border-radius: 15px;
	padding: 0px;
	margin-right: 6px!important;
	vertical-align: -0.25em!important;
}

.coolcheck label>input[type="checkbox"]:checked,
.coolcheck label>input[type="radio"]:checked,
input[type="checkbox"].choose:checked,
input[type="radio"].choose:checked {
	border: solid 1px #00A2CA;
	background: #FFF;
}

.coolcheck label>input[type="checkbox"]:checked:after,
.coolcheck label>input[type="radio"]:checked:after,
input[type="checkbox"].choose:checked:after,
input[type="radio"].choose:checked:after {
    content: "";
    position: absolute;
    left: 0.20em;
    top: 0.15em;
    width: 0.4em;
    height: 0.25em;
	font-weight: 100;
    border: 2px solid #00A2CA;
    border-top-color: transparent;
    border-right-color: transparent;
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

input[type="checkbox"].choose:checked:after,
input[type="radio"].choose:checked:after {
    left: 0.20em;
    top: 0.20em;
}

/******************* switch ***********************/
input[type="checkbox"].switch,
input[type="radio"].switch {
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 34px!important;
	height: 15px!important;
	background: #CDCDCD;
	border: solid 1px #CDCDCD;
	border-radius: 60px;
	position: relative;
	cursor: pointer;
	outline: none;
	margin-right: 6px!important;
}

input[type="checkbox"].switch:checked,
input[type="radio"].switch:checked{
	background: #01E266;
	border: solid 1px #01E266;
}

input[type="checkbox"].switch:after,
input[type="radio"].switch:after{
	position: absolute;
	content: "";
	width: 1.35em;
	height: 1.35em;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	left: -0.12em;
	top: -0.135em;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="checkbox"].switch:checked:after,
input[type="radio"].switch:checked:after{
	left: calc(100% - 1.3em);
}

/******************* small_switch ***********************/
input[type="checkbox"].small_switch,
input[type="radio"].small_switch {
	font-size: 13px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 24px!important;
	height: 13px!important;
	background: #CDCDCD;
	border: solid 1px #CDCDCD;
	border-radius: 60px;
	position: relative;
	cursor: pointer;
	outline: none;
	margin-right: 6px!important;
}

input[type="checkbox"].small_switch:checked,
input[type="radio"].small_switch:checked{
	background: #01E266;
	border: solid 1px #01E266;
}

input[type="checkbox"].small_switch:after,
input[type="radio"].small_switch:after{
	position: absolute;
	content: "";
	width: 0.98em;
	height: 0.98em;
	border-radius: 50%;
	background: #fff;
	-webkit-transform: scale(.7);
	transform: scale(.7);
	left: -0em;
	top: -0.06em;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

input[type="checkbox"].small_switch:checked:after,
input[type="radio"].small_switch:checked:after{
	left: calc(100% - 0.90em);
}

/******************* grid_select ********************/
select.grid_select {
	width: auto!important;
	border: none;
	height: 28px;
 	appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../imgs/icon/grid_drag.png") no-repeat;
    background-position: right -4px;
    padding-right: 0 \9;
    padding-right: 13px;
    background: none \9;
}
