.button {
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
}
.button:hover {
	cursor: pointer;
}

.pg-hodnoty a.button {
	margin: 2px 1px;
}

.b-small {
	font-size: 85%;
	padding: 6px 10px 7px 10px;
}

.b-mini {
	font-size: 100%;
	padding: 4px 7px 5px 7px;
}
.b-mini:hover {
	background-color: #f9f8f7;
}
.b-mini:active {
	background-color: #fffefd;
}

.b-blue-outline {
	color: #0080d0;
	border: 1px solid #80b0e8;
}

.b-tiny {
	font-size: 85%;
	padding: 4px 6px 5px 6px;
}
.b-normal {
	font-size: 100%;
	padding: 7px 12px 8px 12px;
}
.b-large {
	font-size: 135%;
	padding: 11px 20px 12px 20px;
}

.b-gray {
	color: #fafafa;
	background-color: #a0a0a0;
}
.b-gray:hover {
	background-color: #8c8c8c;
}
.b-gray:active {
	background-color: #797979;
}

.b-gray-selected {
	background-color: #585858;
}
.b-gray-selected:hover {
	background-color: #4a4a4a;
}
.b-gray-selected:active {
	background-color: #383838;
}

.b-darkgray {
	color: #fafafa;
	background-color: #505050;
}
.b-darkgray:hover {
	background-color: #444444;
}
.b-darkgray:active {
	background-color: #3a3a3a;
}

.b-red {
	color: #fafafa;
	background-color: #CD401D;
}
.b-red:hover {
	background-color: #BA3A1B;
}
.b-red:active {
	background-color: #A83417;
}

.vrstva .button {
	margin-top: 7px;
}
.pg-tree-button {
	position: absolute;
	text-align: center;
	color: #fcfcfc;
	display: inline-block;
	cursor: default;
}
.pg-size-0 .pg-tree-button {
	top: 10px;
	background-color: #9a9a9a;
	width: 12px;
	height: 12px;
	line-height: 8.5px;
	padding: 5px;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	-ms-border-radius: 11px;
}
.pg-size-0 .pg-tree-button:hover {
	background-color: #8c8c8c;
}
.pg-size-0 .pg-tree-button:active {
	background-color: #808080;
}

.pg-size-1 .pg-tree-button {
	top: 4px;
	left: 17px;
	background-color: #b4b4b4;
	width: 8px;
	height: 8px;
	font-size: 90%;
	line-height: 5.5px;
	padding: 5px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	-ms-border-radius: 9px;
}
.pg-size-1 .pg-tree-button:hover {
	background-color: #a6a6a6;
}
.pg-size-1 .pg-tree-button:active {
	background-color: #9a9a9a;
}

.pg-size-2 .pg-tree-button {
	top: 6px;
	left: 50px;
	background-color: #cacaca;
	width: 6px;
	height: 6px;
	font-size: 80%;
	line-height: 4px;
	padding: 4px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
}
.pg-size-2 .pg-tree-button:hover {
	background-color: #bebebe;
}
.pg-size-2 .pg-tree-button:active {
	background-color: #b2b2b2;
}

.pg-size-3 .pg-tree-button {
	position: relative;
	top: -2px;
	background-color: #dadada;
	width: 6px;
	height: 6px;
	font-size: 70%;
	line-height: 0.70;
	padding: 3px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	margin-right: 3px;
}
.pg-size-3 .pg-tree-button:hover {
	background-color: #d0d0d0;
}
.pg-size-3 .pg-tree-button:active {
	background-color: #c6c6c6;
}


#lti-up, #lti-down {
	display: inline-block;
}
#lti-up, #lti-down {
	position: absolute;
	right: 15px;
	top: 13px;
	background: transparent url('/images/icons/cp-arrows.png') 0 0 no-repeat;
	background-size: 90px 30px;
	width: 15px;
	height: 15px;
}
#lti-up  {
	background-position: 0 -15px;
}
#lti-down {
	background-position: 0 0;
}
#lt-nazov:hover #lti-up {
	background-position: -30px -15px;
}
#lt-nazov:hover #lti-down {
	background-position: -30px 0;
}
.b-dropdown, .b-vss {
	font-size: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 4px;
	margin-bottom: 4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
}
#table-controls .b-vss {
	margin-top: 0;
	margin-bottom: 0;
}
.b-dropdown {
	padding: 7px 12px;
	color: #606060;
	border: 1px solid #a0a0a0;
}
.b-vss {
    line-height: 1.3;
    padding: 8px 15px;
    color: #0080d0;
    border: 1px solid #98C9E7;
}
.vyber > .b-vss:last-child {
	margin-bottom: 0;
}
.b-dropdown:before, .b-vss:before {
	display: inline-block;
	width: 8px;
	text-align: center;
	position: relative;
}
.b-dropdown:before {
	top: -2px;
	padding-right: 10px;
}
.b-dropdown.bd-closed:before {
	content: '↓';
}
.b-dropdown.bd-opened:before {
	content: '↑';
}
.b-vss:hover {
	color: #fafafa;
	background-color: #0080d0;
	border-color: #0080d0;
	cursor: pointer;
}
.b-dropdown:hover {
	cursor: pointer;
	color: #000000;
	border: 1px solid #000000;
} 

