html { 
 position:relative;
}

body {
 font-family: myriad-pro, sans-serif;
 font-size: 15px;
 font-weight: 200;  
 color:#2a3e4e;
 margin:0;
 padding:0;
 background: #838c9b url('img/bg.jpg') repeat-y center center;
}

input, button, select, textarea, option {font-family: inherit; /*font-size: inherit;*/}

.datePickerTable {color:#000;}

p {	font-size: 15px;}

li {margin-bottom:6px;}

a {color: #424e5c;}

h2 {
 font-weight:normal;
 font-size:19px;
 color: #424e5c;
}

#header {
 height:78px;
 width:1024px;
 max-width: 100%;
 margin:auto;
 text-align:left;
 position: relative;
}

#header a {
 color:#424e5c;
 text-decoration:none;
}

#header h1 {
 font-size: 30px;
 margin-top: 19px;
 line-height: 1.15;
 font-weight:normal;
}


#header h1 span {
 font-size: 20px;
 display: block;
}

/*#header #logoav {
 position:absolute;
 right:0;
 top:1px;
 margin:10px;
} */



strong {font-weight:600}

.prechod {
  -webkit-transition: all 0.5s;  /* Saf3.2+, Chrome */
  -moz-transition: all 0.5s;  /* FF4+ */
  -ms-transition: all 0.5s;  /* IE10 */
  -o-transition: all 0.5s;  /* Opera 10.5+ */
  transition: all 0.5s;
}


#login {
 position: absolute;
 top:0;
 right:0;
 z-index:999;
 color:#4b4b4b;
 text-align:right;
 padding: 10px;
 /*float:right;*/
 font-size: 13px;
 line-height:150%;
}

@media only screen and (max-width: 440px) {
 #header {height: auto;}
 #header img {max-width:95%;display:block;float:none!important;}
 #header h1 {white-space: nowrap;}
}

@media only screen and (max-width: 1300px) {

 div#login {top:auto;bottom:0!important; display:block; text-align:center;width: 100%;font-size: 16px;}

}

#login a:hover {
	color:#000!important;
}

#hldiv {
 margin:auto;
 width:1024px;
 max-width: 100%;
 padding:15px 0;
/* background-color: #fff;*/
}


#form_prihlaseni {background-color:#848d9c;width:320px; padding:30px 25px;margin-top:70px; margin-bottom:20px; }
#form_prihlaseni td {vertical-align:middle!important}
.login_hrefs {float:right; text-align:right; line-height:26px;}
.login_hrefs a {text-decoration: none;}

#prihlaseni_wr {background-color:#494848;color:#ccc;border:0;margin-top: 10px; width:100%;max-width:230px;}

#locales {width: 1024px;max-width: 100%;height: 20px;text-transform: uppercase;margin: 0 auto;text-align: right;}
#locales a {cursor:pointer}

/************* MENU */

#menu_container {
 width:100%; 	
 background-color:#22323e;
 margin-bottom:20px;
 text-align:left;
 height: 50px;
}

#menu_container:hover {
 opacity:1!important;
}

#menu {	list-style-type:none;
 display:table;
 margin: 0 auto;
 /*width:100%;*/
}

#menu a{
 text-decoration:none;
 line-height:50px;
 height:50px;
 padding: 0 12px;
 text-align:left;
 vertical-align: middle;
 display: -moz-inline-block;
 display: inline-block;
 font-size: 1.35em;
 text-decoration: none;
 letter-spacing: 0.1ex;
 outline: none;
 color:#bed4e1;
}

#menu a:hover{
	color:#fff;
	background-color: #2a3e4e;
}

#menu li:hover ul li:hover{
	color:#fff;
	background-color: #2a3e4e;
}

#menu_right {background-color:#ffa949; float:right; padding-right: 10px;}

#menu_right a{
	color:#4b4b4b;
}

#menu_right a:hover{
	color:#fff;
	background-color: transparent;
}

#menu ul {
  margin:0px; 
  list-style-type:none;
/*  padding-left: 10px;*/
}

#menu li {
  display:inline;
  float:left;
  list-style: none;
  z-index:1;
 /* width: 133px;*/
  margin-top:0px;
  margin-left:0px;
  padding-left:18px;
  padding-right:18px;
  margin-bottom:1px;
  position: relative;
  }

#menu li ul li {
  display: table;
  float:none;
  margin:0px;
  height: 32px;
  padding-right:0;
  z-index: 999;
  }

#menu li a {
  /*display:inline;*/
  float:left; 
  /*width:110px;*/
  }

#menu li ul {
  visibility:hidden; position:absolute;
  padding-left:0px; padding-top: 50px; padding-right:0px; height:0; overflow:visible;
  }

#menu li:hover ul, #menu li a:hover ul {
  visibility:visible; 
  height:0px;
  overflow:visible;
  z-index:999;
  }
