html, body {
  height: 100%;
  width: 100%;
  margin:0;
  font-family: Arial,Helvetica,sans-serif;
}

body {
  min-width: 285px;
}

sup, sub {
  font-size: x-small;
}

.clearfix {
  clear:both;
}

.eText {
  padding-top: 10px;
  text-align:justify;
}

span.noWrap {
  white-space: nowrap
}

div.equation {
  text-align: center;
  padding-top: 10px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.eImageCaption,
.eActiveElementCaption,
.eAnimationCaption,
.eSoundCaption,
.eVideoCaption {
  font-size: 0.8em;
  padding-top: 5px;
  padding-bottom: 25px;
  text-align: center;
  position: relative;
  top: 5px;
}

.eImageCaption {
  padding-bottom: 25px;
}

.eTableCaption {
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 0px;
  text-align: left;
  position: relative;
  top: 5px;
}

.eCopyright {
  text-align: center;
  font-size: 0.8em;
  font-weight: normal;
  padding-top: 15px;
  color: rgb(100,100,100);
}

.wrapImgTest.inline .eCopyright {
  padding-bottom: 10px;
}

#wrapPage {
  display: flex;
  flex-flow: column;
  height: 100%;
}
/* page content */
#wrapContent {
  margin-top: 0px;
  flex-grow : 1;
}

#content {
  margin: auto;
  min-height: 100vh;
  font-size: 0.95em;
}

#content > div:not(.eBlockDefinition_pre):not(.eBlockDefinition):not(.eBlockAdvantage_pre):not(.eBlockAdvantage):not(.eBlockDisadvantage_pre):not(.eBlockDisadvantage):not(.eBlockNote_pre):not(.eBlockNote):not(.eBlockPractice_pre):not(.eBlockPractice):not(.eBlockInteresting_pre):not(.eBlockInteresting):not(.eBlockSummary_pre):not(.eBlockSummary)
/*:not(.eImageFileWithoutInsert):not(.eVideoFileWithoutInsert):not(.eSouborAnimNevkladat)*/
{
  margin-left: 20px;
  margin-right: 20px;
}

#content::before {
  content: '';
  height: 75px;
  width: 1px;
  display: block;
}

#content::after {
  content: '';
  height: 25px;
  width: 1px;
  display: block;
}
/*
.headingPoint-iOShelper {
  position: relative;
  top: -75px;
  font-size:1px;
}
*/
.headingPoint {
  position: relative;
  top: -75px;
  visibility: hidden;
}

:target {
/*  display: block; */
  position: relative;     
  top: -75px;
  visibility: hidden
}

.abbTarget:target {
/*  display: inline; */
  position: relative;
  top: -75px;
  visibility: hidden;
  float:left;
}

.bookmarkPoint,
.bookmarkPoint:target {
/*  display: inline; */
  position: relative;
  top: -75px;
  visibility: hidden;
  float:left;
}

a.bookmark, 
a.bookmark:link, 
a.bookmark:visited, 
a.bookmark:active, 
a.bookmark:hover, 
a.reference,
a.reference:link,
a.reference:visited,
a.reference:active,
a.reference:hover {
  text-decoration: none;
  cursor: alias;
   color:inherit !important;
}

.linkSource {
  cursor: help;
}

.reference .linkSource {
  cursor: alias;
}

/* links - a */
.link:link, .link:visited, .link:active {
  overflow-wrap: break-word;
}

/* hack only IE (not Edge) */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .link:link, .link:visited, .link:active {
    word-break: break-all;
  }
}

.link:active {
  text-decoration: underline;  
}

.link:hover {
  text-decoration: underline;
}  

/* IP */
.intp {
  border: 1px solid #cadeef;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
}

.intp.incl {
  overflow: auto;
}

.ctrl-intp {
  height: 37px;
}

.ctrl-intp button {
  height: 32px;
  min-width: 30px;
  padding: 5px;
}

.ctrIPNewWindow {
  float:left;
}

.ctrIPReset {
  float:right;
}

