.collapse { /** This class is must to implement accordion */
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height 0.35s ease;
   -moz-transition: height 0.35s ease;
   -o-transition: height 0.35s ease;
   transition: height 0.35s ease;
   position: relative;
   height: 0;
   overflow: hidden;
   -webkit-transition: height 0.35s ease;
   -moz-transition: height 0.35s ease;
   -o-transition: height 0.35s ease;
   transition: height 0.35s ease;
   display: block; /** Be aware that this will override the default BS3 .collapse style, which has display:none. */
}
.combobox{
	width:204px !important;
}
.display_none{
	display:none;
}
#infowindow_content input[type='text'] {
	margin-top: 0px;
	border: 1px solid #ddd;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 31px;
	outline: none;
}
#infowindow_content .col-sm-5{
	padding-left:8px !important;
}

#infowindow_content table tr td{
	padding-top:8px;
}
.saved_points .accordion-toggle span{
	cursor:pointer;
}

#map-canvas {
	height:700px;
	margin: 0px;
	padding: 0px;
}
.margin-left-5{
	margin-left:5px;
}
#pac-input{
	background-color: #fff;
	padding: 0 11px 0 13px;
	width: 200px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
	height: 30px;
	top:15px !important;
}

#pac-input:focus {
	border-color: #4d90fe;
	margin-left: -1px;
	padding-left: 14px; /* Regular padding-left + 1. */
	width: 401px;
	height: 30px;
}

.pac-container {
	font-family: Roboto;
	min-width: 400px;
}
.saved_points{
	float: left;
	border: 1px solid #ddd;
	padding: 10px;
	width: 230px;
	overflow: auto;
	height: 700px;
	margin-right:10px;
	margin-top:12px;
}

.mark_point{
	border-bottom : 1px solid #E2E2E2;
	padding-top : 5px;
	padding-bottom : 5px;
}
.mark_point img{
	cursor:pointer;
}
.search_loc{
	width:197px !important;
	height:30px !important;
	padding-left:5px;
}
#showinfowindow_content{
	display:none;
}
.td_pad_top{
	padding-top:5px;
}
.cat_tags{
	width:248px !important;
}
#type-selector {
	color: #fff;
	background-color: #4d90fe;
	padding: 5px 11px 0px 11px;
}

#type-selector label {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 300;
}

/** Custome style */
#div_new_cat {
	display: none
}

/** Bootstrap overloaded css */

.combobox-container .add-on {
	padding: 5px 3px !important;
}

.gm-style-iw {
	/**height: 385px !important;*/
}

.typeahead-long {
	max-height: 80px !important;
}