@font-face { font-family: 'Poppins'; 	src: url('../fonts/Poppins/Poppins-Light.woff2') format('woff2'), 	url('../fonts/Poppins/Poppins-Light.woff') format('woff'); 	font-weight: 300; font-style: normal;}
@font-face { font-family: 'Poppins';	src: url('../fonts/Poppins/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins/Poppins-Regular.woff') format('woff'); font-weight: 400; font-style: normal;}
@font-face { font-family: 'Poppins';	src: url('../fonts/Poppins/Poppins-Medium.woff2') format('woff2'),	url('../fonts/Poppins/Poppins-Medium.woff') format('woff');	font-weight: 500; font-style: normal;}
@font-face { font-family: 'Poppins';    src: url('../fonts/Poppins/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins/Poppins-SemiBold.woff') format('woff');	font-weight: 600; font-style: normal;}
@font-face { font-family: 'Poppins';	src: url('../fonts/Poppins/Poppins-Bold.woff2') format('woff2'),	url('../fonts/Poppins/Poppins-Bold.woff') format('woff');font-weight: bold; font-style: normal;}


.mainMenu {
    font-family: 'Poppins';
}

.mainMenu ul li a {
    font-size: 11.5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.headerRight i {
    font-size: 27px;
}

.headerRight i:hover {
    color: #58a4b0;
}

.headerRight img {
    width: 25px;
}

.headerRight .languageFlag img {
    width: 15px;
}

.mainMenu1, .mainMenu2, .mainMenu3, .mainMenu4 {
    width: 100%;
}

#snippet-mainMenu- .nav-items ul li {
    cursor: pointer;
    border: 1px solid #223146;
    border-collapse: collapse;
    margin-right: -1px;
    margin-top: -1px;
}

ul.mainMenu {
    color: #fff;
    padding: 0px;
    margin: 0px;
    /*float:left;*/
    list-style-type: none;
    height: auto;
    width: auto;

}

ul.mainMenu ul {
    width: 95px;
    position: absolute;
    visibility: hidden;
}

ul.mainMenu1 li {
    float: left;
    font-size: 1em;
    list-style-type: none;
    background: #39324b;
    list-style-position: inside;
    border-right: 1px solid #223146;
    border-bottom: 1px solid #223146;
    behavior: url('hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
}

ul.mainMenu2 li {
    float: left;
    font-size: 1em;
    list-style-type: none;
    background: #6c4f70;
    list-style-position: inside;
    border-right: 1px solid #223146;
    border-bottom: 1px solid #223146;
    border-top: 1px solid #223146;
    *margin-top: -1px;
    behavior: url('hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
}

ul.mainMenu3 li {
    float: left;
    font-size: 1em;
    list-style-type: none;
    background: #757081;
    list-style-position: inside;
    border-right: 1px solid #223146;
    border-bottom: 1px solid #223146;
    border-top: 1px solid #223146;
    *margin-top: -1px;
    behavior: url('hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
}

ul.mainMenu4 li {
    float: left;
    font-size: 1em;
    list-style-type: none;
    background: #58a4b0;
    list-style-position: inside;
    border-right: 1px solid #223146;
    border-bottom: 1px solid #223146;
    border-top: 1px solid #223146;
    margin-top: -1px;
    behavior: url('hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
}

ul.mainMenu1 li a, ul.mainMenu2 li a, ul.mainMenu3 li a, ul.mainMenu4 li a {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    width: 95px;
    height: 21px;
    padding: 1px 5px 0px 5px;
    color: #fff;
    background: none;
    display: block;
    text-decoration: none;
    margin: 0px;
    font-weight: normal;
    box-sizing: content-box;
}

ul.mainMenu1 li a:hover, ul.mainMenu1 li .active, ul.mainMenu2 li a:hover, ul.mainMenu2 li .active, ul.mainMenu3 li a:hover, ul.mainMenu3 li .active, ul.mainMenu4 li a:hover, ul.mainMenu4 li .active {
    text-decoration: none;
    color: #fff;
    background: #e63946;
    /* background-image: url('layout/menu_on.png'); */
}

ul#clientMenu, .mainMenu ul {
    color: #fff;
    padding: 0px;
    margin: 0px;
    float: left;
    list-style-type: none;
    font-size: 12px;
}

ul#clientMenu ul {
    width: 162px;
    position: absolute;
    visibility: hidden;
}

ul#clientMenu li {
    width: 162px;
    min-height: 25px;
    height: auto;
    color: #fff;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    list-style-type: none;
    display: block;
    text-decoration: none;
    /*background-image:url('layout/usermenu_item.png');*/
    /*background-repeat: repeat-x;*/
    background-color: #39324b;
    margin-bottom: 1px;
    behavior: url('hover.htc'); /* Protože IE nedodržuje CSS standarty, aby bylo řešení funkční, použijeme tento *.htc soubor */
}

ul#clientMenu li a {
    width: 152px;
    min-height: 18px;
    padding: 4px 5px 3px 5px;
    color: #fff;
    background: none;
    display: block;
    text-decoration: none;
    margin: 0px;
    font-weight: 400;
}

ul#clientMenu li a:hover, ul#clientMenu li .active {
    text-decoration: none;
    color: #fff;
    background-color: #e63946;
}

#ispadmin-list {
    margin: 0 0 10px 25px !important;
    float: none;
}

p.dropdownMenu-label {
    display: none;
}

.hide-menu {
    position: absolute;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    z-index: 999;
}

