
.checkboxoption input[type=checkbox],
.navigator-list-row.filtered,
.navigator-list-row.filtered {
    display: none
}

.checkboxoption input[type=checkbox]+label {
	font-size:15px; line-height:30px;
    padding:9px 10px 8px 8px;
    cursor: pointer;
	background:none;
	border:1px solid #4A362A;
    height: 30px;
	margin:0 0px;
	-webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; -moz-transition:all 0.4s ease 0s; -o-transition:all 0.4s ease 0s; -ms-transition:all 0.4s ease 0s;
}

.checkboxoption input[type=checkbox],
.checkboxoption input[type=checkbox]:checked+label {
    background:#E3D3C5;
}

.checkboxoption input[type=checkbox]:hover+label {
    background:#E3D3C5;
	-webkit-transition:all 0.4s ease 0s; transition:all 0.4s ease 0s; -moz-transition:all 0.4s ease 0s; -o-transition:all 0.4s ease 0s; -ms-transition:all 0.4s ease 0s;
}

@media screen and (max-width: 800px) {
	.checkboxoption input[type=checkbox]+label {
		font-size:13px; line-height:3px;
		padding:6px 7px 5px 5px;
		cursor: pointer;
		background:none;
		border:1px solid #4A362A;
		height: 30px;
		margin:0 0px;
	}
}

