#content{
background-color: white;
max-width: 95rem;
margin:1rem auto;
border-radius: 8px;
display: table;
-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
background-repeat: no-repeat;
}
header{
		height: 175px;
}
a#logo-header{
	display:block;
	width: 180px;
	height: 168px;
	background-color: transparent;
	background-image: url(../images/logo-brezina-168x180.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin:2rem auto;
}
h1#logo-text {
	width: 90%;
	float: left;
	padding: 10px 25px 10px 6px;
	margin: 60px 0 0 20px;
	font-size: 160%;
	font-weight: 600;
	font-family: "Trebuchet MS";
	text-align: center;
	line-height: 24px;
	font-size: 2rem!important;
   line-height:3rem;
	color: #636266;
	border: none;
	background: transparent;
	letter-spacing: 3px;
	border-left: #ccc 1px solid;
	margin:2rem 0 0 0.5em;
	padding-left: 0.5rem;
}
h1 b{
	color: #888;
font-weight: 400;
letter-spacing: 8px;
}

#lang{
	color: White;
	float: right;
	height: 21px;
	width: 150px;
	margin: 191px 20px 0 0;
	padding: 0;
}
#lang ul {
display: inline;
list-style: none
}
#lang li{
	float: right; 
	text-align: center;	
	padding: 0 2px;
	
}
#lang img{
	border:0;
}
footer{
	background:#222222;border-top:
	8px solid #888888;
	border-bottom:8px solid #333333;
	color:#fefefe;
	border-radius: 0 0 8px 8px;
}
footer ul {margin:5px 0;padding:0;list-style:none;}
footer ul li,footerp {line-height:normal;}
footer a:link,footera:visited {color:#f1f1f1;}
footer a:hover {color:#77a400;}
footer div.finfo {margin:0;padding:0px 15px;}
footer div.finfo.email {border-right:1px solid #333333;border-left:1px solid #333333;padding:0px 20px 5px 15px;}
footer div.finfo h3 {color:white;font-size:1.4em;margin:0;padding:5px 0 5px 8px;border:none;}
footer div.finfo p {margin:5px 10px;}
footer div.finfo ul li {margin:5px 10px 4px;}
footer form {margin:10px 0 0;}
footer fieldset {border:none;border-radius: 8px;margin:0;padding:0.5rem;color:#000;background-color: #fff;}
footer fieldset div.plavr {margin-top:10px;}
footer label span {width:90%;font-weight:normal;color:black;}
footer label.norm {margin:0 3px 0 0;padding:0;}
footer input {margin:0px 6px;background:rgba(51,51,51,0.7);color:#999;border:1px solid #444;}
footer input.tlacitko {margin:21px 6px 0 0;background-color: #1779ba; color: #fefefe; padding:6px 16px;}
footer input.tlacitko:hover {background-color: #14679e;background-color: #14679e;}
footer input.tlacitko:disabled{color:#f8f8f8 !important;background-color: #9da8b3;}
footer input.m {width:auto;margin:0 6px;vertical-align:top;}
footer form div.plavr {padding-right:8px;}*/
footer strong {color:#14679e;}
/********************* forms******************************/
footer [type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea 
{
display: block;
box-sizing: border-box;
width: 100%;
height: 2rem;
margin: 0 0 0.1rem;
padding: 0.1rem;
border: 1px solid #cacaca;
border-radius: 3px;
background-color: #fefefe;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
font-family: inherit;
font-size: 0.8rem;
font-weight: normal;
color: #0a0a0a;
transition: box-shadow 0.5s, border-color 0.25s 
}
footer [type="text"].norm{
width:inherit;	
}
.required{
	color: Red!important;
}
#multi-msg{
	display: block;
	margin: auto;
	width: 90%;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
	
}
.success{
color: #2f4f4f;
	background: rgb(207, 255, 204);
background: -moz-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: -webkit-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: -o-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: -ms-linear-gradient(91deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);
background: linear-gradient(181deg, rgb(207, 255, 204) 0%, rgb(138, 221, 154) 90%);

}
.error{
color: #c11134;
background: rgb(255, 184, 179);
background: -moz-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: -webkit-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: -o-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: -ms-linear-gradient(91deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
background: linear-gradient(181deg, rgb(255, 184, 179) 0%, rgb(246, 224, 224) 100%);
}

#pg_body{
display: block;
color: #000;
font-size: 0.9em;
margin:0 6px;
}

#pg_body a{
	color: #CC3333;
	text-decoration: none;
}
#pg_body a:hover{
	color: Red;
	background-color: #FFFFAC;
}	
#pg_body img{
	margin:2px;
}	
#pg_body caption{
font-weight: bold;
margin: 2px auto ;
color:#BB1200;
}
#pg_body ul {
	margin-left: 0.8em;
}
html>body #pg_body ul {
	margin-left: 0.8em;
}
#pg_body table{
	margin: auto;
	border-collapse: collapse;
}
.prvni{
	/*margin-left: 20px;*/
}
#spoluprace{
 	margin:10px auto 5px;
	 background-color:transparent;
	 padding:2px;
	 width: 220px;}
 html>body  #spoluprace{
 	margin:10px auto;
	}

