body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Trebuchet MS";*/
    font-family: "Arial";
    background: rgb(226, 226, 226);
}

.container {
    width: 1020px;
    margin: 0 auto;
}

nav {
    background: #133878;
    /*background: #8EB9F3;*/
}

nav ul {
    margin: 0 auto;
    padding: 0;
}

nav ul li {
    width: 142px;
    list-style-type: none;
    float: left;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}

.log {
    width: 52px;
    height: 50px;
    display: block;
    color: white;
    text-decoration: none;
}

.log:hover {
    background-color: white;
    color: black;
}

nav ul li a {
    display: block;
    color: white;
    text-decoration: none;
}

/*
nav ul li a:hover {
    background-color: white;
    color: black;
}*/

.hov:hover {
    background-color: white;
    color: black;
}

.logo {
    width: 400px;
    background-color: #04AA6D;
    color: white;
    font-weight: bold;
    font-family: "Arial";
    font-size: 19px;

    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

.logoText {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 22px;
}

.imgLogo {
    float: left;
    padding-left: 20px;
    padding-top: 5px;
    width: 38px;
}

.logoIndexCDV {
    display: inline-block;
    height: 50px;
    margin-top: 10px;
    margin-left: 260px;
}

.logoIndexCZU {
    margin-left: 30px;
    display: inline-block;
    height: 50px;
}

.logIcon {
    display: inline-block;
}

.logIconHover {
    display: none;
}


/* ------------- rozbalovaci prihlasovaci okno ------------- */
.dropContainer {
    position: absolute;
    display: none;
    width: 160px;
    margin-left: -154px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #969696;
    clip-path: inset(0px 0px -10px -10px);
    padding: 10px;
}

.dropIn {
    height: 110px;
}

.dropOut {
    height: 80px;
}

.dropText {
    display: inline-block;
    color: black;
    text-align: right;
    width: 160px;
    line-height: 30px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.dropName {
    font-family: arial;
    display: inline-block;
    color: black;
    font-weight: bold;
    text-align: right;
    font-size: 14px;
    width: 160px;
    line-height: 30px;

    overflow: hidden;
    white-space: nowrap;
}

.logIn {
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #6d6d6d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logIn:hover {
    background-color: #04AA6D;
    color: white;
}

.logOut {
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 10px;
    border-radius: 3px;
    background-color: #6d6d6d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.logOut:hover {
    background-color: #04AA6D;
    color: white;
}

/* ------------- ------------- ------------- ------------- */

/* konec floatovani */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

main {
    padding: 10 20 20 20;
    background-color: white;
    font-size: 16px;
}

main p {
    line-height: 24px;
}  

footer {
    line-height: 1.2;
    background: #414141;
    color: white;
    text-align: left;
    font-size: 11px;
    padding: 1 1 1 20;
}

/* --------------------------- */
.podekovani {
    position: absolute;
    padding: 15 0 10 110; /* top right bottom left */
    width: 860px;
    font-style: italic;
    font-size: 15px;
}

.disclaimer {
    border: 1px solid rgba(255, 0, 0, 0.5);
    background-color: rgba(255, 0, 0, 0.05);
    color: black;
    font-size: 15px;
    padding: 10px;
}

.logoTACR {
    width: 80px;
    height: 80px;
    padding-top: 25px;
    padding-bottom: 20px;
}

.kontakt {
    position: absolute;
    top: 110px;
    width: 300px;
}

.mapa {
    position: relative;
    top: -30px;
    left: 380px;
}

.logoCDV {
    position: absolute;
    top: 350px;
    /*width: 233px;*/
    height: 50px;
}

.ramec {
    background-color: rgb(240, 240, 240);
    margin-left: -7px;
    margin-right: -7px;
    padding: 10 7 10 7;
    /*padding: 5px;*/
}

.logoCZU {
    position: absolute;
    margin-left: 4px;
    top: 410px;
    /*width: 233px;*/
    height: 45px;
}

input[type=button] {
    width: 159px;
    height: 28px;
    border-radius: 3px;

    background-color: #5e5e5e;
    box-shadow: 0 1px 0 #b9b9b9;
    border: none;
    color: white;
    text-align: center;
    font-family: "Calibri";
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
}

input[type=button]:hover {
    background-color: #04AA6D;
    color: white;
}

.pachButton {
    margin-left: 10px;
    margin-bottom: 5px;   
}

.znacButton {
    margin-left: 50px;
    margin-bottom: 5px;
}

.manButton {
    margin-left: 11px;
}

#active {
    background-color: #04AA6D !important;
}

.submit {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    margin-left: 169px;
    margin-top: 20px;
    background-color: #555555;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.submit:hover {
    background-color: #04AA6D;
    color: white;
}

@keyframes flash2 {
    0% {
      background-color: #555555;
    }
    50% {
      background-color: #04AA6D;
    }
    100% {
      background-color: #555555;
    }
}

input[type=number] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-right: 10px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: right;
    border-radius: 3px;
    font-size: 15px;
    color: black;
    background-color: white;

    height: 30px;
    width: 100px;

    -moz-appearance: textfield;
}

