@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=latin,latin-ext);

html {
    /*min-width: 1260px;*/
}

body.auth {
    /*background: #F7F7F7;*/
    overflow-x: hidden;
}

body:not(.auth) {
    background: #F7F7F7;
    overflow-x: hidden;
}

/* heading overlay */

.heading-overlay {
    visibility: collapse;
    height: 0px;
}

.levy-panel {
    background: #0062AB;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    min-height: 100%;
    overflow: auto;
    color: white;
    font-size: 20px;
    padding-bottom: 50px;
}

.pravy-panel {
    background: #0062AB;
    position: absolute;
    right: 0;
    top: 250px;
    width: 250px;
    overflow: auto;
    padding: 20px;
    min-height: 100%;
    color: white;
    z-index: 5;
}

.horni-panel {
    padding-left: 250px;
    height: 250px;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid silver;
    border-left: 1px solid silver;
    /* background: white; */
    z-index: 2;
}

    .horni-panel.full-width-no-left-panel {
        padding-left: 0px;
    }

.stredni-panel {
    margin-left: 250px;
    margin-right: 250px;
    padding: 30px;
    top: 250px;
    background: #F7F7F7;
    position: relative;
    height: 100%;
}

    .stredni-panel.full-width {
        margin-right: 0;
    }

    .stredni-panel.full-width-no-left-panel {
        margin-left: 0;
    }

.footer-panel-contact {
    position: absolute;
    color: #FFF;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    text-wrap: normal;
    font-size: 14px;
    margin-left: 40px;
    margin-right: 40px;
}

    .footer-panel-contact a {        
        text-decoration: underline;
    }

/*DELIREST*/
.logo.logo-color {
    background-position: -56px -17px;
    margin: 75px 57px;
}

.logo-wrap {
    background: white;
    height: 250px;
    border-right: 1px solid silver;
    z-index: 10;
    position: relative;
}


.info {
    padding: 20px;
}

    .info p {
        padding: 0;
        margin: 0;
    }

.kdo {
    font-weight: bold;
}

.stravnik {
    margin-bottom: 10px;
}

.stripe {
    background: #004D86;
    height: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
}

a.ucet {
    color: white;
    font-weight: bold;
    margin-left: 4px;
    text-decoration: underline;
}

span.infotool {
    background: #E6007E;
    font-size: 18px;
    text-align: center;
    border-radius: 100%;
    margin-left: 5px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: inline-block;
}

    span.infotool:hover {
        background: black;
    }

a.ucet:hover {
    text-decoration: none;
    color: #E8E8E8;
}

.button {
    width: 100%;
    text-align: center;
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    background: #148926;
    border-bottom: #005d0e 3px solid;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 14px;
}

p.relace {
    font-size: 15px;
    padding: 0 20px;
}

h3 {
    font-size: 23px;
    margin-bottom: 13px;
}

.otviracka {
    padding: 20px;
    border-top: 2px solid #004D86;
}

    .otviracka table td {
        border-right: 0;
    }

table {
    width: 100%;
}

    table td {
        padding: 5px;
    }

    table tr.light {
        color: darkgray;
    }

        table tr.light a {
            color: darkgray;
            text-decoration: underline;
        }

.adresa {
    padding: 20px;
    border-top: 2px solid #004D86;
}

.button.pink {
    background: #E6007E;
    border-color: #9C0056;
}

    .button.pink:hover {
        background: #383838;
        border-top: 3px solid black;
        border-bottom: 0;
    }

.button:hover {
    background: #383838;
    border-top: 3px solid black;
    border-bottom: 0;
    color: #fff;
}

.horni {
    height: 190px;
    border-bottom: 1px solid silver;
    background: white;
}

.menu ul li {
    display: inline;
    line-height: 60px;
    font-size: 17px;
    padding: 18px 0;
    border-right: 1px solid silver;
    position: relative;
}

.menu ul.submenu li {
}

    .menu ul.submenu li button {
        width: 100%;
        height: 60px;
        padding: 18px 0;
        border: none;
        border-right: 1px solid silver;
    }

.menu ul {
    margin: 0 0 -1px 0px;
    padding: 0;
    width: 100%;
    display: block;
    height: 60px;
}

.menu {
    width: 100%;
    position: relative;
    z-index: 99999;
}

    .menu ul.submenu {
        display: none;
        background: #0062AB;
        height: auto;
        width: 300px;
        margin-top: -1px;
    }

    .menu ul li a:hover {
        background: #0062AB;
        color: white;
    }

    .menu ul li a {
        padding: 18px 20px;
        /* border-right: 1px solid silver; */
        font-weight: bold;
        text-transform: uppercase;
    }

    .menu ul li:hover {
        background: #0062AB;
    }

        .menu ul li:hover a + ul.submenu, ul.submenu:hover {
            display: block;
            position: absolute;
            left: 0;
        }

    .menu > ul > li {
        padding: 20px;
    }

        .menu > ul > li div.dropdown-icon {
            visibility: collapse;
            display: inline-block;
        }

    .menu ul.submenu li {
        display: list-item;
        text-align: center;
        color: white;
        border-top: 1px solid;
        line-height: 30px;
        padding: 0;
        list-style: none;
    }

        .menu ul.submenu li a {
            color: white;
            width: 100%;
            background: #0062AB;
            display: block;
        }

            .menu ul.submenu li a:hover {
                background: black;
            }

    .menu ul li:hover a {
        color: white;
    }

.welcome {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 30px;
    color: #0062AB;
}

.zavod {
    font-weight: bold;
    font-size: 55px;
    text-transform: uppercase;
    color: #0062AB;
    padding: 28px;
}

.obr {
    position: absolute;
    width: 60%;
    right: 0;
    height: 189px;
    top: 0;
    background: red;
    z-index: 0;
    opacity: 0.7;
}

.imaaz {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: top left !important;
}

.gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 58%;
    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) 28%,rgba(255,255,255,0.96) 30%,rgba(255,255,255,0) 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.panel-main {
    background: white;
    border: 1px solid #DEDEDE;
    padding: 30px;
    margin-bottom: 20px;
    position: relative;
    overflow: auto;
}

    .panel-main.jidelnice-mini {
        padding-top: 0px;
    }

