html {
  	font-family: 		"Helvetica Neue",Helvetica,Arial,sans-serif;
  	-ms-text-size-adjust: 100%;
  	-webkit-text-size-adjust: 100%; 
  	height: 			100%;
    width: 				100%;
}

body {
	background:			#FFF;
	font-family: 		"Helvetica Neue",Arial,sans-serif;
	font-size:			9pt;
	color:				#363d41;
	margin:				0;
	padding:			0;
	height: 			100%;
    width: 				100%;
}

h2 {
	margin: 			0;
	font-weight: 		normal;
}

.soff {
	background-color:	#800;
	color:				white;
}

.selected_vps {
	background-color:	#555;
	color:				white;
}

.header {
	font-size:			14pt;
	color:				#666;
	font-weight:		bold;
}

.green {
	color: 				green;
	//font-weight:		bold;
}

.red {
	color:				red;
	//font-weight:		bold;
}

.grey {
	color:				grey;
	//font-weight:		bold;
}

.yellow {
	color:				yellow;
	//font-weight:		bold;
}

.orange {
	color:				orange;
	//font-weight:		bold;
}

.small {
	color:				green;
	font-size:			7pt;
}

.tab_a {
	width:				80px;
}

.tab_b {
	width:				100px;
}

.tab_1 {
	font-weight:		bold;
	border: 			1px dotted #999;
}

.tab_2 {
	border: 			1px dotted #999;
	padding:			0px 5px;
}

.borderowa td {
	border-top:			1px dotted #999;
}

th {
	font-size:			12pt;
}

td {
	padding:			5px 2px;
	font-size:			12pt;
}

a {
	text-decoration:	none;
	color:				#363d41;
}

a:hover {
	color:				#757575;
}

#all {
	height: 			100%;
    width: 				100%;
}

#footer {
	position:			fixed;
	bottom:				0px;
	font-size:			8pt;
	font-weight:		bold;
	text-align:			center;
	clear:				both;
	color:				#FFF;
	background-color: 	#333;
	padding:			5px 0px;
	width:				100%;
	height:				12px;
}

#relayer_states {
	position:			fixed;
	bottom:				22px;
	font-weight:		bold;
	text-align:			center;
	clear:				both;
	padding:			5px 0px;
	width:				100%;
	height:				50px;
}

#map-canvas {
    position: 			absolute;
	top: 				0px;
	left: 				0px;
	bottom:				22px;
	margin-top:			50px;
	width:				100%; 
	z-index: 			0;
}

#map-small-canvas {
	width:			700px;
	height:				500px;
}

.limit_floating {
	background-color:	rgba(255,255,255,0.9);
    border-radius: 		6px;
    border:				1px solid grey;
    bottom: 			45px;
    padding: 			10px;
    position: 			absolute;
    right: 				33px;
    z-index: 			9999999;
    width: 				155px;
}

.show_floating {
	background-color:	rgba(255,255,255,0.9);
    border-radius: 		6px;
    border:				1px solid grey;
    top:	 			60px;
    padding: 			10px 15px;
    position: 			absolute;
    right: 				10px;
    z-index: 			9999999;
    width: 				175px;
}

.show_floating_m {
	background-color:	rgba(255,255,255,0.9);
    border-radius: 		6px;
    border:				1px solid grey;
    padding: 			10px;
    position: 			absolute; 
    z-index: 			9999999;
    width-min: 			400px;
    bottom: 			50px;
    left: 				15px;
    font-size: 			22pt;
}

.predkosc_floating {
	background-color:	rgba(255,255,255,0.9);
    border-radius: 		6px;
    border:				1px solid grey;
    bottom: 			45px;
    padding: 			6px;
    position: 			absolute;
    right: 				33px;
    z-index: 			9999999;
    //width: 				192px;
}

.speed_floating_pre {
	position: 			absolute;
	left:				50%;
	top: 				50px;
}

.speed_floating {
	position: 			relative;
	border-top: 		30px solid rgba(51,51,51,1);
	border-left: 		10px solid transparent;
	border-right: 		10px solid transparent;
	height: 			0;
	width: 				200px;
	left: 				-50%;
	color:				#FFF;
}

.address_floating_pre {
	position: 			absolute;
	left:				50%;
	bottom: 			22px;
}

.address_floating {
	position: 			relative;
	border-bottom: 		30px solid rgba(51,51,51,1);
	border-left: 		10px solid transparent;
	border-right: 		10px solid transparent;
	height: 			0;
	min-width: 			330px;
	padding:			0 20px;
	left: 				-50%;
	color:				#FFF;
}

.wznow_floating {
    top: 				105px;
    padding: 			6px;
    position: 			absolute;
    left: 				50%;
	margin-left:		-93px;
    z-index: 			9999999;
	display:			none;
}

.live_view_floating {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px;
    z-index: 9999999;
}

.device_offline {
	display:			none;
    position: 			fixed;
    z-index: 			9999999;
	width:				100%;
	height:				100%;

	background-color:	rgba(0,0,0,0.45);
	top:				50px;
	bottom:				20px;
	left:				0;
	right:				0;
	display: 			none;
}

