@import url(fonts/opensans.min.css);

/*                 2009 (c) Ashus                 */
/*          All author's rights reserved.         */
/*              http://www.ashus.net              */

a {
	color: #0066cc;
	text-decoration: none;
}

a img {
	border: none;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.none {
	color: white;
}

body {
	margin: 30px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: "Open Sans", sans-serif;
	font-size: .85em;
	line-height: 1.4em;
}

body.htmleditor {
	margin: 10px!important;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 80%;
}

body.main {
	margin: 0 auto;
	text-align: center;
	background: #060A0B;
}

#pagecnt {
	width: 100%;
	background: url(grad-btm.gif) repeat-x 0% 100%;
}

#page {
	margin: 0 auto;
	width: 930px;
	background: url(bg.gif) repeat-y 50% 0%;
}

#pagewraptop {
	background: url(grad-top.gif) repeat-x 0% 0px;
}

#pagewrapbtm {
	background: url(header.webp) no-repeat 50% 0;
}

#contentcnt {
	width: auto;
	padding: 20px 33px 20px 33px;
	text-align: left;
}

#content {
	width: 100%;
	min-height: 650px;
}

#headerspc {
	display: block;
	height: 236px;
	width: 100%;
	position: relative;
}

#header {
	z-index: 30;
	width: 920px;
	height: 136px;
	margin: 0px auto;
	padding: 6px 0 0 0;
}

#header a {
	display: block;
	width: 100%;
	height: 100%;
}

#footer {
	text-align: center;
	margin: 0 auto;
	width: 930px;
	height: 35px;
	font-size: 82%;
	padding: 35px 0 0 0;
	line-height: 13px;
	color: #ABABAB;
	background: url(footer.gif) no-repeat 50% 0;
}

#wrapper {
	background: url(content-top.webp) no-repeat 50% 0;
	position: relative;
}

form {
	margin: 0;
}

div {
	display: block;
	margin: 0;
	padding: 0;
}

img {
	text-decoration: none;
	border: 0;
	padding: 0;
	margin: 0;
}

pre {
	margin: 0px;
	color: #333333;
	font-size: 105%;
	font-weight: normal;
	line-height: normal;
	overflow-x: auto;
}

table { border-collapse: collapse; border-spacing: 0; font-size: inherit; }

tr, td {
	border: 0;
	padding: 0;
	margin: 0;
}

a.title {
	display: block;
	font-weight: bold;
}

td { padding: 2px 2px; }

tr.even {
	background-color: #F2F2F2;
}

tr.odd {
	background-color: #F9F9F9;
}

.green {
	background-color: #8EFF8F !important;
}

.yellow {
	background-color: #FFD553 !important;
}

.blue {
	background-color: #CED0FF !important;
}

.red {
	background-color: #FFB0B0 !important;
}

.query, select {
	background-color: #FFFFFF;
	color: #333333;
	font-family: inherit;
	font-size: 100%;
	line-height: normal;
}

.query.code {
	font-family: Consolas, monospace;
	font-size: 100%;
	line-height: 15px;
}

blockquote {
	margin: 25px;
}

.news {
	margin: 15px 20px 25px 20px;
}

#menutop {
	z-index: 30;
	width: 800px;
	height: 38px;
	margin: 0px auto;
	padding: 57px 120px 0 5px;
}

#menutop ul {
	margin: 0;
	padding: 0;
}

#menutop li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menutop > ul > li {
	float: left;
}

#menutop > ul > li:hover {
	background-image: url(menutop.webp);
}

#menutop > ul > li > a {
	display: block;
	margin: 0 1px 0 0;
	padding: 7px 1px;
	color: #000000;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s linear;
	cursor: default;
}

#menutop > ul > li:hover > a {
	color: #FFFFFF;
}

#menutop ul ul {
	z-index: 40;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	margin: 0;
	padding: 5px 0px;
	background: #FFFFFF;
	border: 1px solid #000105;
	box-shadow: 2px 2px 2px #454545;
	transition: visibility 0s 0.2s, opacity 0.2s linear;
	width: 152px;
}

#menutop ul li:hover > ul, #menuside ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	transition: opacity 0.2s linear;
}

