
label {
	display: inline;
}

.holder {
	width: 140px;
	margin: 0px auto;
	height: 160px;
	font-size: 1em;
	border: 1px solid #C1CACA;
	text-align:center;
	padding:10px 5px;
}

.holder .img-icon {
	height:70px;

}

.center {
	margin: 0px auto;
}

.repair_form  input[type="checkbox"] {
	position:relative;
    
}



/* ==================================================================== */
/* CHECKBOX TYPE 1 ---------------------------------------------------- */
/* ==================================================================== */

.repair_form [id^="checkbox-1-"] + label {
	background-color: #FFF;
	
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-radius: 5px;
	display: inline-block;
	position: relative;
}

.repair_form [id^="checkbox-1-"] + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.repair_form [id^="checkbox-1-"]:checked + label {
	background-color: #ECF2F7;
	border: 1px solid #000;
	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: #000;
}

.repair_form [id^="checkbox-1-"]:checked + label:after {

	top: 0px;
	left: 0px;
	color: #000;
	width: 100%;
	text-align: center;
	font-size: 1.4em;
	padding: 1px 0 0 0;
	vertical-align: text-top;
	border: 1px solid #92A1AC;
}
