
html	{ font-size: 62.5%; } 
body	{ font-size: 11px; font-size: 1.1rem; }
	
html, body {
	height: 97%;
}
body {
	margin: 10px;
	font-family: Verdana; 
}
h2, h4, h3, p	{
	font-family: Verdana; 
	margin: 0px;
}
h2 {
	border-bottom: 2px solid orange; 
	font-size: 15px; 
	font-size: 1.5rem;
	font-weight: bold; 
	padding: 1px;
	margin-bottom: 2px;
}
h3 {
	border-bottom: 1px solid green; 
	font-size: 13px; 
	font-size: 1.3rem;
	margin-bottom: 4px; 
	margin-top: 6px; 
	padding-bottom: 5px;
	min-width: 170px;
}
h4 {
	border-top: 1px solid green;
	font-size: 11px; 
	font-size: 1.1rem;
	margin-bottom: 1px;
	margin-top: 5px;
	padding-top: 5px;
}
p {
	margin-top: 2px; 
	font-size: 11px; 
	font-size: 1.1rem;
}

label { 
	margin-right: 2px; 
	cursor: pointer;
}
input[type="checkbox"] { 
	margin: 3px 2px 3px 1px; 
	padding: 0px; 
	vertical-align: -2px;
}
span.desc {
	display: none;
}

input[type="file"] {
	font-size: 1.1rem;
	font-family: Verdana;
}

/* hack na googla */
button.gm-control-active {
/*	display:none; */
}


#content {
	margin: 0 auto;
	width: 100%;
	max-width: 1253px;
	height: 99%;
}
#mapka {
	width: 100%;
	max-width: 940px;
	height: 100%;
	max-height: 780px;
	border: 1px solid black; 
	background: white;
	background: url('images/loader.gif'); 
	background-repeat: no-repeat; 
	background-position: center; 
	display: block; 
	padding: 0px;
	margin: 0px;
}


#menu_button {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin: 10px;
    right: 9px;
    top: 11px;
    padding: 0px;
    overflow: hidden;
    position: absolute;
	z-index: 999;
}

#menu {
	width: 87%;
	max-width: 300px;
	max-height: 780px;
	border: 1px solid black;
	box-shadow: 3px 3px 10px -1px rgba(0, 0, 0, 0.3);
	background: white;
    padding: 0px;
	margin: 0px;
    overflow: hidden;
    position: absolute;
	top: 30px;
	right: 20px;
	z-index: 999;
}
#menu_title {
	color: #666666;
/*	height: 30px; */
	margin: 5px 10px 15px;
}
#menu_title img {
	float: right;
	border: 1px solid #F0F0F0;
	box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
	margin-left: 20px;
	cursor: pointer;
}
#menu_network {
	margin: 5px 10px 10px;
/*	height: 45px; */
}
#siec_id {
	width: 150px; 
	margin-top: 5px; 
	margin-bottom: 5px;
}
#menu_base {
	margin: 5px 10px 10px;
/*	min-height: 70px; */
}
#menu_band {
	margin: 5px 10px 10px;
/*	height: 85px; */
}
#gsm, #dcs, #katpoz {
	margin-top: 7px;
}

#wspolrzednediv,
#upload,
#log_content,
#rezultatszukania {
	display: none;
}

#menu_center_map {
	display: block;
	margin: 10px;
	height: 40px;
}
#menu_center_map select {
	width: 150px; 
	margin-top: 7px; 
	margin-bottom: 5px;
}
#centrujcity {
	padding-left: 3px;
}
#wojs {
	height: 35px;
	margin: 0px 10px;
}

#wsplaton, #wsplngon { 
	width: 65px; 
	text-align: center; 
}
#wspolrzedneinfo { 
	color: #777777; 
	font-style: italic; 
	font-size: 10px; 
	margin-top: 5px; 
}

#searchAddress {
	width: 200px; 
	color: #999999;
	padding: 1px 5px;
}
#searchwsp {
	width: 60px;
}
#wspodl {
	width: 40px;
	padding: 1px 5px;
	text-align: right;
}
#wspTA {
	width: 20px;
	text-align: center; 
}