#menutop li a {
	width: 150px;
}

#menutop ul ul a {
	text-align: left;
	margin: 0 3px 0 7px;
	padding: 0;
	width: auto;
}

#menutop ul ul ul {
	left: 61px;
	margin-top: -26px;
}

#menusidecnt {
	position: absolute;
	right: 0;
	width: 199px;
	margin: 7px 0px 0px 0;
}

#menuside {
	padding: 0 15px 0 10px;
	text-align: left;
}

#menuside ul, #menuside li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#menuside .menu ul ul {
	z-index: 39;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
	left: 154px;
	width: 150px;
	border: 1px solid;
	background: white;
	padding: 5px;
}

#menuside .menu ul li {
	position: relative;
}

#menuside .menu ul li.sub > a, #menutop ul li.sub > a {
	background: url(menu-a-submenu.webp) no-repeat 100% 50%;
}

#menutop-button, #menuside-button {
	display: none;
}

.cleaner {
	clear: both;
}

.small, small {
	font-size: 85%;
	line-height: normal;
}

h1, h2, h3 {
	color: #dc3400;
	font-size: 22px;
	font-weight: 400;
	margin-top: 10px;
	line-height: normal;
}

h1 a, h2 a, h3 a {
	color: #356569;
}

h1 {
	margin-bottom: 25px;
}

h2 {
	font-size: 17px;
}

h3 {
	font-size: 15px;
}

#menuside .box {
	margin: 0px 5px 25px 5px;
}

#menuside h2 {
	color: #000000;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 5px 5px 5px;
	border-bottom: 1px solid #999999;
}

#menuside h3 {
	font-size: 78%;
}

#menuside a {
	color: #0066ff;
	text-decoration: none;
}

#menuside a:hover {
	text-decoration: underline;
}

#menuside .menu a, #menutop ul ul a, #menutop ul .activenow ul a {
	display: block;
	padding: 0 13px 0 3px;
	text-decoration: none;
	line-height: 25px;
	border-bottom: 1px dotted #E1E3E3;
	text-align: left;
	color: #0066ff;
	text-transform: none;
	font-weight: normal;
	font-size: 90%;
	width: auto;
}

#menutop ul ul a, #menutop ul .activenow ul a {
	margin: 0 5px;
}

#menuside .menu a.new, #menutop ul ul a.new {
	background: url(menu-a-new.gif) no-repeat 100% 50%;
}

#menuside .menu a:hover, #menutop ul ul a:hover {
	border-bottom-color: #0066E0;
}

#menuside .menuicons {
	line-height: normal;
	text-align: center;
}

#menuside .menuicons img {
	margin: 0 0 5px 0;
}

#menuside .menuicons a {
	display: block;
}

#iplist {
	cursor: default;
}

#iplist tr.active a {
	color: red;
}

#constant-title { cursor: pointer; }

.icon16 {
	width: 16px;
	height: 16px;
	vertical-align: text-bottom;
}

.editable {
	cursor: pointer;
}

.editable form {
	position: absolute;
	width: 148px;
	padding: 10px;
	background: white;
	text-align: center;
	box-shadow: 0px 0px 15px #999;
	margin-top: -12px;
	margin-left: -12px;
}

.editable form input[name="value"] {
	width: 100% !important;
	height: auto !important;
	margin-bottom: 5px;
}

.menu input[type="button"] {
	font-weight: bold;
	margin-right: 20px;
	padding: 6px 15px;
}

div.menu {
	margin-bottom: 20px;
}

.nowrap {
	white-space: nowrap;
}

.pagination a {
	padding: 2px 15px;
}

.clear { clear: both; }

.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.block-center { margin: 0 auto; }

.full { width: 100%; }

.hidden { display: none; }

.faded { opacity: 0.6; }