h2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0062AB;
}

    h2 .pink {
        color: #E6007E;
    }

h3 {
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #0062AB;
}

    h3 .pink {
        color: #E6007E;
    }

h2 .ee {
}

table th, table td, table tr {
    margin: 0;
    padding: 0;
    /* line-height: 80px; */
    font-size: 16px;
    vertical-align: middle;
    padding: 10px;
}

table th {
    color: #E6007E;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0;
    margin: 0;
    line-height: 32px;
}

th {
}

table img {
    /* margin-top: 10px; */
    display: table-cell;
    margin: auto;
}

table .action > img {
    /* margin-top: 10px; */
    display: initial;
    margin: auto;
}

table .action {
    font-size: 14px;
    display: inline-block;
}

.action.in-exchange {
    color: #ccc;
}

table tr:hover {
    background: #F7F7F7;
}

.dolni {
    background: white;
    border-bottom: 1px solid silver;
}

.vitejte-v {
    position: relative;
    z-index: 2;
}

.panel-main .button {
    width: auto;
    display: inline;
    padding: 10px 20px;
    display: inline-block;
}

table.jidlo-mini {
    margin-bottom: 0px;
}

.message {
    background: #0062AB;
    color: white;
    width: 400px;
    text-align: center;
    padding: 40px;
}

    .message.algn-left {
        text-align: left;
    }

    .message h2 {
        color: white;
        padding: 0;
        margin: 10px 0;
    }

    .message input {
        color: #000;
    }

        .message input[type="submit"] {
            padding: 10px;
            margin-bottom: 0;
            color: #fff;
        }

.button.right {
    margin: 0; /* padding: 10px; */
    float: right;
    position: relative;
    margin-top: 13px;
}

.pravy-panel h2 {
    color: white;
}

.pravy-panel .button {
    padding: 10px;
}

.aktualita {
    border-top: 2px solid #004D86;
    padding-top: 25px;
}

    .aktualita a {
        color: #fff;
    }

footer {
    display: none;
}

.otviracka table td {
    padding: 0;
    margin: 0;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #004D86;
}

.otviracka table tr:hover {
    background: #004D86;
}

.otviracka table {
    margin-bottom: 13px;
}

.pod-pravym {
    background: #0062AB;
    position: fixed;
    width: 250px;
    height: 100%;
    right: 0;
    top: 0;
}

.novinka {
    max-width: 800px;
}

    .novinka img {
        max-width: 800px;
    }

.text {
    padding: 30px;
    font-size: 15px;
    line-height: 150%;
}

.novinka .datum {
    margin-bottom: 20px;
    color: #E6007E;
}

table.jidlo-mini.jidelnicek td.fotka {
    width: 200px;
    padding: 0;
    height: 100px;
    padding: 0;
}

table.jidlo-mini td strong {
    white-space: nowrap;
}

td.fotka img {
    margin: 0;
    max-width: 240px;
}

table.jidlo-mini.jidelnicek td {
    padding: 7px;
    border-left: 1px solid whitesmoke;
    text-align: center;
}

table.jidlo-mini tr.active td.line-1 {
    border-bottom: 1px solid #EEEEEE;
}

table.jidlo-mini tr.active td.line-2 {
    border-top: 1px solid #EEEEEE;
}

table.jidlo-mini.jidelnicek td.type img {
    background: #fff;
    border-radius: 100%;
    padding: 1px;
}

table.jidlo-mini tr.active {
    /*background: #c4eed8;*/
    /*border: 1px solid red;*/
}

    table.jidlo-mini tr.active td {
        border-top: 1px solid #b7e4be;
        border-bottom: 1px solid #b7e4be;
        background: #d3ebd7;
    }

table.jidlo-mini tr td {
    border: 1px solid #eee;
}

    table.jidlo-mini tr td a.detail {
        color: #000000;
        cursor: pointer;
    }

    table.jidlo-mini tr td a.detail-allergens {
        cursor: pointer;
    }

span .select-styl {
    margin-right: 20px;
    line-height: 30px;
}

table.jidlo-mini.jidelnicek {
    margin-top: 20px;
}

table.jidlo-mini.jidelnicek {
    margin-bottom: 50px;
}

.button.blue {
    background: #0062AB;
    border-color: #004D86;
}

@media screen and (max-width:1250px) {

    .pravy-panel, .pod-pravym {
        right: -210px;
        transition: all ease 0.5s;
    }

    .levy-panel {
        left: -210px;
        transition: all ease 0.5s;
    }

    .pravy-panel:hover, .pod-pravym:hover {
        right: 0;
    }

    .levy-panel:hover {
        left: 0;
    }

    .stredni-panel {
        margin-right: 40px;
    }
}

.select-styl {
    font-size: 15px;
    padding: 9px;
    padding-left: 0;
}

    .select-styl strong {
        margin-right: 10px;
    }

    .select-styl input {
        width: 100%;
        max-width: 400px;
        padding: 7px;
    }

    .select-styl textarea {
        margin-bottom: 10px;
        box-sizing: border-box;
        max-width: 100%;
        height: 100px;
        padding: 11px;
        position: relative;
        z-index: 0;
    }

table td {
    border-right: 1px solid #EEEEEE;
    padding-left: 2%;
}

    table td:last-child {
        border-right: 0;
    }

.buttons {
    margin: 30px 0;
}

table {
    margin-bottom: 50px;
    margin-top: 10px;
}

span.select-input strong {
    display: block;
    /* text-transform: uppercase; */
    color: #E6007E;
    font-size: 15px;
    margin-bottom: 5px;
}

span.select-input input,
span.select-styl input[type="text"] {
    margin-bottom: 17px;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    border: 0;
    background: whitesmoke;
    border-top: 1px solid silver;
}

div.select-input strong {
    display: block;
    /* text-transform: uppercase; */
    color: #E6007E;
    font-size: 15px;
    margin-bottom: 5px;
}

