﻿body {
	background-color:#f3f3f3;
	}

form {
	margin:0;
	}

.center-container  {
	background: #f3f3f3;
	}
	
.header {
	color: white;
	font-size:20px;
	vertical-align:middle;
	height:70px;
	text-align:center;	
	display: table-cell;
	}
	
.imglink {
	filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter     id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /*     Firefox 10+, Firefox on Android */
	filter:gray; /* IE6-9 */
	cursor:pointer;
	-webkit-filter: grayscale(1); 
	width:80px;
	}
	
.imglink:hover {
	-webkit-filter: grayscale(0);
	}
	
.paragraph {
	margin:10px;
	font-size:14px;
	}
	
.paragraph img {
	height:14px;
	}
	
.paragraph .imgHref {
	cursor:pointer;
	margin-left:2px;
	opacity:0.25;
	filter:alpha(opacity=25);
	height:12px;
	}
	
.paragraph a {
	color:#616668;
	}
	
#dialog {
	display:none;
	z-index:10000;
	position:absolute;
	text-align:center;
	height:100%;
	width:100%;
	padding-top:30px;
	background-color:rgba(0, 0, 0, 0.8); 
	cursor:pointer;
	color:white;
	top:0px;
	}

#dialog img {
	width:80%;
	}
	
#dialogHtml {
	background-color:white;
	width:800;
	padding:10px;
	color:black;	
	margin:0 auto;
	font-size:14px;
	} 
	
#dialogHtml h1 {
	font-size:18px;
	}
	
#dialogHtml table {
	font-size:12px;
	text-align:center;
	color:#616668;
	}

#footerBody {
	width:100%; 
	background-color:#58585a; 
	margin-top:7px; 
	height:170px; 
	color:white;
	}
	
#footerBody a {
	color:white;
	}

#downloadBody {
	width:100%; 
	background-color:#dbd9d9; 
	margin-top:7px; 
	height:340px; 
	color:#616668;
	}
	
#downloadBody a {
	color:#616668;	
	}	
	
#enter {
	width:100%;
	padding:10px;
	cursor:pointer;
}
/* souhlas s cookie */
.cookie {
	padding-top: 1.25rem;
	z-index: 10000;
	position: fixed;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.83);
	color: white; 
	text-align: center;
	width: 100%; }

.cookie a {
    color: rgb(10,160,160);
	}
	
.cookie button {
	-webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem;
    background-color: rgb(10,160,160);
    border-color: #007095;
    color: #fff;
    transition: background-color .3s ease-out;
}

