.multiselect {
	width: 100%;
}

.selectBox {
	position: relative;
}

.selectBox select {
	width: 100%;
	font-weight: bold;
	height: 45px;
	border: 1px solid #eaeaea;
	color:#7c7c7c;
}

.overSelect {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.checkboxes {
	display: none;
	width: 100%;
	border: 1px #dadada solid;
	padding:5px;
}

.checkboxes label {
	display: inline-block;
}


.checklabel {
	width: 100%;
}

.checklabel:hover {
	background-color: #F47820!important;
	color:#fff!important;
}


/*
#checkboxes1 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes1 label {
	display: block;
}

#checkboxes1 label:hover {
	background-color: #F47820;
	color:#fff;
}


#checkboxes2 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes2 label {
	display: block;
}

#checkboxes2 label:hover {
	background-color: #F47820;
	color:#fff;
}


#checkboxes3 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes3 label {
	display: block;
}

#checkboxes3 label:hover {
	background-color: #F47820;
	color:#fff;
}


#checkboxes4 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes4 label {
	display: block;
}

#checkboxes4 label:hover {
	background-color: #F47820;
	color:#fff;
}



#checkboxes5 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes5 label {
	display: block;
}

#checkboxes5 label:hover {
	background-color: #F47820;
	color:#fff;
}



#checkboxes6 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes6 label {
	display: block;
}

#checkboxes6 label:hover {
	background-color: #F47820;
	color:#fff;
}


#checkboxes7 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes7 label {
	display: block;
}

#checkboxes7 label:hover {
	background-color: #F47820;
	color:#fff;
}

#checkboxes8 {
	display: none;
	border: 1px #dadada solid;
	padding:5px;
}

#checkboxes8 input {
	display: block;
}

#checkboxes8 label:hover {
	background-color: #F47820;
	color:#fff;
}


*/

