@charset "utf-8";
/*
File:		maps.css
Discription: SB MAPS
Author:		Larry
Created:	03-05-2019
Revised:	03-06-2019
*/

/*====== GLOBAL CONSTANTS ======*/
html
{
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body 
{
	background-color: #808080;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*====== LINKS ======*/
a:link, a:visited
{
	color: #00F;
	text-decoration: none;
}

a:hover, a:active
{
	color: #F00;
	/*font-weight: bold;*/
	text-decoration: underline;	
}

h1, h2, h3, h4, h5, h6, div, ul, li 
{
	margin: 0;
	padding: 0;
}

h1 
{
	font-size: 32px;
	color: #009;
	margin-bottom: .4em;
}

h2 
{
	font-size: 26px;
	color: #009;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h3 
{
	color: #000;
	/*font-size: 1.3em;*/
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

h1, h2, h3 
{
	clear: both;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

li
{
	margin: 0 0 .5em 1em;
	padding: 0 0 0 24px;
	background: url(http://localhost:8500/_images/red_dot_glass.gif) no-repeat 0 2px;
	font-size: 1em;
	color: #000;
}

/* ====== MAIN ====== */
#main
{
	margin: 0 auto;
	background-color: #FFF;
	height: 100%;
	width: 100%;
	padding-bottom: 10px;
}

#ui
{
	margin: 0 auto;
	border: 1px solid #9CF;
	height: 65px;
	width: 99%;
	text-align:center;
}

#ui_mkr
{
	margin: 0 auto;
	padding-top: 5px;
	border: 1px solid #9CF;
	height: 30px;
	width: 99%;
	text-align:center;
}

#map_canvas 
{ 
	border: 1px solid #9CF;
	margin: auto;
	height: 90%;
	width: 99%;
}
		
#map_canvas #infowindow-content 
{
	display: inline;
}

#infowindow-content .title 
{
	font-weight: bold;
}

#infowindow-content 
{
	display: none;
}
		
.pac-card 
{
	/*margin: 10px 10px 0 0;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
}

#pac-container 
{
	padding-bottom: 12px;
	/*margin-right: 12px;*/
}

.pac-controls 
{
	display: inline-block;
	padding: 5px 11px;
}

.pac-controls label 
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 300;
}

#pac-input 
{
	background-color: #ff0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 300;
	/*margin-left: 12px;*/
	padding: 0 11px 0 13px;
	text-overflow: ellipsis;
	width: 400px;
}

#pac-input:focus 
{
	border-color: #4d90fe;
}
