
* {padding: 0; margin: 0; box-sizing: border-box;}


ul {
    list-style-type: none;
}
.clearfix:after, #body:after, #left a:after, .period:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
* html .clearfix {
	height: 1%;
}

html, body {
	font-size: 14px;
}

body { /* globalni nastaveni */
    display: flex;
    flex-flow: row wrap;
    width: 980px;
	padding: 20px 0px;
     position: relative;
	font-family: Open Sans, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 1.312em;
    margin: 0 auto;
    background: url("design/w.png") repeat-x #fff; /* horni podkladovy pruh pod hlavickou */
    scroll-behavior: smooth;
}


.w980 .menu260 nav.prevnext {    
    padding-top: 8px;
    padding-left: 280px;
    padding-right: 20px;
    width: auto;

}


.w980 .noMenu #text {
    margin-left: 20px;
}


main .chtitle {
    width: auto
}

main {
    flex: 1 0 10em;
/*    margin-left: 300px;*/
	padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

body > header { 
    flex: 1 0 100%;
  height: 150px;
  position: relative;
  background: url("design/head.png") no-repeat #606;
      font-weight: bold;
  }

header a, header a:hover, header a:active {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}


.maintitle {
    display: block;
    font-size: 28px;
/*    font-variant: small-caps;*/
    color: #fff;
    padding-top: 52px;
    margin-left: 80px;
    text-shadow: 1px 1px 1px #990099
}
header .subtitle {
    display: block;
    font-size: 12px;
    font-variant: small-caps;
    
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    padding-top: 9px;
    margin-left: 200px;
  
}
 header .authors, header .affiliation { display: block; margin-bottom: 0px; line-height: 1em }

#body {
    flex: 1 0 100%;
    display: flex;
    flex-flow: row wrap;
/*	background: url("design/body.png") repeat-y;*/
    background: linear-gradient(to right, #eee 0%, #eee 10px, #fff 10px, #fff 40px, #fafafa 40px, #fafafa 260px, #fff 260px, #fff 970px, #f9f9f9 970px, #f9f9f9 100%); /* Standard syntax */
	position: relative;
	z-index: 1;
    
}

#body.noMenu {

    border-left: 10px solid #eee;
    border-right: 10px solid #f9f9f9;
    background: #fff;

}

#body.noMenu #text {
    margin-left: 20px;
    width: 940px;
}

.menu-left {
   flex: 0 0 280px;
/*    width: 300px;*/
    min-height: 400px;
    padding: 10px 0px 0px 20px;
    font-size: 0.857rem;
    background: url("design/menu.jpg") no-repeat 20px 10px;
}

.menu-left a {
    display: table-row
}
.menu-left .chlabel,
.menu-left .chtitle {
    display: table-cell
}
.menu-left .chlabel {
    padding-right: 0.5em;
    text-align: right;
    min-width: 1.2em;
}

.akS {
    visibility: hidden;
}

footer {
    display: flex;
    flex-flow: wrap;
    box-sizing: border-box;
    font-size: 100%;
    border-top: 1px solid #f9f9f9;
    margin-bottom: 3em;
    background-color: #f9f9f9;
    background: linear-gradient(to right, #eee 10px, #f9f9f9 960px);
    align-items: center; 
}

.contrib {
    flex-grow: 1;
    text-align: right;
    padding-right: 1em;
}

.logo {
    padding: 1.5em;
}
footer .affiliation { margin-bottom: 1em;}

.logo img {
    border: 0 none;
}

.btline {
    width: 100%;
    text-align: right;
    background: #fff;
    padding: 0.5em;
    padding-right: 30px;
    color: #aaa;

}

.btline a, .btline a:visited {
    color: #aaa;
    text-decoration: none;
}
.btline a:hover {
    
    text-decoration: underline;
}

.copy {
    display: inline-block;
}

.copy::after {
    margin-left: 0.3em;
    content: "|";
}

.line { /* opticke oddeleni */
  border-top: 2px solid #ddd;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
}
.cite { /* citace */
  margin: 20px 0px 20px 0px;
  padding: 7px 40px 0px 30px;
  font-size: 11px;
  line-height: 110%;
  text-indent: 0px;
  background: url("design/cite.png") no-repeat;
}
#overlayDiv, #accessKey {
  clear: both; 
  display: none;
  }

