body {font-family: Arial;
    color: white;
    background-color: #323232;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;}
h1 {font-size: 22pt;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;}

a {text-decoration: none;
    font-size: 15pt;}
a:link    {color: white;}
a:visited {color: white;}
a:active  {color: white;}
a:hover   {color: white; 
    text-decoration: underline;}

p {margin-bottom: 50px;}

.horni-menu {border-width: 0px;
    border-spacing: 0px;
    padding: 8px;
    width: 100%;
    background-color: gray;
    text-align: center;}
.horni-menu a:hover {text-decoration: none;}

.staty{position: absolute; right: 30px; top: 40px}
.regiony{position: absolute; right: 30px; top: 65px}

select {background: white;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-color: #ccc;
   border-radius: 3px;
   font-family: Arial;
   width: 200px;
   margin: 5px 0px;}
option {color: black;}
input[type=submit] {
    font-size: 13pt;
    padding: 8px 5px;
    margin: 8px 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;}
input[type=submit].nacist {
    font-size: 12pt;
    margin: 5px 5px;
    padding: 5px 5px;
    width: 120px;
    color: white;
    background-color: #888;}
input[type=submit].nacist2 {
    font-size: 12pt;
    margin: 5px 5px;
    padding: 5px 5px;
    width: 120px;
    color: white;
    color: #333;
    border: 2px solid #888;}
input[type=submit].ostatniAkce {
    width: 200px;
    margin: 8px 40px;
    color: #333;
    border: 2px solid #888;}
input[type=text]{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 8px;}
input.nazevObjektu[type=text]{
    height: 25px;
    width: 200px;}
input.nazevObjektu2[type=text]{
    height: 25px;
    width: 200px;
    color: #ccc;
    border-color: #888;
    background-color: #323232;}
input.editacniPole[type=text]{
    height: 18px;
    width: 190px;}
input.URLpole[type=text]{
    height: 18px;
    width: 300px;}
textarea.popisObjektu{
    border: 1px solid #ccc;
    border-radius: 4px;
    padding-left: 8px;
    height: 460px;
    width: 750px;}
input[type=checkbox]{
    margin-right: 30px;}


.seznamKraju{background: white;
   border: 1px solid rgba(0, 0, 0, 0.15);
   border-color: #ccc;
   border-radius: 3px;
   font-family: Arial;
   width: 120px;
   margin: 0px 10px;}
.seznamOkresu{position: absolute; right: 30px; top: 70px}

.seznam {
    font-size: 12pt;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #888;
    padding: 10px 15px;}
th.seznam, th.seznam2 {
    background-color: #555;
color: #ddd;}

.seznamEditovanychPrvku{
    margin-top: 30px;
    font-size: 10pt;}

div.container {
    width: 100%;}
header.hlavni {
    padding: 15px;
    color: white;
    background-color: #555;
    text-align: center;}
header.vedlejsi {
    padding: 8px;
    color: #333;
    background-color: #ccc;
    text-align: center;}
header.akcni {
    padding: 8px;
    color: #333;
    background-color: #FFFFFF;
    text-align: center;}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 200px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.6); /* Black w/ opacity */}
.modal-content {
    background-color: #fefefe;
    margin: 0px 300px;}
input[type=submit].close {
    color: #fff;
    float: right;
    font-size: 20px;
    font-weight: bold;
    background-color: #555;
    padding: 0px 5px;
    margin: 0px 0px;}
input[type=submit].refresh {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: bold;
    background-color: #555;
    padding: 0px 5px;
    margin: 0px 0px;}
input[type=submit].refresh2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background-color: #008040;
    padding: 2px 10px;
    margin: 0px 0px;}
input[type=submit].trideni {
    background-color: #555;
    color: #888;
    float: right;
    padding: 0px 5px;
    margin: 0px 0px;}
div.modalni {padding: 20px;
    text-align: center;}
table.modalni {padding: 20px;
    text-align: center;}