.toggle {
	display: inline-block;
	background-color: #d4d4d4;
	color: #000000;
	font-weight: 400;
	line-height: 1;
	padding: 4px 8px 5px 8px;
	margin: 3px 1px;
	text-decoration: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.toggle.tg-large {
	font-size: 110%;
	padding: 7px 11px 7px 11px;
}
.toggle:hover, .toggle:active, .toggle-selected {
	color: #f8f8f8;
}
.toggle:hover span, .toggle-selected span {
	color: #d0d0d0 !important;
}
.toggle:hover {
	background-color: #808080;	
}
.toggle:active, .toggle-selected {
	background-color: #0080d0;
}
.toggle-selected:hover {
	background-color: #d08000;
}
.p-div {
	display: block;
	position: relative;
	color: #606060;
	line-height: 1.2;
	padding: 7px 0;
	border-top: 1px solid #e0e0e0;
	padding-right: 30px;
	padding-left: 25px;
	text-decoration: none;
}
.v-section .p-div:first-child {
	border-top: 1px solid #a0a0a0;
}
.b-pu {
	display: inline-block;
	font-size: 80%;
	position: absolute;
	font-weight: normal !important;
	right: 5px;
	top: 9px;
}
.pt-pm-v .b-pu {
	top: 6px;
	color: #606060;
}
.p-div-selected {
	font-weight: 500;
}
.p-div:hover {
	background-color: #eaeaea;
}
.p-div:active, .p-div-selected {
	color: #0080d0;
	background-color: #E2EEF5;
}
.p-div-selected:before, .p-div:hover:before, .p-div-selected:hover:before {
	font-size: 80%;
	position: absolute;
	left: 9px;
	top: 9px;
}
.p-div-selected:hover {
	color: #b04031;
	background-color: #F5EBE5;
}
.p-div-selected:before {
	content: '✔';
}
.p-div:hover:before {
	content: '→';
}
.p-div-selected:hover:before {
	content: '✖';
}
.pt-r {
	position: relative;
}
.pt-pm {
	position: absolute;
	top: 7px;
	background-color: #9a9a9a;
	color: #fcfcfc;
	line-height: 7px;
	text-align: center;
	width: 10px;
	height: 10px;
	padding: 3px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-webkit-border-radius: 2px;
	cursor: pointer;
}
.pt-pm:hover {
	background-color: #8c8c8c;
}
.pt-pm:active {
	background-color: #808080;
}
.pt-lev-1 {
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pt-lev-1 .pt-v {
	color: #404040;
	font-size: 110%;
	padding: 7px 0 9px 0;
}

.pt-va, .pt-v {
	display: block;
	position: relative;
	color: #606060;
	line-height: 1.2;
	padding: 7px 0;
	border-top: 1px solid #dadada;
	padding-right: 30px;
	text-decoration: none;
}
.pt-va-selected {
    font-weight: 500;
}
.pt-va:hover {
	background-color: #dadada;
}
.pt-va:active, .pt-va-selected {
	color: #0080d0;
	background-color: #E2EEF5;
}
.pt-va-selected:before, .pt-va:hover:before, .pt-va-selected:hover:before {
	font-size: 100%;
	position: absolute;
	left: 9px;
	top: 7px;
}
.pt-va-selected:hover {
	color: #b04031;
	background-color: #F5EBE5;
}
.pt-va-selected:before {
	content: '✔';
}
.pt-va:hover:before {
	content: '→';
	top: 6px;
}
.pt-va-selected:hover:before {
	content: '✖';
}
.pt-lev-1 .pt-v, .pt-lev-1 .pt-va {
	padding-left: 25px;
}
.pt-lev-1 .pt-pm {
	left: 0px;
	top: 9px;
}
.pt-lev-2 .pt-v, .pt-lev-2 .pt-va {
	padding-left: 50px;
}
.pt-va div:before {
	content: '(';
}
.pt-va div:after {
	content: ')';
}
.pt-lev-2 .pt-pm {
	left: 25px;
}
.pt-lev-3 .pt-v, .pt-lev-3 .pt-va {
	padding-left: 75px;
}
.pt-lev-3 .pt-pm {
	left: 50px;
}
.pt-lev-4 .pt-v, .pt-lev-4 .pt-va {
	padding-left: 100px;
}
.pt-lev-4 .pt-pm {
	left: 75px;
}
.pt-lev-5 .pt-v, .pt-lev-5 .pt-va {
	padding-left: 125px;
}
.pt-lev-5 .pt-pm {
	left: 104px;
}
#st-icon {
	position: relative;
	width: 11px;
	height: 11px;
	fill: #0080d0;
	top: 1px;
	left: -2px;
	margin-right: 6px;
}
.button:hover #st-icon {
	fill: #fafafa;
}
#minimap a {
    position: absolute;
    bottom: 0;
    right: 0;
}
.minimap-container h4 a {
	position: absolute;
	right: 0;
	top: 2px;
	font-size: 91%;
	cursor: pointer;
}
.icon-timeseries, .icon-exclamation , .icon-note {
	display: inline-block;
    width: 0.8em;
    height: 0.8em;
    line-height: 1em;
    padding: 0.35em;
    border-radius: 0.75em;
}
.icon-timeseries {
	margin-right: 7px;
	cursor: pointer;
}
.icon-timeseries, .icon-timeseries:active {
	background-color: #0080cc;
}
.icon-timeseries:hover {
	background-color: #0080d0;
}
.icon-exclamation {
	cursor: help;
}
.ie-name {
    position: absolute;
    right: -28px;
    top: -1px;
}
.icon-exclamation, .icon-exclamation:active {
	background-color: #64AEDB;
}
.icon-exclamation:hover {
	background-color: #0080CC;
}
.icon-map-exclamation {
	position: absolute;
	cursor: help;
	width: 28px;
	height: 28px;
}
.icon-timeseries svg, .icon-exclamation svg {
	width: 0.8em;
	height: 0.8em;
}
a.tva-remove {
	color: #a0a0a0;
	position: absolute;
	top: 6px;
	font-size: 75%;
	right: 10px;
	text-decoration: none;
}
a.tva-remove:hover {
	color: #000000;
}
#TWButton span {
	position: relative;
	font-weight: bold;
	font-size: 120%;
	line-height: 1;
}
#FSButtonM, #FSButtonP {
	padding-top: 7px;
	padding-bottom: 9px;
	float: right;
}
#FSButtonP span, #FSButtonM span {
	font-size: 125%;
	line-height: 13px;
	position: relative;
	top: 2px;
}
#FSButtonM {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
#FSButtonP {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 0;
}
#FSButtonM span {
	font-size: 85%;
}
#FSButtonP span {
	font-size: 125%;
}
#FSButtonM.inactive, #FSButtonP.inactive {
	color: #c0c0c0;
	pointer-events: none;
	border: 1px solid #d8d8d8;
}
#FSButtonP.inactive {
	border-left: none;
}
.ptc-button {
	float: right;
	background-color: #dcdad8;
	position: relative;
	top: -4px;
	color: #909090;
	width: 16px;
	height: 16px;
	line-height: 21px;
	text-align: center;
	padding: 5px;
	font-size: 120%;
	border-radius: 2px;
	margin-left: 6px;
}
.ptc-button#ptc-close {
	width: 11px;
	height: 11px;
	line-height: 11px;
	background-color: transparent;
	padding: 7px;
	border-radius: 50%;
}
.ptc-button#ptc-close:hover {
	background-color: #f9f8f7;
}
.ptc-button span {
	display: block;
	background-size: 16px 16px !important;
	width: 16px;
	height: 16px;
}
.ptc-button#ptc-close span {
	background-size: 11px 11px !important;
	width: 11px;
	height: 11px;
}
.ptc-dot {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 4px;
	height: 4px;
	display: inline-block;
	background: #ff0026;
	border-radius: 2px;	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-ms-border-radius: 2px;
}
#ptc-close {
	right: -4px;
}
#ptc-close span {
	background: url('/images/icons/panel-close.png');
}
#ptc-maximize span, #ptc-maximized span {
	background: url('/images/icons/panel-maximize.png');
}
#ptc-maximize:hover span, #ptc-maximize.selected span, #ptc-maximized:hover span, #ptc-maximized.selected span {
	background: url('/images/icons/panel-maximize-white.png');
}
#ptc-expand span {
	background: url('/images/icons/panel-expand.png');
}
#ptc-expand:hover span, #ptc-expand.selected span {
	background: url('/images/icons/panel-expand-white.png');
}
#ptc-minimize span {
	background: url('/images/icons/panel-minimize.png');
}
#ptc-minimize:hover span, #ptc-minimize.selected span {
	background: url('/images/icons/panel-minimize-white.png');
}
#ptc-collapse span {
	background: url('/images/icons/panel-collapse.png');
}
#ptc-collapse:hover span, #ptc-collapse.selected span {
	background: url('/images/icons/panel-collapse-white.png');
}
#ptc-user span {
	background: url('/images/icons/panel-user.png');
}
#ptc-user:hover span, #ptc-user.selected span {
	background: url('/images/icons/panel-user-white.png');
}
.ptc-button:hover{
	background-color: #828180;
	cursor: pointer;
}
.ptc-button:active, .ptc-button.selected  {
	background-color: #0080d0;
}
@media (max-width: 1260px) {
	#ptc-expand, #ptc-collapse {
		display: block !important;
	}
	#ptc-maximize, #ptc-minimize {
		display: none !important;
	}
}
@media (min-width: 1261px) {
	#ptc-collapse {
		display: none !important;
	}
	#ptc-expand, #ptc-maximize, #ptc-minimize {
		display: block !important;
	}
	#ptc-minimize {
		
	}
}