.message { background: no-repeat 15px 50%; padding: 18px 30px 8px 160px; margin: 20px 0; box-shadow: 0 0 8px rgb(128, 128, 128); border: 1px solid #999; }

.message.error { background-color: #FFD5BA; background-image: url(img/error.webp); }

.message.ok { background-color: #dcecec; background-image: url(img/ok.webp); }

.message.warning { background-color: #FFFFE0; background-image: url(img/warning.webp); }

.message h2 { margin: 0; color: #444; }

.message ul { margin: 0 0 10px 0; }

.message ul li { margin-bottom: 0; }

.filter { float: right; margin-bottom: 15px; clear: both; }

.pager.top { margin-bottom: 15px; clear: both; }

.pager.bottom { margin-top: 15px; }

.pager ul { display: block; list-style: none; text-align: center; padding: 0; margin: 0; }

.pager ul li { display: inline-block; list-style: none; padding: 0; margin: 0 3px; border: 1px solid #e0e0e0; }

.pager ul li a, .pager ul li span { display: block; padding: 2px 8px; }

.pager ul li span { cursor: default; }

.pager ul li.active { background: #e0e0e0; }

.pager ul li.dots { border: none; }

a.valign-texttop { vertical-align: text-top; }

.ico { background-position: 0 50%; background-repeat: no-repeat; display: inline-block; padding-left: 20px; min-height: 16px; }

.ico.yes { background-image: url(img/yes.webp); }

.ico.no { background-image: url(img/no.webp); }

.ico.preview { background-image: url(img/preview.webp); }

.ico.add { background-image: url(img/add.webp); }

.ico.edit { background-image: url(img/edit.webp); }

.ico.delete { background-image: url(img/delete.webp); }

.ico.back { background-image: url(img/back.webp); }

.ico.refresh { background-image: url(img/refresh.webp); }

.ico.graph { background-image: url(img/graph.webp); }

.ico.log { background-image: url(img/log.webp); }

.button, button, input[type="button"], input[type="submit"] {
	font-family: inherit;
	font-size: 1em;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	padding: 6px 12px;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #2e6da4;
	border-radius: 4px;
	color: #fff;
	background: #337ab7 none;
	margin: 1px;
}

.button:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
	text-decoration: none;
}

.button:disabled, button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled,
.button:disabled:hover, button:disabled:hover, input[type="button"]:disabled:hover, input[type="submit"]:disabled:hover {
	color: #fff;
	background-color: #b8b8b8;
	border-color: #a1a1a1;
	cursor: default;
}
.button.active {
	font-weight: 600;
	color: #93e5ff;
}

input[type="checkbox"] { vertical-align: top; margin: 4px; }

input[type="date"] { width: 128px; }

input.narrow { width: 128px; }

input.narrowNumber { width: 60px; }

textarea { height: 120px; }

table .date { width: 1%; white-space: nowrap; }

table th { font-weight: 600; text-align: center; }

th.minwidth { width: 0.1%; }

table.striped a { display: inline-block; }

table.striped tr td { padding: 4px 2px; background: #F9F9F9; }

table.striped tr:nth-child(even) td { background: #f2f2f2; }

table.striped tr:hover td { background: #e7e7e7; }

table.striped tr.faded td { opacity: 0.6;}
table.striped tr td.number-right {padding-right: 10px;}

table.edit>tbody>tr>th, table.edit>thead>tr>th { white-space: nowrap; width: 10%; text-align: left; }

table.edit>thead>tr>th.minwidth { width: 0.1%; }

table.edit>tbody>tr>td { padding: 4px 2px; }

input[type="text"], input[type="number"], input[type="password"], input[type="date"], textarea, select { border: 1px solid #dcdcdc; border-radius: 3px; padding: 2px; }

select { padding: 2px 0; }

input[type="number"] {text-align: right; width: 80px;}

.ui-widget { text-align: left; font-size: 100%; font-family: inherit; }

#ping-test li { margin-bottom: 13px; }

#ping-test span.name { display: inline-block; width: 145px; }

#ping-test span.value { font-weight: 600; }
#ping-test span.value.ok { color: #009f00; }
#ping-test span.value.slow { color: #fb7c00; }
#ping-test span.value.fail { color: red; }
#ping-test span.value.inaccurate { opacity: 0.5; }

#mapasite .container.small img { max-width: 100%; height: auto; }
#mapasite .container.big { height: 1328px; }
#mapasite .container.big img { max-width: initial; position: absolute; left: -46.5%; }

.margin-b5 { margin-bottom: 5px; }
.padding-10 { padding: 10px; }

.cmd .title { display: inline-block; width: 130px; }

.fa.icon, .fab.icon { margin-right: 10px; }
.icon.red {color: red;}
.icon.gray {color: #afafaf;}

/* js grafy */
.graphjs {margin-bottom: 25px;}
.graphmeta table { margin: 5px auto; font-size: 85%;}
.graphmeta thead th { padding-left: 10px;}
.graphmeta tbody th { text-align: left; padding-right: 15px;}
.graphmeta tbody td { text-align: right; padding-left: 26px;}

/* mobilni responzivni design */
@media screen and (max-width: 948px) {
	body { margin: 0 !important; font-size: 90%; }

	#page, #footer, #header, #menutop { width: auto; }

	a { padding: 5px 2px; display: inline-block; }

	#headerspc { height: 189px; }

	#wrapper { background: white; }

	#pagewrapbtm { background-position: 64% -40px; }

	#menutop-button { display: block; background: url(mobile-menu-b.webp) 13px 50% no-repeat; line-height: 51px; text-transform: uppercase; text-align: left; padding: 0 0 0 56px; width: 100%; color: black; font-weight: bold; border: 0; }

	#menutop-button.open { background-image: url(mobile-menu-w.webp); color: white; }

	#menutop {
		display: block;
		position: absolute;
		width: auto;
		height: 0;
		padding: 16px 10px;
		transition: 300ms all;
		background: -webkit-linear-gradient(top, rgb(253, 255, 249) 0%, rgb(221, 221, 221) 100%);
		background: -o-linear-gradient(top, rgb(253, 255, 249) 0%, rgb(221, 221, 221) 100%);
		background: -ms-linear-gradient(top, rgb(253, 255, 249) 0%, rgb(221, 221, 221) 100%);
		background: linear-gradient(to bottom, rgb(253, 255, 249) 0%, rgb(221, 221, 221) 100%);
		box-shadow: 2px 2px 2px #454545;
		opacity: 0;
		visibility: hidden;
	}

	#menutop.open {
		height: 113px;
		width: calc(100% - 20px);
		opacity: 1;
		visibility: visible;
	}

	#menutop ul ul a { padding-top: 5px !important; padding-bottom: 5px !important; line-height: normal !important; }

	#header a { background: url(mobile-title.webp) no-repeat 50% 44%; padding: 0; }

	#contentcnt { padding: 20px 10px 20px 10px; }

	#content { min-height: 255px; }

	#menutop ul ul { margin-left: -2px; }

	#menutop > ul > li { width: 50%; }

	#menutop > ul > li > a { width: 100%; }

	#menutop li a { width: 50%; }

	#menutop ul ul ul { left: -150px; }

	#menusidecnt { float: none; width: auto; position: static; }

	#menusidecnt.open { margin: 8px 0 0; padding-top: 15px; }

	#menuside { padding: 0 15px 0 10px; }

	#menuside h2 { font-size: 100%; }

	#footer { font-size: 90%; padding-top: 22px; }

	#menuside-button { display: block; position: absolute; right: 4px; width: 32px; height: 32px; top: 199px; border: 0; background: url(mobile-menu-b.webp) 50% 50% no-repeat; z-index: 1; }

	#menuside > div { display: none; }

	#menuside > div.alsoMobile.open { display: block; }

	img { max-width: 100%; height: auto; }

	table.striped tr td { padding: 2px 2px; }

	.table-container { clear: both; overflow-x: auto; margin: 0 -10px; }
	.filter {float: none;}
	.filter table {margin: 5px auto 15px auto;}
	.filter table th {display: table-row-group;}
	.filter table td {display: table-row;}

	.cmd .title {display: block;}

}

@media screen and (min-width: 630px) and (max-width: 948px) {
	#header a { background: none; }

	#pagewrapbtm { background-position: 50% -40px; }

	.cmd .title {display: inline-block;}
}

@media screen and (min-width: 630px) and (max-width: 760px) {
	#pagewrapbtm { background-position: 33% -40px; }
}

@media print {
	#header, #menutop, #headerspc {display: none;}
	/*#pagewrapbtm { background-position: 50% -400px; }*/
}