html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.container{
	width: 100%;
	padding:0px;
	margin:0px;
}
.container, .container > div, .container > div #map-canvas {
    height: inherit;
}
.control-label{
	text-align: right;
}
.item-results{
	max-height: 280px;
	overflow: auto;
	padding: 0px;
}
.item{
	border-bottom: 1px solid #eee;
	padding: 0px;
	padding-left: 0px;
}
.item .text-desc,.item .button-action{
	padding: 5px 0px 0px 0px;
}

.item .button-action{
	
}
.clear-both{
	clear: both;
}
.info-luas{
	color: #444;
	font-size: 11px;
}
.help-block{
	font-size: 10px;
}
.starter-form{
	position: fixed;
	padding: 10px 20px;
	background-color: #fff;
	min-height: 250px;
	width: 350px;
	z-index: 2;
	border-radius: 3px;
	opacity: .99;
	top:10px;
	left: 10px;
	border:1px solid #eee;
}
.category-form{
	padding: 10px 20px;
	margin: auto;
	background-color: #fff;
	min-height: 250px;
	width: 500px;
	z-index: 2;
	border-radius: 3px;
	opacity: .99;
	margin-top:20px;
	border:1px solid #eee;
}
.starter-menu{
	position: fixed;
	min-height: 30px;
	width: auto;
	z-index: 3;
	background-color: #fff;
	top:10px;
	left: 10px;
	padding: 10px;
	cursor: pointer;
	font-weight: bold;
	color: purple;
	display: none;
}

.form-detail{
	position: fixed;
	padding: 10px 20px;
	background-color: #fff;
	max-height: 635px;
	width: 350px;
	z-index: 2;
	border-radius: 3px;
	opacity: .99;
	top:10px;
	right: 10px;
	border:5px solid #fff;
	overflow: auto;
	display: none;
}
#item-detail tr td{
	font-size: 12px;
}
.control-label,.form-control,p{
	font-size: 12px;
}
.shadow_1{
	-webkit-box-shadow: 7px 9px 42px -10px rgba(0,0,0,0.38);
	-moz-box-shadow: 7px 9px 42px -10px rgba(0,0,0,0.38);
	box-shadow: 7px 9px 42px -10px rgba(0,0,0,0.38);
}
.border-bottom-1{
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}