div.select-input input,
div.select-styl input[type="text"] {
    margin-bottom: 17px;
    padding: 10px;
    width: 100%;
    font-size: 15px;
    border: 0;
    background: whitesmoke;
    border: 1px solid silver;
}

.left-panel {
    width: 50%;
    float: left;
    margin-right: 30px;
}

    .left-panel.left-panel-35 {
        width: 35%;
    }

.right-panel {
    overflow: hidden;
}

input[type="checkbox"] {
    width: auto;
    margin-right: 13px;
}

.block {
    display: block;
}

hr {
    margin-top: 50px;
    margin-bottom: 40px;
    display: block;
}

input.green {
    background: green;
    border-bottom-color: #005D00;
}

div.butons {
    clear: both;
    display: block;
    position: relative;
    min-height: 60px;
}

.info a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (max-width:1250px) {

    .pravy-panel, .pod-pravym {
        right: -210px;
        transition: all ease 0.5s;
    }


    .levy-panel {
        left: -210px;
        transition: all ease 0.5s;
        z-index: 999;
    }

    .horni-panel {
        padding-left: 40px;
    }

    .pravy-panel:hover, .pod-pravym:hover {
        right: 0;
    }

    .levy-panel:hover {
        left: 0;
    }


    .stredni-panel {
        margin-right: 40px;
        margin-left: 40px;
    }
}

.info-message {
    background: #E6007E;
    margin: 0px 0px;
    margin-bottom: 20px;
    padding: 15px 20px;
    font-size: 18px;
    color: #fff;
}

    .info-message.error {
        background: red;
        color: #fff;
    }

    .info-message .fa {
        font-size: 25px;
        vertical-align: -2px;
    }

.tabs .select-form {
    padding: 10px 0;
}

    .tabs .select-form select {
        padding: 10px;
        border-color: #DEDEDE;
    }

    .tabs .select-form form {
        margin: 0;
    }


@media screen and (max-width:960px) {

    .jidlo-mini .fotka img {
        max-width: 120px;
    }
}

.levy-panel h3, .pravy-panel h3 {
    color: #fff;
}

.panel.panel-default {
    padding: 0 !important;
}

.panel-title > a {
    color: #0062AB !important;
    text-decoration: none;
}

td.addjidlo a {
    /* background: red; */
    display: block;
    padding: 15px;
    color: black;
    line-height: 32px;
    font-weight: bold;
    text-transform: uppercase;
}

td.addjidlo img {
    margin-right: 9px;
}

td.addjidlo img {
    display: inline;
}

.vyber label {
    display: inline-block;
    margin-right: 20px;
}

    .vyber label input {
        display: inline-block;
        width: auto;
    }

.add-menuitem select {
    display: block;
    padding: 10px;
    width: 100%;
    color: #000;
}

h4 {
    color: #0062AB;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.clear {
    clear: both;
}

.tab-action .fa-stack {
    font-size: 10px;
}

.grid {
    position: relative;
}

    .grid .item th {
    }

    .grid .item td {
        vertical-align: middle;
        border-bottom: 1px solid #ddd;
    }

        .grid .item td:first-child,
        .grid .item .field-id,
        .grid .item-action {
            width: 1%;
            vertical-align: middle;
        }

    .grid .item .field-id {
        color: #aaa;
    }

    .grid .item-action:hover {
        background: #fff;
    }

    .grid .no-items .alert {
        margin-bottom: 0;
    }

.grid-leftPanel {
    float: left;
    border: solid 1px #ddd;
}

.grid-table {
    border: solid 1px #ddd;
    padding: 1px;
}

.grid-table-offset {
    margin-left: 235px;
}

.grid-warning {
    margin-bottom: auto !important;
}

.modal-footer {
    margin-top: 0;
}

.modal-body select.boarder-groups {
    width: 250px;
    position: absolute;
    right: 300px;
    top: 41px;
}

.modal-header + .modal-footer {
    border-top: 0;
}

.modal-preview {
    margin-left: 15px;
    margin-right: 15px;
}

.grid .add-new-button {
    position: absolute;
    top: 20px;
    right: 20px;
}

.grid .search-button {
    position: absolute;
    top: 5px;
    right: 45px;
}

.field-BoarderModules {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dashed #ddd;
}

    .field-BoarderModules + .form-group {
        padding-top: 20px;
        border-top: 1px dashed #ddd;
    }

