/* mujeurest - 27.9. 11:23 */

.horni-panel {
    position: relative;
}

.stredni-panel {
    top: 0;
}

.levy-panel {
    z-index: 9
}

.warp {
    position: relative;
    overflow-x: hidden;
    height: auto;
    min-height: 100%;
    /*
    background: red;
    z-index: 1;
*/
    width: 100%;
}

html, body {
    height: 100%;
}

.pravy-panel {
    overflow: visible;
    z-index: 1;
    top: 0;
}

.pod-pravym {
    display: none;
}

.pravy-panel:after {
    content: '';
    background: #9b033b;
    width: 250px;
    display: block;
    height: 100%;
    position: fixed;
    z-index: -99999;
    margin-left: -20px;
    top: 0;
}

.order-actions {
    margin: 16px 0px;
}

table.jidlo-mini tr td {
    max-width: 320px;
    /*min-width: 67px;*/
    padding: 5px;
}

/* mujeurest - 23.9. 10:00 */


.eu-cookies a {
    color: white;
}

.eu-cookies {
    position: fixed;
    left: 0;
    width: 100%;
    color: white;
    background-color: #000000;
    z-index: 9999999;
    text-align: center;
    bottom: 0;
    padding: 19px;
    top: auto;
}

    .eu-cookies button {
        background: white;
        /* margin-top: 16px; */
        color: black;
        margin: 15px;
        border: 0;
        border-radius: 2px;
    }

        .eu-cookies button:hover {
            background: #656565;
            color: white;
        }


/* klient */


.col-sm-4.chart {
    width: 48%;
    margin-bottom: 2.1%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 40px;
    margin-right: 2%;
    padding-right: 40px;
}

    .col-sm-4.chart canvas {
        height: 300px !important;
    }

.col-sm-12.chart canvas {
    height: 300px !important;
}

.grafy.client h4 {
    margin-bottom: 30px;
}

@media screen and (max-width:1000px) {
    .col-sm-4.chart {
        width: 100%;
    }

    canvas {
        display: block;
    }
}


/*----*/


.ios .pravy-panel,
.android .pravy-panel {
    cursor: pointer;
}

.menu > ul > li {
    padding: 20px 1%;
}

.ios .stredni-panel,
.android .stredni-panel {
    cursor: pointer;
}

.menu-open1:hover {
    background: #9b033b;
    color: white;
}

.close-leva {
    background: #9b033b;
    /* width: 40px; */
    text-align: center;
    padding: 0px 17px;
    font-size: 40px;
    right: -56px;
    position: absolute;
    display: none;
    z-index: 99999999;
    cursor: pointer;
    line-height: 132%;
    padding-bottom: 3px;
}

    .close-leva:hover {
        background: #a4cd00;
    }


@media screen and (max-width:1250px) {

    .menu-open1 {
        display: block;
        color: #9b033b;
        padding: 20px;
        font-size: 15px;
        font-weight: bold;
        float: left;
        text-transform: uppercase;
        border-right: 1px solid #eeeeee;
        position: relative;
        z-index: 99999999;
        cursor: pointer;
    }

    .zavod {
        line-height: 29px;
        margin-top: 0px;
        padding: 5px 15px;
        font-size: 4vw;
    }

    .welcome {
        padding: 5px 15px;
        font-size: 16px;
    }
}

@media screen and (min-width:1250px) {

    .menu-open1,
    .close-leva {
        display: none !important;
    }
}


.menu_main,
.menu-open,
.close {
    display: none;
}

form > label {
    color: #9b033b;
}

div#login-content {
    position: relative;
    z-index: 0;
}

@media screen and (max-width: 1050px) {

    h1 {
        font-size: 20px;
        /* margin: 0px; */
        /* padding: 0; */
        padding-left: 20px;
        margin-top: 62px;
    }

    /*EUREST*/
    /*.logo {
        margin: 20px;
        width: 87px;
        background-size: 240px;
        background-position: -148px -21px;
        height: 63px;
        margin-right: 0px;
    }*/

    /*DELIREST*/
    .logo {
        margin: 20px;
        background-position: 0px 0px;
        margin-right: 0px;
    }

    nav {
        margin-top: 62px;
        margin-right: 20px;
    }

        nav a {
            font-size: 15px
        }
}

@media screen and (max-width: 878px) {

    nav ul li {
        margin: 6px;
    }
}

@media screen and (max-width: 822px) {

    h1 {
        margin-bottom: 4px;
        margin-top: 59px;
    }

    nav {
        margin-top: 5px;
        float: left;
        margin-left: 34px;
    }
}