p {
  margin: .8em 0;
  line-height: 1.6em;
  text-align: justify;
}

section > section {
	margin-top: 1.5rem;
}
 
h1, h2, h3, h4, h5, h6 { /* nadpisy a dedeni */
  position: relative;
	margin-bottom: 0.5rem;
/*  padding: 2rem 0 0.5rem 0;*/
  text-align: left;
  line-height: 1.4em;
}

h1 {
  font-size: 1.571rem;
  margin-top: 0;
}

h2 {
  font-size: 1.429rem;
}

h3 {
	font-size: 1.286rem;
}

h4 {
  font-size: 1.143rem;
}

h5 {
	font-size: 1rem;
  font-weight: 800;
}

h6 {
	font-size: 1rem;
  font-weight: 600;
}

h1 + h2, h1 + .upper + h2, h1 + .upper, h2 + h3, h3 + h4  { margin-top: 1.5rem; }
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p { margin-top: 0.8rem; }
h3 + ul, h3 + ol { margin-top: 0.8rem!important; }

li h1, li h2, li h3, li h4, li h5, li h6 {
    margin-left: 0;
    padding-left: 0;
/*    font-size: 100%*/
    padding-top: 0;
}

li h2:before {
    display: none;
}

.menu-left ul {
    padding: 0;
}
.menu-left > ul:last-child {
    margin-bottom: 3em;
}
.backmatter, .mainmatter {
    margin-top: 1.0em;
}

.menu-left li {
    margin: 0;
    border-top: 1px solid #fff;
}



nav.prevnext {
    flex: 1 0 100%;
    box-sizing: padding-box;
    margin: 1em 0;
    margin-right: 20px;
	padding: 0.5em;
    padding-bottom: 0.3em;
    display: block;
    width: auto;
}

