
html,
body,
.container-fluid {
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

#map {
	height: 100%;
}

.row,
.list-group {
	height: 100%;
}


ul {
	height: 500px !important;
	overflow-y: auto;
}

ul::-webkit-scrollbar {
    width: 12px;
}
 
ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

.col-md-12 {
	margin-top: 2%;
}

.nopad {
	padding-left: 0 !important;
	height: 100%;
}

.input-group {
    margin-left: 25px;
}

li {
	cursor: pointer;
}

#pano {
	width:200px;
	height:200px;
}

.btn {
	display: none;
}
/*Mediaa Queries to add button and hide the search-bar and list on smaller screens*/
@media screen and (max-width: 767px) {
	.btn {
		display: block;
		margin-top:2%;
	}
	.search {
		padding-left: 10%;
	}
}