@media screen and (max-width: 700px) {

    /*EUREST*/
    /*.logo {
        margin: 15px;
        width: 87px;
        background-size: 240px;
        background-position: -148px -21px;
        height: 63px;
        margin-right: 20px;
    }*/

    /*DELIREST*/
    .logo {
        margin: 15px;
        height: 63px;
        margin-right: 25px;
    }

    h1 {
        font-size: 18px;
        margin: 0px;
        padding: 0;
        padding-left: 20px;
        margin-top: 56px;
    }

    nav {
        margin: 0;
        float: left;
        margin-left: 15px;
        margin-bottom: 20px;
        margin-top: 14px;
    }

        nav ul li {
            margin-bottom: 6px;
            display: inline-block;
            margin: 0;
            margin-right: 5px;
        }

        nav a {
            font-size: 15px;
        }

    .login {
        width: 385px;
        padding: 40px 35px;
    }
}

@media screen and (min-width:890px) {

    .menu {
        display: block !important;
    }
}

@media screen and (max-width:890px) {

    div#context-switcher {
        overflow: auto;
    }

    .menu_main,
    .menu-open,
    .menu-open1,
    .close {
        display: block;
    }

    .levy-panel {
        left: -230px;
        z-index: 9999999999;
    }

    .menu_main {
        background: #9b033b;
        padding: 15px;
        font-size: 20px;
        border-bottom: 1px solid #6a0c2d;
        right: 30px;
        position: fixed;
        top: 29px;
        font-weight: bold;
        cursor: pointer;
        color: white;
        z-index: 999999;
    }


    .left-panel {
        width: 100%;
        float: none;
        margin-right: 0;
    }


    .menu_main:hover {
        background: #a4cd00;
    }

    .login {
        position: relative;
        z-index: 0;
    }

    .menu-wrap {
        width: 100%;
        height: 100%;
        display: table;
        position: fixed;
        left: 0;
        top: 0;
    }

    nav ul li a {
        font-size: 20px;
    }

    nav ul {
        /* display: none; */
        position: fixed;
        top: 0;
        left: 0;
        text-align: center;
        background: #9b033b;
        width: 100%;
        z-index: 999;
        display: table-cell;
        vertical-align: middle;
        height: 100%;
        position: relative;
    }

    ul {
    }

    nav ul li {
        display: block;
        padding: 10px;
    }

    nav {
        /* display: table; */
        /* height: 100%; */
        /* width: 100%; */
        /* float: none; */
        /* vertical-align: middle; */
        /* position: fixed; */
        /* left: 0; */
        /* top: 0; */
        /* padding: 0; */
        /* margin: 0; */
        display: none;
    }

    a.selected {
    }

    /*EUREST*/
    /*h1 {
        width: 160px;
        margin-top: 34px;
    }*/

    /*DELIREST*/
    h1 {
        width: 160px;
        margin-top: 40px;
    }

    footer {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .table {
        display: table;
        width: 100%;
        height: calc(100% - 145px);
        /*min-width: 1000px;*/
    }

    header .table {
        min-width: 0;
    }

    .menu {
        position: fixed;
        left: 0;
        z-index: 99999999999;
        display: block;
        background: white;
        height: 100%;
        top: 0px;
        display: none;
    }

    .dolni {
        height: 60px;
        position: relative;
    }

    .horni-panel {
        position: static;
        /* border-bottom: 0; */
        /* position: relative; */
        /* z-index: 999; */
        padding-left: 0;
    }

    .menu ul li {
        display: block;
    }

    ul.topnav {
        height: 100%;
    }

    .menu ul li {
        line-height: 26px;
        font-size: 16px;
    }

        .menu ul li:hover a + ul.submenu, ul.submenu:hover {
            position: relative;
            width: 100%;
            margin-top: 19px;
            background: none;
        }

    .menu ul.submenu li {
        /* line-height: 20; */
        text-align: left;
        border: 0;
        border-top: 2px solid white;
        width: 100%;
    }

    .menu ul {
        padding-top: 80px;
        overflow-y: auto;
        height: 100%;
    }

    /* .menu ul:before {content: 'Ãƒâ€”';padding: 5px 20px;position: fixed;background: #9f0e44;color: white;font-size: 40px;right: 10px;top: 10px;padding-top: 0;} */

    .logo-wrap {
        height: 130px;
    }

    .logo.logo-color {
        margin: 17px 50px;
        width: 134px;
    }

    .gradient {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+30,ffffff+75&amp;1+28,0+75,0+75 */ /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjEwMCUiIHkyPSIwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjI4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 28%, rgba(255,255,255,0.96) 30%, rgba(255,255,255,0) 75%); /* FF3.6+ */
        background: -webkit-gradient(linear, left bottom, right top, color-stop(28%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,0.96)), color-stop(75%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 28%,rgba(255,255,255,0.96) 30%,rgba(255,255,255,0) 75%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(45deg, rgba(255,255,255,1) 28%,rgba(255,255,255,0.96) 30%,rgba(255,255,255,0) 75%); /* Opera 11.10+ */
        background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 28%,rgba(255,255,255,0.96) 30%,rgba(255,255,255,0) 75%); /* IE10+ */
        background: linear-gradient(45deg, rgba(255,255,255,1) 0,rgba(255,255,255,0.96) 33%,rgba(255,255,255,0) 138%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
    }

    li.print-tab {
        display: block;
        height: 45px;
        margin-bottom: 10px;
    }

    li.menu-view-type-tab {
        display: block;
        height: 45px;
        margin-bottom: 10px;
    }

    .tabs li.filter-tab h2 {
        margin-right: 0;
        font-size: 18px;
    }

    li.print-tab button {
        text-align: left;
        left: 0;
        right: auto;
        float: none !important;
    }

    li.menu-view-type-tab {
        text-align: left;
        left: 0;
        right: auto;
        float: none !important;
    }

    .stredni-panel {
        padding: 6px;
        top: 0;
        margin: auto;
    }

    .pod-pravym {
        z-index: -1;
        display: none;
    }

    .pravy-panel {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        top: 0;
    }

    .stredni-panel.full-width {
        /* top: -50px; */
        /* width: 100%; */
        /* min-width: 100%; */
        padding: 6px;
        top: 0;
        margin-left: 0;
    }

    div#boarding {
        width: 100%;
    }

    .menu-open1 {
        /* color: #9b033b; */
        padding: 15px 20px;
        font-size: 20px;
        font-weight: bold;
        float: left;
        text-transform: uppercase;
        border-right: 1px solid #eeeeee;
        z-index: 999;
    }

    .menu-open {
        /* background: #3d3d3d; */
        padding: 15px 20px;
        font-size: 20px;
        color: white;
        font-weight: bold;
        /* float: right; */
        float: left;
        color: #9b033b;
        text-transform: uppercase;
        border-right: 1px solid #eeeeee;
    }

        .menu-open:hover {
        }

    .panel-main {
        padding: 15px;
        overflow-x: auto !important;
    }

    table.jidlo-mini {
        overflow-x: scroll;
        min-width: 450px;
    }

    .pp-select {
    }

    .menu-select {
    }

    h2 {
        font-size: 20px;
    }

    table.jidlo-mini td {
        /* display: block; */
    }

    table.jidlo-mini tr {
        /* display: block; */
        /* border: 1px solid #9b033b; */
        /* margin-bottom: 10px; */
    }

    td.type {
        border: 0;
    }

    table.jidlo-mini tr td {
        /* border: 0; */
        /* border-bottom: 1px solid #eee; */
        min-width: 70px;
    }

        table.jidlo-mini tr td.type {
            /* border: 0; */
        }

    table img {
        padding: 5px;
        margin: 0;
    }

    thead {
        /* display: none; */
    }

    table.jidlo-mini thead {
        /* display: none; */
    }

    /*table.jidlo-mini tr td {
    max-width: 320px;
    min-width: 67px;
}*/

    button .btn.btn-print2.btn-default.pull-right {
        float: none !important;
        margin-bottom: 20px;
    }

    div#context-switcher .table {
        min-width: 0;
    }

    .menu-open:hover,
    .menu-open1:hover {
        background: #a4cd00;
        color: black;
    }

    ul.submenu {
        padding-top: 0;
    }

    .menu .close {
        padding: 5px 15px;
        position: fixed;
        background: #9f0e44;
        color: white;
        font-size: 40px;
        right: 10px;
        top: 10px;
        padding-top: 0;
        float: none;
        font-weight: normal;
        line-height: 100%;
        opacity: 1;
    }
}

