.SelCheck:checked {
   -webkit-appearance: checkbox;
}
.SelCheck:checked:after {
   -webkit-appearance: checkbox;
}

.SelCheck:active, .SelCheck:checked:active {
   box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.SelCheck {
   -webkit-appearance: none;
   background-color: #ffffffb0;
   border: 1px solid #ff0000 !important;
   box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
   border-radius: 3px;
   display: inline-block;
   position: relative;
   width: 13px;
   height: 12px;
}


.checkTooltip.tooltip.bottom .tooltip-arrow {
    top: 0;
    margin-left: 90px;
    margin-top: -17px !important;
    border-width: 0 -6px -1px;
    border: 8px solid transparent;
    border-right-width: 0;
    border-left-width: 12px;
    border-bottom-color: white;
}



.checkTooltip .tooltip-inner {
	min-width: 280px;
	max-width: 250px;
	text-align: center;
    margin-top: -25px;
    margin-left: 92px;
	text-transform: capitalize;
	background-image: url(textures/highlight.png);
	background-image: none,
		-webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255,
		.6)), to(rgba(255, 255, 255, 0)));
	background-image: none,
		-webkit-linear-gradient(top, rgba(255, 255, 255, .6) 0,
		rgba(255, 255, 255, 0) 100%);
	background-image: none,
		linear-gradient(to bottom, rgba(255, 255, 255, .6) 0,
		rgba(255, 255, 255, 0) 100%);
	background-position: 50% 50%;
	background-color: #f3f3f3 !important;
	color: red;
	border-color: transparent;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
}