.device_offline_inside {
	background-color:	rgba(255,255,255,0.95);
    border-radius: 		10px;
    border:				2px solid #AAA;
    position: 			relative;
    left: 				50%;
    top:				50%;
    margin-left:		-225px;
    margin-top:			-150px;
    width:				420px;
    height: 			160px;
    padding:			30px 15px;
    z-index: 			9999999;
}

.notify {
	//display:			none;
    position: 			fixed;
    z-index: 			9999999;
	width:				100%;
	height:				70%;
}

.notify_inside {
	background-color:	rgba(255,255,255,0.95);
    border-radius: 		10px;
    border:				2px solid #AAA;
    position: 			relative;
    left: 				50%;
    top:				50%;
    margin-left:		-200px;
    margin-top:			-150px;
    width:				370px;
    height: 			160px;
    padding:			30px 15px;
    z-index: 			9999999;
}

.no_gps {
	display:			none;
    position: 			fixed;
    z-index: 			9999999;
	width:				100%;
	height:				100%;

	background-color:	rgba(0,0,0,0.45);
	top:				50px;
	bottom:				20px;
	left:				0;
	right:				0;
	display: 			none;
}

.no_gps_inside {
	background-color:	rgba(255,255,255,0.95);
    border-radius: 		10px;
    border:				2px solid #AAA;
    position: 			relative;
    left: 				50%;
    top:				26%;
    margin-left:		-200px;
    margin-top:			-150px;
    width:				370px;
    height: 			160px;
    padding:			30px 15px;
    z-index: 			9999999;
}

.no_engine {
	display:			none;
    position: 			fixed;
    z-index: 			9999999;
	width:				100%;
	height:				100%;

	background-color:	rgba(0,0,0,0.45);
	top:				50px;
	bottom:				20px;
	left:				0;
	right:				0;
	display: 			none;
}

.no_engine_inside {
	background-color:	rgba(255,255,255,0.95);
    border-radius: 		10px;
    border:				2px solid #AAA;
    position: 			relative;
    left: 				50%;
    top:				26%;
    margin-left:		-225px;
    margin-top:			-150px;
    width:				420px;
    height: 			80px;
    padding:			30px 15px;
    z-index: 			9999999;
}

.wznow_floating {
    top: 				105px;
    padding: 			6px;
    position: 			absolute;
    left: 				50%;
	margin-left:		-93px;
    z-index: 			9999999;
	display:			none;
}



.wznow {
	
}

#wrapper {
	position: 			relative;
}

.navbar {
	background-color:	#333;
	width:				100%;
	height:				50px;
	color: 				#FFF;
	clear:				both;
}

.navbar ul {
	display:			block;
	margin:				0;
	padding:			0;
}

.navbar ul li {
	position: 			relative;
	float:				left;
	display:			block;
	padding:			15px 20px 10px 20px;
	margin:				0;
}

.navbar a {
	color: 				#FFF;
	letter-spacing: 	1px;
}

.navbar a:hover {
	color:				#fcd67b !important;
}