.prevnext ol {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.prevnext li {
    flex-grow: 1;
    position: relative;
    width: 50%;
}
nav.prevnext a {
    display: block;
    position: relative;
    padding: 0;
/*    line-height: 1.8em;*/
    text-decoration: none;
    min-height: 2.05em;
}
nav.prevnext a:hover {
    text-decoration: none;
}
.prevnext li.prevSection a {
  padding-left: 30px; 
}


.prevnext li.nextSection a {
  text-align: right;
  padding-right: 30px; 
}
.prevnext li.prevSection a:before, .prevnext.periods .prevSection:before {
    position: absolute; 
    left: 0; top: 0px;
    width: 20px; height: 20px;
    content: " ";
     background: url("design/cubes.svg") no-repeat -80px 0px transparent;
}
li.nextSection a:after, .prevnext.periods .nextSection:after {
    
    position: absolute; 
    right: 0; top: 0px;
    width: 20px; height: 20px;
    content: " ";
     background: url("design/cubes.svg") no-repeat -100px 0px transparent;
}


p { 
    margin-bottom: 0.5em; 
    margin-left: 0;
    
}

p + p, h1 + p, h2 + p, h3 + p, h4 + p {
 
}

p.title {text-indent: 0; font-weight: bold}



main img { /* obrazky */
 /* float: right;
  margin: 10px 5px 5px 5px;
  padding: 3px;
  border: 1px solid #ccc;
  border-right: 10px solid #ddd;
  */
    border: 0 none;
    max-width: 100%;
}

/* uprava titulni strany */
span.contrib, span.shortaffil  {display: none}
.legalnotice {margin-top: 2em} 
div.legalnotice p {text-indent: 0}




 h1 img, h2.title img, h3.title img   {
  vertical-align: middle;
  border: 0px none;
} 

.menu-left ul img, div.subtitle img { display: none}



table {
  border-collapse: collapse; 
  /*font-size: 90%;*/
  margin: 1em auto; 
   
  }

thead { 
    background: #2eae25; 
    color: #fff; 
    text-align: center;
}
td, th { border: 1px solid #eee; padding: 0.5em }

tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
.table .title { font-style: italic;}
.table .title strong:first-child { font-style: normal}

td p, th p { text-align: left; }

 /* styly pro definice = obalit tip*/

h1 + .definition {
    margin-top: 2em;
}
.definition, .important, .note {
  margin: 1em 0;
  padding: 0.5em; 
}

.definition {
    border: 1px solid #6aa;
    padding: 0.5em;
    padding-left: 80px;
    background: url(design/definice64.png) 3px 0px no-repeat #fff;
}

div.definition p, div.informalexample p, blockquote p, div.important p, .note p, div.tip p, li p {
  text-indent: 0; 
}

.note {
    font-size: 95%;
    color: #777;
    border: 1px solid #ddd;
    border-left-width: 10px;
    padding: 1.2em;
}
/* styly pro příklady */



/* blokove citace */  
blockquote {
  
  padding: 20px 70px 20px 68px;
 /* background: #fff;*/ 
  min-height: 50px; 
  position: relative;
  }

blockquote:before { 
  position: absolute; content: " "; 
  width: 45px; height: 45px;
  bottom: 0; left: 0; 
  background: url(design/cubes.svg) no-repeat scroll -140px 0 transparent;

} 

blockquote:after { 
  position: absolute; content: " "; 
  top: 0; right: 0;
  width: 45px; height: 45px;
   
  background: url(design/cubes.svg) no-repeat scroll -185px 0 transparent;

} 
blockquote p {
  text-indent: 0em;
  }

#text p.attribution { font-size: smaller; text-align: right }
p.source {
    font-size: smaller;
    margin-bottom: 1em;
}
ul blockquote {
  margin-left: 0;
  }
  
  /* figure - obrazky s&#160;popiskem */ 
figure {  
    margin: 2em 1em; 
    text-align: center;
    
}

figure figcaption { 
    font-size: 100%; margin-top: 1em;
    text-align: center; 
    color: #777;
} 

.longdesc {
	text-align: left;
}


figure.table {
    text-align: left;
    
}

figure.table figcaption { 
    font-size: 100%;
    text-align: center; 
} 

figure figcaption strong:first-child { font-style: normal}  

.mediaobject { margin: 1em auto; text-align: center}

figure .mediaobject { 
  display: inline-block; vertical-align: middle;
}

.inlinemediaobject img {border: 0px none;vertical-align: -0.2em;}
img {border: 2px solid #bbb}

figcaption .source {
    display: block;
}
.mediaobject p.bibliosource { font-size: smaller; text-align: right !important; }

 /*  figure - galerie s&#160;prettyPhoto */
 .gallery .thumbnail { display: inline-block; border: 2px solid #bbb }
 .gallery a { display: inline-block}
  .gallery a  + a { margin-left: 2em }

  sup.nad {margin-left: -0.7em} 
  
#text ul > li  {
    position: relative;
    padding: 0px 0px 0px 30px;
    margin-left: 0px;
    
/*    background: url("design/li.png") no-repeat scroll 0px 4px transparent;*/

 }
#text ul > li:before,
#text li ul > li:before {
    position: absolute;
    left: 0; top: 2px;
    width: 15px; height: 18px;
    content: " ";
     background: url("design/cubes.svg") no-repeat -50px -22px transparent;
}

#text ul ul > li, #text ol ul > li {
    position: relative;

}

#text li ul > li:before {
  background-position: -65px -22px;
}
#text ol {
   margin: 1em 0px 1em 0px; 
}
#text ul {
    margin: 1em 0;
}
ol, ul {
    padding-left: 30px; margin-left: 0}

/*
#text ol {
    list-style-type: decimal;
}
*/

#text ol.abc {
    list-style: lower-alpha;
}

#text ol.abc_upper {
    list-style-type: upper-alpha;
}

li {text-align: left; margin-bottom: 0.5em; vertical-align: top;}

li * {text-indent: 0; margin-left: 0}

dt { font-weight: bold;}
dd { margin-left: 1.5em}
dd + dt { margin-top: 0.8em}

dd p { text-indent: 0}
dd p + p { text-indent: 30px }
h5 a {padding: 0}


/* formatovani rejstriku */
.index {
    padding: 0.5em;
}

.indexdiv {
    margin-left: 1em;
}
.indexdiv + .indexdiv { margin-top: 2.5em }

.indexdiv:last-child {
    margin-bottom: 3em;
}

.indexdiv h2, .indexdiv h3 {
    
  margin-left: -20px; 
  margin-bottom:0.2em; 
  padding: 0.2em;
  border-bottom: 1px outset; 
  border-right: 1px outset;
  background: transparent;
    background-color: #eee;
  min-height: 0;
  }
