.regular-checkbox
{
	display: none;
}
.rechecknone {
	display: none;	
}

.regular-checkbox + label
{
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	padding: 9px;
  height: 20px;
  line-height: 20px;
	border: 1px solid #cacece;
	border-radius: 3px;
	background-color: #fafafa;
	box-shadow: 0 1px 2px rgba(0,0,0,.05),
  inset 0 -15px 10px -12px rgba(0,0,0,.05);
}

.regular-checkbox + label:active,
.regular-checkbox:checked + label:active
{
	box-shadow: 0 1px 2px rgba(0,0,0,.05),
  inset 0 1px 3px rgba(0,0,0,.1);
}

.regular-checkbox:checked + label
{
	color: #99a1a7;
	border: 1px solid #adb8c0;
	background-color: #e9ecee;
	box-shadow: 0 1px 2px rgba(0,0,0,.05),
  inset 0 -15px 10px -12px rgba(0,0,0,.05),
  inset 15px 10px -12px rgba(255,255,255,.1);
}

.regular-checkbox:checked + label:after
{
	font-size: 14px;

	position: absolute;
	top: -1px;
	left: 4px;

	content: '\2714';

	color: #99a1a7;
}

.modal-body .optimization-checkbox span
{
	position: relative;
	top: -5px;
}

.defaultchecked + label
{
	color: #99a1a7;
	border: 1px solid #adb8c0;
	background-color: #e9ecee;
	box-shadow: 0 1px 2px rgba(0,0,0,.05),
  inset 0 -15px 10px -12px rgba(0,0,0,.05),
  inset 15px 10px -12px rgba(255,255,255,.1);
}

.defaultchecked + label:after
{
	font-size: 14px;

	position: absolute;
	top: -1px;
	left: 4px;

	content: '\2714';

	color: #99a1a7;
}

/*手机屏*/
@media screen and (max-width: 768px)
{
	.modal-body .optimization-checkbox span
	{
		/*top: 1px;*/
		top: -5px;
	}
}
