body { 
	/* Careful! Font size defines the body width */
	font-size: 16.8px; text-align:center; 
	font-family: Arial; font-variant: normal; 
	background-image: url(/css/many-colors.jpg);	
   background-size:cover;
   height: calc(100vh - 1em);
   width: calc(100vw - 1em);
   overflow: hidden;
   background-repeat:no-repeat;
   background-color: #222222;
	text-decoration: none; text-indent: 0; 
	outline-color: silver;  
}

p { 
	font-family: 'Open Sans', sans-serif;
	font-size: normal; 
  	font-family:inherit;
	font-style: inherit;
	text-decoration: none; text-align: left; text-indent: 0; 
  	vertical-align: baseline; 
	margin-top: 0; margin-bottom: 3px;
}

p img { 
   border:10px solid transparent;
}

strong {
	font-weight:700;
   letter-spacing: 0.5px;	
}
mark {
    letter-spacing: 2px;
    background-color: inherit;	
	color: #C00000;
}
td { text-indent: 0; }
a:link, a:visited { color: #c84089; text-decoration: none; }
a:hover { color: black; text-decoration:underline; }
a:active { color: red; }

h1, h2, h2 a, h2 a:visited, h3, h4, h5 { 
	color: #C00000;
	font-family: 'Source Sans Pro', sans-serif;
	text-align: left;
}
h1 { 
	font-size: 18px; 
	font-variant: small-caps; 
	font-weight: bold; 
	text-indent: 1em; 
	margin-top: 12px; 
	margin-bottom: 6px; }
h2, .slide { 
	font-size: large; 
	margin: 2em 0em 0.4em 0em; 
}
h3 { 
	font-size: 118%; 
	font-weight:500;
	margin: 1em 0em 0em 2em; 
	letter-spacing:1px; 
}
h4 { font-size: 11px; text-indent: 5.3mm; vertical-align: top; margin-top: 6px; margin-bottom: 0; padding: 4px;}
h5 { font-size: 11px; font-weight: bold; font-style: italic; 
     text-indent: 2mm; vertical-align: top; margin-top: 6px; margin-bottom: 2px; padding-left: 4px; }
q { font-style: italic; }
ul { font-style: normal; text-align: left; text-indent: 0; list-style-type: disc; margin: 1em 15px 1em 25px; }
ul.person {  list-style-image: url('person-list.png');  }
ul ul { text-align: left;  list-style-image: url('pin.png'); margin: 0.2em 0 0.5em 1.5em; }
ul ol { margin-top: 0; margin-bottom: 0; }
ol ol { margin-top: 0; margin-bottom: 0; }
ol { list-style-type: decimal; margin: 1em 0 1em 15px; }
ul {
    list-style-type: circle;
    padding: 0;
    margin: 5px 15px 0;
}

.TopMessage, .MyNote  { 
  font-size: small;
  letter-spacing: 0.7px;	  
  color: #000080; 
  text-indent: 0; 
  padding: 0em 3em 0em 3em;
  }
.TopMessage {
	font-style: italic; 
	text-align: left; 
}
  
.Label { color: #838383; font-style: italic; text-align: center; margin: 6px; }
.Question { 
  color: #575566; font-weight: bolder; font-style: italic; margin-top: 6px; margin-bottom: 12px; }
.RightAlign { text-align: right; }
.BoldMessage{ font-weight: bolder; }
.slide { color: blue !important;  }
.view { margin-left: 20px; padding-left: 20px; border-left: 5px dotted #878484; }
.RightLink { background-color:#ffffcc; margin-left: 10px; background-image: url(linkA20.png); background-repeat: no-repeat; margin-top: 3px; margin-bottom: 3px; padding-top: 6px; padding-bottom: 6px; padding-left: 20px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-left-style: none; }

/*#TopMenuBox,#TopMenuFakeBox {height:2,5em; }*/
#TopMenuBox { 
	width: 100%;	/* U���, ne� ostatn� bloky */
	height: auto;
	margin:0px auto;	
	z-index: 5; 
/*	background-color:#00FFFF;*/
	margin-left:-8px;
	position:fixed;
	top:0px;
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;	
}

/*#MenuBox {
	background-color:#E8E8E8;
	opacity:0.95;
	width:70em;
}

@media (max-width: 70em) {
	#MenuBox {
		min-width: 100%;
		background-color:red;
	}
}*/

#TopMenuBox>p {
	color: #5b5b5b; font-family: Arial; 
	font-size: x-large; font-weight: bold; font-style: normal; font-variant: normal; text-align: left; 
	/*position: absolute; top: 0px; left: 0px; */
}	
	
.About { font-style: italic; background-image: url(About.png); 
	text-align: left; text-indent: 10px; vertical-align: bottom; position: absolute; 
	top: 580px; left: 5px; width:180px; height:90px       ; z-index: 2; overflow: hidden; 
	clip: rect(auto auto auto auto); visibility: visible; float: right; padding: 30px 10px 10px; 
	outline-color: teal; list-style-image: none; }
p.Example { font-size: x-small; color: gray; font-style: italic; text-align: left; margin-right: 4.23mm; margin-left: 4.23mm; padding-right: 4.23mm; padding-left: 4.23mm; }	
.F2 { 
	margin-top: 3px;
	font-style: italic; text-indent: 10px; vertical-align: bottom; 
	position: relative;
	visibility: visible; border-color: red; border-width: thick; }  
.F2 p { font-size: x-small; color: gray; text-align: center; }

.ui-grid-b { text-align: center; max-width:120em }
.ui-block-a, .ui-block-b, .ui-block-c { position: relative; min-width: 20em; max-width:40em  }
.icon-label { color: #FFF; display: block; font-size:12px; }
.icon-springboard { position: absolute; bottom: 0; width: 100%; }

.footer-docs {
	position: static;
	padding: 5px 0;
/*	margin-top: 75px;*/
}
.footer-docs p {
	float: left;
	margin-left:5px;
	font-weight: normal;
	font-size: .9em;
}
.wrap-centered {
	margin:0px auto;
	width:auto;
	max-width:90em;
}
.footer-wrapper 
{
	position:relative;
	background-color:#b20c03;
	border-width: 0px;
	border-style:none;
	margin:0px auto;
	margin-bottom:0px;
	max-width: 70em;
	display:flex;
	height:auto;
	align-items: center;
	justify-content:space-around;
	flex-direction: row;
	flex-wrap:row nowrap;			
}

@media (max-width: 40em) {
	.footer-wrapper {flex-direction: column;}
}

.footer-body , .footer-body-form {
	display:flex;
	width:auto;
	height:auto;	
	max-width:20em;
	position:flex;
	flex-direction: column;
}
.footer-body {min-width:2em}
.footer-body-form {min-width:17em}

.footer-desc, .footer-body>p, .footer-body>p a {
	font-size:14px;
	color:white;
}
.footer-body>p  a:hover{
	font-size:14px;
	color:red;
}

.footer-body>h2, .footer-body-form>h2 {
	font-size:16px !important;
	color:white;
	margin-bottom:1em;
	text-align:center;
}

details {
	border-radius: 0.4em;
	background: #F0F0F0;
}

details {
	max-width:30em;
	padding-bottom:0.3em;
   transition: all 0.5s;
}

details[open] {
   transition: all 0.5s;
	max-width:80%;
   width: 80%;
	padding-bottom:1em;
}

summary {
	background: #333;
	background: #C00000;
	color:white;
	border-radius: 0.4em;
	padding: 0.3em 1em;
	outline: none;
	margin: 0em 0em;
	-moz-text-align-last: left;
	text-align-last: left;  
	text-align:left;

}

@media (min-width: 30em) {
	details { margin: 0em 4em; }
}

/* Style the summary when details box is open */
details[open] summary {
  background: white;
  color: #7c1900;
  font-size: 120%;
}



.input-button
{
    padding:5px 15px; 
    background:#222222;
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
	width: 8em;
	color:white;
	margin:auto;
}