#spoluprace img{
 display: block;
 margin:5px auto !important;

 }
  .center{
	text-align: center;
}
.blok-c{
	display: block;
	margin: auto;
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.justify{
	text-align: justify;
}
#detail{
	text-align: center;
	display:block;
	margin: 3em auto;
}
#detail img{
	border: 1px solid #dedede;
	padding:4px;
	background-color: #f1f1f1;
	cursor: pointer;
}
#detail h3{
	font-size: medium;
	font-weight: 600;
}
.clear{
	clear: both;
}
.big{
	font-size: large;
}
.red{
	color: red;
}
.blue{
	color: Blue;
}
.green{
	color: Green;
}
#zkLogin{
width: 450px;
height: 628px;
margin:0 auto 0;
background-image: url(../images/bg_zk_login.jpg);
background-position: top center;
background-repeat: no-repeat;
}
#zkLoginForm {
	width: 300px;
	padding-top: 250px;
	margin:auto;
	/*border: 1px solid #bbb;
	background:#efefef  url(../images/keys.gif) no-repeat;
	background-position: 20px 20px;*/
}
#zkLoginForm  fieldset{
border: none;
	margin:10px;
	padding-left:30px;
	background-color: transparent;
}
.jidelnicek{
	margin:1em auto;
}
.jidelnicek table{
width:98%;
border:1px solid black;
border-collapse:collapse;
margin:auto;
}
.jidelnicek caption{
width:98%;
margin:0 auto;
border:1px solid #ccc;
background-color: #F2DCA8;
border-collapse:collapse;
padding: 2px;
}
.jidelnicek th{
	background-color: #DADADA;
	border: 1px solid black;
}
.jidelnicek td{
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid #ddd;
	border-bottom:none;
	padding:2px;
	
}
a.tlac{
	text-align:center;
	text-decoration:none;
	width: 20em;
	display:block;
	padding:0.2em;
	margin:1em auto;
	color: black;
	background-color:	#87CEEB;
	border: solid 1px #BF9F60;	
}
a:hover.tlac{
	background-color: #37ADDD;
}

.tlac img{
	border: 0;
}


.jl-wrapper{
	background-color: #f1f1f1;
	border:1px solid gray;
	margin: auto;
	width:100%;
}
table.jl{
	width: 95%;
	margin: auto;
	
}
table.jl td th{
border: 1px solid #a3a3a3!important;

}
table.jl td {
background-color: white;

}
table.jl caption{
font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
table.jl th{
background-color:#A6A6A6; 
}
table.jl th.l-3{
background-color:#cbcbcb; 
}
table.jl th.l-2{
background-color:#e4e4e4;
text-align: left;
font-size: 1em;
}
table.jl th td{
white-space: nowrap;
border: 1px solid #999!important;
}
table.jl td{
text-align:left;
}
.hidden{
	display: none;
}