/* BOX - RIGHT */
.box {
	margin-bottom: 20px;
}
.box-title {
	font-size: 17px;
	font-weight: 800;
	color: #2a567f;
	margin-bottom: 10px;
}
/* INE */
.intro {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-size: 15px;
}
/* Button */
.more a {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.more a span {
	display: inline-block;
	padding: 4px 16px;
	border: 1px solid #155896;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	background: #2c7ac0;
	background: -moz-linear-gradient(top, #2c7ac0 0%, #1963a6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2c7ac0), color-stop(100%,#1963a6));
	background: -webkit-linear-gradient(top, #2c7ac0 0%,#1963a6 100%);
	background: -o-linear-gradient(top, #2c7ac0 0%,#1963a6 100%);
	background: -ms-linear-gradient(top, #2c7ac0 0%,#1963a6 100%);
	background: linear-gradient(to bottom, #2c7ac0 0%,#1963a6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c7ac0', endColorstr='#1963a6',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4); 
}
.more a:hover span {
	display: inline-block;
	padding: 4px 16px;
	border: 1px solid #9f0808;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	background: #d91212;
	background: -moz-linear-gradient(top, #d91212 0%, #9f0808 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d91212), color-stop(100%,#9f0808));
	background: -webkit-linear-gradient(top, #d91212 0%,#9f0808 100%);
	background: -o-linear-gradient(top, #d91212 0%,#9f0808 100%);
	background: -ms-linear-gradient(top, #d91212 0%,#9f0808 100%);
	background: linear-gradient(to bottom, #d91212 0%,#9f0808 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d91212', endColorstr='#9f0808',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.4); 
}
/* NOVINKY - RIGHT */
.box-novinky .item {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.box-novinky .item-last {
	margin-bottom: 0;
}
.box-novinky .datum {
	color: #ac0001;
	font-size: 11px;	
}
.box-novinky h2 {
	margin: 0 0 10px 0;
	font-size: 13px;
	font-weight: 700;
}
.box-novinky h2 a {
	color: #2d2d2d;
	text-decoration: none;
}
.box-novinky h2 a:hover {
	text-decoration: underline;
}
.box-novinky .obsah {
	font-size: 11px;
	color: #2d2d2d;
	font-weight: 600;
	margin-bottom: 20px;
}
/* NOVINKY - WWW */
/*.novinky-list .item {
	border-bottom: 1px solid #c7c7c7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.novinky-list .thumb {
	width: 116px;
	height: 103px;
	float: left;
}
.novinky-list .thumb a,
.novinky-list .thumb img {
	display: block;
}
.novinky-list .datum,
.novinky-list h2,
.novinky-list .obsah {
	padding-left: 128px;
}
.novinky-list .datum {
	font-size: 10px;
	color: #949494;	
}
.novinky-list h2 {
	margin: 5px 0;
	font-size: 14px;
	font-weight: 700;
}
.novinky-list h2 a {
	color: #bc0606;
	text-decoration: none;
}
.novinky-list h2 a:hover {
	color: #346082;
	text-decoration: underline;
}
.novinky-list .obsah {
	font-size: 12px;
}*/
.article {
    border-bottom: 1px solid #c7c7c7;
    margin: 0 0 20px;
    padding: 0 0 20px;
}
.article .article_image {
    float: left;
    height: 103px;
    margin: 0 20px 0 0;
    overflow: hidden;
    padding: 0;
    width: 116px;
}
.article .article_image a {
    display: block;
    height: 103px;
    margin: 0;
    padding: 0;
    width: 116px;
}
.article .article_image img {
    margin: 0;
    padding: 0;
    width: 120px;
}
.article p {
    margin: 0;
    padding: 0;
}
.article p.article_date {
	font-size: 10px;
	color: #949494;	
}
.article h3.article_title {
	margin: 5px 0;
	font-size: 14px;
	font-weight: 700;
}
.article .article_title a {
	color: #bc0606;
	text-decoration: none;
}
.article .article_title a:hover {
	color: #346082;
	text-decoration: underline;
}
.article p.article_desc {
	font-size: 12px;
}
/* URADNA TABULA - Tabulka */
.uradna-tabula-list th {
	border-bottom: 2px solid #85B4C5;
	background: #B8D6E0;
	padding: 5px;
}
.uradna-tabula-list td {
	padding: 5px;
	vertical-align: top;
	font-size: 12px;
}
.uradna-tabula-list .row1 {
	background: #F7F7F7;
}
.uradna-tabula-list tbody tr:hover {
	background: #EFEFEF;
}
.uradna-tabula-list .cell1 {
	width: 300px;
}
/******************
Ulohy - progressbar
******************/
#tasks {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C7C7C7;
}
#tasks .title {
	font-size: 16px;
	font-weight: bold;
	color: #ae0000;
	margin-bottom: 20px;
}
#tasks ul,
#tasks ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
#tasks li {
	display: inline;
	float: left;
	height: 30px;
	position: relative;
}
.task-index {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: #EAEAEA;
	float: left;
	color: #7198B7;
	font-size: 11px;
	cursor: default;
}
.task-trail {
	background: #EAEAEA;
	width: 9px;
	height: 5px;
	float: left;
	margin-top: 9px;
}
.task-done .task-index {
	background: #3B73AF;
	color: #fff;
}
.task-done .task-trail {
	/*background: #3B73AF;*/
}
.task-title {
	position: absolute;
	background: #1F5691;
	-webkit-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,0.3);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	width: 280px;
	left: 13px;
	top: 25px;
	z-index: 15;
	padding: 10px;
	font-size: 11px;
}
.task-first .task-title {
	left: 0;
}
.task-index:hover {
	background: #ae0000;
	color: #fff;
}
.task .task-hide {
  height: 0;
  left: -9999em;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 0;
}
.vysvetlivky {
	height: 20px;
	margin: 10px 0;
	font-size: 11px;
}
.vysvetlivky b,
.vysvetlivky .vysv1,
.vysvetlivky .vysv2,
.vysvetlivky .text {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	position: relative;
	margin-right: 10px;
}
.vysvetlivky .vysv1,
.vysvetlivky .vysv2 {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #EAEAEA;
	display: inline-block;
	color: #7198B7;
	font-size: 10px;
	cursor: default;
}
.vysvetlivky .vysv2 {
	background: #3B73AF;
	color: #fff;
}