/* style sheet */


/* UL.xtree */

ul.xtree li { list-style: none; margin: 0px 25px; }
ul.xtree, ul.xtree ul  { padding:0px; }
ul.xtree li.open>span:before   { content:url(pics/minus.gif);  padding-right: 5px }
ul.xtree li.closed>span:before { content:url(pics/plus.gif);   padding-right: 5px }

ul.xtree li.open ul { display: block; }
ul.xtree li.closed ul { display: none; }

li.folder .xlabel {
  cursor:pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


ul.xtree > li > span {
	font-weight: bold;
	font-size: 18px;
}

ul.xtree > li.item {
	padding-top: 10px;
}

ul.xtree li.item {
	padding-left: 14px;
}

ul.xtree span a {
	text-decoration: none;
	color: navy;
}

ul.xtree span a:hover {
	text-decoration: underline;
}

div.warning {
	color: red;
	border: 1px solid red;
	background-color: yellow;
	padding: 10px;
	margin-bottom: 20px;
}

div.editace {
	padding: 20px 40px;
	background-color: whitesmoke;
	width: 85%;
}

div.editace select {
	border: 1px solid lightgray;
	background-color: transparent;
	font-size: 18px;
}

div.editace input {
	color: black;
	font-size: 14px;
}

table.zakladni {
	width: 100%;
	border-collapse: separate;
	background-color: white;
}

table.zakladni th, table.zakladni td {
	padding: 2px;
	text-align: left;
}