.field-FactoryAdminModules + .form-group {
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.field-FactoryRules + .form-group {
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.pp-select {
    display: inline-block;
    /*margin-left: 15px;*/
}

    .pp-select select {
        /*border: none;*/
    }

.menu-select {
    display: inline-block;
    /*margin-left: 15px;*/
}

    .menu-select select {
        /*border: none;*/
    }

.menu-view-type-select {
    display: inline-block;
    /*margin-left: 15px;*/
}

    .menu-view-type-select select {
        /*border: none;*/
    }

.panel-filter h2 {
    margin: 0;
    display: inline-block;
}

.panel-filter .user-select,
.panel-filter .factory-select,
.panel-filter .menu-select,
.panel-filter .pp-select,
.panel-filter .menu-view-type-select {
    display: inline-block;
    margin-left: 0px;
    /*height: 33px;*/
    padding: 8px;
    vertical-align: 2px;
    vertical-align: middle;
    /*line-height: 33px;*/
}

    .panel-filter .user-select select,
    .panel-filter .factory-select select,
    .panel-filter .menu-select select,
    .panel-filter .pp-select select,
    .panel-filter .menu-view-type-select select {
        font-weight: bold;
        padding: 8px;
        /*border: none;*/
        font-size: 25px;
        color: #E6007E;
        text-transform: uppercase;
    }


.back-to-context {
    margin-bottom: 20px;
    font-weight: bold;
}

    .back-to-context a {
        font-weight: bold;
    }

.factory-rules {
    padding: 0px;
    border: 1px solid #ddd;
}

    .factory-rules table {
        margin: 0;
    }

        .factory-rules table th {
            color: #444;
        }

        .factory-rules table tbody td {
            padding: 0 !important;
            border-bottom: 1px solid #ddd;
        }

    .factory-rules input {
        text-align: center;
        width: 100%;
        border: 0;
    }

    .factory-rules select {
        width: 150px;
        border: 0;
    }

    .factory-rules a {
        border: 0;
    }

.user-roles {
    padding: 0px;
    border: 1px solid #ddd;
}

    .user-roles table {
        margin: 0;
    }

        .user-roles table th {
            color: #444;
        }

        .user-roles table tbody td {
            padding: 0 !important;
            border-bottom: 1px solid #ddd;
        }

    .user-roles input {
        text-align: center;
        width: 100%;
        border: 0;
    }

    .user-roles select {
        border: 0;
    }

    .user-roles a {
        border: 0;
    }

.field-MenuDateFromTarget input {
    margin-top: 5px;
}

.checkbox-group-buttons {
    margin-bottom: 5px;
    padding: 5px;
    border-bottom: 1px solid #eee;
}

.typeahead {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    margin: 0 0px;
    border: 1px solid silver;
    max-height: 300px;
    overflow-y: auto;
    z-index: 5;
}

    .typeahead a {
        display: block;
        padding: 5px 10px;
        text-decoration: none;
    }

        .typeahead a:hover {
            background: #eee;
        }

        .typeahead a + a {
            border-top: 1px dotted silver;
        }

.form-inline .form-group label {
    padding: 0 10px 0 15px;
}

.stats-table {
    margin-top: 30px;
}

.field-group, .field-group-left, .field-group-right {
    position: relative;
}

.field-group-left {
    float: left;
    margin-left: 3px;
}

.field-group-right {
    float: right;
    margin-right: 3px;
}

.input-group #field-MatchKey {
    width: 500px;
}

.input-group #field-RegEmail {
    width: 500px;
}

.nav-pagination {
    margin-top: 0;
    width: 100%;
    text-align: right;
}

.minWidth27x {
    min-width: 27px !important;
}

.maxWidth27x {
    max-width: 27px !important;
}

.minWidth80x {
    min-width: 80px !important;
}

.minWidth95x {
    min-width: 95px !important;
}

.maxWidth95x {
    max-width: 95px !important;
}

.maxWidth225x {
    max-width: 225px !important;
}

.maxWidth350x {
    max-width: 350px !important;
}

.maxWidth400x {
    max-width: 400px !important;
}

.maxWidth600x {
    max-width: 600px !important;
}

.maxWidth800x {
    max-width: 750px !important;
}

.width1 {
    width: 1px !important;
}

.width3p {
    width: 3%;
}

.width5p {
    width: 5%;
}

.width10p {
    width: 10%;
}

.width12p {
    width: 12%;
}

.width15p {
    width: 15%;
}

.width25p {
    width: 25%;
}

.width33p {
    width: 33%;
}

.width40p {
    width: 40%;
}

.width48p {
    width: 48%;
}

.width50p {
    width: 50%;
}

.width60p {
    width: 60%;
}

.width70p {
    width: 70%;
}

.width100p {
    width: 100% !important;
}

.width23x {
    width: 23px;
}

.width28x {
    width: 28px;
}

.width55x {
    width: 55px;
}

.width75x {
    width: 75px;
}

.width95x {
    width: 95px;
}

.width125x {
    width: 125px;
}

.maxHeight170x {
    max-height: 170px;
}

.maxHeight270x {
    max-height: 270px;
}

.maxHeight500x {
    max-height: 500px;
}

.height20p {
    height: 20%;
}

.height25p {
    height: 25%;
}

.height33p {
    height: 33%;
}

.height50p {
    height: 50%;
}

.height56x {
    height: 56px;
}

.padding5x {
    padding: 5px;
}

.marginTopM20px {
    margin-top: -20px !important;
}
.marginTopM35px {
    margin-top: -35px;
}
.marginTopM55px {
    margin-top: -55px;
}
.marginTop3x {
    margin-top: 3px;
}
.marginTop8x {
    margin-top: 8px;
}
.marginLeft15x {
    margin-left: 15px;
}

.action.order.disabled {
    opacity: .3;
    cursor: default;
    pointer-events: none;
}

.action.order.completed {
    color: #a4cd00;
    cursor: default;
    pointer-events: none;
}

tr.order.completed {
    background: rgba(150, 255, 38, 0.3);
}

.order-actions {
    display: inline-block;
    vertical-align: 3px;
}

    .order-actions a + a {
        margin: 0 10px;
    }

    .order-actions .btn {
        padding: 5px 10px;
    }

.nodi {
    height: 0;
    transition: all 0.1s linear;
    padding-top: 0;
    padding-bottom: 0;
}

.di {
    height: auto;
    transition: all 0.1s linear;
}

.action.favorite .fa-star {
    color: #0062AB;
}

.in-exchange .label-warning {
    font-size: 12px;
    vertical-align: 4px;
}

.order-header {
    display: block;
    position: relative;
    height: 60px;
    width: 100%;
}

    .order-header ul {
        list-style: none;
        margin: 0;
        padding: 0;
        /*overflow: auto;*/
    }

    .order-header h3.warning {
        margin-top: 15px;
        color: #3D3D3D;
    }

