.gmpKmlFilterShell {
	overflow: auto;
	width: 100%;
	height: 100%;
	border: 1px solid #9b9b9b;
	padding: 10px;
}
.gmpKmlFilterShell .gmpKmlFilterTitle {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.gmpKmlFilterShell .gmpKmlFilterRowsShell .list-group {
	padding: 0;
	list-style-type: none !important;
}
.gmpKmlFilterRowsShell .icon.fa-chevron-down, .gmpKmlFilterRowsShell .icon.fa-chevron-right {
	font-size: 14px;
}
.gmpKmlFilterRowsShell .list-group-item {
	border: none;
}
.gmpKmlFilterRowsShell .list-group-item .icon {
	display: inline;
}
.gmpKmlFilterRowsShell .list-group-item .icon.glyphicon {
	margin-right: 17px;
}
