
.gov-header{
    background-color: unset;
    background-image: url(bg.png);
}

.gov-header a{
    color:white;
background-image: linear-gradient(to right, #000000, #895704 50%, #895704 50%);
}


.gov-logo {
    color:white !important;
}

.gov-logo--inversed{
    color:black !important;
}

.gov-form-control--inversed .gov-form-control__input{
    border-color: black;
}

.kategorie-box button h4 a{
    color:#256a02;
}

.filter-box button h4 a{
    color:#256a02;
    font-weight: 600;
}

#documents a{
    color:#256a02; 
}

#documents table thead th span{
    color:white; 
}

.gov-tabs__link{
    color:#256a02; 
}

a{
    color:#256a02;  
}

a:visited{
    color: #256a02;
}

.gov-button--primary{
    background-color:#256a02;
    border-color: #256a02;
}

.gov-button--primary:hover{
    background-color:#287203;
    border-color: #256a02;
}

.gov-button--primary-outlined:visited{
    border-color:white;
    color:#256a02;
}

.gov-button--primary-outlined{
    border-color:#256a02;
    color:white;
}

@media not all and (pointer: coarse){
    .gov-footer__scroll-up:hover{
        background-color: #256a02 !important;
    }
}

.gov-button--inversed.gov-button--primary-outlined:hover{
    background-color: #287203;
    color:white;
}

.gov-header__separator{
    border-bottom:1px solid #256a02;
}

/*body{
    background: #fffac0 url(/../img/urednideska/ude_logo-51a4777431b64.png) repeat top center;
}*/

.sg-swatch{
    background:#256a02;
}

#detail-dokumentu table th{
    color:white;
}

.gov-table-cover table th span {
    color:#256a02;
}

.gov-tabs__hover{
    color:#256a02;
}

.filter-box a{
    background-image: linear-gradient(
        to right,
        #000  ,
        #000  50%,
        #256a02 50%
        );
}

.kategorie-box a{
    background-image: linear-gradient(
        to right,
        #000  ,
        #000  50%,
        #256a02 50%
        );
}

a {
    background-image: linear-gradient(
        to right,
        #000,
        #000 50%,
        #895704 50%
        );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}


.gov-footer{
    box-shadow: inset 0 3px 30px rgba(50, 50, 50, .25);
}

.gov-footer a{
    background-image: linear-gradient(
        to right,
        #000,
        #323232 50%,
        #323232 50%
        );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out; 
}

a:before{
    content: '';
    background: #256a02;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

a:hover {
    background-position: 0;
}

a:hover::before{
    width: 100%;
}

table th{
    background: #895704;
    color:white;
}

.gov-sortable-table__trigger>* {
    color: #ffffff;
}

.kategorie-box h2{
    background: #895704;
    color: white;
}

.u-bg-color--grey-dark{
    background-color: #efedcf;
}

.white{
    color:black !important;
}

.gov-footer__headline{
 color:#166929 !important;   
}

.gov-grid{
    background-image: url("zm-zivanice-84x56.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    width: 100%;
    height: 100%;
    
}


.gov-grid-tile{
background: linear-gradient(280deg, #ffffffd9 0, #ffffff 100%);
}

.mr25{
    margin:0px !important;
}

p{
    color:black;
    font-size: 1rem;
}

a{
    color:#895704;
        text-decoration: underline;
    background-color: transparent;
}


.gov-link--standalone{
    font-size: 1rem;
}