/* odstraneni sipek u formatu input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]:focus {
    outline: none !important;
    /*border: 2px solid #04AA6D;*/
    border: 2px solid #555555;
    box-shadow: 0 0 10px #969696;
}

.litCont {
    display: none;
}

.lit {
    font-size: 14px;
    line-height: 17px;
}

.litButton {
    width: 350px !important;
    /*text-align: left !important;
    padding-left: 20px;*/
}

.hline {
    display: inline-block;
    width: 610px;
    margin-left: 10px;
    margin-bottom: 5px;
    height: 2px;
    background-color: #555555;
}

.skodaPopis {
    font-weight: bold;
    float: left !important;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

td, th {
    padding: 7px;
}

th:nth-child(1) {
    background-color: #04AA6D;
    font-weight: bold;
    color: white;   
    border-right: 5px solid white; 
}

th:nth-child(2) {
    background-color: red;
    font-weight: bold;
    color: white;
}

/*
tr:nth-child(even) {
    background-color: #f2f2f2;
}

td:hover {
    background-color: #fcf6c5;
}
*/

th { 
    text-align: left;
    font-weight: normal;
}

.plusMinus { 
    text-overflow: clip;
    font-family: Arial;
    padding: 0px !important;
    font-size: 18px;
    font-weight: bold;
}

.img {
    width: 980px;
    /*height: 490px;*/
    padding: 10 0 10 0;
}

.imgPopis {
    font-size: 16px;
}

.imgPopis2 {
    position: relative;
    top: -30px;
    font-size: 16px;
}

.plotContainer {
    display: none;
}

.odrazContainer {
    display: none;
}

.akuContainer {
    display: none;
}

.ekoContainer {
    display: none;
}

.znacContainer {
    display: none;
}

.osvContainer {
    display: none;
}

.manContainer {
    display: none;
}

.stavContainer {
    display: none;
}

.klidContainer {
    display: none;
}

label {
    display: inline-block;
    width: 160px;
}

.typ {
    padding-left: 0px;
    margin-left: 5px;
    margin-top: 10px;
    width: 100px;
    height: 30px;
    font-size: 14px;
    border-radius: 3px;
}

.vstup {
    padding: 10;
    display: inline-block;
    width: 360px;
    height: 350px;
    /*border-radius: 2px;*/
    /*background-color: #e4e4e4;*/
    background-color: rgb(230, 230, 230);
    box-shadow: 0 0 12px #707070;
    clip-path: inset(0px 0px 0px -10px);
    /*background-color: #133878;*/
}

.obdobiText {
    display: none;
}

.aktivText {
    display: inline-block;
}

/* barva vyberu textu */
::-moz-selection { /* Code for Firefox */
    background: rgb(255, 255, 140);
}
  
::selection {
    background: rgb(255, 255, 140);
}

.vystup {
    position: absolute;
    display: inline-block;
    padding: 0 10 10 15;
    width: 585px;
    height: 350px;
}

.napoveda {
    display: inline-block;
    line-height: 20px;
    font-size: 17px;
    font-family: "Calibri";
}

.napoveda span {
    display: none;
}

.vysledek {
    display: none;
    line-height: 26px;
    font-size: 16px;
    height: 310px;

    width: 585px;
    font-size: 15px;
}

.pole {
    background-color: #fff4e1;
    /*background-color: #eff8ff;*/
    /*box-shadow: 0 0 10px #969696;*/
    box-shadow: 0 0 12px #969696;
    clip-path: inset(0px 0px 0px -10px);

    padding: 10 20 10 20;
    /*border-radius: 5px;*/
    height: 350px;
}

.pole span {
    padding-right: 15px;
    float: right;
}

.probl {
    float: right;
}

.probl2 {
    float: right;
    margin-right: -10px;
    margin-top: -10px;
    padding-left: 10px;
}

.problemy  {
    display: none;
    font-size: 15px;
    /*border-radius: 5px;*/
    width: 555px;
    height: 350px;
    background-color: rgb(255, 222, 222);

    box-shadow: 0 0 12px #969696;
    clip-path: inset(0px 0px 0px -10px);

    padding: 10 10 10 20;
    line-height: 25px;
}

.graf  {
    display: none;
    /*border-radius: 5px;*/
    width: 555px;
    height: 350px;
    background-color: #fff4e1;
    box-shadow: 0 0 12px #969696;
    clip-path: inset(0px 0px 0px -10px);
    padding: 10 10 10 20;
    line-height: 25px;
}

.vypocet {
    display: none;
    /*border-radius: 5px;*/
    line-height: 26px;
    font-size: 16px;
    height: 350px;
    background-color: #fff4e1;
    box-shadow: 0 0 12px #969696;
    clip-path: inset(0px 0px 0px -10px);

    padding: 10 10 10 20;
    width: 555px;
    height: 350px;
}

.vystup input[type=button] {
    margin-top: 5px;
    width: 105px;
    border-radius: 5px;

    background-color: #555555;
    
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.vystup input[type=button]:hover {
    background-color: #04AA6D;
    color: white;
}

@keyframes flash {
    0% {
      background-color: #555555;
    }
    50% {
      background-color: #ff0000;
    }
    100% {
      background-color: #555555;
    }
}

.problButton {
    animation: flash 1300ms infinite;
}

.vozCheck {
    display: none;
    position: absolute;
    right: 20px;
    margin-top: 6px;
}

.zverCheck {
    display: none;
    position: absolute;
    right: 20px;
    margin-top: 6px;
}

.nalezeno {
    width: 530px;
    height: 287px;
}

.pocitame {
    font-size: 14px;
    width: 545px;
    height: 287px;
}

.grafObsah {
    padding-top: 10px;
    width: 545px;
    height: 280px;
}

.upoz {
    color: red;
    font-weight: bold;
}

.logContainer {
    height: 300px;
    width: 380px;
    display: inline-block;
}

.prihlContainer {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    display: inline-block;
    box-shadow: 0 0 12px #707070;
    clip-path: inset(0px 0px 0px -10px);
    width: 335px;
    height: 260px;
    padding: 20;
    background-color: #e7e7e7;
}

.imgContainer {
    position: absolute;
    display: inline-block;
    margin-left: 0px;
    width: 600px;
}

.loginImg {
    display: inline-block;
    width: 600px;
}

.imgContainer2 {
    position: absolute;
    display: inline-block;
    margin-left: 5px;
    width: 600px;
}

.loginImg2 {
    display: inline-block;
    width: 600px;
}

.regContainer {
    display: inline-block;

    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 0 12px #969696;
    clip-path: inset(0px 0px 0px -10px);
    height: 400px;
    width: 335px;
    padding: 20;
    background-color: #e7e7e7;
}

.resetContainer {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;    
    box-shadow: 0 0 12px #707070;
    /*display: none;*/
    clip-path: inset(0px 0px 0px -10px);
    width: 335px;
    height: 260px;
    padding: 20;
    background-color: #e7e7e7;
}

.registraceIcon {
    position: absolute;
    margin-left: 390px;
}

.udaje {
    display: inline-block;
}

.souhlas {
    font-size: 15px;
}

.logContainer button {
    width: 160px;
    height: 30px;
    margin-top: 20px;
    border-radius: 3px;
    background-color: #6d6d6d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.regContainer button {
    width: 160px;
    height: 30px;
    margin-top: 20px;
    border-radius: 3px;
    background-color: #6d6d6d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.hesloButton {
    margin-left: 5px;
}

.logInButton:hover {
    background-color: #04AA6D;
    color: white;
}

.regButton:hover {
    background-color: #04AA6D;
    color: white;
}

.hesloButton:hover {
    background-color: #04AA6D;
    color: white;
}

.zpetReset:hover {
    background-color: #04AA6D;
    color: white;
}

.resetButton {
    width: 150px;
    height: 30px;
    margin-top: 20px;
    border-radius: 3px;
    background-color: #6d6d6d;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.resetButton:hover {
    background-color: #04AA6D;
    color: white;
}

.regContainer input[type=text] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-left: 10px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    color: black;
    background-color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    height: 25px;
    width: 200px;

    -moz-appearance: textfield;
}

.regContainer input[type=password] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    color: black;
    background-color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    height: 25px;
    width: 200px;

    -moz-appearance: textfield;
}