.nam-graph:before {
	content: 			url("../img/graph.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-maplive:before {
	content: 			url("../img/markerlive.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-remote-control:before {
	content: 			url("../img/remote_control.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-maphistory:before {
	content: 			url("../img/map.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-profile:before {
	content: 			url("../img/profile.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-settings:before {
	content: 			url("../img/settings.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-device:before {
	content: 			url("../img/device.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-logout:before {
	content: 			url("../img/logout.png");
	float:				left;
	margin-right: 		5px;
	margin-top:			-4px;
}

.nam-alert-settings {
	position: 			absolute;
	margin-left: 		auto;
	margin-right: 		auto;
	left: 				50%;
	right: 				50%;
}

.nam-active {
	color:				#F7AE00 !important;
}

.adres {
	margin-bottom:		5px;
	font-size:			14px;
}

.kiedy {
	margin-top:			5px;
	letter-spacing: 	2px;
	font-size:			14px;
}

.datepicker {
	text-align: 		center;
	cursor: 			pointer;
}

.datepicker2 {
	text-align: 		center;
	cursor: 			pointer;
}

.copy {
	text-align: 		center;
	cursor: 			copy;
}

.login-bar {
	background-color:	#F6F6F6;
	width:				320px;
	height-min:			280px;
	border: 			1px solid #AAA;
	padding: 			30px;
	border-radius:		4px;
}

.form-input {
	border:				1px solid #ccc;
	background-color:   #fff;
	border-radius:		2px;
	color:				#555;
	padding:			6px 12px;
	font-size:			16px;
	width:				92%;
	height:				25px;
	display: 			block;
	line-height: 		1.42857;
	box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: 		border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-input:disabled {
	color:				#DDD;
}

.form-input-small2 {
	border:				1px solid #ccc;
	background-color:   #fff;
	border-radius:		2px;
	color:				#555;
	padding:			4px;
	font-size:			14px;
	width:				92%;
	height:				22px;
	display: 			block;
	line-height: 		1.42857;
	box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: 		border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-input:focus {
	border-color:		#66afe9;
    box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 			0 none;
}

.form-input-small {
	border:				1px solid #ccc;
	background-color:   #fff;
	border-radius:		2px;
	color:				#555;
	padding:			6px 12px;
	font-size:			16px;
	width:				92%;
	height:				24px;
	display: 			block;
	line-height: 		1.42857;
	box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: 		border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.form-input-small:focus {
	border-color:		#66afe9;
    box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 			0 none;
}

.form-btn {
	-moz-user-select: 	none;
    background-image: 	none;
    background-color:	#fff;
    border: 			1px solid #ccc;
    border-radius: 		4px;
    cursor: 			pointer;
    display: 			inline-block;
    font-size: 			16px;
    font-weight: 		normal;
    line-height: 		1.42857;
    margin-bottom: 		0;
    padding: 			6px 12px;
    text-align: 		center;
    vertical-align: 	middle;
    white-space: 		nowrap;
    color:				#333;
}

.form-btn:hover {
	border-color:		#8c8c8c;
    background-color:	#e6e6e6;
    color:				#333;
}

.form-btn-small {
	-moz-user-select: 	none;
    background-image: 	none;
    background-color:	#fff;
    border: 			1px solid #ccc;
    border-radius: 		4px;
    cursor: 			pointer;
    display: 			inline-block;
    font-size: 			16px;
    font-weight: 		normal;
    line-height: 		1.42857;
    margin-bottom: 		0;
    padding: 			2px 8px;
    text-align: 		center;
    vertical-align: 	middle;
    white-space: 		nowrap;
    color:				#333;
}

.form-btn-small:hover {
	border-color:		#8c8c8c;
    background-color:	#e6e6e6;
    color:				#333;
}

.tableWiretappingSetting th {
	font-size: 			16px;
}

.tableWiretappingSetting td {
	font-size: 			14px;
}

.header1 {
	font-size:			16px;
	font-weight: 		bold;
}

.header2 {
	font-size:			12px;
	font-weight: 		bold;
}

.setting_button {
	border: 			1px solid #ccc;
    border-radius: 		10px;
    width:				250px;
    padding:			10px;
    box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: 		border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.setting_button:hover {
	border-color:		#66afe9;
    box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 			0 none;
}

.setting_button h2 {
	font-size:			14px;
	margin-top:			5px;
}

.border_nobutton {
	border: 			1px solid #ccc;
    border-radius: 		10px;
    width:				250px;
    padding:			10px;
    box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.waitPageLock {
	background-color:	rgba(255,255,255,0.9);
	position:			absolute;
	top:				50px;
	bottom:				0;
	left:				0;
	right:				0;
	display: 			none;
}

.waitPageLockFull {
	background-color:	rgba(255,255,255,0.9);
	position:			absolute;
	top:				0;
	bottom:				0;
	left:				0;
	right:				0;
	display: 			none;
}

.waitPageLockInside {
	margin-top:			200px;
}

.waitPageLockInsideFull {
	margin-top:			210px;
}

.how-start {
	position: 			absolute;
	bottom:				30px;
	left: 				10px;
	letter-spacing: 	3px;
}

.go-panel {
	position: 			fixed;
	top:				10px;
	right: 				10px;
	letter-spacing: 	3px;
}

.header-howTo {
	letter-spacing: 	3px;
	font-size: 			28px;
}

.content-howTo {
	letter-spacing: 	1px;
	font-size: 			16px;
	line-height:		150%;
}

.tick-howTo {
	margin-top: 		10px;
	margin-left:		20%;
	letter-spacing: 	1px;
	font-size:			16px;
}

.tick-howTo img {
	vertical-align: 	middle; 
}

.center {
	position: 			fixed;
	height: 			700px;
    width: 				1000px;
    top: 				50%;
    left: 				50%;
    margin-top: 		-300px;
    margin-left: 		-500px;
}

.summary_td {
	padding:			5px 0px;
	width: 				160px;
	text-align: 		center; 
	vertical-align: 	text-top;
}

.float_left {
	float:				left;
}

.setting_button h2 {
	letter-spacing:		2px;
	text-transform: 	uppercase;
}

.markerContent {
	padding: 10px 0px 10px 17px;
}

.address.leaflet-popup {
	position: 			absolute;
	text-align: 		center;
	margin-bottom: 		-30px !important;
	opacity:			0.95 !important;
}

.address .leaflet-popup-tip-container {
	display:			none;
}

.address .leaflet-popup-content {
	margin: 			3px 9px;
	line-height: 		1.4;
	color: 				#111;
}

.olPopupCloseBox {
	background-image: url();
}

.ol-popup {
position: absolute;
background-color: white;
-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
min-width: 280px;
}
.ol-popup:after, .ol-popup:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
}
.ol-popup:after {
border-top-color: white;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before {
border-top-color: #cccccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer {
text-decoration: none;
position: absolute;
top: 2px;
right: 8px;
}
.ol-popup-closer:after {
content: "✖";
}