﻿ul.mySubmenu, ol.mySubmenu {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.mySubmenu li {
    margin: 0 8px;
    display: inline;
    font-size: 13px;
    color: #fbebbe !important;
}


.mySubmenu a {
    text-decoration: none;
    color: black !important;
    font-size: 16px;
}

    .mySubmenu a:hover {
        color: #f4cc51 !important;
    }


input::placeholder {
    color: dimgrey;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* --------------------------------------------------------------- */
div .CAcompleteDivBig {
    background-color: rgba(240, 240, 240, 0.80);
    padding: 5px;
    font-size: 15px;
}

div.CAcompleteLabelBig {
    background-color: rgba(240, 240, 240, 0.0);
    padding: 0px;
    font-size: 17px;
    font-weight: bold;
}

div.CAicoLabelBig {
    margin-top: 5px;
}

div.CAcompaniesCountLabelBig {
    margin-top: 5px;
}

div.CAexplanationsLabelBig {
    margin-top: 5px;
}

div.CAchildsLabelBig {
    font-size: 15px;
    background-color: rgba(240, 240, 240, 0.85);
    padding: 5px
}

div.CAcompleteDivSmall {
    background-color: rgba(240, 240, 240, 0.80);
    padding: 5px;
    font-size: 12px;
}

div.CAcompleteLabelSmall {
    background-color: rgba(240, 240, 240, 0.0);
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

div.CAicoLabelSmall {
    margin-top: 5px;
}

div.CAcompaniesCountLabelSmall {
    margin-top: 5px;
}

div.CAexplanationsLabelSmall {
    margin-top: 5px;
}

div.CAchildsLabelSmall {
    font-size: 12px;
    background-color: rgba(240, 240, 240, 0.85);
    padding: 5px
}



div.CAcompleteDivSSmall {
    background-color: rgba(240, 240, 240, 0.80);
    padding: 5px;
    font-size: 10px;
}

div.CAcompleteLabelSSmall {
    background-color: rgba(240, 240, 240, 0.0);
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
}

div.CAicoLabelSSmall {
    margin-top: 5px;
}

div.CAcompaniesCountLabelSSmall {
    margin-top: 5px;
}

div.CAexplanationsLabelSSmall {
    margin-top: 5px;
}

div.CAchildsLabelSSmall {
    font-size: 10px;
    background-color: rgba(240, 240, 240, 0.85);
    padding: 5px
}




div.CAcompleteDivSingle {
    background-color: rgba(240, 240, 240, 0.80);
    padding: 2px;
    font-size: 12px;
}

div.CAcompleteLabelSingle {
    background-color: rgba(240, 240, 240, 0.0);
    padding: 0px;
    font-size: 14px;
    font-weight: bold;
}

div.CAicoLabelSingle {
    margin-top: 0px;
}

div.CAcompaniesCountLabelSingle {
    margin-top: 0px;
}

div.CAexplanationsLabelSingle {
    margin-top: 0px;
}

div.CAchildsLabelSingle {
    font-size: 12px;
    background-color: rgba(240, 240, 240, 0.85);
    padding: 5px
}

.image-container {
    display: flex;
    justify-content: center;
}

.search-btn i.fa-search {
    font-size: 17px !important;
}
/*----------------------------------- */
.pagination a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    cursor: pointer;
    text-decoration: none;
    /* border: solid 1px black; */
}

.pagination .active {
    font-weight: bold;
    font-size: 21px;
    color: #731148;
}

.pagination span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    cursor: pointer;
    /* border: solid 1px black; */
}
/*----------------------------------- */
div.umb-grid img {
    max-width: 100%;
}

h2.tiles-headings {
    position: relative;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.tiles-headings::after {
    content: "";
    position: absolute;
    width: 100px;
    left: 50%;
    height: 3px;
    top: -30px;
    background-color: #fff;
    transform: translate(-50%)
}

/* ---------------------------------- Promos ---------------------------------------  */
.promos  {
    padding-bottom: 35px;
}

.promos .promo_text{
    margin-left: 10px;
    height: 100px;
    margin-right: 20px;
    text-align: justify;
    overflow: hidden;
    padding-bottom: 35px;
}

    .promos .promo_text p {
        font-family: Arial, Helvetica, sans-serif;
        height: 90px;
        margin-left: 9px;
        font-size: 18px;
        text-transform: none;
        line-height: 18px;
        text-align: justify;
        overflow: hidden;
    }

/* ---------------------------------- Aktuality ---------------------------------------  */

#news h2.greenH2 {
    padding: 0px;
    margin: 0px;
}

#news .img_news {
    width: 100%;
    height: 150px;
}