.regContainer input[type=email] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-left: 10px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    color: black;
    background-color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    height: 25px;
    width: 200px;

    -moz-appearance: textfield;
}

.logContainer input[type=password] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-left: 10px;
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    color: black;
    background-color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    height: 25px;
    width: 220px;

    -moz-appearance: textfield;
}

.logContainer input[type=text] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-left: 10px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    color: black;
    background-color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    height: 25px;
    width: 220px;

    -moz-appearance: textfield;
}

.logContainer input[type=email] {
    border: 0.5px solid gray;
    /*border: none;*/
    padding-left: 10px;
    margin-left: 5px;
    /*margin-top: 10px;*/
    margin-top: 10px;
    text-align: left;
    border-radius: 5px;
    font-size: 15px;
    color: black;
    background-color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    height: 25px;
    width: 220px;

    -moz-appearance: textfield;
}

.logContainer h3 {
    margin-top: 10px;
    margin-bottom: 15px;
}

.regContainer h3 {
    margin-top: 0px;
    margin-bottom: 5px;
}

.logContainer label {
    width: 100px;
}

.regContainer label {
    width: 120px;
}

.err {
    font-weight: bold;
    /*margin-top: -5px;*/
    color: red;
    font-size: 15px;
    /*border: 1px solid red;*/
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.212);
    width: 325px;
    text-align: center;
}

