/* -- start setup -- */
/*
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
*/


* {
    font-family: 'Poppins', serif, Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
    font-size: 16px;
    color: #595959;
}

.br1 {
    border: 1px solid Red;
}

.cursorPointer {
    cursor: pointer;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.minH50 {min-height:    50vh;  }

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

.maxW400 {
    max-width: 400px;
}

.maxW600 {
    max-width: 600px;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: White;
}


.logo img {
    max-width: 100px;
}

@media only screen and (min-width : 768px) {
    .logo img {
        max-width: 160px;
    }
}

.header {
    padding-top: 15px;
    padding-bottom: 15px;
}

.headerClaim {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #b2b5b6;
    line-height: 70px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.headerClaim {
    font-size: 15px;
    line-height: 20px;
}

.headerClaim span {
    font-size: 20px;
    font-weight: bold;
    color: #1e73be;
}

.headerClaim span {
    font-size: 15px;
    line-height: 20px;
}

@media only screen and (min-width : 480px) {
    .headerClaim {
        font-size: 16px;
        line-height: 33px;
    }

    .headerClaim span {
        font-size: 16px;
    }

}

@media only screen and (min-width : 768px) {
    .headerClaim {
        font-size: 17px;
        line-height: 46px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .headerClaim span {
        font-size: 16px;
    }

}

@media only screen and (min-width : 992px) {
    .headerClaim {
        font-size: 18px;
        line-height: 59px;
    }

    .headerClaim span {
        font-size: 16px;
    }
}

@media only screen and (min-width : 1200px) {
    .headerClaim {
        font-size: 20px;
        line-height: 70px;
    }

    .headerClaim span {
        font-size: 16px;
    }

}





.headerButton a,
.button {
    margin-top: 0px;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 139px;
    height: 52px;
    line-height: 52px;
    background-color: #1e73be;
    text-align: center;
    transition: background-color 0.5s;
    font-weight: bold;
}

.headerButton2 {
    margin-top: 10px;
    font-weight: 200;
    border: none;
    display: block;
    color: #1e73be;
    font-size: 14px;
    text-align: center;
    text-align: left;
}

.buttonBigger {
    width: 240px;
}

.button200 {
    width: 200px;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #fc2147;
}

.linkMenu,
.userProfile {
    color: #595959;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 32px;
    transition: color 0.5s;
}

.userProfile {
    background-image: url(../pcs/pcs_layout/ico-user.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.linkMenu:HOVER {
    color: #fc2147;
    text-decoration: none;
}

.linkSoubory {
    display:inline-block;
    background-color: #1e73be;
    color: White;
    width: 130px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-size: 10px;
}

.linkSoubory:HOVER {
    background-color: #1e73be;
    color: White;
    text-decoration:    none;
}

.pocetOblibenych {
    background-image: url(../pcs/pcs_layout/oblibene-ico.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left:  20px;
    display:inline-block;
    background-color: #fc2147;
    color: White;
    width: 45px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-size: 10px;
}


.loginButton,
.logoutButton {
    background-color: #fc2147;
    color: White;
    width: 120px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 0.5s;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

.loginButton:HOVER,
.logoutButton:HOVER {
    background-color: #bc1b38;
    color: White !important;
    text-decoration: none;
}

.stripe {
    /*min-height: 180px;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0053a8+0,001c3d+100 */

    background-image: url(../pcs/pcs_layout/lista-bcg.png);
    background-position: top center;
    background-repeat: repeat-y;

}

.stripe h1 {
    display: none;
    line-height: 180px;
    color: White;
    font-size: 35px;
    font-weight: bold;
}


.stripe h1 {
    font-size: 20px;
    line-height: 60px;
}

@media only screen and (min-width : 480px) {
    .stripe h1 {
        font-size: 24px;
        line-height: 90px;
    }
}

@media only screen and (min-width : 768px) {
    .stripe h1 {
        font-size: 28px;
        line-height: 120px;
    }
}

@media only screen and (min-width : 992px) {
    .stripe h1 {
        font-size: 32px;
        line-height: 150px;
    }
}

@media only screen and (min-width : 1200px) {
    .stripe h1 {
        font-size: 35px;
        line-height: 180px;
    }
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (min-width : 480px) {
    .content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

h2 {
    color: #595959;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
}

h3 {
    color: #595959;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}


.odd {
    background-color: #003975;
    width: 102px;
    height: 4px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.oddLine {
    border-top: 2px solid White;
    border-bottom: 2px solid #c0c0c0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.divCenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.maxW1000 {
    max-width: 1000px;
}

.maxW200 {
    max-width: 110px;
}

.mainContent {
    min-height: 900px;
}

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2b2c33;
}

.footerTitle {
    color: #eaeeef;
    font-weight: bold;
}

.footerText {
    color: #c0c9d1;
}

.footerText a {
    color: #a3becc;
}

.cookies {
    color: #a3becc;
    font-size: 13px;
}

.cookies:HOVER {
    color: #a3becc;
    font-size: 13px;
}

.myTable {
    border-collapse: collapse !important;
    margin-top: 150px !important;
    margin-bottom: 50px !important;
}

.myTable th {
    font-size: 11px;
    background-color: #cee2ef;
    text-transform: uppercase;
    color: Black;
}

.myTable td {
    font-size: 11px;
}

.myTable td {
    font-size: 11px;
    border-top: 4px solid White;
    background-color: #e4eff6
}

.myTable td.lichy {
    font-size: 11px;
}

.tabButton {
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 14px;
    width: 70px;
    height: 27px;
    line-height: 27px;
    background-color: #1e73be;
    text-align: center;
    transition: background-color 0.5s;
    font-weight: bold;
}

.tabButton:HOVER {
    color: White;
}

.grey {
    background-color: #f2f2f2;
}


/* form  */
.poptavkaForm {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.loginForm {
    margin-bottom: 60px;
}

.poptavkaFormFiltr {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

label {
    color: #434343;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    /*width:100%;*/
    /*display:block;*/
}

label span {
    color: #E61302;
}

label.form-check-label {
    color: #434343;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}


.poptavkaForm input,
.poptavkaForm select,
.poptavkaForm textarea {
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0.7rem;
}

.poptavkaFormFiltr input,
.poptavkaFormFiltr select,
.poptavkaFormFiltr option,
.poptavkaFormFiltr textarea {
    font-size: 13px;
}

.searchSubmit {}

.chosen-choices {
    border: 1px solid #E1E1E1 !important;
    border-radius: 5px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.04) !important;
    margin-bottom: 0.7rem !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.poptavkaForm textarea {
    height: 110px;
    width: 100%;
}

.poptavkaForm .formSubmit,
.loginForm .formSubmit {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 265px;
    height: 54px;
    line-height: 54px;
    background-color: #1e73be;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

.poptavkaForm .searchSubmit {
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    border: none;
    display: block;
    color: White;
    font-size: 16px;
    width: 120px;
    height: 38px;
    line-height: 38px;
    background-color: #1e73be;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    transition: background-color 0.5s;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.15);
}

.loginForm .formSubmit {
    margin-left: 0;
    margin-right: 0;
}

em.smallPoznamka {
    font-size: 11px;
    line-height: 14px;
}

#uspesne_odeslani {
    max-width: 600px;
    background-color: #1e73be;
    color: white;
    text-align: center;
    padding: 15px 0;
    margin: 30px auto;
}

.filter {
    background-color: #f4f4f4;
    border: 1px solid #d0d0d0;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    padding: 20px 20px;
    margin-bottom: 40px;
}

.imgFiltr {
    display: block;
    margin: 0 auto 5px auto;
}

.smallLink {
    color: #1e73be;
    font-size: 15px;
}

.link {
    color: Black;
    text-decoration: underline;
}

.link:HOVER {
    color: Black;
    text-decoration: none;
}



/* tabulka soubjory */
.tabulkaSoubory tr th,
.tabulkaSoubory tr td,
.tabulkaSoubory tr td * {
    font-size: 13px;
}

.souborButton {
    background-color: #1e73be;
    color: White;
    padding: 2px 5px;
}

.souborButton:HOVER {
    background-color: #1962a2;
    color: White;
    text-decoration: none;
}

.icoFavourite {
    width: 20px;
}




@media only screen and (max-width : 1200px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 28px;
        height: 28px;
        background-image: url(../pcs/pcs_layout/menu-switch.png);
        background-position: center;
        background-repeat: no-repeat;
    }

    .openMenu {
        background-color: #003975;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        text-transform: uppercase;
        text-decoration: none;
        font-weight: bold;
    }

    .mobileMenu li.mobileMenuButton {
        max-width: 230px;
        line-height: 50px;
        margin-left: auto;
        margin-right: auto;
    }

    .mobileMenu li.mobileMenuButton a {
        background-color: #b06ec6;
        color: White;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 10;
        width: 50px;
        height: 50px;
        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
    }

    .langMenu2 {
        background-color: #0C367F;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 5px 7px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 155px;
    }

}

@media only screen and (min-width : 1200px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }

    .xtopMenu {
        display: flex !important;
        position: absolute;
        top: 57px;
        right: 0;
        font-size: 16px;
        z-index: 10;
    }
}