#news .secondRow {
    margin-top: 30px;
}

.clock {
    color: #003d52;
}

img.clock {
    margin-right: 5px;
}

#news .myred:hover {
    background: #ededed;
    color: #731148;
    border: solid 1px #731148;
}

.emptyPicture {
    background: #ededed;
    width: 230px;
    height: 150px;
}

a.header-link {
    text-decoration: none;
}

    a.header-link :hover {
        text-decoration: underline;
    }


.text_aktualita {
    margin-top: 15px;
    height: 120px;
    overflow: hidden;
    /*margin-bottom: 20px;*/
}

    .text_aktualita p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        text-transform: none;
        line-height: 18px;
        text-align: justify;
        overflow: hidden;
    }

.text_abstrakt p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-style: italic;
    text-transform: none;
    line-height: 18px;
    text-align: justify;
    overflow: hidden;
}

/* ---------------------------------- Promos & News - images ---------------------------------------  */
.img_promo {
    width: 260px;
    padding-left: 10px;
    padding-right: 10px;
}

div.img_promo {
    height: 240px;
    margin: auto;
}

.img_promo img {
    width: 100%;
}

.img_aktualita img {
    width: 100%;
    margin-bottom: 20px;
}


    .img_promo img:hover, .img_aktualita img:hover {
        transform: scale(1.10);
        /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        z-index: 1000;
    }

.pagination .active {
    font-weight: bold;
    font-size: 21px;
    color: #731148;
}

.pagination span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    cursor: pointer;
    /*border: solid 1px black;*/
}

.pagination a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
    cursor: pointer;
    text-decoration: none;
    /*border: solid 1px black;*/
}

h2.greenH2 {
    position: relative;
    color: #003d52;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 10px;
}

h3.greenH3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    line-height: 18px;
    padding-left: 0px;
    color: #003d52;
    text-transform: none;
}

h3.smallHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-align: left;
    padding-top: 18px;
    line-height: 18px;
    color: #003d52;
    padding-right: 0px;
    text-transform: none;
}

h3.smallerHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: left;
    padding-top: 8px;
    line-height: 18px;
    color: #003d52;
    padding-right: 0px;
    text-transform: none;
}

h3.loginUser {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 14px;
    color: #f9ebbe;
    padding-right: 10px;
    text-transform: none;
}

h3.loginUserPage {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: left;
    padding-top: 0px;
    margin: 0px 0px 0px 0px;
    line-height: 14px;
    color: #003d52;
    padding-right: 10px;
    text-transform: none;
}

.copyright-symbol {
    font-size: 20px;
    position: relative;
    bottom: -3px; 
    font-weight: 900;
}

.copyright-text {
    font-size: 14px;
}