div[class=order-header] ul li {
        color: #AAAAAA;
        display: block;
        position: relative;
        /*    float: left;*/
        height: 100%;
        width: 100%;
    }

    div[class=order-header] ul li input[type=radio] {
        position: absolute;
        visibility: hidden;
        /*margin-left: 15px;
    margin-right: 15px;*/
    }

    div[class=order-header] ul li label {
        font-weight: bold;
        font-size: 16px;
        color: #CCC;
        margin-left: 40px;
        margin-top: 5px;
        margin-bottom: 10px;
        height: 100%;
        cursor: pointer;
        transition: color .25s linear;
        -webkit-transition: all 0.25s linear;
    }

    div[class=order-header] ul li:hover label {
        color: #AAAAAA; /*#9b033b*/
    }

    div[class=order-header] ul li .order-selector-design {
        display: block;
        position: absolute;
        border: 4px solid #AAAAAA;
        border-radius: 100%;
        height: 25px;
        width: 25px;
        top: 30px;
        left: 10px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear;
    }

    div[class=order-header] ul li:hover .order-selector-design {
        border: 4px solid #AAAAAA; /*#9b033b*/
    }

    div[class=order-header] ul li .order-selector-design::before {
        display: block;
        position: absolute;
        content: '';
        border-radius: 100%;
        height: 9px;
        width: 9px;
        top: 4px;
        left: 4px;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

input[type=radio]:checked ~ .order-selector-design {
    border: 4px solid #AAAAAA; /* #9b033b; */
}

    input[type=radio]:checked ~ .order-selector-design::before {
        background: #AAAAAA; /* #9b033b; */
    }

input[type=radio]:checked ~ label {
    color: #AAAAAA; /* #9b033b; */
}

.ajax-spinner-container {
    background: rgba(255,255,255,0.9);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
}

    .ajax-spinner-container #ajax-spinner {
        position: absolute;
        width: 100%;
        top: 50%;
        color: #0062AB;
        margin-top: -25px;
        text-align: center;
    }

.rich-editor {
    min-height: 100px
}

.input-search {
    position: absolute;
    top: 20px;
    right: 65px;
}

    .input-search input {
        padding: 5px;
        padding-left: 30px;
    }

    .input-search .fa {
        margin: 0px 15px;
        position: absolute;
        left: -7px;
        top: 4px;
        color: #999;
        font-size: 20px;
    }

.star-rating {
    white-space: nowrap;
    cursor: pointer;
}

    .star-rating.cant-rate {
        white-space: nowrap;
        cursor: pointer;
        opacity: 0.3;
    }

.item-action.disabled {
    pointer-events: none;
    opacity: 0.3;
}

.disable {
    opacity: 0.5;
}

.chart {
    position: relative;
    padding: 0 5px;
}

.chart-wrapper {
    position: relative;
    width: 90%;
    margin: 0 5%;
}

.form-group .form-group-inner {
    margin-left: 15px;
    margin-right: 15px;
}