.menu .close:hover {
    background: #a4cd00;
}

header + .table {
    min-width: 0;
}

.print-buttons .btn.btn-print2 {
    z-index: 1;
}

@media screen and (max-width: 1250px) {
    .horni-panel {
        padding-left: 20px;
    }
}


@media screen and (max-width: 1250px) {
    .stredni-panel {
        margin-right: 40px;
        margin-left: 20px;
    }
}

@media screen and (max-width:1550px) {

    .pravy-panel, .pod-pravym {
        right: -210px;
        transition: all ease 0.5s;
    }

        .pravy-panel:hover, .pod-pravym:hover {
            right: 0;
        }

    .stredni-panel {
        margin-right: 40px
    }
}

@media screen and (max-width:1134px) {

    h1 {
        /* margin: 0; */
        /* padding: 0; */
        /* margin-top: 97px; */
        /* font-size: 24px; */
        padding-left: 20px;
    }

    .logo {
        margin-right: 0px;
    }

    /*DELIREST*/
    /*.logo {
    }*/

    nav {
        margin-right: 10px;
    }

    .left-panel.left-panel-35 {
        width: 100%;
    }

    .right-panel {
        width: 100%;
    }
}

@media screen and (max-width:890px) {
    .pravy-panel:after {
        display: none;
    }
    /*
select {
    font-size: 15px!important;
}
*/
}