.sect-index dl {margin-top: 0}
.indexdiv dt { margin-top: 0.3em}
.indexdiv dd {margin-left: 1em}
.indexdiv a {font-size: 85%; font-weight: normal;}

.indexdiv dd dt {
    font-weight: normal;
}
/*#text .toc {display: none;}*/
#text .toc {
    padding: 0.5em 0;

}
#text .toc h1 + ul {
    margin-top: 2em;
}
#text .toc ul {
  padding-left: 1.2em;
    padding-top: 0.3em;padding-bottom: 0.3em;
  margin-left: 0em;
	margin-top:0; 
	margin-bottom: 0em;
/*    background: linear-gradient(to right, #ddd 0, #fff 100%);*/
}
#text .toc p + ul {
    margin-top: 0;
}
#text .toc li {
  
  padding-left: 0;
  margin-left: 0;
    margin-right: 0;
    padding-right: 0;
/* border-left: 1px solid #bbb;*/
}

#text .toc li ul {
/*  background: linear-gradient(to right, #e0e0e0 0, #fff 100%);*/
 
/* border-left: 1px solid #bbb;*/
}

#text .toc li li ul {
/*  background: linear-gradient(to right, #efefef 0, #fff 100%);*/
 
/* border-left: 1px solid #bbb;*/
}
#text .toc li p {
    text-indent: 0;
    padding-left: 0;
}
 #text .toc li a::before,  #text .toc li::before {
     display: none;
    
} 

#text .toc li a {
  
    text-indent: 0;
    padding-left: 0;
    text-decoration: none;
     background: transparent;
} 

#text .toc li p a:hover {
  text-decoration: underline;
}

.toc .chapter, .toc .appendix, .toc .bibliography, .toc .home {
	font-weight: bold;
}

.book .toc {background-image: none}
/* #body div.book { width: 920px; margin-left: 10px; padding: 5px; background-image: none} */
.book .toc ul { padding: 0; text-align: justify}
.book .toc li { 
    display: inline-block;
  width: 210px; height: 180px;
  margin: 0;margin-right: 8px; margin-bottom: 20px;
  padding: 0;
  border: 1px solid #f90; 
}
 
  
.book .toc li:first-child {
 display: block; width: auto; height: auto; margin: 0; border: 0px none;
 margin-bottom: 1em;
}  

.toc p.chapter, .toc p.appendix, .toc p.bibliography, .toc p.index { 
    font-weight: bold;
}
  
.book .toc li li { display: block; width: auto; height: auto; margin: 0; margin-bottom: 0.3em; border: 0px none; border-radius: 0  }
.book .toc li li ul { display: none /**/ }
.book .toc li li li ul { display: none }
.book .toc li ul { margin: 0; margin-left: 1.2em;  }