/*.form-group .button-meal-image-container {
    padding-left: 0px;
}*/
.button-meal-image-container .button-meal-image {
    margin-top: 0px;
    height: 33px;
    padding: 6px 3px 6px 3px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.button-meal-image-upload {
    background: #009839 !important;
}

.button-meal-image-delete {
    background: #9b033b !important;
}

.button-menu-item-delete {
    background: #9b033b !important;
}

.button-meal-image:hover {
    margin-top: 0px;
    height: 33px;
    padding-top: 4px;
    padding-bottom: 6px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #000 !important;
}

@media screen and (min-width:1251px) {

    .levy-panel {
        left: 0 !important;
    }
}

.warp-dark {
    background: #000;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.logout-button {
    cursor: pointer;
}

.modal.modal-wide .modal-dialog {
    /*width: 65%;*/
    max-height: 90%;
}

.modal-wide .modal-body {
    overflow-y: auto;
}

.order-amount-set input[type="text"] {
    height: 30px;
    width: 40px;
    border: 1px solid #9b033b;
    text-align: center;
}

.meal-ingredients {
    padding-left: 40px;
    padding-right: 40px;
}

    .meal-ingredients table {
        width: calc(100% - 10px);
    }

.meal-ingredients-list {
    overflow: scroll;
    height: 300px;
}

    .meal-ingredients-list img {
        width: 24px;
    }

.field-meal-ingredients {
    border: 1px solid #ccc;
    padding: 5px;
    height: auto;
    min-height: 50px;
    min-width: 150px;
    display: inline-block;
}

.field-meal-ingredients-notset .alert {
    margin-bottom: 0px !important;
}

.field-meal-ingredient {
    margin-right: 5px;
    margin-top: 3px;
    margin-bottom: 3px;
}

    .field-meal-ingredient button {
        margin-left: 3px;
        margin-top: -2px;
    }

/*Board styles (FULL)*/
.board {
    width: 100%;
    height: 100%;
}

    .board .header {
        background: rgb(61,61, 61);
        height: 12%;
        border-bottom: solid 1px rgb(151,151, 151);
    }

        .board .header .logo {
            margin-top: 5px;
        }

    .board h2 {
        font-size: 60pt;
        font-weight: bold;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #0062AB;
    }

    .board .pink {
        color: #E6007E !important;
    }

    .board .blue {
        color: #0062AB !important;
    }

    .board .menu-items {
        display: inline-block;
        width: 100%;
        height: 88%;
    }

    .board .menu-items-list {
        background: rgb(31,31,31);
        width: 50%;
        height: 100%;
        padding: 15px;
        border-right: solid 1px rgb(151,151, 151);
    }

        .board .menu-items-list table.list {
            border: solid 1px #383838;
            border-collapse: collapse;
            border-spacing: 0px;
        }

            .board .menu-items-list table.list tr:hover {
            }

                .board .menu-items-list table.list tr:hover td {
                    background: #0062AB;
                    color: #FFF;
                }

            .board .menu-items-list table.list tr.isSelected td {
                background: #0062AB;
                color: #FFF;
            }

            .board .menu-items-list table.list tr td {
                border: 1px solid #383838;
            }

            .board .menu-items-list table.list td {
                padding: 10px;
                font-size: 24pt;
                color: #ccc;
            }

    .board .menu-item-detail {
        width: 50%;
        padding: 15px;
    }

    .board .menu-item-image {
        position: relative;
        margin-top: 10px;
        margin-bottom: 25px;
    }

        .board .menu-item-image img {
            vertical-align: middle;
            max-height: 675px;
        }

        .board .menu-item-image .menu-item-image-promo {
            position: absolute;
            top: -25px;
            left: 0px;
            width: 35%;
            height: 100%;
        }

            .board .menu-item-image .menu-item-image-promo p {
                position: absolute;
                margin-left: auto;
                margin-right: auto;
            }

            .board .menu-item-image .menu-item-image-promo img {
                vertical-align: middle;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
            }

    .board .menu-item-parameters {
        border-top: solid 1px rgb(151,151, 151);
        padding-top: 15px;
    }

    .board .parameter {
        margin: 15px 15px 15px 15px;
    }

        .board .parameter .key {
            font-size: 35pt;
            color: #ccc;
            width: 30%;
        }

        .board .parameter .value {
            font-size: 35pt;
            color: #ccc;
            width: 70%;
        }

/*Board styles (SIMPLEHORIZONTAL)*/
.board-sh {
    width: 100%;
    height: 100%;
}

    .board-sh .pink {
        color: #E6007E !important;
    }

    .board-sh .blue {
        color: #0062AB !important;
    }

    .board-sh .menu-items {
        background: #000;
    }

    .board-sh .menu-items-list {
        width: 85%;
        padding: 10px 0px 10px 10px;
        max-height: 1040px;
    }

        .board-sh .menu-items-list table.list {
            border: solid 1px #383838;
            border-collapse: collapse;
            border-spacing: 0px;
        }

            .board-sh .menu-items-list table.list tr:hover {
                background: #000;
            }

                .board-sh .menu-items-list table.list tr:hover td {
                    background: #000;
                }

            .board-sh .menu-items-list table.list tr td {
                vertical-align: top;
                border: 3px solid #383838;
            }

            .board-sh .menu-items-list table.list td {
                padding: 10px;
                font-size: 20pt;
                color: #ccc;
            }

    .board-sh .menu-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .board-sh .menu-item-meal-name {
        width: 80%;
    }

    .board-sh .menu-item-meal-name-alt {
        font-size: 16pt;
        color: #0062ab;
        width: 80%;
    }

    .board-sh .menu-item-image {
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .board-sh .menu-item-image img {
            vertical-align: middle;
            max-width: 720px;
            max-height: 350px;
            width: 80%;
            height: 100%;
        }

        .board-sh .menu-item-image .menu-item-image-promo {
            position: absolute;
            top: -25px;
            left: 0px;
            width: 35%;
            height: 100%;
        }

            .board-sh .menu-item-image .menu-item-image-promo p {
                position: absolute;
                margin-left: auto;
                margin-right: auto;
            }

            .board-sh .menu-item-image .menu-item-image-promo img {
                vertical-align: middle;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
            }

    .board-sh .parameter {
    }

        .board-sh .parameter .key {
            font-size: 20pt;
            color: #ccc;
            width: 30%;
        }

        .board-sh .parameter .value {
            font-size: 20pt;
            color: #ccc;
            width: 70%;
        }

    .board-sh .menu-items .menu-header {
        padding: 10px;
    }

        .board-sh .menu-items .menu-header .title {
            margin-top: 180px;
            margin-left: 80px;
        }

            .board-sh .menu-items .menu-header .title .vertical-text {
                width: 1px;
                word-wrap: break-word;
            }

                .board-sh .menu-items .menu-header .title .vertical-text h2 {
                    font-size: 45pt;
                    font-weight: bold;
                    margin-top: 10px;
                    margin-bottom: 10px;
                    color: #0062AB;
                }

/*Board styles (SIMPLEVERTICAL)*/
.board-sv {
    width: 100%;
    height: 100%;
}

    .board-sv .header {
        background: rgb(61,61, 61);
        height: 12%;
        padding: 15px;
        border-bottom: solid 1px rgb(151,151, 151);
    }

        .board-sv .header .logo {
            margin-top: 30px;
            height: 100%;
            vertical-align: middle;
        }

        .board-sv .header .title {
            margin-top: 10px;
            margin-left: 25px;
            height: 100%;
            vertical-align: middle;
        }

        .board-sv .header h2 {
            font-size: 60pt;
            font-weight: bold;
            margin-top: 10px;
            margin-bottom: 10px;
            vertical-align: middle;
            color: #0062AB;
        }

    .board-sv .pink {
        color: #E6007E !important;
    }

    .board-sv .blue {
        color: #0062AB !important;
    }

    .board-sv .menu-items {
        background: #000;
        width: 100%;
        height: 88%;
    }

    .board-sv .menu-items-list {
        width: 100%;
        padding: 10px;
    }

        .board-sv .menu-items-list table.list {
            border: solid 1px #383838;
            border-collapse: collapse;
            border-spacing: 0px;
        }

            .board-sv .menu-items-list table.list tr:hover {
                background: #000;
            }

                .board-sv .menu-items-list table.list tr:hover td {
                    background: #000;
                }

            .board-sv .menu-items-list table.list tr td {
                vertical-align: top;
                border: 3px solid #383838;
            }

            .board-sv .menu-items-list table.list td {
                padding: 10px;
                font-size: 20pt;
                color: #ccc;
            }

    .board-sv .menu-item {
        padding-left: 10px;
        padding-right: 10px;
        width: 480px;
    }

    .board-sv .menu-item-meal-name {
        width: 80%;
    }

    .board-sv .menu-item-meal-name-alt {
        font-size: 16pt;
        color: #0062ab;
        width: 80%;
    }

    .board-sv .menu-item-image {
        position: relative;
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .board-sv .menu-item-image img {
            vertical-align: middle;
            max-width: 450px;
            max-height: 720px;
            width: 80%;
            height: 100%;
        }

        .board-sv .menu-item-image .menu-item-image-promo {
            position: absolute;
            top: -25px;
            left: 0px;
            width: 35%;
            height: 100%;
        }

            .board-sv .menu-item-image .menu-item-image-promo p {
                position: absolute;
                margin-left: auto;
                margin-right: auto;
            }

            .board-sv .menu-item-image .menu-item-image-promo img {
                vertical-align: middle;
                display: block;
                margin-left: auto;
                margin-right: auto;
                width: 100%;
                height: 80%;
            }

    .board-sv .parameter {
    }

        .board-sv .parameter .key {
            font-size: 20pt;
            color: #ccc;
            width: 30%;
        }

        .board-sv .parameter .value {
            font-size: 20pt;
            color: #ccc;
            width: 70%;
        }

/*Board styles PRO (Font faces)*/
@font-face {
    font-family: 'Helvetica CE Bold Condensed';
    src: url('./fonts/boardPro/HelveticaCE-CondBold.woff') format('woff'),url('./fonts/boardPro/HelveticaCE-CondBold.ttf') format('truetype'),url('./fonts/boardPro/HelveticaCE-CondBold.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica CE Bold';
    src: url('./fonts/boardPro/HelveticaCE-Bold.woff') format('woff'),url('./fonts/boardPro/HelveticaCE-Bold.ttf') format('truetype'),url('./fonts/boardPro/HelveticaCE-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Helvetica CE Oblique';
    src: url('./fonts/boardPro/HelveticaCE-Oblique.woff') format('woff'),url('./fonts/boardPro/HelveticaCE-Oblique.ttf') format('truetype'),url('./fonts/boardPro/HelveticaCE-Oblique.otf') format('opentype');
}

.text-xl {
    font-size: 32pt !important;
}

.text-lg {
    font-size: 24pt !important;
}

/*Board styles PRO (FULL)*/
.board-pro {
    width: 1920px;
    height: 1080px;
    margin: 0px;
    padding: 0px;
    background-image: url(./img/boardPro/horizontal/pozadi.png);
    background-repeat: no-repeat;
}

.board-pro-v {
    width: 1080px;
    height: 1920px;
    margin: 0px;
    padding: 0px;
    background-image: url(./img/boardPro/vertical/pozadi_vertikalni.png);
    background-repeat: no-repeat;
}

.board-pro-loading {
    width: 100%;
    height: 100%;
    padding-top: 250px;
    font-family: Helvetica CE Bold Condensed;
    font-size: 50pt;
    text-align: center;
    color: #fff;
}

.board-pro-leftpanel {
    width: 300px;
    height: 1080px;
    margin: 0px;
    padding: 0px;
    background-image: url(./img/boardPro/horizontal/pruh_levy_v2.png);
    background-repeat: no-repeat;
    text-align: center;
}

.board-pro-leftpanel-logo {
    height: 65%;
}

    .board-pro-leftpanel-logo img {
        margin-top: 55%;
    }

.board-pro-leftpanel-title {
    margin-left: 30px;
    font-family: Helvetica CE Bold Condensed;
    font-size: 40pt;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.board-pro-leftpanel-date {
    margin-left: 30px;
    font-family: Helvetica CE Bold Condensed;
    font-size: 50pt;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.board-pro-v-toppanel {
    width: 1080px;
    height: 383px;
    margin: 0px;
    padding: 0px;
    background-image: url(./img/boardPro/vertical/pruh_horni.png);
    background-repeat: no-repeat;
    /*text-align: center;*/
}

.board-pro-v-toppanel-title {
    margin-top: 100px;
    margin-left: 60px;
    font-family: Helvetica CE Bold Condensed;
    font-size: 40pt;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.board-pro-v-toppanel-date {
    margin-left: 60px;
    font-family: Helvetica CE Bold Condensed;
    font-size: 50pt;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.board-pro-v-toppanel-logo {
    height: 100%;
}

    .board-pro-v-toppanel-logo img {
        margin-top: 75%;
        margin-right: 60px;
    }

.board-pro-mainpanel {
    width: 1599px;
    height: 1080px;
    margin-left: 1px;
    padding-top: 36px;
    padding-bottom: 35px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

    .board-pro-mainpanel.horizontal {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .board-pro-mainpanel.vertical {
        width: 1080px;
        height: 1517px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

.board-pro-menupanel {
    display: inline-block;
    float: left;
    width: 970px;
    height: 100%;
    margin-left: 1px;
}

.board-pro-menupanel-item {
    width: 970px;
    height: 100px;
    /*line-height: 100px;*/
    background: rgba(255,255,255,0.15);
    font-family: Helvetica CE Bold Condensed;
    font-size: 20pt;
    color: #fff;
}

    .board-pro-menupanel-item div {
        height: 100%;
    }

    .board-pro-menupanel-item table {
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .board-pro-menupanel-item td {
        padding: 0px;
        font-family: Helvetica CE Bold Condensed;
        font-size: 18pt !important;
        vertical-align: middle;
    }

.board-pro-menupanel-item-product {
    width: 235px;
    height: 100%;
    line-height: 1.1;
    padding-left: 15px;
    font-size: 18pt !important;
    text-transform: uppercase;
}

.board-pro-menupanel-item-name {
    width: 710px;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

.board-pro-menupanel-item-mealcolor {
    width: 25px;
    height: 100%;
    padding-top: 14px;
    padding-right: 5px;
}

.board-pro-menupanel-item-selected {
    background: rgba(242,0,43,0.45);
}

.board-pro-menupanel-item-delimiter {
    width: 970px;
    height: 1px;
    background: rgb(220,221,222);
}

.board-pro-detailpanel {
    display: inline-block;
    width: 628px;
}

.board-pro-detailpanel-mealimage {
    position: relative;
    width: 100%;
    height: 555px;
    padding: 25px;
    /*padding-top: 50px;*/
}

.board-pro-detailpanel-mealimage-promo {
    position: absolute;
    /*top: 36px;*/
    bottom: 0px;
    left: 25px;
    width: 35%;
    height: 80%;
}

    .board-pro-detailpanel-mealimage-promo p {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
    }

    .board-pro-detailpanel-mealimage-promo img {
        vertical-align: middle;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }

.board-pro-detailpanel-mealinfo {
    width: 100%;
    height: 454px;
    padding-top: 30px;
    padding-left: 100px;
}

.board-pro-detailpanel-mealinfo-panel {
    width: 100%;
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: rgba(255,255,255,0.15);
}

.board-pro-detailpanel-mealinfo-panel-textarea {
    margin-right: 30px;
    padding-right: 10px;
    border-right: solid 1px #dcddde;
}

    .board-pro-detailpanel-mealinfo-panel-textarea div {
        text-align: right;
    }

        .board-pro-detailpanel-mealinfo-panel-textarea div.productname {
            margin-top: 10px;
            font-family: Helvetica CE Bold Condensed;
            font-size: 22pt;
            text-transform: uppercase;
            color: #e30044;
        }

        .board-pro-detailpanel-mealinfo-panel-textarea div.mealname {
            margin-top: 10px;
            font-family: Helvetica CE Bold;
            font-size: 22pt;
            color: #fff;
        }

        .board-pro-detailpanel-mealinfo-panel-textarea div.mealothers {
            margin-top: 10px;
            font-family: Helvetica CE Oblique;
            font-size: 18pt;
            color: #fff;
        }

.board-pro-imagepanel {
    float: left;
    width: 100%;
    height: 100%;
    margin-left: 1px;
}

    .board-pro-imagepanel table {
        width: calc(100% - 20px);
        height: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 20px;
        border-collapse: separate;
        border-spacing: 0px 30px;
    }

    .board-pro-imagepanel.vertical table {
        width: calc(100% - 40px);
        margin-right: 20px;
    }

    .board-pro-imagepanel td {
        padding: 10px;
        font-family: Helvetica CE Bold Condensed;
        font-size: 20pt;
        color: #fff;
        border: 0px;
        border-left: solid 1px #dcddde;
    }

.board-pro-imagepanel-item {
}

    .board-pro-imagepanel-item div.top {
        width: 100%;
        height: 65px;
        z-index: 1000;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

    .board-pro-imagepanel-item div.middle {
        width: 100%;
        height: 100%;
        display: inline-block;
    }

    .board-pro-imagepanel-item div.bottom {
        width: 100%;
        height: 65px;
        display: inline-block;
        vertical-align: bottom;
    }

    .board-pro-imagepanel-item div.productname {
        position: relative;
        z-index: 1000;
        width: 48%;
        /*margin-top: 10px;*/
        font-family: Helvetica CE Bold Condensed;
        font-size: 18pt;
        text-transform: uppercase;
        color: #e30044;
    }

    .board-pro-imagepanel-item div.mealallergens {
        width: 48%;
        /*margin-top: 10px;*/
        font-family: Helvetica CE Oblique;
        font-size: 18pt;
        text-align: right;
        color: #a7a9ac;
    }

    .board-pro-imagepanel-item div.mealname {
        width: 90%;
        /*margin-top: 10px;*/
        font-family: Helvetica CE Bold;
        font-size: 18pt;
        color: #a7a9ac;
    }

    .board-pro-imagepanel-item div.mealcolor {
        width: 20px;
        /*margin-top: 10px;*/
        font-family: Helvetica CE Oblique;
        font-size: 18pt;
        text-align: right;
        color: #a7a9ac;
    }

    .board-pro-imagepanel-item div.mealimage {
        width: 100%;
    }

.board-pro-rightpanel {
    display: inline-block;
    float: right;
    width: 20px;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-image: url(./img/boardPro/horizontal/pruh_pravy.png);
    background-repeat: no-repeat;
}

.board-pro-v-bottompanel {
    width: 100%;
    height: 20px;
    margin: 0px;
    padding: 0px;
    background-image: url(./img/boardPro/vertical/pruh_spodni.png);
    background-repeat: no-repeat;
}

.customcheck-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 25px;
    cursor: pointer;
    /*font-size: 18px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .customcheck-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.customcheck-checkmark {
    position: absolute;
    border: solid 2px #ccc;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255,255,255,0.96);
}

    /* Create the checkmark/indicator (hidden when not checked) */
    .customcheck-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

/* On mouse-over, add a grey background color */
.customcheck-container:hover input ~ .customcheck-checkmark {
    /*background-color: #ccc;*/
}

/* When the checkbox is checked, add a blue background */
.customcheck-container input:checked ~ .customcheck-checkmark {
    background-color: #9b033b;
}

    /* Show the checkmark when checked */
    .customcheck-container input:checked ~ .customcheck-checkmark:after {
        display: block;
    }

/* Style the checkmark/indicator */
.customcheck-container .customcheck-checkmark:after {
    left: 5px;
    top: -2px;
    width: 11px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.color-main {
    color: #9b033b;
}

.rotate-ccw-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    writing-mode: vertical-lr;
}

.color-overlay {
    background: #e8d8b9;
    background: rgb(232, 216, 185);
    opacity: 0.8;
}

nav a {
    font-weight: bold;
    /* border-bottom: 2px solid white; */
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.47);
}

nav a {
    /* border-bottom: 2px solid white; */
}

    nav a:hover, nav a.selected {
        border-bottom: 2px solid #a0003c;
    }

a {
    color: #9b033b;
    color: rgb(155,3,59);
    text-decoration: none;
}

    a.inverted {
        color: #fff;
        background-color: rgb(155,3,59);
        text-decoration: none;
    }

.login {
    background: #9b033b;
    background: rgb(155,3,59);
    border-bottom: 3px solid #560020;
    padding: 45px;
    width: 450px;
    height: auto;
}

    .login input[type="submit"] {
        background: #a4cd00;
        background: rgb(164, 205, 0);
        color: black;
        border-bottom: 3px solid #666900;
        transition: all ease 0.3s;
    }

input[type="submit"] {
    background: #a4cd00;
    color: black;
}

.login input[type="submit"]:hover {
    border-bottom: 3px solid #666900;
    background: #83a205;
    color: white;
}

.table {
    display: table;
    width: 100%;
    height: calc(100% - 245px);
}

    .table .cell {
        display: table-cell;
        vertical-align: middle;
    }

ol {
    counter-reset: item
}

    ol li {
        display: block
    }

        ol li:before {
            content: counters(item, ".") " ";
            counter-increment: item
        }

        ol li.heading {
            color: #9b033b;
            margin-top: 15px;
            font-weight: bold;
            text-transform: capitalize;
        }

        ol li.paragraph {
            color: #333;
            margin-top: 10px;
            margin-right: 30px;
            font-weight: normal;
            text-transform: none;
        }

img.full-size {
    background: black;
    max-width: 100%;
    max-height: 100%;
}