div.gminy
{
	display: none;
	position: absolute;
	top: 55px;
	bottom: 55px;
	left: 240px;
	right: 0;
	overflow-y: auto;
	text-align: center;
	font-size: 0;
}

div.gminy_lista
{
	display: table;
	position: absolute;
	height: 100%;
	width: 100%;
}

div.gminy_lista2
{
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}

div.gminy_lista2 > div
{
	position: relative;
	width: 400px;
	font-size: 16px;
	cursor: pointer;
	background-color: white;
	padding: 10px;
	margin: 7px auto;
}

div.gminy_lista_item > div
{
	background-color: #0ba04a;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 44px;
}

div.gminy_lista2 > div:hover
{
	background-color: #f8f8f8;
}

div.gminy_lista2 > div > span
{
	position: relative;
	vertical-align: middle;
}

div.gminy_lista2 > div > img
{
	position: absolute;
	right: 14px;
	vertical-align: middle;
	padding-left: 16px;
	height: 28px;
}

.thumbnails
{
	display: none;
	position: absolute;
	top: 55px;
	bottom: 55px;
	left: 240px;
	right: 0;
	overflow-y: hidden;
	text-align: center;
	font-size: 0;
}

.thumbnails_tabs
{
	width: 100%;
	display: table;
}

.thumbnails_tabs > div
{
	/*width: 16.666%;*/
	/*width: 14.285%;*/
	width: 12.5%;
	height: 59px;
	color: white;
	background-color: #0CA14A;
	display: inline-block;
	font-size: 14px;
	/*padding: 20px 0;*/
	cursor: pointer;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

div.thumbnail_tab_clicked
{
	color: black;
	background-color: #ECEDF1;
	background-image: url('../gfx/arrow_down.png');
	background-repeat: no-repeat;
	background-position: center bottom;
}

div.thumbnails_date_div
{
	position: absolute;
	right: 40px;
	top: 68px;
	font-size: 14px;
	vertical-align: middle;
}

div.thumbnails_date_div > div
{
	display: inline-block;
}

div.thumbnails_date_refresh
{
	vertical-align: middle;
	margin: 0 12px;
}

div.thumbnails_scroll
{
	position: absolute;
	left: 0;
	top: 100px;
	bottom: 12px;
	right: 0;
	overflow-y: auto;
}

div.thumbnails_meters
{
}

div.thumbnail_title
{
	font-size: 16px;
}

div.thumbnail_meter
{
	width: 350px;
	background-color: white;
	margin: 10px;
	padding: 10px 20px;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	cursor: default;
	clear: both;
	position: relative;
	overflow: hidden;
	max-height: 950px;
}

/*div.thumbnail_meter:hover
{
	overflow: auto;
}*/

div.visualization_img > span
{
	border-radius: 50%;
	padding: 0;
	width: 38px;
	height: 38px;
	line-height: 39px;
	border: 0;
	background-color: white;
	box-shadow: 0 0 3px #444;
	text-align: center;
	white-space: nowrap;
}

div.thumbnail_title1
{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 0;
	cursor: pointer;
}

div.thumbnail_title2
{
	font-size: 14px;
	margin-bottom: 12px;
	padding: 0;
	cursor: pointer;
}

div.thumbnail_left_line
{
	position: absolute;
	left: 0;
	top: 65px;
	width: 30px;
	height: 3px;
	background-color: #29C64A;
}

div.thumbnail_right_line
{
	position: absolute;
	right: 0;
	top: 65px;
	width: 30px;
	height: 3px;
	background-color: #29C64A;
}

img.thumbnail_triangle
{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
}

img.thumbnail_info
{
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: default;
}

div.thumbnail_parameters
{
	position: absolute;
	left: 10px;
	right: 0;
	bottom: 10px;
	top: 75px;
	padding-right: 10px;
	overflow-y: hidden;
}

div.thumbnail_parameters:hover
{
	overflow-y: auto;
}

div.thumbnail_parameters > div
{
	padding: 5px 0;
	display: table;
	width: 100%;
	position: relative;
}

div.thumbnail_meter .counter_group
{
	padding-bottom: 0 !important;
	font-weight: bold;
	text-align: left;
	margin-top: 10px !important;
	text-transform: uppercase;
	/*margin-left: -35px;*/
}

div.thumbnail_meter .row
{
	position: absolute;
	left: 0;
	right: 0;
	top: 22px;
	height: 1px;
	/*background-color: black;*/
}

div.thumbnail_meter .title
{
	display: table-cell;
	text-align: left;
	padding-right: 12px;
	/*background-color: white;*/
}

/*div.thumbnail_meter .space
{
	display: table-cell;
	background-color: green;
}*/

div.thumbnail_meter .value
{
	display: table-cell;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	vertical-align: middle;
	/*background-color: white;*/
}

div.thumbnail_meter .value span
{
	font-weight: normal;
}

.counter_highlight
{
	background-color: #f6f6f6;
}

/*
.thumbnails_tabs
{
	text-align: left;
	margin: 6px 0;
}

.thumbnail_tab
{
	display: inline-block;
	font-size: 12pt;
	padding: 4px 8px;
	margin: 2px 2px;
	border: 1px solid #bbb;
	box-shadow: 2px 2px 5px #bbb;
	background-color: white;
	border-radius: 5px;
	vertical-align: middle;
	cursor: pointer;
}

.thumbnail_tab:hover
{
	background-color: #DDFDE1;
}

.thumbnail_tab:active
{
	box-shadow: inset 2px 2px 5px #bbb;
}

.thumbnail_tab_clicked
{
	box-shadow: inset 2px 2px 5px #bbb;
}

div.thumbnails_weather > .button_meteo
{
	position: absolute;
	left: 8px;
	bottom: 8px;
	width: 22px;
	height: 22px;
	background-image: url('../gfx/weather/partly-sunny.png');
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center;
}

.thumbnail_meter
{
	display: inline-block;
	width: 200px;
	height: 100px;
	padding: 10px;
	margin: 3px;
	border: 1px solid #bbb;
	box-shadow: 3px 3px 10px #888;
	background-color: white;
	border-radius: 5px;
	vertical-align: top;
	text-align: left;
	font-size: 11px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
/*	transition: height 0.2s ease-out 0s;
	-webkit-transition: height 0.2s ease-out 0s;* /
}

.thumbnail_meter1
{
	position: absolute;
}

.thumbnail_meter > div.thumbnail_meter1 > div
{
	line-height: 13px;
	margin: 4px 2px;
}

.thumbnail_meter > div.thumbnail_meter1 > div:hover
{
	background-color: #DDFDE1;
}

.thumbnail_meter > div.thumbnail_meter1 > .thumbnail_title1:hover
{
	background-color: white;
}

.thumbnail_meter > div.thumbnail_meter1 > div > .title
{
	display: inline-block;
	text-indent: -20px;
	margin-left: 20px;
	vertical-align: middle;
	width: 115px;
}

.thumbnail_meter > div.thumbnail_meter1 > div > .value
{
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 55px;
	font-size: 14px;
	/*font-weight: bold;* /
	/*color: #24CE24;* /
	color: green;
}

.thumbnail_meter > div.thumbnail_meter1 > div > b
{
	font-size: 12px;
}

.thumbnail_meter2
{
	position: absolute;
	/*font-size: 20px;* /
}

.thumbnail_meter > div.thumbnail_meter2 > div
{
	line-height: 16px;
	margin: 6px 2px;
}

.thumbnail_meter > div.thumbnail_meter2 > div:hover
{
	background-color: #DDFDE1;
}

.thumbnail_meter > div.thumbnail_meter2 > .thumbnail_title2:hover
{
	background-color: white;
}

.thumbnail_meter > div.thumbnail_meter2 > div > .title
{
	display: inline-block;
	text-indent: -30px;
	vertical-align: middle;
	margin-left: 30px;
	width: 300px;
	font-size: 16px;
}

.thumbnail_meter > div.thumbnail_meter2 > div > .value
{
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 70px;
	font-size: 16px;
	/*font-weight: bold;* /
	/*color: #24CE24;* /
	color: green;
}

.thumbnail_title1
{
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	margin-bottom: 5px;
}

.thumbnail_title2
{
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}

.thumbnails_weather
{
	padding: 12px 8px 8px 8px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 24px;
	overflow-y: auto;
	text-align: center;
	vertical-align: bottom;
}

.thumbnail_weather
{
	display: inline-block;
	width: 200px;
	height: 85px;
	padding: 10px;
	margin: 3px;
	border: 1px solid #bbb;
	box-shadow: 3px 3px 10px #888;
	background-color: white;
	border-radius: 5px;
	text-align: left;
	font-size: 11px;
	cursor: default;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.thumbnail_weather1
{
	position: absolute;
	left: 8px;
	right: 8px;
	top: 8px;
	border: 8px;
	font-size: 13px;
}

.thumbnail_weather1 img
{
	vertical-align: middle;
}

.thumbnail_weather1_title
{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}

.thumbnail_weather1_direction
{
	position: absolute;
	left: 120px;
	top: 19px;
	width: 16px;
}

.thumbnail_weather1_direction > div
{
	font-size: 9px;
}

.thumbnail_weather1_direction > .direction_n
{
	position: absolute;
	left: 5px;
	top: 5px;
}

.thumbnail_weather1_direction > .direction_s
{
	position: absolute;
	left: 5px;
	top: 38px;
}

.thumbnail_weather1_direction > .direction_w
{
	position: absolute;
	left: -15px;
	top: 22px;
}

.thumbnail_weather1_direction > .direction_e
{
	position: absolute;
left: 20px;
	top: 22px;
}

.thumbnail_weather1_direction > img
{
	position: absolute;
	width: 16px;
	top: 15px;
}

.thumbnail_weather1_image
{
	width: 40px;
	position: absolute;
	left: 0px;
	top: 20px;
}

.thumbnail_weather1_temperature
{
	position: absolute;
	left: 50px;
	top: 25px;
	font-size: 16px;
	color: green;
}

.thumbnail_weather1_temperature > span
{
	font-size: 22px;
}

.thumbnail_weather1_temperature > div
{
	display: inline-block;
	font-size: 10px;
	vertical-align: top;
	margin-top: 5px;
}

.thumbnail_weather1_humidity
{
	position: absolute;
	left: 150px;
	top: 68px;
}

.thumbnail_weather1_preasure
{
	position: absolute;
	left: 5px;
	top: 68px;
}

.thumbnail_weather1_rain
{
	position: absolute;
	left: 78px;
	top: 68px;
}

.thumbnail_weather1_speed
{
	position: absolute;
	left: 150px;
	top: 27px;
}

.thumbnail_weather1_angle
{
	position: absolute;
	left: 150px;
	top: 45px;
}

.thumbnail_weather1_humidity > img, .thumbnail_weather1_preasure> img,
.thumbnail_weather1_rain > img, .thumbnail_weather1_speed > img
{
	width: 16px;
}

.thumbnail_weather2
{
	position: absolute;
	font-size: 20px;
	left: 8px;
	right: 8px;
	top: 8px;
	border: 8px;
}

.thumbnail_weather2 img
{
	vertical-align: middle;
}

.thumbnail_weather2_title
{
	text-align: center;
	font-weight: bold;
	font-size: 19px;
}

.thumbnail_weather2_direction
{
	position: absolute;
	left: 255px;
	top: 35px;
}

.thumbnail_weather2_direction > div
{
	font-size: 16px;
}

.thumbnail_weather2_direction > .direction_n
{
	position: absolute;
	left: 11px;
	top: 0px;
}

.thumbnail_weather2_direction > .direction_s
{
	position: absolute;
	left: 11px;
	top: 58px;
}

.thumbnail_weather2_direction > .direction_w
{
	position: absolute;
	left: -21px;
	top: 28px;
}

.thumbnail_weather2_direction > .direction_e
{
	position: absolute;
	left: 39px;
	top: 28px;
}

.thumbnail_weather2_direction > img
{
	transform: rotate(120deg);
	position: absolute;
	width: 33px;
	top: 11px;
}

.thumbnail_weather2_image
{
	position: absolute;
	left: 0px;
	top: 20px;
}

.thumbnail_weather2_temperature
{
	position: absolute;
	left: 110px;
	top: 25px;
	font-size: 16px;
	color: green;
}

.thumbnail_weather2_temperature > span
{
	font-size: 50px;
}

.thumbnail_weather2_temperature > div
{
	display: inline-block;
	font-size: 24px;
	vertical-align: top;
	margin-top: 5px;
}

.thumbnail_weather2_humidity
{
	position: absolute;
	left: 320px;
	top: 135px;
}

.thumbnail_weather2_preasure
{
	position: absolute;
	left: 5px;
	top: 135px;
}

.thumbnail_weather2_rain
{
	position: absolute;
	left: 160px;
	top: 135px;
}

.thumbnail_weather2_speed
{
	position: absolute;
	left: 315px;
	top: 45px;
}

.thumbnail_weather2_angle
{
	position: absolute;
	left: 315px;
	top: 75px;
}

.thumbnail_weather2_humidity > img, .thumbnail_weather2_preasure> img,
.thumbnail_weather2_rain > img, .thumbnail_weather2_speed > img
{
	width: 24px;
}
*/
