html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /* vertical-align:baseline; */

  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
nav li {
  margin: 0;
}
nav ul,
ul {
  list-style: none;
}
a {
  color: #23549b;
}
a:hover {
  color: #2e6fcd;
  text-decoration: none;
}
.main_content,
.inner {
  margin: 0 auto;
}
.main_content,
footer {
  clear: both;
}
h1 {
  padding: 10px 0 20px 0;
}
h2 {
  padding: 10px 0 10px 0;
}
/* Header pro podstranky */
.header {
  background: url(img/header_podstranka_bg.png) repeat-x bottom left #f0f0f5;
  border-top: 6px solid #8fbe22;
  padding: 0 0 0 0;
}
.header a {
  color: #3a3a3a;
  text-decoration: none;
}
.header a:hover {
  color: #888888;
}
.header a.unselected {
  color: #999999;
}
.header_content {
  max-width: 940px;
  margin: 0 auto;
  padding-top: 17px;
}
.titulka_logo {
  display: block;
  width: 250px;
  height: 99px;
  background: url(img/titulka_logo.png) no-repeat top left;
}
.titulka_logo_en {
  display: block;
  width: 230px;
  height: 99px;
  background: url(img/titulka_logo.png) no-repeat top left;
  background: url(img/titulka_logo-en.png) no-repeat top left;
}
a.titulka_logo {
  color: transparent;
}
a.titulka_logo_en {
  color: transparent;
}
@media screen and (min-width: 1140px) {
  a.titulka_logo {
    margin: 0 0 0 -82px;
  }
  a.titulka_logo_en {
    margin: 0 0 0 -82px;
  }
}
.header_links {
  text-transform: uppercase;
  position: relative;
}
.header_links_content {
  text-align: right;
  font-size: 10px;
  position: absolute;
  right: 0;
  text-align: right;
  top: 3px;
}
.header_links_content div {
  padding: 0.5em 0;
}
.header_links_content a {
  padding: 0 12px;
  border-left: 1px solid #999999;
}
.header_links_content a:first-child,
.header_links_content h2 + a {
  border: none;
}
.header_links_content a:last-child {
  padding-right: 0;
}
.header_links_content input {
  border: 6px white solid;
  width: 184px;
  margin-left: 40px;
  vertical-align: middle;
}
.header_links_content input[type=submit] {
  background: #ffffff url(../zcu/img/lupa.png) no-repeat center right;
  width: 3.3375%;
  margin: 0 0 0 -5px;
  width: 10px;
  padding: 1px 8px;
  height: 30px;
  cursor: pointer;
}
.breadcrumbs {
  width: 72.5625%;
  background-color: #ffffff;
  margin-left: 25.4375%;
  padding: 5px 9px;
  color: #8fbe22;
  font-size: 10px;
}
.breadcrumbs a {
  text-decoration: underline;
  color: #23549b;
  padding: 6px 7px;
}
.breadcrumbs span {
  color: #3a3a3a;
  padding: 6px 7px;
}
/* Obsah stranky */
body {
  background-color: #f0f0f5;
}
body.mceContentBody {
  background-color: #ffffff;
}
.main {
  background-color: #f0f0f5;
  border-top: 1px solid #f0f0f5;
  padding: 0 0;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
}
/*.leve_menu_inpath_mixin(@start: #f7f7f7, @stop: #e1e1e1, @image: none) {
  background-image: @image, linear-gradient(bottom, @start, @stop);
  background-image: @image, -o-linear-gradient(bottom, @start, @stop);
  background-image: @image, -moz-linear-gradient(bottom, @start, @stop);
  background-image: @image, -webkit-linear-gradient(bottom, @start, @stop);
  background-image: @image, -ms-linear-gradient(bottom, @start, @stop);

  background-image: @image, -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, @start),
    color-stop(1, @stop)
  );

  background-size: 605px 12px, 1005px 100%;
  -o-background-size: 605px 12px, 1005px 100%;
  -moz-background-size: 605px 12px, 1005px 100%;
  -webkit-background-size: 605px 12px, 1005px 100%;
}*/
.main_content {
  max-width: 940px;
  overflow: visible;
  /* Leve menu - seznam podstranek */

  /* Vlastni obsah stranky-titulky - aktuiality, tiskovky, uredni deska, uspesni sbaolventi */

}
.main_content .left_menu {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.6875%;
  padding-top: 20px;
}
.main_content .left_menu > ul li {
  padding: 0;
  background: none;
  border-top: thin solid #d6d6d6;
}
.main_content .left_menu > ul li:first-child {
  border: none;
}
.main_content .left_menu > ul li a {
  padding: 10px 0 10px 18px;
  text-decoration: none;
  display: block;
  color: #50555f;
  max-width: 480px;
  background-image: url("img/left-menu.png");
  background-repeat: no-repeat;
  background-position: 0 center;
  font-size: 13px;
}
.main_content .left_menu > ul li a.inpath {
  background-image: url("img/left-menu.png"), linear-gradient(bottom, #e1e1e1, #f7f7f7);
  background-image: url("img/left-menu.png"), -o-linear-gradient(bottom, #e1e1e1, #f7f7f7);
  background-image: url("img/left-menu.png"), -moz-linear-gradient(bottom, #e1e1e1, #f7f7f7);
  background-image: url("img/left-menu.png"), -webkit-linear-gradient(bottom, #e1e1e1, #f7f7f7);
  background-image: url("img/left-menu.png"), -ms-linear-gradient(bottom, #e1e1e1, #f7f7f7);
  background-image: url("img/left-menu.png"), -webkit-gradient(linear, left bottom, left top, color-stop(0, #e1e1e1), color-stop(1, #f7f7f7));
  background-size: 1005px 12px, 905px 100%;
  -o-background-size: 1005px 12px, 905px 100%;
  -moz-background-size: 1005px 12px, 905px 100%;
  -webkit-background-size: 1005px 12px, 905px 100%;
  background-color: #f7f7f7;
}
.main_content .left_menu > ul li a.selected {
  background-image: none;
  background-color: #8fbe22;
  color: #ffffff;
  font-weight: normal;
}
.main_content .left_menu > ul li a:hover {
  background-image: url("img/left-menu.png");
  background-color: #e6e6ef;
  color: #000000;
}
.main_content .left_menu > ul li ul li {
  background-color: #f7f7f7;
}
.main_content .left_menu > ul li ul li a {
  background-position: -482px center;
  padding: 6px 0 6px 18px;
  padding-left: 28px;
  color: #50555f;
}
.main_content .left_menu > ul li ul li a:hover {
  background-color: #e1ebcc;
  color: #000000;
}
.main_content .left_menu > ul li ul li ul li a {
  background-position: -972px center;
  padding-left: 40px;
  color: #23549b;
  font-size: 12px;
}
.main_content .left_menu > ul li ul li ul li a:hover {
  color: #23549b;
}
.main_content .left_menu > ul li ul li ul li a.inpath {
  font-weight: bold;
}
.main_content .left_menu > ul li ul li ul li ul li {
  background-color: #f7f7f7;
}
.main_content .left_menu > ul li ul li ul li ul li a {
  background: none;
  padding: 6px 0 6px 49px;
  color: #50555f;
}
.main_content .left_menu > ul li ul li ul li ul li a:hover {
  color: #000000;
  background-image: none;
}
.main_content .left_menu > div {
  margin-top: 20px;
  text-align: center;
}
.main_content .left_menu > div div * {
  text-align: left;
}
.main_content .right_menu {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 23.6875%;
}
.main_content .page_content {
  overflow: visible;
  background-color: white;
  padding: 0;
}
.main_content .page_content > div {
  padding: 0 20px 30px 20px;
}
.publikace a,
.publikace-detail a,
.publikace th,
.publikace-detail th {
  white-space: nowrap;
}
.publikace .nazev,
.publikace-detail .nazev {
  font-weight: bold;
}
.publikace .autor,
.publikace-detail .autor {
  font-variant: small-caps;
}
.publikace-detail a {
  font-weight: bold;
}
.vizitka {
  zoom: 1;
}
.vizitka:before,
.vizitka:after {
  content: "";
  display: table;
}
.vizitka:after {
  clear: both;
}
.vizitka .osoba {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  margin-bottom: 15px;
}
.vizitka .fakulta {
  font-weight: bold;
}
.vizitka img.foto {
  border: 1px solid #e6e6eb;
}
.vizitka ul.tabs {
  zoom: 1;
  background-color: transparent;
  margin-top: 0;
  border-top: 5px solid transparent;
}
.vizitka ul.tabs:before,
.vizitka ul.tabs:after {
  content: "";
  display: table;
}
.vizitka ul.tabs:after {
  clear: both;
}
.vizitka ul.tabs li {
  padding: 0;
  background-color: #f7f7f7;
  width: 18.6%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -5px;
  border-right: 1px solid white;
}
.vizitka ul.tabs li a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
  margin-right: 1px;
  border-top: 5px solid #d0d1d7;
  color: #555555;
  text-align: center;
  font-size: 14px;
}
.vizitka ul.tabs li a.active {
  border-top: 5px solid #8fbe22;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
.vizitka ul.tabs li a:hover {
  border-top: 5px solid #b6b8bf;
  background-color: #ffffff;
  color: #565656;
}
.accordion h3 {
  border-top: 1px solid #e6e6eb;
  border-bottom: 1px solid #e6e6eb;
  font-size: 1.5em;
  line-height: 0.9em;
  background-image: none, linear-gradient(bottom, #f1f1f6, #ffffff);
  background-image: none, -o-linear-gradient(bottom, #f1f1f6, #ffffff);
  background-image: none, -moz-linear-gradient(bottom, #f1f1f6, #ffffff);
  background-image: none, -webkit-linear-gradient(bottom, #f1f1f6, #ffffff);
  background-image: none, -ms-linear-gradient(bottom, #f1f1f6, #ffffff);
  background-image: none, -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f6), color-stop(1, #ffffff));
  background-size: 1005px 12px, 905px 100%;
  -o-background-size: 1005px 12px, 905px 100%;
  -moz-background-size: 1005px 12px, 905px 100%;
  -webkit-background-size: 1005px 12px, 905px 100%;
  background-color: #ffffff;
}
.accordion h3 a {
  text-decoration: none;
  color: inherit;
  display: block;
  background: url("img/icons.png") no-repeat right 9px;
  margin-right: 20px;
  padding: 10px 20px;
}
.accordion h3:hover {
  background-image: none, linear-gradient(bottom, #e6e6eb, #f7f7f7);
  background-image: none, -o-linear-gradient(bottom, #e6e6eb, #f7f7f7);
  background-image: none, -moz-linear-gradient(bottom, #e6e6eb, #f7f7f7);
  background-image: none, -webkit-linear-gradient(bottom, #e6e6eb, #f7f7f7);
  background-image: none, -ms-linear-gradient(bottom, #e6e6eb, #f7f7f7);
  background-image: none, -webkit-gradient(linear, left bottom, left top, color-stop(0, #e6e6eb), color-stop(1, #f7f7f7));
  background-size: 1005px 12px, 905px 100%;
  -o-background-size: 1005px 12px, 905px 100%;
  -moz-background-size: 1005px 12px, 905px 100%;
  -webkit-background-size: 1005px 12px, 905px 100%;
  background-color: #f7f7f7;
}
.accordion h3.selected a {
  background-position: right -28px;
}
.accordion div {
  display: none;
}
.accordion div.selected {
  display: block;
}
.page_content .hledani form {
  margin-bottom: 1em;
  padding: 10px 0;
  border-left: none;
  border-right: none;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0.9em;
}
.page_content .hledani form label {
  padding: 0;
  color: #282d37;
  /*vertical-align: baseline;*/
}
.page_content .hledani form input {
  width: auto;
  height: 2.1em;
  font-weight: bold;
  font-size: 1em;
  padding-left: 10px;
}
.page_content .hledani .vysledek {
  font-size: 0.9em;
  padding: 15px 15px;
  border-top: 1px solid #e6e6eb;
}
.page_content .hledani .vysledek b {
  color: #000000;
}
.page_content .hledani .vysledek > a:first-child {
  display: block;
  font-weight: bold;
}
.page_content .hledani .vysledek.zebra {
  background: #f6f6f6;
}
.page_content .hledani ul.tabs + div.vysledek {
  border-top: none;
}
.page_content ul.tabs li:first-child {
  border-left: 1px solid #e6e6eb;
}
/*
Paticka
*/
.footer {
  width: 100%;
  border-top: 1px solid #f0f0f5;
  background-color: #e2e2e6;
  padding: 20px 0;
  background: url("img/footer_bg.png") repeat-x #f0f0f5;
}
.footer li {
  padding: 0;
  background: none;
}
.footer_content {
  max-width: 940px;
  margin: 0 auto;
}
.footer_content div h3,
.footer_content div ul {
  margin: 0 10px 6px 20px;
}
.footer_content h3 {
  color: #8fbe22;
  font-size: 14px;
}
.footer_content a {
  color: #23549b;
  font-size: 12px;
}
.footer_content a:hover {
  color: #2e6fcd;
}
.footer_content li {
  padding: 0;
  background: none;
}
.legal_footer {
  width: 100%;
  border-top: 2px solid #8fbe22;
  background-color: white;
  padding-top: 30px;
  font-size: 0.8em;
  padding-bottom: 50px;
}
.legal_footer p {
  margin: 0;
  color: #787d78;
  font-size: 12px;
}
.legal_footer a {
  color: #787d78;
}
.legal_footer a:hover {
  color: #000;
}
.legal_footer .footer_logo {
  background: url(img/footer_logo.png) no-repeat 20px 0;
  height: 62px;
}
.legal_footer .footer_logo_en {
  background: url(img/footer_logo.png) no-repeat 20px 0;
  height: 62px;
  background: url(img/footer_logo-en.png) no-repeat 20px 0;
}
body.katedra .header {
  padding: 0;
}
body.katedra .header .nazev_katedry {
  position: relative;
  height: 101px;
}
body.katedra .header .nazev_katedry div {
  /* height: 50px; */

  position: absolute;
  /* top: 50%; */

  /* margin-top:-34px; */

  margin-left: 0;
}
body.katedra .header_foto {
  height: 130px;
}
@media screen and (min-width: 1140px) {
  body.katedra .header .nazev_katedry div {
    margin-left: -76px;
  }
}
/* Teoreticky pouzitelne kdekoliv... */
.tag_cloud {
  padding: 25px 20px;
  border-bottom: thin solid #f0f0f5;
}
.tag_cloud a {
  font-weight: bold;
}
/* oddelovac do menu - leveho sloupce, hlavni urovne */
li.menu_oddelovac {
  margin: 5px 0;
  border-top: 1px solid #8fbe22 !important;
  border-bottom: 1px solid #8fbe22 !important;
  font-size: 0;
  line-height: 1px;
}
li.menu_oddelovac + li {
  border-top: none !important;
}
/* Columns: 20, Gutter Width: 1.75, Breakpoints: 480 */
.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12,
.span13,
.span14,
.span15,
.span16,
.span17,
.span18,
.span19,
.span20,
.span33 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  margin-left: 1.75%;
}
.col:first-child {
  margin-left: 0;
}
.span33 {
  width: 33.3333%;
  *width: 33%;
}
.span1 {
  width: 3.3375%;
}
.span2 {
  width: 8.425%;
}
.span3 {
  width: 13.5125%;
}
.span4 {
  width: 18.6%;
}
.span5 {
  width: 23.6875%;
}
.span6 {
  width: 28.775%;
}
.span7 {
  width: 33.8625%;
}
.span8 {
  width: 38.95%;
}
.span9 {
  width: 44.037499999999994%;
}
.span10 {
  width: 49.125%;
}
.span11 {
  width: 54.2125%;
}
.span12 {
  width: 59.3%;
}
.span13 {
  width: 64.38749999999999%;
}
.span14 {
  width: 69.475%;
}
.span15 {
  width: 74.5625%;
  overflow: hidden;
}
.span16 {
  width: 79.65%;
}
.span17 {
  width: 84.7375%;
}
.span18 {
  width: 89.82499999999999%;
}
.span19 {
  width: 94.9125%;
}
.span20 {
  width: 100%;
  margin-left: 0;
}
body {
  font-size: 12px;
  font-family: Arial, sans-serif;
  line-height: 1.5em;
  color: #444444;
}
h1,
table caption {
  font-size: 36px;
  /* 24 / 14 */

  line-height: 1.5em;
  /* 21 / 14 */

}
h2 {
  font-size: 18px;
  /* 21 / 14 */

  line-height: 0.9em;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 11px;
}
h2,
h3,
h4,
h5,
h6,
table caption {
  margin: 1em 0;
}
h1,
table caption {
  color: #000;
}
h2,
h3,
h4,
h5,
h6 {
  color: #282d37;
}
h1 + h2 {
  margin-top: 0;
}
p {
  font-size: 1em;
  /* 14 / 14 */

  margin: 1em 0;
}
p img {
  margin: 1em 0;
}
table p {
  margin: 0;
}
/*
.alt{
  color: #fff;
  color: rgba(255,255,255, 0.9);
}
*/
/* Vsechny mozny opicarny pro obsah stranky... */
table {
  font-size: 0.9em;
  border: 1px solid #b6bcc7;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0px;
  /* width: 100%; */

  font-size: 12px;
  margin: 1em 0;
}
th,
td {
  text-align: left;
  border-bottom: 1px solid #e6e6eb;
  border-right: 1px solid #e6e6eb;
}
th {
  padding: 0.3em 22px;
  background: #eaeaea;
  font-weight: bold;
  border-bottom: 1px solid #8fbe22;
}
th:first-child {
  padding: 0.3em 10px;
}
td {
  padding: 0.25em 20px;
}
td:first-child {
  padding: 0.25em 10px;
}
table.simple {
  border: 1px solid #b6bcc7;
  border-top: 1px solid #8fbe22;
  border-bottom: 1px solid 1px solid #e6e6eb;
}
table.simple th {
  background-color: #ffffff;
  border-bottom: 1px solid #e6e6eb;
}
tr.zebra td,
tr.zebra th,
tr.sudy td,
tr.sudy th {
  background: #f6f6f6;
}
.strankovani {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  padding: 0.8em 0;
  border-top: 1px solid #e6e6eb;
  border-bottom: 1px solid #e6e6eb;
  margin: 1em 0;
  text-align: center;
  /* .prvni je urcena pro odkazy "prvni" a "posledni"*/

  /* .dalsi je pro okdazy "dalsi" a "predchozi" */

}
.strankovani > a {
  text-decoration: none;
}
.strankovani b {
  color: #8fbe22;
}
.strankovani > span,
.strankovani .prvni {
  padding: 0 27px;
}
.strankovani .dalsi {
  font-weight: bold;
}
.strankovani > span * {
  padding: 0 7px;
}
.zvyrazneni {
  font-style: italic;
  border-top: 1px solid #e6e6eb;
  padding-top: 20px;
  margin: 1em 0;
}
.zvyrazneni h6 {
  color: #444444;
  font-size: 1em;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.ramecek {
  font-style: italic;
  border-top: 1px solid #e6e6eb;
  padding-top: 20px;
  margin: 1em 0;
  border: 1px solid #b6bcc7;
  background-color: #f7f7f7;
  padding: 16px 23px;
}
.ramecek h6 {
  color: #444444;
  font-size: 1em;
  font-style: italic;
  padding: 0;
  margin: 0;
}
.ramecek h6 {
  margin: 0;
}
table.dokumenty {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-left: 0;
  border: none;
  border-bottom: 1px solid #e6e6eb;
  white-space: nowrap;
}
table.dokumenty td:first-child {
  white-space: normal;
}
table.dokumenty td {
  border: none;
  border-top: 1px solid #e6e6eb;
  padding: 0.25em 0.7em;
}
table.dokumenty a {
  display: block;
}
table.dokumenty tr:hover td {
  background-color: #e8f1d3;
}
.tag_cloud {
  padding: 25px 20px;
  border-bottom: thin solid #f0f0f5;
}
.tag_cloud a {
  font-weight: bold;
  font-size: 12px;
}
ul.tabs {
  zoom: 1;
  background-color: transparent;
  margin-top: 0;
  border-top: 5px solid transparent;
}
ul.tabs:before,
ul.tabs:after {
  content: "";
  display: table;
}
ul.tabs:after {
  clear: both;
}
ul.tabs li {
  padding: 0;
  background-color: #f7f7f7;
  width: 18.6%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -5px;
  border-right: 1px solid white;
}
ul.tabs li a {
  text-decoration: none;
  display: block;
  padding: 12px 0;
  margin-right: 1px;
  border-top: 5px solid #d0d1d7;
  color: #555555;
  text-align: center;
  font-size: 14px;
}
ul.tabs li a.active {
  border-top: 5px solid #8fbe22;
  color: #000000;
  background-color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}
ul.tabs li a:hover {
  border-top: 5px solid #b6b8bf;
  background-color: #ffffff;
  color: #565656;
}
.page_content form {
  border: 1px solid #b6bcc7;
  padding-right: 20px;
}
.page_content form table,
.page_content form td,
.page_content form th {
  border: none;
}
.page_content form td,
.page_content form th,
.page_content form td:first-child,
.page_content form th:first-child {
  padding: 4px 0;
  vertical-align: top;
}
.page_content form label {
  padding-left: 20px;
  vertical-align: top;
}
.page_content form input[type=radio] + label,
.page_content form input[type=checkbox] + label,
.page_content form label.checkbox,
.page_content form label.radio {
  vertical-align: super;
  padding-left: 0;
  padding-right: 20px;
}
.page_content form input,
.page_content form textarea,
.page_content form select {
  border: 1px solid #b6bcc7;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.page_content form input {
  height: 1.6em;
}
.page_content form input[type=radio],
.page_content form input[type=checkbox] {
  width: auto;
  border: none;
  margin-left: 20px;
}
.page_content form submit,
.page_content form input[type=submit] {
  color: #8fbe22;
  border: 1px solid #b6bcc7;
  font-weight: bold;
  width: auto;
  height: 2.3em;
  padding: 0 2em;
  background-image: none, linear-gradient(bottom, #f1f1f5, #ffffff);
  background-image: none, -o-linear-gradient(bottom, #f1f1f5, #ffffff);
  background-image: none, -moz-linear-gradient(bottom, #f1f1f5, #ffffff);
  background-image: none, -webkit-linear-gradient(bottom, #f1f1f5, #ffffff);
  background-image: none, -ms-linear-gradient(bottom, #f1f1f5, #ffffff);
  background-image: none, -webkit-gradient(linear, left bottom, left top, color-stop(0, #f1f1f5), color-stop(1, #ffffff));
  background-size: 1005px 12px, 905px 100%;
  -o-background-size: 1005px 12px, 905px 100%;
  -moz-background-size: 1005px 12px, 905px 100%;
  -webkit-background-size: 1005px 12px, 905px 100%;
  background-color: #ffffff;
}
.page_content form submit:hover,
.page_content form input[type=submit]:hover {
  background: #e1ebcc;
  color: #23549b;
}
.page_content .page_content table form {
  border: none !important;
}
.page_content ul,
#tinymce ul {
  position: relative;
}
.page_content ul li,
#tinymce ul li {
  padding-left: 16px;
}
.page_content ul li:before,
#tinymce ul li:before {
  content: "";
  background-image: url("img/icons.png");
  background-repeat: no-repeat;
  background-position: 3px -67px;
  display: block;
  float: left;
  height: 15px;
  margin-left: -14px;
  width: 10px;
}
.page_content ul.content li,
.page_content ul.tabs li {
  padding-left: 0;
}
.page_content ul.content li:before,
.page_content ul.tabs li:before {
  display: none;
}
.quick_links {
  background-color: white;
  text-align: left !important;
}
.quick_links h2 {
  font-size: 1em;
  padding: 9px 20px;
  border: none;
  color: white;
  background-color: #8fbe22;
}
.quick_links ul {
  font-size: 0.90em;
  padding: 0 20px 10px;
}
.quick_links ul li {
  padding: 0;
  background: none;
  color: #8fbe22;
}
.required {
  font-weight: bold;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
img.left {
  margin-right: 1em;
}
img.right {
  margin-left: 1em;
}
.hidden {
  display: none;
}
.hidden-accesible {
  font-size: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.small-caps {
  font-variant: small-caps;
}
.bold {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap;
}
.standard-margin {
  margin: 1em 0;
}
.no-border {
  border: none !important;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* MEDIA QUERIES */
/* Responsify Defaults */
/*
@media screen and (max-width: 768px){
  .nav .span7{
    width: 100%;
  }

  .span13, article{
    width: 100%;
  }

  .span7, .span16, aside{
    width: 100%;
    margin-left: 0;
  }

  .page_content, .inner{
//    width: 90%;
    padding: 0 5% 0 5%;
  }
}
*/
@media screen and (min-width: 800px) {
  a[href^='tel:'] {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .header {
    zoom: 1;
    padding: 0;
    height: auto;
  }
  .header:before,
  .header:after {
    content: "";
    display: table;
  }
  .header:after {
    clear: both;
  }
  .header_links_content {
    position: relative;
    padding: 7px;
  }
  .header_links_content input {
    width: 80%;
  }
  .header_foto {
    background: none;
    display: none;
  }
  .header .nav ul li,
  .left_menu,
  .prave_menu,
  .breadcrumbs,
  .span10,
  .span4,
  .span5,
  .span15,
  .span16 {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .header .nav ul li a {
    margin: 0;
    padding: 7px 7px 7px 20px;
    line-height: normal;
  }
  .header .nav ul li a div {
    margin-top: 4px;
    margin-top: 4px;
    top: 8px;
  }
  .main {
    padding: 0;
  }
  .main .main_content {
    padding-top: 0;
    display: table;
  }
  .main .main_content .rozcestnik ul.tabs li {
    width: 33%;
  }
  .main .main_content .left_menu {
    float: none;
    display: table-row-group;
  }
  .main .main_content .page_content {
    float: none;
    display: table-header-group;
  }
  .main .main_content .prave_menu {
    float: none;
    display: table-footer-group;
  }
  .main .main_content .page_content > div div.wrapper {
    width: 95%;
    overflow: scroll;
  }
  .main .main_content .page_content > div div.wrapper img {
    width: 100%;
  }
  .main .left_menu {
    width: 100%;
  }
  .main .left_menu > ul > li {
    padding-left: 7px;
  }
  .vizitka .osoba div {
    width: auto;
  }
  .vizitka img {
    margin: 0;
  }
  .vizitka ul.tabs li {
    width: 24.5%;
  }
  .hledani ul.tabs li {
    width: 24.5%;
  }
  .publikace-detail td,
  .publikace-detail th {
    display: block;
  }
  .breadcrumbs {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  th,
  td {
    padding: 0 2px;
  }
  th:first-child,
  td:first-child {
    padding: 0 2px;
  }
}
@media print {
  .hidden-accesible {
    display: none;
  }
  .header {
    height: auto;
    padding: 0;
  }
  .header .header_content .header_links,
  .header .header_content .header_foto,
  .header .header_content .nav {
    display: none;
  }
  .header .header_content .breadcrumbs {
    margin-left: 0;
    width: auto;
  }
  .main {
    padding: 0;
  }
  .main .main_content {
    max-width: none;
  }
  .main .main_content .left_menu,
  .main .main_content .prave_menu {
    display: none;
  }
  .span15,
  .span10 {
    width: 100%;
  }
  .footer,
  .footer_legal,
  .footer_content {
    display: none;
  }
}
a.maly_odkaz {
  color: #999999;
}
span.datum_vlozeni {
  color: #BBBBBB;
  font-size: 10px;
}
li.tab-width-modifier-1 {
  width: 100% !important;
}
li.tab-width-modifier-2 {
  width: 50% !important;
}
li.tab-width-modifier-3 {
  width: 33.333% !important;
}
li.tab-width-modifier-4 {
  width: 25% !important;
}
div.dokumenty_div_modif {
  margin-top: 1em;
}
div.dokumenty_div_modif h2 {
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 1.1em;
}
div.dokumenty_div_modif table {
  padding: 0;
  margin: 0 0 1.5em 0;
}
