@import url("https://up.webmap.cz/hostivice/mapy/hvmap/styles/jqx.base.css") screen, projection;
@import url("https://up.webmap.cz/hostivice/mapy/hvmap/hv-map.min.css") screen, projection;
html, body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
#hvmap {
	width: 100%;
    height: 100%;
}
#legendSplitter, #legend, #measure, #print, #query {
	height: 100%;
}
#navigation div[role="tab"], #navigation div[role="tabpanel"] {
	border-left: 0 !important;
}
#navigation div[role="tab"]:first-child {
	border-top: 0 !important;
}
#navigation .jqx-expander-header-content {
	padding-left: 7px;
}
#logo {
	height: 63px;
}
/*.hv-button .hv-icon {
    margin-right: 5px;
}
div.hv-button, .hv-button input {
    padding: 5px 8px;
    height: auto !important;
}
.hv-button, .hv-button input {
    cursor: pointer;
}*/
.jqx-tabs {
	border: 0px solid transparent;
}
.jqx-tabs-header.jqx-rc-t {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}