
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */

button.ColVis_Button,
ul.ColVis_collection li {
	position: relative;
	width: 100%;
	margin-right: 3px;
	padding: 5px 8px;
	border: 1px solid #999;
	cursor: pointer;
	*cursor: hand;
	font-size: 1rem;
	color: #fff !important;
	white-space: nowrap;

}

.ColVis_Button:hover,
ul.ColVis_collection li:hover {
	border: 1px solid #666;
	text-decoration: none !important;
}

button.ColVis_Button {
	height: 50px;
	padding: 3px 8px;
}

button.ColVis_Button::-moz-focus-inner { 
	border: none !important;
	padding: 0;
}

button.ColVis_Button:active { 
	outline: none;
}


div.ColVis_collectionBackground {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: black;
	z-index: 1100;
}

ul.ColVis_collection {
	list-style: none;
	width: 90%;
	padding: 8px 8px 4px 8px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	overflow: hidden;
	z-index: 2002;

}

ul.ColVis_collection li {
	position: relative;
	height: auto;
	left: 0;
	right: 0;
	padding: 0.5em;

	display: block;
	float: none;
	margin-bottom: 4px;

}

ul.ColVis_collection li {
	text-align: left;
}

ul.ColVis_collection li.ColVis_Button:hover {
	border: 1px solid #999;
	background-color: #f0f0f0;
}

ul.ColVis_collection li span {
	display: inline-block;
	padding-left: 0.5em;
	cursor: pointer;
}


ul.ColVis_collection li.ColVis_Special {
	border-color: #555;
	background: rgb(237,237,237); /* Old browsers */

}

ul.ColVis_collection li.ColVis_Special:hover {
	background: #e2e2e2; /* Old browsers */

}


span.ColVis_radio {
	display: inline-block;
	width: 20px;
}

div.ColVis_catcher {
	position: absolute;
	z-index: 1101;
}

.disabled {
	color: #999;
}

/* Fixes */

/* Mobile */
@media only screen and (min-width: 40.063em) { 
	div.ColVis {
		margin-bottom: 0;
		float:left;
		margin-right:1rem;
		}

	button.ColVis_Button,
	ul.ColVis_collection li {
		font-size: 0.8rem;
		}
		
	button.ColVis_Button {
		height: 40px;
		}
		
   ul.ColVis_collection {
		width: 15%;
		}
}
/* Tablets */

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	ul.ColVis_collection {
		width: 25%;
		}
}

