
* {
    vertical-align: top;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    cursor: default;
    max-width: 100%;
}


html {
    background-color: #ffffff;
}

head {
    display: none;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: initial;
    font-weight: normal;
    color: #000;
    opacity: 0;
    min-width: 250px;


    -webkit-animation-name: usvit;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;

    -moz-animation-name: usvit;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-fill-mode: forwards;

    -ms-animation-name: usvit;
    -ms-animation-duration: 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: ease-in-out;
    -ms-animation-fill-mode: forwards;

    -o-animation-name: usvit;
    -o-animation-duration: 0.5s;
    -o-animation-iteration-count: 1;
    -o-animation-timing-function: ease-in-out;
    -o-animation-fill-mode: forwards;

    animation-name: usvit;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}


nav,header,footer,main,article,aside,section,figure,figcaption{
    display: block;
}

@-webkit-keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-moz-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-sm-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@-o-keyframes usvit{
    0% {-moz-opacity: 0;}
    100% {-moz-opacity: 1;}
}
@keyframes usvit{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

input:not([type=file]),
textarea,
select{
    border: 1px solid #a9a9a9;
    padding: 5px;
    margin: 0px 1px 1px 0px;
}


input[type=text],
input[type=password]{
    color: #666666;
}

input[type=text]:focus,
input[type=password]:focus{
    color: #111111;
}

*::-webkit-input-placeholder {
    color: silver;
}
*:-moz-placeholder {
    color: silver;
}
*::-moz-placeholder {
    color: silver;
}
*:-ms-input-placeholder {
    color: silver;
}

h1,h2,h3{
    font-weight: 900!important;
    padding-bottom: 10px;
    color: #454545;
}

h1{
    margin: 25px auto 20px auto;
    padding: 0;
}
h1,
h1 *{
	font-size: 1.5rem!important;
	line-height: 2rem;
}
h2:not(:first-child){
    margin-top: 1rem;
}
h2,
h2 *{
    font-size: 1.2rem!important;
    line-height: 1.5rem;
}
h3,
h3 *{
    font-size: 1rem;
    line-height: 1.5rem;
}
h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child){
    padding-top: 0px;
}





p{
    padding-bottom: 10px;
    overflow: auto;
}
p strong{
	font-weight: bold;
}
p.stylPoznamka{
	/*font-weight: 300;*/
	/*font-style: italic;*/
	font-size: 18px;
}
a{
    text-decoration: underline;
}
a, a *{
	cursor: pointer;
	color: inherit;
}
a:hover{
	/*text-decoration: underline;*/
}
.komponentaFotogalerie > .polozka > a,
.komponentaFotogalerie > .polozka > a *{
    text-decoration: none;
}

main a[href*='.pdf']{
    padding-left: 25px;
    background: url(img/icons8-pdf-24.png) scroll no-repeat left center;
}
main a[href*='.jpg'],
main a[onclick*='.jpg']{
    padding-left: 25px;
    background: url(img/icons8-jpg-24.png) scroll no-repeat left center;
}

main a[href*='.png'],
main a[onclick*='.png']{
    padding-left: 25px;
    background: url(img/icons8-png-24.png) scroll no-repeat left center;
}
main a[href*='.doc'],
main a[href*='.docx']{
    padding-left: 25px;
    background: url(img/icons8-doc-40.png) scroll no-repeat left center/24px auto;
}
main a[href*='.xls'],
main a[href*='.xlsx']{
    padding-left: 25px;
    background: url(img/icons8-xls-48.png) scroll no-repeat left center/24px auto;
}

label{
    cursor: pointer;
}

ul, ol{
    list-style-position: inside;
    list-style-type: none;
}

.panelObsah .text ul{
    list-style-type: disc;
    padding-bottom: 10px;
}
.panelObsah .text ol{
    list-style-type: decimal;
    padding-bottom: 10px;
}
.panelObsah .text img{
    height: auto!important;
}
input[type=button],
input[type=submit],
.button{
    background-color: #4DAC00;
    color: #FFFFFF;
    line-height: 36px;
    padding: 10px 20px;
    border: none;
    text-align: center;
    min-width: 100px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 5px;
    cursor:pointer;
    filter: brightness(100%);
    transition: filter 0.2s, box-shadow 0.2s;
}
input[type=button]:hover,
input[type=submit]:hover,
.button:hover{
    background-color: rgba(0,0,0,0.7);
}
.button *{
    background-color: inherit;
    color: inherit;
    border: none;
    text-align: center;
    font-weight: inherit;
    cursor: inherit;
}


.text.editor img{
    height: auto !important;
}
.text.editor td{
    vertical-align: top;
}
.text.editor .sloupcovaSazba td:first-child:not(:last-child){
    padding-right: 10px;
}
.text.editor .sloupcovaSazba td:last-child:not(:first-child){
    padding-left: 10px;
}
.text.editor .prilohaL{
    margin: 0 10px 5px 0;
}
.text.editor .prilohaP{
    margin: 0 0 5px 10px ;
}
.text.editor .priloha .text{
    display: none;
}
.text.editor .sloupcovaSazba{
    width: 100%;
}

header:after,
main:after,
footer:after,
.vnitrek:after,
ul:after{
    content: ' ';
    display: block;
    clear: both;
}


.msg{
    text-align: center;
    padding: 5px;
    background-color: rgba(0, 142, 227, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(0, 142, 227, 0.5);
}
.err{
    text-align: center;
    padding: 5px;
    background-color: rgba(255, 0, 0, 0.5);
    color: #ffffff;
    font-weight: bold;
    margin: 1% 0% 1% 0%;
    box-shadow: 0px 0px 3px 1px rgba(255, 0, 0, 0.5);
}
strong, b{
    font-weight: bold;
}

script{
    display: none !important;
}

hr{
    border-bottom: 1px solid rgba(0,0,0,0.7);
    margin: 20px auto 30px auto;
}

.vnitrek{
    display: block;
    width: 1260px;
    padding: 0px 10px;
    margin: 0px auto;
    clear: both;
}
.vnitrek.nopadding{
    width: 1240px;
    padding: 0;
}

.flex{
    display: flex;
}

/*############################################################################*/
/*############################################################################*/
/*############################################################################*/

