
.gov-header{
    background-color: #265C16;
}

.gov-header a{
    color:white;
    background-image: linear-gradient(to right, #fff, #fff 50%, #ffffff 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%,
        #256a02 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 a{
    background-image: linear-gradient(
        to right,
        #fff,
        #fff 50%,
        #fff 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: #265C16;
    color:white;
}

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

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

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