.tiles-other-banners {
    background-image: url("../jpg/narrowheaderpict.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 179px;
}

.buttonRuralAll {
    background-color: #fbebbe; /* tmavě modrá */
    border: none;
    color: #003d52;
    padding: 7px 7px;
    text-align: center;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 6px 4px;
    cursor: pointer;
}

.buttonRural {
    background-color: #fbebbe; /* tmavě modrá */
    border: none;
    color: #003d52;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}

.buttonLogin {
    background-color: #fbebbe; /* tmavě modrá */
    display: flex;
    justify-content: left;
    border-color: #fbebbe;
    border-radius: 10px;    
    color: #003d52;
    padding: 8px 8px;    
    font-weight: 700;
    text-decoration: none;    
    font-size: 17px;
    margin: 6px 4px;
    cursor: pointer;
}

    .buttonLogin :hover {
        background-color: #003d52;
    }

.header-social {
    list-style-type: none;
    display: flex;
    color: #fbebbe;
    background-color: #003d52;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding-top: 3px;
    padding-left: 5px;
}

    .header-social:hover {
        background-color: #fbebbe;
        color: #003d52;
        border: none 1px red;
        padding-top: 3px;
        padding-left: 5px;
    }

/*buttons*/
.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

    .btn-center a, input {
        text-decoration: none;
        padding: 10px 20px;
        transition: 0.3s all ease-in-out;
    }

.btn-left {
    display: flex;
    justify-content: left;
    margin-top: 10px;
}
    .btn-left a, input {
        text-decoration: none;
        padding: 10px 20px;
        transition: 0.3s all ease-in-out;
    }

.btn-login {
    display: flex;
    justify-content: left;    
}

    .btn-login a, input {
        text-decoration: none;
        border-color: #fbebbe;
        padding: 5px 10px;
        transition: 0.3s all ease-in-out;
    }

.btn-right {
    display: flex;
    justify-content: right;
    margin-top: 10px;
}

    .btn-right a {
        text-decoration: none;
        padding: 10px 20px;
        transition: 0.3s all ease-in-out;
    }

.btn-blue-yellow a, #formDiv input[type=submit] {
    color: #003d52;
    background-color: #fbebbe;
    border: 1px solid #003d52;
    border-radius: 20px;
}

    .btn-blue-yellow a:hover, #formDiv input[type=submit]:hover {
        background-color: #003d52;
        color: #fbebbe;
    }

.btnlogin-blue-yellow a, #formDiv input[type=submit] {
    color: #003d52;
    background-color: #fbebbe;
    border-color: #fbebbe;
    border-radius: 10px;
}

    .btnlogin-blue-yellow a:hover, #formDiv input[type=submit]:hover {
        background-color: #003d52;
        border-color:#fbebbe;
        color: #fbebbe;
    }

.btn-yellow-blue a /*, #formDiv input[type=submit]*/ {
    color: #fbebbe;
    background-color: #003d52;
    border: 1px solid #fbebbe;
    border-radius: 20px;
}

    .btn-yellow-blue a:hover /*, #formDiv input[type=submit]:hover*/ {
        background-color: #fbebbe;
        color: #003d52;
    }

/******************************** nav-link ****************************************/

.header .navbar {
    padding: 15px 0 15px 0;
}

@media (min-width: 768px) {
    .header .navbar {
        padding: 23px 0 23px 0;
    }
}

.header .navbar .navbar-logo {
    max-width: 100%;
    width: 190px;
}

.header .navbar .navbar-toggler:focus {
    box-shadow: unset;
}

.header .navbar .nav-item:not(:last-child) {
    margin-right: 30px;
}

.header .navbar .nav-item .nav-link {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: black;
}

    .header .navbar .nav-item .nav-link:last-child {
        padding-right: 0;
    }

    .header .navbar .nav-item .nav-link:hover {
        color: #f4cc51;
    }

.header .navbar .contact-us-list {
    margin-top: 8px;
    margin-bottom: 8px;
}


.nav-link {
    color: black;
    font-weight: 600;
    font-size: 20px;
}

    .nav-link.active {
        color: #f4cc51 !important;
        font-size: 20px;
        font-weight: 700;
    }

    .nav-link:hover {
        color: #fbebbe;
        font-size: 20px;
        font-weight: 700;
    }

    .nav-link:focus {
        color: inherit;
    }