#informacja	{
	margin: 10px; 
	color: #777777; 
	font-style: italic; 
	font-size: 10px; 
	text-align: justify;
	display: none;
}




.small {
	font-size: 7pt; 
	color: #999999;
}
.nobr { 
	white-space:nowrap;
}
.none {
	display: none;
}

.woj { 
	float: right; 
	margin-left: 30px;
}
.adr { 
	padding-top: 4px; 
	margin-top: 5px; 
	border-top: 1px solid green; 
}
.formul	{
	font-size: 8pt; 
	border: 1px solid black; 
}
.formulclear { 
	font-size: 9pt; 
	border: 1px solid black; 
	background-color: #E3E3E3; 
	color: #666666; 
}

.main_bands {
	cursor: pointer; 
	margin-right: 1px;
}
.coordinates_div {
	margin-top: 5px; 
	height: 20px;
}






@media only screen and (orientation: landscape) 
{
/*	span.desc {
		display: contents;
	}
*/	
	#menu {
		width: 85%;
		max-width: 85%;
	}
	#menu_title {
		margin-bottom: 10px;
	}
	#menu_network {
		margin-bottom: 5px; 
	}
	#menu_base {
		width: 30%;
		float: left;
	}
	#menu_band {
		width: 60%;
		float: right;
	}
	#menu_center_map {
		display: none;
	}
	#wojs {
		display: none;
	}
}



@media screen and (min-height: 680px) and (min-width: 960px)
{
	#wspolrzednediv {
		height: 150px;
	}
	#informacja {
		display: block;
		position: absolute;
		bottom: 0px;
	}
}


@media screen and (min-width: 960px) 
{
	input[type="checkbox"] {
		margin-right: 3px;
	}
	
	span.desc {
		display: inline;
	}

	label { 
		margin-right: 3px; 
	}

	#menu_button {
		display: none;
	}
	#menu_title img {
		display: none;
	}
	
	#mapka {
		float: left;
/*		width: 67%; */
		width: calc(100% - 310px);
	}
	
	#menu {
/*		width: 32%; 
		max-width: 32%; */
		width: 300px; 
		box-shadow: none;
		float: right;
		top: auto;
		right: auto;
		height: 100%;
		max-height: 780px;
		position: relative;
	}
	#menu_title {
		margin: 10px;
		margin-bottom: 15px;
/*		height: 40px; */
	}
	#menu_network {
		margin: 10px;
/*		height: 40px; */
	}
	#menu_base {
		float: none;
		margin: 10px;
		margin-bottom: 10px;
/*		min-height: 60px; */
		width: auto;
	}
	#menu_band {
		float: none;
		margin: 10px;
/*		height: 77px; */
		width: auto;
	}
	
	#menu_center_map {
		display: block;
	}
	#wspolrzednediv {
		display: block;
		margin: 10px;
/*		height: 150px; */ 
		text-align: justify;
	}
	#wojs {
		display: block;
	}
	#upload {
		display: block;
/*		width: 280px; */
		height: 70px;
		margin: 10px;
		margin-top: 15px;
	}
	#rezultatszukania {
		display: block;
/*		width: 280px; */
/*		height: 80px; */
		max-height: 110px;
		margin: 10px;
	}
	#informacja {
/*		display: block; */
	}
	
	#log_content {
		display: block;
		width: 100%; 
		height: 120px; 
		margin-top: 10px; 
		border: 1px solid black; 
		clear: left;
		clear: right;
	}
	#log_table { 
		height: 99px; 
		overflow: auto; 
		overflow-x: hidden; 
	}
	th, td { 
		padding: 2px;
	}
	.ths			{ width: 70px; }
	.tho			{ width: 70px; }
	.tdc			{ text-align: center; }
	.evenodd		{ background-color: #EEEEEE; }
	
	.formul	{
		font-size: 9pt;
	}
	.main_bands {
		margin-right: 1px;
	}
}

@media screen and (min-width: 1280px) 
{
	#mapka {
		width: 940px;
	}
	#menu {
		width: 300px;
		left: auto;
		max-height: 780px;
		position: relative;
	}

	#log_content { 
		width: 1252px;
	}
}