.regok {
    font-weight: bold;
    /*margin-top: -5px;*/
    color: rgb(5, 136, 0);
    font-size: 15px;
    /*border: 1px solid red;*/
    padding: 5px;
    background-color: rgba(111, 255, 111, 0.212);
    width: 325px;
    text-align: center;
}

.errMail {
    display: none;
    font-weight: bold;
    margin-left: 130px;
    color: red;
    font-size: 14px;
}

.errHeslo {
    display: none;
    font-weight: bold;
    margin-left: 130px;
    margin-bottom: 10px;
    color: red;
    font-size: 14px;
}

.rEmail {
    border-color: gray;
}

.odhad {
    float: left !important;
    font-size: 12px;
    font-style: italic;
}

.fotoSrc {
    font-size: 10px;
    margin-top: -15px;
    margin-right: 5px;
    float: right;
    position: relative;
}

.fotoSrc2 {
    color: white;
    font-size: 10px;
    margin-top: -15px;
    margin-right: 5px;
    float: right;
    position: relative;
}

.lit a {
    color: black;
}

.cookies {
    display: none;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    width: 1020px;
    z-index: 1;
    position: fixed;
    bottom: 0;
}

.cookText {
    color: white;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
}

.cookBtn {
    width: 100px;
    height: 25px;
    border-radius: 3px;
    border: none;
    color: black;
    text-align: center;
    font-family: "Arial";
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
}

.cookBtn:hover {
    background-color: #04AA6D;
    color: white;
}