/* seleção de Dentes Tomo */
input[name="dentetomo[]"] {
    display:none;
	
}

input[name="dentetomo[]"] + label {
    display:inline-block;
	padding: 0 0 0 0px;
	filter: grayscale(100%);
	opacity: 0.4;
  /*  background:url("d18.jpg") no-repeat; */
 /*   height: 64px;
    width: 30px;*/
    background-size: 50%;
	  margin: -3px;

}

input[name="dentetomo[]"]:checked + label {
/* background:url("d18.jpg") no-repeat; */
		opacity: 1;
	filter: grayscale(0%);
 /*   height: 64px;
    width: 30px;*/
    display:inline-block;
    background-size: 50%;
	font-weight:bold;
	
}

input[name="dentetomo[]"]:hover + label {
	opacity: 0.7;
  /*  height: 64px;
    width: 30px;*/
	
    display:inline-block;
    background-size: 50%;
}



/* seleção de Dentes Intra */

input[name="denteintra[]"] {
    display:none;
	
}

input[name="denteintra[]"] + label {
    display:inline-block;
	padding: 0 0 0 0px;
	filter: grayscale(100%);
	opacity: 0.4;
  /*  background:url("d18.jpg") no-repeat; 
    height: 64px;
    width: 90px;*/
    background-size: 50%;
	  margin: -3px;

}

input[name="denteintra[]"]:checked + label {
/* background:url("d18.jpg") no-repeat; */
		opacity: 1;
	filter: grayscale(0%);
  /*  height: 64px;
    width: 90px;*/
    display:inline-block;
    background-size: 50%;
	font-weight:bold;
	
}

input[name="denteintra[]"]:hover + label {
	opacity: 0.7;
/*    height: 64px;
    width: 90px; */
    display:inline-block;
    background-size: 50%;
}

/* */
.img_dnt {
    height: 52px;
    width: 25px;
	}
br.small {
	line-height: 5px;
}
.font_dnt {
	font-style:normal;
}