.book .toc p a { color: #c30}
.book .toc a:hover { color: #800; text-decoration: underline} 
.book .toc li:hover { border-color: darkorange }
.book .toc p:hover { }
.book .toc p {  padding: 0.3em; margin: 0;}
.book .toc p.chapter { background-color: rgb(255,246,143); color: white;  height: 2.5em; margin-bottom: 10px; 
  border-bottom: 1px solid #fb0;
}
.book .toc p.chapter a { color: #c30; font-weight: bold;  text-shadow: 1px 1px 0px #ddd;}

div.toc { margin-bottom: 20px; /*background: url("graphics/h1.png") no-repeat;*/ padding-left: 25px;}


/* poznamky pod carou */ 
.footnote { display: inline-block; margin-left: 0.5em; position:relative}
    
.note_ref { display: inline-block; padding-left: 20px; 
    background: url("ikonky/CommentBubbles16.png") no-repeat left -2px;
    cursor: help;
    overflow: visible;
}

.footnote:hover .note_body { display: block} 

.note_body  {
    display: none; position: absolute; left: 0px; bottom: 1.5em; 
    border: solid black 1px; 
    padding: 10px; 
    background-color: rgb(255,255,225); 
    text-align: justify; 
    font-size: 12px; width: 400px;
}
span.para { display: block}

/*  TOC */
    
   .chlabel {display: inline-block; vertical-align: top;  }
  .toc p.chapter .chlabel  {margin-left: -3px; margin-right: 3px;}  
  /* .chlabel , .chtitle  {display: inline-block; vertical-align: top;}*/
  .chtitle {  word-wrap: break-word; margin-left: 0.7sem;}
  /*
.toc p {
    border-bottom: 1px dotted #bbb;
}

  .toc .sect1 .chtitle {  width: 36em; }
  .toc .sect2 .chtitle {  width: 33em; }
  .toc .sect3 .chtitle {  width: 30em; }
  */
  span.bibliorefs {vertical-align: 0.3em;  font-size: 80%} 
 
/* Bibliografie */
 
.bibliodiv { margin-bottom: 1em;}
.bibliodiv div.title { font-size: 110%; font-weight: bold; margin-bottom: 0.5em }
p.bibliomixed { text-indent: 0}
.bibliomixed .title { font-style: italic }
span.biblionumber, span.bibliodata { display: inline-block; vertical-align: top}
span.biblionumber { width: 2em; margin-right: 0.5em; text-align: right; }
span.bibliodata { /**/ width: /*520px*/  47.5em; text-align: left; text-indent: 0; overflow: hidden; text-overflow: ellipsis;} 

.w980 .menu260  span.bibliodata { width: 51.5em}

.citetitle a { /*display: block */ padding-left: 0.5em }
.citetitle a:before { content: "<" }
.citetitle a:after { content: ">" }

span.citetitle { font-style: italic} 

 /******** odkazy ******/

section a[href*='http']:after {
    display: inline-block;
    vertical-align: baseline;
    content: " ";
    margin-left: 0.3em;
    width: 9px;
    height: 10px;
    background: url("design/cubes.svg") no-repeat scroll -60px -10px transparent;
}

a:link,
a:visited {
    text-decoration: underline;
    color: #2eae25;
}
a:active, 
a:hover, 
#logoup a:hover,
h2,
li .bridgehead
{	
    color: #0e6d15; }

h3 {	color: #2eae25;}

h4 {
	color: #777;
}

.menu-left a,
.menu-left a:visited {
    /* odkaz odrazky menu a vsech podmenu */
    border-right: 20px solid transparent;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    display: block;
    position: relative;
    margin: 0px;
    
    color: #132342;
    text-decoration: none;
    padding-left: 20px;
    line-height: 1.5em;
}
.level1 a, .level1  a:visited {
	padding-left: 20px;
}
.menu-left a:before {
    position: absolute;
    content: " "; 
    background: url(design/cubes.svg) 0 0 no-repeat;
}  
.menu-left a:hover {
    color: #0e6d15;
    background-color: white;
    border-right: 10px solid #0e6d15;
    padding-right: 10px;
}

a.actual { 
    font-weight: bold; 
}
a.actual:hover {
    background-color: transparent;
}
.chapter.actual:hover {
    border-right-width: 20px;
    padding-right: 0;
}

a.sect1:hover {
    /* hover odkaz menu a vsech podmenu */
    border-right: 6px solid #2eae25;
    padding-right: 14px;
    color: #0D4B9B;
}
a.sect2:hover {
    border-right: 2px solid #0e6d15;
    padding-right: 18px;
}

.menu-left a.actual {
    border-right: 20px solid #0e6d15;
    padding-right: 0;
}

a.sect1.actual {
    border-right: 10px solid #2eae25;
    padding-right: 10px;
}

a.sect2.actual {
    border-right: 6px solid #0e6d15;
    padding-right: 14px;
}



a.bibliography:before {
    left: 0px; top: 5px;
    width: 19px; height: 16px;
    background-position: -25px -40px;
}
.level1 .bibliography {
	padding-left: 40px;
}
.level1 .bibliography::before {
    left: 20px;
}

a.dictionary::before {
    left: 1px; top: 2px;
    width: 19px; height: 18px;
    background-position: -25px -56px;
}

a.index { 
    background-position: 1px center; 
}

a.appendix { 
    background: url(design/Streamline-52-16.png)  1px center no-repeat; 
}


a.print {
   background: url("design/f_ap_pdf.gif") 1px 5px no-repeat transparent;
   font-weight: bold;
   height: 30px;
}


.frontmatter a:before  { 
    left: 8px; top: 10px;
    width: 8px; height: 8px;
    background-position: -60px 0;
}

.frontmatter .actual:before {
    background-position: -70px 0;
 }

a.chapter, a.chapter:visited, a.appendix, a.appendix:visited { padding-left: 2px; }
a.sect2, a.sect2:visited { padding-left: 30px; }
a.sect3, a.sect3:visited { padding-left: 40px; }

.noLabel a { padding-left: 20px;}
.noLabel a.chapter:before { 
    left: 8px; top: 10px;
    width: 8px; height: 8px;
    background-position: -60px 0;
}

.noLabel a.sect1 { padding-left: 40px; }
.noLabel a.sect1:before {
    left: 25px; top: 12px;
    width: 8px; height: 8px;
    background-position: -50px 0;
}

.noLabel a.sect2 { padding-left: 60px; }
.noLabel a.sect2:before {
    left: 45px; top: 8px;
    width: 8px; height: 8px;
    background-position: -50px 0;
}

.labelled a.sect1 { padding-left: 20px; }
.labelled a.sect1::before { display: none; }

.labelled a.sect2 { padding-left: 40px; }
.labelled a.sect2::before { display: none; }


/*** odkazy nahoru ve strance ***/

.upper { /* navigacni ikony */
  margin: 4px 0px 0px 0px;
  float: right;
  position: relative; z-index: 1; /* pristupnost(1) */
}
.upper a, .upper a:visited {
/*
  width: 30px;
  display: block;
  text-decoration: none;
*/
}

a.up::after {
    display: inline-block;
    content: " "; 
    width: 26px;
    height: 24px;
    background: url("design/cubes.svg") 0 -41px no-repeat;
}
a.up:hover::after {
    background-position: 0 -67px;
}
.upper a.up span {z-index: -1;position: absolute;right: 0px;font-size:0px}


/** popup  notes ***/

.popup {
    position:relative; 
/*    display: inline-block;*/
    text-indent: 0;
    margin: 0 0.2em;
}

.popup-icon:before {
    display: inline-block;
    background: url(design/cubes.svg) no-repeat -80px -20px;
    width: 18px; height: 16px;
    content: " ";
    cursor: pointer;
}

.popup-content {
    position: absolute;
    bottom: 1.8em;
    width: 25em;
    left: -12em;
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.5em;
    padding-right:2em;
    text-indent: 0;
    text-align: left;
    -webkit-box-shadow: 1px 1px 1px 1px #ABABAB;
    box-shadow: 1px 1px 1px 1px #ABABAB;
    display: none;
    z-index: 1000;
    font-size: 1rem;
    font-weight: normal;
}

.shown > .popup-content {
    display: block;
}

.popup .closer {
    position: absolute;    
    cursor: pointer;
    border: 1px solid #bbb;
    border-radius: 3px;
    padding: 0 0.5em;
    display: block;
    position: absolute;
    right: 3px; top: 3px;
/*    width: 1.0em;*/
    text-indent: 0;
    margin-left: auto;
    text-align: center;
    font-size: smaller;
}

.popup-label.numeric {
    display: inline-block; 
    padding: 0.3em;
    vertical-align: super;
    font-size: smaller;
    
}

.popup-label.numeric:hover {
    cursor: pointer;
    background-color: #909;
    color: #fff;
}
/* titulni strana */


section.coverimage img { border:0px none; max-height: 400px;
  display: block; margin: 0 auto;
 }


/****  tabulka s&#160;autory  ****************/
 section.authors table {
     width: 100%
   }
 .authors td {
  border: 1px solid #eee;
  border: 0px none;
  }
    
 .authors  tr + tr td { 
     border-top: 1px solid #eee
    }
    
   .authors tr:first-child td:first-child {
    border-top: 10px solid #0e6d15
   }


   .authors tr:first-child td + td {
    border-top: 10px solid #2eae25
   }
   
   .authors tr:last-child td:first-child, .collab td:first-child {
    border-bottom: 10px solid #0e6d15;
    border-top: 10px solid #0e6d15;
   }

   .authors tr td:first-child {
      background: #f5f5f5;
      width: 95px
   }
  
    
    .authors tr td + td {
      background: #fafafa;
      padding: 10px
   }

   section.authors tr:last-child td + td, .collab.collab td + td {
    border-bottom: 10px solid #2eae25;
    border-top: 10px solid #2eae25;
   }
   
   .authors img {
    margin: 10px 0px 5px 10px;
/*    padding: 3px;*/
    border: 0px none
   }
  section.authors a {
     display: inline-block;
     color: #666;
  } 
  section.authors .affiliation {
    display: block;
    color: #555;
    margin-bottom: 1.0em;
  } 
  section.authors a:hover {
     color: #752713;
  } 
 
.author + .author::before {
    padding-right: 0.3em;
    content: ", "
}

.authors .part {
	text-indent: 0; font-style: italic;
}

 .book hr {
  border: none;
  border-top: 2px solid #ddd;
  padding-bottom: 3px;
  border-bottom: 2px solid #eee;
  margin: 15px 0px;
  width: 100%
 }

/***********  TIRAZ *****************/ 
.tiraz {
  display: block;
  margin: 20px 0px;
  padding: 35px;
  text-indent: 0px;
  text-decoration: none;
  text-align: left;
  color: #777;
  background: url("design/tiraz-back.png") left top no-repeat #f9f9f9;
  border: 1px solid #e6e6e6;
}

.tiraz a {
        color: #555;
    }

.tiraz a:hover {
     color: #0e6d15;
  } 

.tiraz h3 {
	padding-left: 0px;
	font-size: 120%;
    margin-top: 0;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.tiraz h2 {
	letter-spacing: -3px;
	background: none;
	padding: 0px;
	margin: -33px 0px -12px -28px;
	color: #e6e6e6;
	font-size: 40px;
}

.tiraz h2:before { display: none;}

.tiraz p {
	text-indent: 0
}

.tiraz .authors {
    margin-bottom: 1.5em;
}

.tiraz .subtitle {font-size:90%;color:#999;margin-top:0px;}
 


/* Radkove odkazy na PDF vcetne. pristupnosti */
a.clickbox, a.clickbox:visited, a.clickbox:hover {
    display: block;
    margin: 20px 0px;
    padding: 25px 5px 25px 80px;
    text-indent: 0px;
    text-decoration: none;
    text-align: left;
    color: #777;
	background: url("design/a_pdf.gif") 10px center no-repeat #fdf3f3 ;
}

a.pdf:hover, a.pdf:focus {
    background-color: #fdeaea;
    border-color: #f9c9c9;
}

a.pdf, a.pdf:hover {
  
    border-color: #f9dddd;
}

var { font-style: normal; font-weight: bold}

section.abstract { 
    font-style: italic; 
    font-size: 110% 
}



hr {
    margin: 1em auto 1em auto;
    width: 30%;
}


em.inote {
    font-style: normal;
    font-size: 80%;
}

.bi {
        font-weight: bold;
    font-style: italic;
}



.part p {
/*    margin-left: 30px;*/
}
.w980 .noMenu #text {
    padding: 10px 20px 1px 0;
    
}





ol.toc {
   display: inline-block;
	vertical-align: top;
   list-style: none;
    max-width: 45%;
    box-sizing: border-box;
    margin-top: 2em !important;
    margin-left: 10px !important;
}


.fullscreen.shown {
	display: flex;
	position: fixed;
	left: 0; top: 0;
	width: 100vw; height: 100vh;
	background-color: rgba(0,0,0,0.5);
	z-index: 10
}

.viewer-content {
    position: relative;
    box-sizing: border-box;
    margin: auto;
    width: 920px;
    padding: 1.5em;
    height: auto;
    background-color: #fff;
    z-index: 11;
    border-radius: 3px;
    box-shadow: 2px 2px 49px #333;
}

.exiter {
	position: absolute;
	right: 1.5em; top: 1.5em;
	width: 2em; height: 2em;
	z-index: 20;
	cursor: pointer;
}


.question + .question {
	border-top: 1px solid #bbb;
	padding-top: 1em;
}

.task {
	
	text-align: justify;
	position: relative;
	min-height: 26px;
	padding-right: 35px;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #eee;
}

.toggler {
	position: absolute;
	right: 0; bottom: 2px;
}


.example ol {
	counter-reset: sublist;
}

.example ol li {
	list-style-type: none;
	position: relative;
	counter-increment: sublist;
}

.example ol li::before {
	position: absolute; 
	left: -2.5em; /*top: 0.2em;*/
	content: "(" counter(sublist, lower-alpha) ")"
}

.example p {
	text-indent: 0;
}

.normal {
	font-weight: normal;
}

p.author {
	text-align: right;
	padding-right: 3em;
}

q {
	font-style: normal;
	quotes: "„" "“";
}




/* odstranění download tlačítka u&#160;HTML5 videí v&#160;Chrome */
/* (display none zatím nefunguje, takže se tl. posune ven z&#160;viditelné plochy) */
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px); 
}

/* globalni upper */
.uppr {
    position: fixed;
	position: sticky;
	background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index: 2;
	width: 30px;
	height: 30px;
	bottom: 30px;
	transition: all .3s ease;
    transform-origin: right bottom 0;
    outline: none;
}

.upp {
	position: absolute;
	height: calc(100% - 100vh - 150px);
	right: 0;
	display: flex;
	bottom: 0;
	align-items: flex-end;
}

.uppr::after {
	content: "";
	border: 10px solid transparent;
	border-bottom: 10px solid #aaa;
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	margin: 0 auto;
	bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease;
}

.uppr:hover::after {
    border-bottom-color: #888;
}


/* *******************/
/* horizontální menu */
/* *******************/

.hmenu {   	
  display: -webkit-flex;
  display: flex;     
	overflow: hidden;
	
	 border-left: 10px solid #eee;
    border-right: 10px solid #f9f9f9;
/*
  margin-left: 10px;
	margin-right: 10px;
*/
  min-height: 40px;
  font-size: 0.929rem;
}

.hmenu a {
  -webkit-box-flex: 1 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;     
  padding: 0.571rem;
  color: #444;
  background: linear-gradient(#cccccc, #bbbbbb);
  border-top: 0px; 
  text-decoration: none; 
  font-weight: 600;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  line-height: 1.3em;
}

.hmenu a + a {
  border-left: 4px solid #f9f9f9;
}

.hmenu a:hover, .hmenu a:focus, .hmenu .act {
 color: #fff;
 background: linear-gradient(#888888, #444444);
}



.equation {
	display: block;
	text-align: center;
	font-size: 110%;
/*
	display: flex;
	justify-content: center;
	align-items: center;
			
*/
}

.divider {
	display: inline-block;
	vertical-align: -1.0em;
	margin: 0 2em 0 1em;
}

.over-arrow, .arrow, .under-arrow {
	display: block;	box-sizing: border-box;
}
.over-arrow, .under-arrow {
	min-height: 1.5em;
	padding: 0.2em 0.5em;
}
.over-arrow {
	
}

.arrow {
	position: relative;
	border-bottom: 2px solid #666;	
}

.arrow::after {
	position: absolute;
	left: 100%;
	top: -0.35em;
	
	width: 1em; height: 0em;
	content: " ";
	border-style: solid;
	border-left: 1em solid #666;
	border-top: 0.4em solid transparent; 
	border-bottom: 0.4em solid transparent; 
	border-right: 0.4em solid transparent; 
	
	
}

.red {
	color: red;
}

.green {
	color: green;
}
.orange {
	color: darkorange;
}

.blue {
    color: steelblue;
}

sub, sup {
	font-size: 70%;
}

.nad1 {
    margin-left: -.45em;
}

div.formula {
	font-size: 150%;
	margin: 1em 0;
}

.checker {
	display: none;
}

.selecter {
	display: inline-block;
	font-size: 120%;
	padding: 0.2em;
	border: 1px solid #ddd;
	cursor: pointer;
}

:checked + .selecter {
	text-shadow: 1px 0 0 #666;
	background-color: #eee;
}

#feedback2 {
	text-align: center;
}

ol.biblio {
    counter-reset: biblio;
}

ol.biblio  li {
    position: relative;
    list-style-type: none;
    counter-increment: biblio;
}

ol.biblio  li::before {
    position: absolute;
    right: 101%; top: 0;
    content: "[" counter(biblio) "]"
    
}

.solution {
    display: none;
    background-color: #ffd;
    padding: 0.5em;
}

.shown {
    display: block;
}

@media only screen and (min-width: 1024px) {
    .upp {
	    right: -30px;
    }
}

 /* styly pro tisk */
@media print { 
.navheader, div.menu-left, #base, .ray { display: none}
.section, #body {width: auto}
em.sound {font-style: italic}
#soul, #body, body, .informalexample {background: #fff}
}