.hide-menu i {
    font-size: 17px;
}

/* Menu 2. verze **/
.menu-b-verze #snippet-mainMenu- {
    min-width: 700px;
    width: 100%;
}

.menu-b-verze #snippet-mainMenu- .nav-items ul li {
    border: none;
}

.menu-b-verze ul.mainMenu1 li, ul.mainMenu2 li, ul.mainMenu3 li, ul.mainMenu4 li {
    border-bottom: none;
    border-top: none;
    border: #5C5C5C;
}

.menu-b-verze #header-wrapper {
    min-width: 1400px;
}

.menu-b-verze .dropdownMenu {
    display: inline-block;
    margin: 5px 10px;
    width: 105px;
    height: 20px;
    position: relative;
}

.menu-b-verze .nav-items.dropdownMenu:not(:first-of-type):before {
    display: block;
    content: ">";
    color: black;
    position: absolute;
    right: 110px;
    top: 3px;
    font-size: 17px;
}

.menu-b-verze .dropdownMenu ul {
    display: none;
}

.menu-b-verze .dropdownMenu.clicked ul {
    display: inline-block;
    margin-top: 20px;
}

.menu-b-verze .items1 {
    background: #39324b;
}

.menu-b-verze .items2 {
    background: #6c4f70;
}

.menu-b-verze .items3 {
    background: #757081;
}

.menu-b-verze .items4 {
    background: #58a4b0;
}

.menu-b-verze .dropdownMenu:after {
    font-family: 'FontAwesome';
    content: "\f0c9";
    position: absolute;
    right: 3px;
    bottom: 2px;
    color: white;
}

.menu-b-verze p.dropdownMenu-label {
    position: absolute;
    display: block;
    color: #FFF;
    top: 10px;
    margin: 0 0 0 5px;
    padding: 0px;
    line-height: 0;
    font-weight: 600;
    cursor: default;
}




@media (max-width: 500px) {
    /*CC Menu*/
    .clientCardMenu {
        position: absolute;
    }

    #snippet-mainMenu-, .menu-b-verze #snippet-mainMenu- {
        min-width: auto;
        width: 100%;
        position: absolute;
        left: 0;
        right:0;
    }

    #header-wrapper, .menu-b-verze #header-wrapper {
        min-width: 1400px;
    }

    .items1 {
        background: #39324b;
    }

    .items2 {
        background: #6c4f70;
    }

    .items3 {
        background: #757081;
    }

    .items4 {
        background: #58a4b0;
    }

    .dropdownMenu:after, .menu-b-verze  .dropdownMenu:after {
        position: absolute;
        left: 3px;
        right: 3px;
        bottom: 2px;
        color: white;
    }

    .mainMenu, .mainMenu.menu-b-verze {
        position: absolute;
        min-width: auto;
    }

    .dropdownMenu, .menu-b-verze .dropdownMenu {
        width: 100%;
        margin: 0;
        display: block;
        min-height: 20px;
        cursor: pointer;
    }

    .dropdownMenu ul, .menu-b-verze .dropdownMenu ul {
        display: none;
        margin: 0;
        z-index: 999;
    }

    .mainMenu {
        height: auto;
        max-height: none;
    }

    .dropdownMenu ul li, .dropdownMenu ul li a {
        width: 100% !important;
        position: relative !important;
        margin: 0 !important;
    }

    .dropdownMenu ul li, .menu-b-verze .dropdownMenu ul li {
        border-left: none;
    }

    .dropdownMenu ul li a:before, .menu-b-verze .dropdownMenu ul li a:before {
        font-family: "FontAwesome";
        content: "\f0c8";
        font-size: 7px;
        position: absolute;
        left: 18px;
        top: 6px;
    }

    .dropdownMenu.clicked ul, .menu-b-verze .dropdownMenu.clicked ul {
        display: block;
        margin: 0px;
    }

    .nav-items.dropdownMenu:not(:first-child):before, .menu-b-verze .nav-items.dropdownMenu:not(:first-child):before {
        content: "";
        top: 0;
        display: block;
    }

    p.dropdownMenu-label, .menu-b-verze p.dropdownMenu-label {
        display: block;
        line-height: 4;
        padding-left: 25px;
        color: #FFF;
        margin: 0 0 0 5px;
        font-weight: 600;
        cursor: pointer;
    }

    ul.mainMenu1 li, ul.mainMenu2 li, ul.mainMenu3 li, ul.mainMenu4 li {
        border-bottom: none !important;
        border-top: none !important;
        border: #5C5C5C !important;
        height: 30px;
    }

    ul.mainMenu1 li a, ul.mainMenu2 li a, ul.mainMenu3 li a, ul.mainMenu4 li a {
        padding-left: 30px !important;
        height: 30px;
        padding-top: 5px;
    }
}

@media (min-width: 500px) {
    .menu_hide-anim {
        max-height: 0 !important;
        transition: max-height 0.5s ease-out;
        overflow: hidden;
    }

    .menu_show-anim {
        transition: max-height 0.5s ease-in;
        overflow: hidden;
    }

    .menu-b-verze.menu_hide-anim {
        transition: none;
        display: none;
        overflow: unset;
    }

     .menu-b-verze.menu_show-anim {
        display: block;
         transition: none;
         overflow: unset;
    }

    .menu-b-verze.menu_hide-anim {
        transition: none;
        display: none;
        overflow: unset;
    }

    .menu-b-verze.menu_show-anim {
        display: block;
        transition: none;
        overflow: unset;
    }
}

