.jquery-checkbox       {display: inline; font-size: 20px; line-height: 16px; cursor: pointer; cursor: hand;}
.jquery-checkbox .mark {display: inline;}

.jquery-checkbox img {vertical-align: middle; width: 15px; height: 17px;}

.jquery-checkbox img{
	background: transparent url('https://taasiyalite.mipo.co.il/sites/taasiya/_static_media/public/checkbox-off.png') no-repeat;
}
.jquery-checkbox-hover img{
		background: transparent url('https://taasiyalite.mipo.co.il/sites/taasiya/_static_media/public/checkbox-off.png') no-repeat;
}
.jquery-checkbox-checked img{
		background: transparent url('https://taasiyalite.mipo.co.il/sites/taasiya/_static_media/public/checkbox-on.png') no-repeat;
}
.jquery-checkbox-checked .jquery-checkbox-hover img {
	background: transparent url('https://taasiyalite.mipo.co.il/sites/taasiya/_static_media/public/checkbox-on.png') no-repeat;
}
/*
.jquery-checkbox-disabled img{
	background-position: 0px -80px;
}
.jquery-checkbox-checked .jquery-checkbox-disabled img{
	background-position: 0px -100px;
}*/