/* --------------------------------------------------------------- */
table.tblRepositoryInfoStyle {
    border-spacing: 0;
    border-collapse: collapse;
    font-size: .9em;
    border: none;
    color: #637988;
    font-family: BarlowSemiCondensedRegular, serif;
}

    /*table.tblstyle th {
        background-color: #cad2d9;
        color: #333;
        font-weight: bold;
        padding: 4px 5px 4px 5px !important;
        text-align: left;
        line-height: 1.1;
        font-size: .9em !important;
    } */


    table.tblRepositoryInfoStyle th {
        text-align: left;
        border-top: solid 1px #1a1a1a;
        border-bottom: solid 1px #1a1a1a;
        font-family: BarlowSemiCondensedSemiBold, serif;
        font-size: 14px;
        font-weight: boldest;
        color: #17546d;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-left: none;
        border-right: none;
    }


    /*table.tblRepositoryInfoStyle tr:nth-child(even) td {
        background-color: #fefefe;
    } */

    table.tblRepositoryInfoStyle tr td {
        /*background-color: #f8f8f8;
        padding: 4px 5px 4px 5px !important;
        color: #202020;
        text-align: left;
        vertical-align: top;
        line-height: 1.2;
        font-size: .9em;*/

        text-align: left;
        border-top: solid 1px #1a1a1a;
        border-bottom: solid 1px #1a1a1a;
        font-family: BarlowSemiCondensedRegular, serif;
        font-size: 13px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 3px;
        padding-bottom: 3px;
        border-left: none;
        border-right: none;
    }

    table.tblRepositoryInfoStyle tr:hover td, table.tblstyle tr.even:hover td {
        background-color: #fbebba;
    }


table.tblRepositoryInfoStyle2 {
    width: 100%;
}

    table.tblRepositoryInfoStyle2 th {
        background-color: #003d52 !important;
        color: #fff;
    }


table.RepositoryHeader {
    font-family: BarlowSemiCondensedRegular, serif;
    width: 100%;
    color: #637988;
    font-size: 1.0em;
    /*margin: 0 0 10px 0 !important;*/

    border-spacing: 0;
    border-collapse: collapse;
    margin: 0px 0px 0px 0px !important;
}

    table.RepositoryHeader td {
        text-align: left;
        border: none;
        font-family: BarlowSemiCondensedRegular, serif;
        font-size: 15px;
        padding-top: 4px !important;
        padding-bottom: 4px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        line-height: 1em;
        color: #fff;
    }

table.RepositoryHeaderNoNca {
    border-top: 4px solid #a0a8af;
    border-bottom: 13px solid #a0a8af;
}


    table.RepositoryHeaderNoNca td {
        background-color: #a0a8af;
    }

table.RepositoryHeaderNca {
    border-top: 4px solid #17546d;
    border-bottom: 13px solid #17546d;
}


    table.RepositoryHeaderNca td {
        background-color: #17546d;
    }

/*****************  Contant Form ***********************/
div.formContact {
    background-color: #f7f7f7;
    border: 3px solid #fbebba;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 20px 20px 20px 50px !important;
}

    div.formContact h2 {
        text-align: center;
        color: #003d52;
    }

    div.formContact h4 {
        font-size: 18px;
        text-align: left !important;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        letter-spacing: 1px;
        color: #003d52;
    }


    div.formContact input[type="text"], div.formContact input[type="password"], div.formContact input[type="search"], div.formContact input[type="url"], div.formContact input[type="email"],
    div.formContact input[type="tel"], div.formContact input[type="number"], div.formContact textarea, div.formContact select {
        background: #fff;
        color: #003d52;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: 0.5px;
        line-height: 28px;
        padding: 12px 15px;
        border: 1px solid #fbebba;
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
        outline: none;
        width: 100%;
    }


    div.formContact input.wpcf7-submit:hover {
        background-color: #1e7604;
        color: #fdb615;
    }


    div.formContact input.wpcf7-submit {
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 36px;
        letter-spacing: 4px;
        display: inline-block;
        margin-bottom: 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-top-width: 1px;
        border-right-color: transparent;
        border-right-width: 1px;
        border-bottom-color: transparent;
        border-bottom-width: 1px;
        border-left-color: transparent;
        border-left-width: 1px;
        text-decoration: none;
        white-space: nowrap;
        outline: none;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        max-width: 100%;
        background-color: #fdb615;
        border-color: transparent;
        border-width: 0;
        color: #ffffff;
        border-radius: 0;
        padding: 12px 25px;
        font-size: 14px;
        line-height: 36px;
    }