#menu li:hover ul li a, #menu li a:hover ul li a { 
  display:table; 
  float:none;
  height:32px; 
  line-height:35px;
  padding: 0 16px;
  }

#menu li:hover ul li, #menu li a:hover ul li {
 width: 100%; 
 padding-left:0;
 background-color: #22323e;
}

#menu li:hover ul li:last-child, #menu li a:hover ul li:last-child {
 padding-bottom:10px;
}

a.BigLink:hover{
	text-decoration:none;
}


td {font-size: 15px; vertical-align: top;}

#vysledky_hledani td, #vysledky_hledani th, #header-fixed th { padding: 10px; font-weight: normal;}

td.PageHead{background-color:#3A6EA5;}

#tdmiddle td, .tdmiddle td { vertical-align: top; text-align:left;}
/*#tdmiddle td:first-child { line-height: 25px; }*/

.SectionTitle{ 
	font-weight: bold;
	font-size: 15px;
	color: #FFFFFF;
	background-color:#636363;
}

.SubTitle{
	color: #fff;
	background-color:#003a5f;
    cursor:pointer;
}

.SubTitle a {
	font-size: 15px;
	color: #fff;
    text-decoration:none;
}

.Button{
	font-size: 13px;
	width:80px;
	height:32px;
}

.SmallText{
	font-size: 11px;
}
.LightLine{
	background-color:transparent;
	color: #4b4b4b;
}

.DarkLine{
	background-color:#EEEEF5;
	color: #4b4b4b;
}
.LightLine2{
	background-color:#ebf1f5;
	color: #4b4b4b;
}

.DarkLine2{
	background-color:#dee8ef;
	color: #4b4b4b;
}

.DarkLine3{
	background-color:#E5E9E4;
	color: #4b4b4b;
}


input[type=text] , input[type=password] , input[type=file], select { border: 1px solid #A2A2A2; }
input[type=file] { padding: 8px!important; background-color: transparent; margin-bottom: 8px;}

input[type=text] , input[type=password] {height:20px;padding:4px;  }

input[type=radio] {height:12px; margin-left:0px; margin-right:6px;}

option {padding:0.3em;}

select {height: 30px;}

textarea { border: 1px solid #A2A2A2;padding: 5px;}

hr { height: 0px; border-width: 0; border-bottom: 1px solid #CCCCCC; }

table.Tdetail {border: solid 1px #CCCCCC; border-collapse: collapse; border-spacing: 0px; color: #4b4b4b;}

table.Tdetail td {border-bottom: solid 1px #CCCCCC; text-align:left;}

#chyba { background-color: #f27281; font-size:10px; font-family:  Tahoma, Helvetica; padding:2px; text-transform: uppercase;}

pre {border:1px solid silver;padding:5px;overflow:hidden;width:840px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

#footer {color:#8f8f8f;
	padding:20px 0;
	font-size: 13px;
	margin-top:25px;
	}
#footer a, .sediva {color:#8f8f8f;}

#footer img {margin:25px 0 15px 0;border: 15px solid transparent;}

.hvezda {color: #2a587c; font-weight: bold;}

.paginate {
	padding: 3px;
	margin: 3px;
}

.paginate a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #a4a4a4;
	text-decoration:none;
	color: #666;
}
.paginate a:hover, .paginate a:active {
	border: 1px solid #a4a4a4;
	color: #4b4b4b;
}
.paginate span.current {
	margin: 2px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #a4a4a4;
	font-weight: bold;
	background-color: #a4a4a4;
	color: #FFF;
}
.paginate span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #DDD;
	color:#DDD;
}
	
.sedygradient {
	background-color: #dfe8f1;
/*	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(242, 242, 242));
	background-repeat: repeat-x;*/
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
	border: 1px solid #A2A2A2;
}

.verttab td {vertical-align: middle;}


a.bighref {
 text-transform: uppercase; 
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 font-weight: bold;
 padding:8px;
 background-color:#86C127;
 color:#fff;
 text-decoration:none;
}

a.bighref:hover { background-color:#9FD34C;}

a.bighref.blue {
 background-color:#2a587c;
 cursor:pointer;
}

a.bighref.blue:hover { background-color:#2a587c;}

a.bighref.grey {
 background-color:#DDDDDD;
}

.nastenka {
 text-align:left;
 padding: 25px; 
 display:inline-block;
 min-width: 530px;
}

.nastenka_odkazy{
 float:left;
 margin-left: 25px;
 margin-top: 10px;

}

.nastenka_odkazy a {
 line-height:35px;
}


#ie-warning {background:#dc0032;padding:10px 20px;text-align:center;color:#fff}
#ie-warning a,#ie-warning h2 {color:#fff}


.rozsirene {display:none}



#rez_form #obor, #rez_form #jmeno, #rez_form #prijmeni, #rez_form #email, #rez_form #zamestnavatel {width:100%}

.blueButton {
 background-color:#2a587c;
 color:#fff;
 padding:10px 15px;
 border:0;
 font-size: 16px;
 transition: color .3s,background-color .3s,border-color .3s,opacity .3s,box-shadow .3s,-webkit-transform .3s;
 transition: color .3s,background-color .3s,border-color .3s,opacity .3s,box-shadow .3s,transform .3s;
 transition: color .3s,background-color .3s,border-color .3s,opacity .3s,box-shadow .3s,transform .3s,-webkit-transform .3s;
}
.blueButton:hover {background-color:#2a3e4e; }


.yellowButton {background-color:#ffa949; color:#4b4b4b; padding:15px;border:0; font-size: 16px;}
.yellowButton:hover {background-color:#A6741B;color:#fff; }

.add_btn {margin-bottom:15px;}
.add_btn a {cursor:pointer; text-decoration:underline}

.grow:hover
{
 -webkit-transform: scale(1.3);
 -ms-transform: scale(1.3);
  transform: scale(1.3);
}


#newNews {display:none; text-align: left; padding-left: 20px;}
#newNews textarea {width:810px;}
table.news {margin-bottom:5px;padding:0;min-width: 810px;}
table.news td {padding:5px; border-bottom: 1px solid #ccc;font-size:13px;vertical-align: middle;}
table.news td:first-child {min-width:200px; font-size:15px;}

#test_wr {width:500px;text-align: left;font-size: 15px;}
#test_wr input.prvni {margin-top:10px;}



.onHover {display:none; cursor:pointer;}
.showHover:hover .onHover {display:inline;}
.showHover {position:relative}


#registrace_link {
 width: 370px;
 text-align:right;
}
#registrace_link a {text-decoration:none}
.btns {display: inline-block;}
.btns input {width:100%}


#nudle {width:958px;padding:10px 20px;max-width: 95%;}

.filespan {display:inline-block; padding:8px; background-color:rgb(227, 227, 227);margin-bottom:5px; }
.form_email_blue {color:#2a587c; font-weight:bold;display: inline-block;min-width: 120px;}

.ui-widget {font-size:0.9em!important;}

#header-fixed { 
    position: fixed; 
    top: 46px; display:none;
    background-color:white;
}

.optionItem {
    display: inline-block;
    width: 230px;
}

#fastsearch_result {padding:10px 0 10px 10px; max-height:250px; overflow:auto;width: 95%;}

tr td.nazev {background-color:#d0e6f3}
tr.vypnuto td {color:grey}
tr.vypnuto .povin, tr.vypnuto .upravaNazvu {opacity:0.5!important}
tr.vypnuto td.nazev {background-color:transparent}

table.createForm2 td:first-child { line-height: 19px; padding-top: 8px;text-align: right;}

.upravaNazvu { opacity: 0.6; width: 120px;}

td.priorita1 {color:#df7777;}
td.priorita2 {color:#d02f2f;}
td.priorita3 {color:#fff;background-color:#d02f2f;}
td.priorita4 {color:#fff;background-color:#e60000;}
.SubTitleLog {cursor: pointer; }
.SubTitleLog a { font-size: 15px; color: #797979; text-decoration: none;}
.log_filtr {width:958px;padding:10px 20px;border: 1px solid #CCC;}


.row *, ::after, ::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}
[class*="grid-"] {
    float: left;
    padding: 10px;
    width: 100%;
}
.grid-4 {
    width: 33.33%;
}
.grid-8 {
    width: 66.66666664%;
}
.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem;
}
.row-nopad {
    margin-left: 0;
}
.row input {height: auto;}



#table-1 td {font-size:14px;}

.cke_chrome { border: 1px solid #A2A2A2!important; }

#fulltext_wr {position:relative;}
#fulltext_wr input[type=text] {width:98%; float: right;}

input#lupa_btn {
 height:30px;
 width:30px;
 background: #2a587c url('img/lupa.png') no-repeat center!important;
 position:absolute;
 right:0;
 top:0;
 border:0;
}

.forum_record {
 margin-top:25px;
 text-align: left;
 clear: both;
 background-color:#fff;
 padding: 15px;
 box-shadow: 3px 3px 4px 0px #888;
}

.forum_edit {
 float:right;
 visibility:hidden;
 opacity: 0;
transition: visibility 0s, opacity 0.5s linear; 
}
.forum_record:hover .forum_edit {visibility:visible;opacity: 1;}


.forum_datum {
 color:#a2a2a2;
}

.forum_nadpis {
 cursor:pointer;
 font-size: 1.5em;
 line-height: 1.2;
 margin: 10px 0 15px;
 color: #2a587c;
}

.forum_zobrazit{
 cursor:pointer;
 padding-top: 20px;
 background: transparent url('img/down.png') no-repeat center;
 /*text-decoration: underline;*/
 width:100%;
 min-height:15px;
}

.forum_skryt{
 cursor:pointer;
 /*padding-left:30px;*/
 background: transparent url('img/up.png') no-repeat center;
 /*text-decoration: underline;*/
 width:100%;
 min-height:15px;
}

.forum_obsah {
 display: none;
/* overflow:hidden;
 transition: max-height 1s ease-out;*/
}  
.neaktivni .forum_obsah {opacity:0.6;}

.forum_text{
 background-color: #d9e9f7;
 padding: 15px;
}

.forum_text p{
 margin: 0;
}

.forum_soubory{
 padding-top: 20px;
}

.forum_soubory a{
 padding-left: 15px;
 display: block;
 padding-bottom: 8px;
}
.forum_soubory a:last-child{
 padding-bottom: 2px;
}

.forum_soubory h2{
 margin-top: 0;
 color: #2a587c;
}

.forum_soubory .prilohy{
 background-color: #d9e9f7;
 padding: 15px;
}

.forum_komentare{
 padding-top: 20px;
}

.forum_komentare h2{
 margin-top: 0;
 color: #2a587c;
}

.forum_komentare_add {
 padding-bottom:15px;
}
.forum_komentare_add textarea{
 width: 980px;
 max-width:99%;
 height: 40px;
}
.forum_komentare_add input[type=submit]{
 background-color: #2a587c;
 color: #fff;
 padding: 6px 10px;
 border: 0;
 font-size: 16px;
}

.komentar {background-color:#416b8b; padding:15px; color:#fff;margin-bottom:15px;clear:both}
.komentar_jmeno {font-size: 19px;margin-bottom: 5px;}
.komentar_datum {color:#d9d9d9; font-size:90%; float:right;}
.komentar_smazat {display:none;float:right;width:18px; height:18px; margin-left:15px;background: transparent url('img/delete.svg') no-repeat center;cursor:pointer;}


 /*  -------- */ 

a.link-icon:before,
a[href$= ".pdf"]:before,
a[href$= ".doc"]:before,
a[href$= ".docx"]:before,
a[href$= ".xls"]:before,
a[href$= ".xlsx"]:before,
a[href$= ".ppt"]:before,
a[href$= ".pptx"]:before,
a[href$= ".zip"]:before,
a[href$= ".rar"]:before,
a[href$= ".eps"]:before,
a[href$= ".psd"]:before,
a[href$= ".ai"]:before,
a[href$= ".PDF"]:before,
a[href$= ".DOC"]:before,
a[href$= ".DOCX"]:before,
a[href$= ".XLS"]:before,
a[href$= ".XLSX"]:before,
a[href$= ".PPT"]:before,
a[href$= ".PPTX"]:before,
a[href$= ".ZIP"]:before,
a[href$= ".RAR"]:before,
a[href$= ".EPS"]:before,
a[href$= ".PSD"]:before,
a[href$= ".AI"]:before {
    font-family: FontAwesome;
    margin-right: 0.4em;
    text-decoration: none;
    font-size: smaller;
	vertical-align: bottom;
}
a.icon-pdf:before,
a[href$= ".pdf"]:before,
a[href$= ".PDF"]:before {
    content: "\f1c1";
    color:red;
}
a.icon-doc:before,
a[href$= ".doc"]:before,
a[href$= ".docx"]:before,
a[href$= ".DOC"]:before,
a[href$= ".DOCX"]:before {
    content: "\f1c2";
    color:mediumblue;
}
a.icon-xls:before,
a[href$= ".xls"]:before,
a[href$= ".xlsx"]:before,
a[href$= ".XLS"]:before,
a[href$= ".XLSX"]:before {
    content: "\f1c3";
    color:green;
}
a.icon-ppt:before,
a[href$= ".ppt"]:before,
a[href$= ".pptx"]:before,
a[href$= ".PPT"]:before,
a[href$= ".PPTX"]:before {
    content: "\f1c4";
    color:orange;
}
a.icon-zip:before,
a[href$= ".zip"]:before,
a[href$= ".rar"]:before,
a[href$= ".ZIP"]:before,
a[href$= ".RAR"]:before {
    content: "\f1c6";
    color:brown;
}
a.icon-img:before,
a[href$= ".eps"]:before,
a[href$= ".psd"]:before,
a[href$= ".ai"]:before,
a[href$= ".EPS"]:before,
a[href$= ".PSD"]:before,
a[href$= ".AI"]:before {
    content: "\f1c5";
    color:steelblue;
}
a.icon-external:before {
    content: "\f35d";
    color:dimgray;
}

 /*  -------- */ 