.ctrIPResizeH {
  float: right;
  margin-right: 10px;
}

.eActiveElementFile {
  padding-top:10px;
}

/* lists */
ol.eLiterature,
ol.eLetterList1,
ol.eLetterList2,
ol.eNumList1,
ol.eNumList2,
ul.eBulletList1,
ul.eBulletList2 {
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;  
}

ol.eLiterature,
ol.eLetterList1,
ol.eNumList1,
ul.eBulletList1 {
  margin-left: 20px;
}

ol.eLetterList2,
ol.eNumList2,
ul.eBulletList2 {
  margin-left: 10px;
}

ol.eLiterature:not(.hideNumbering) li.eLiterature::before
{
  text-align:center;
  content: "[" counter(eLiterature) "] ";
  position: absolute;
  left: -2em;
  width: 25px;
}

ol.eLetterList1:not(.hideNumbering) li.eLetterList1::before
{
  text-align:right;
  content: counter(eLetterList1, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

ol.eLetterList2:not(.hideNumbering) li.eLetterList2::before
{
  text-align:right;
  content: counter(eLetterList2, lower-alpha) ") ";
  position: absolute;
  left: -1.4em;  
}

ul.eBulletList2:not(.hideNumbering) li.eBulletList2::before
{
  position: absolute;
  left: -1.4em;  
}

ol.eLetterList2,
ol.eNumList2,
ul.eBulletList2 {
  padding-left: 30px;
}

li.eLetterList1,
li.eLetterList2,
li.eLiterature {
  position: relative;
}

ol.eNumList1,
ol.eNumList2 {
  list-style-type: decimal;
}

ol.eLetterList1,
ol.eLetterList2,
ol.eLiterature {
  list-style-type: none;
}

ul.eBulletList1 {
  list-style-type: disc;
}

ul.eBulletList2 {
  list-style-type: circle;
}

ol.hideNumbering,
ul.hideNumbering {
  list-style-type: none;
}

.eBulletList2.hideNumbering .eBulletList2,
.eLetterList2.hideNumbering .eLetterList2,
.eNumList2.hideNumbering .eNumList2 {
  padding-top:0px;
}

.blok_content .list,
.blok_content .hideNumbering {
  margin-left:0px;
  margin-right:0px;
}

.blok_content > .list:first-child,
.blok_content > .hideNumbering:first-child {
  padding-top: 0px;
}

/* Abbreviation */
.abbreviation {
  cursor: help;
  text-decoration-line: underline;
  text-decoration-color: green;
  text-decoration-style: dotted;
}

/* vypnuti podtrzeni odakzu na zkratky v textu */
/*
.eAbbreviationOdkaz .abbreviation {
  text-decoration-line: none;
}
*/

#main-menu-abb .abbreviation {
  cursor: auto;
  text-decoration-line: none;
}

/* eSourceCode - PRE */
/* single radky
.eSourceCode {
  display: block;
  font-family: monospace;
  white-space: pre-wrap;
  margin: 1em 0;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:10px;
}

.eSourceCode + .eSourceCode {
  padding-top:0px;
}
*/
/* jeden blok na eSourceCode */
.eSourceCode {
  display: block;
  font-family: Consolas, monospace;
  white-space: pre;
  /*white-space: pre-wrap; */
  font-size: 1em;
  margin: 1em 0;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:10px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  
  /*
  background-color: #EEE;
  padding-top: 0px;
  margin-top: 15px;
  padding: 5px;
  */
}
.eProgramCode pre {
  white-space: pre-wrap;
  display: block;
  margin-top:0px;
  margin-bottom:0px;
  max-width: 100%;
  padding-right: 10px;
}

.eProgramCode code {
  font-size: 1.1em;
  margin: 0px;
  margin-top:0px;
  margin-bottom:0px;
  padding-top:0px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.eProgramCode {
  counter-reset: line;
  margin-top: 20px;
  border: 1px solid #DDD;
}

code {
  display: flex;
}

code:before {
  color: #6f6f6f;
  background-color: #EEE;
  counter-increment: line;
  content: counter(line);
  width: 2em;
  text-align: right;
  display: inline-block;
  margin-right: 1em;
  flex: 0 0 auto;
  padding-right:5px;
}

.eTextCode {
  display: inline;
  font-family: Consolas, monospace;
  white-space: pre;
  margin: 1em 0;
  background-color: #EEE;
  padding-top:1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
}

.tcenter {
  text-align: center !important;
}

.tright {
  text-align: right !important;
}

.tleft {
  text-align: left !important;
}

.tboth {
  text-align: justify !important;
}


/* title page */
.eCourseTitle {
  text-align: center;
  font-size: 187%;
  padding-top: 70px;
  padding-bottom: 20px;
  color: #be2326;
  font-weight: bold;
}

.eCourseTitleEN, .eCourseTitleDE, .eCourseTitleCS {
  text-align: center;
  font-size: 150%;
  padding-bottom: 20px;
  color: #be2326;
}

.eCourseTitle + .eCourseTitleEN,
.eCourseTitle + .eCourseTitleDE,
.eCourseTitle + .eCourseTitleCS
{
  margin-top: -10px;
}

.eCourseTitleEN + .eCourseTitleDE,
.eCourseTitleEN + .eCourseTitleCS,
.eCourseTitleDE + .eCourseTitleEN,
.eCourseTitleDE + .eCourseTitleCS,
.eCourseTitleCS + .eCourseTitleEN,
.eCourseTitleCS + .eCourseTitleDE
{
  margin-top: -10px;
}


.eAuthor {
  text-align: center;
  padding-bottom: 40px;
}

.eAnnotation .inner,
.eObjectives .inner {
  text-align: justify;
}

.inner {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top:10px;
}

.inner + .inner {
  padding-top:0px;
}

.eAuxiliaryStyle {
  padding-top: 30px;
  color: #be2326;
  font-weight: bold;
}

.eKeywords, .eDateCreated, .eDuration, .eLanguage, .eLicence {
  padding-top: 10px;
  text-align: justify;
}

.eISBN {
	color:#be2326;
  font-weight: bold;
}

.objScroll {
  position: absolute;
  display:block;
  margin-top:-49px;
  width: 30px;
  height: 33px;
  border-radius: 0px 7px 0px 0px;
  font-size: 20px;
  line-height: 1.1em;
  font-weight: 900;
  z-index: 500;  
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 25px;
  padding-top: 30px;
}

.objScrollIcon {
  margin-top: 10px;
  padding-top: 30px !important;
}

div.equation.objScrollIcon,
div.tabulka.objScrollIcon,
div.eSourceCode.objScrollIcon {

}

.inlineEqWrap {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.eqStyleWrap {
  overflow-x: auto;
  overflow-y: hidden;
}

.hasEqNum {
	display: flex;
	justify-content: space-between;
	align-items:center;
}

.tcenter.hasEqNum .equation {
	margin-left: auto;
	margin-right: auto;
}

span.eqNumber {
	padding-left: 10px;
}

.mjx-chtml {
  /*font-size: 100% !important;*/
}

.tcenterGroup {
  text-align: center;
}

.tleftGroup {
  text-align: left;
}

.trightGroup {
  text-align: right;
}

.tabulka td {
  height: 22px;
}

.allcaps {
  text-transform: uppercase;
}

.eTextHighlighted {
}

.error {
  background-color: #f98686;
  margin-top:10px;
  padding: 10px;
  border: 2px solid red;
}

.eDuration.inside {
  display: none;
}

/* audio */
.eSoundFile {
  text-align: center;
  padding-top: 15px;
}

.innerAudioWrap {
  display: inline-block;
  margin: auto;
  position:relative;
  text-align: center;
  background-color: #FFF;  
}

/* intp */


@media only screen and (min-width: 601px) {
/* na velke obrazovce neni button */
/*
  #btnBack {
  display: none !important;
}
*/
  /*
  .eBlockDefinition_pre {
    background-image: url('eDefinition.jpg');
  }
*/
}


