#map-canvas 
	{
	height: 400px;
	width:100%;
    }
	  
#container
	{
	width:750px;
	margin:auto;
	}
		
#options
	{
	margin:0px 0px 20px 0px;
	}
	
.controls.gabarit
	{
	width:70px;
	margin-right:4px;
	}

	  
.controls, #getCodeBtn
	{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:90%;
	margin:15px 10px 0px;
	border: 1px solid transparent;
	border-radius: 2px 0 0 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	padding:5px 10px;
	}
	
#getCodeBtn
	{
	background-color:#3F66D1;
	color:white;
	}
	
#getCodeBtn:hover
	{
	background-color:#3659BA;
	}
	
	
	
	
.lineParametars input
	{
	width:80px;
	}
	
	
	
	

#pac-input 
	{
	background-color: #fff;
	padding: 0 11px 0 13px;
	width: 400px;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 300;
	text-overflow: ellipsis;
    }

.controls:focus, .selectBtnFocus 
	{
	border-color: #4d90fe;
	}
	
.pac-container {font-family: Roboto;}

.mojaWebOznaka    /* ova klasa je funkcionirala samo dok je oznaka bila integrirana sa kratom...sad je mrtva*/
	{
	background-color:gray;
	color:white;
	padding:2px 5px;
	text-decoration:none;
	}









	  