﻿.kartica-trajanje {
    border-top: 10px solid;
    border-radius: 12px;
}
:root {
    --color: #0b7c63;
    --dark: #08604c;
    --dark-gray: #495057;
    --danger: #d9534f;
    --turquoise: #1AB593;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

html, body {
    height: 100%;
    width: 100%;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* scrollbar stilizovanje - start */

body * {
    scrollbar-color: rgba(0, 130, 52, 0.68);
    scrollbar-width: thin;
}

    body *::-webkit-scrollbar {
        background: white;
        height: 20px;
        width: 20px;
        border-radius: 10px;
    }

    body *::-webkit-scrollbar-thumb {
        background: rgba(0, 130, 52, 0.27);
        border-radius: 10px;
    }

        body *::-webkit-scrollbar-thumb:hover {
            background: #358856;
        }


    body *::-webkit-scrollbar-track {
        background: #4cae731c;
        border-radius: 10px;
    }

a, :visited {
    outline: 0;
    outline: none;
}

input::placeholder {
    color: lightgray !important;
}

:hover, :active, :focus, button:focus, .form-control:focus {
    outline: 0;
    outline: none;
}

.form-control:focus {
    box-shadow: unset;
}

.btn-primary-light {
    background-color: #E7F2F0;
    border: 1px solid #E7F2F0;
    color: #043228;
    display: inline-flex;
    gap: 5px;
    align-items: center;
    border-radius: 4px;
    padding: 7px 10px;
}

    .btn-primary-light:hover {
        background-color: #B6D8D1;
        border: 1px solid #B6D8D1;
        color: #043228 !important;
    }

.btn.btn-selected,
.btn.btn-selected:hover {
    background-color: #0B7C63 !important;
    color: white !important;
    border-color: #0B7C63!important;
}

/*
.btn.focus, .btn:focus {
    box-shadow: unset;
}
/*

.order-area::-webkit-scrollbar, .artikli-podkategorija::-webkit-scrollbar, .prostorijao::-webkit-scrollbar {
    height: 0px;
    width: 0px;
}

.order-area, .artikli-podkategorija, .prostorijao {
    scrollbar-width: none;
}
*/
/* scrollbar stilizovanje - end */
.container-fluid,
.row-fluid {
    height: inherit;
}

.bborder {
    outline: solid #ddd 1px;
}

.cborder {
    outline: solid #ddd 0px;
    height: 50vh;
}

.border {
    outline: solid #ddd 0px;
    height: 100vh;
}

.height-100vh {
    height: 100vh;
}

.border-note {
    outline: solid red 1px;
}

.color {
    background: #B5E61D;
}

.color_1 {
    background: var(--color);
}

.color_2 {
    background: var(--danger);
}

.color_3 {
    background: #0b7b63;
}

.color_4 {
    background: transparent;
}

.color_5 {
    background: #FFC90E;
}

.color_6 {
    background: #f3f6f7;
}

.color_7 {
    background-color: #60c087;
}

.color_white {
    background-color: #ffffff !important;
}

.color_light-gray {
    background-color: #f9f9f9;
}

.color_gray {
    background-color: #e6f2ef;
}

.color_red-sensitive {
    background-color: #fbe0df !important;
}

.color_green-session {
    background: #2ca8bc !important;
}

.green-layer-transparent {
    background-color: rgba(10,125,100,.7) !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.color_yellow-sensitive {
    background-color: #fff9e6;
}

    .color_yellow-sensitive td {
        padding: 0.5em !important;
    }

.hidden-element {
    display: none !important;
}

.right-button-stolovi {
    margin-top: 1px;
    float: right;
    width: 100%;
    height: calc(12.5% - 1px);
    border-radius: 0.25rem;
    font-size: 17px;
    line-height: 90%;
}

.right-button {
    margin-top: 1px;
    float: right;
    width: 100%;
    height: calc(11.1% - 1px);
    border-radius: 0.25rem;
    font-size: 17px;
    line-height: 90%;
}

.right-button-h-12 {
    height: calc(12.5% - 1px) !important;
}

.nav-header {
    float: left;
    color: #ffffff;
    width: 100%;
    height: 100px;
    display: flex;
    padding-right: 1px;
}

    .nav-header > button > .lnc {
        font-size: 2em;
    }

    .nav-header > button {
        border-radius: 0;
    }

    .nav-header > button {
        border: 0;
        border-right: 0.5px solid #08614d;
    }

.reklamacije .nav-header > button {
    border-right: 0;
}

.nav-header-settings {
    float: left;
    color: #ffffff;
    width: 100%;
    height: 80px;
    display: flex;
    padding-right: 1px;
}

.btn {
    font-size: 16px;
}

.btn-nav {
    width: 100%;
    background: #0b7a63;
    color: #fff;
    font-weight: 600;
    white-space: normal;
    line-height: 95%;
    min-height: 70px;
    margin-top: 1px;
    border-radius: 0.25rem !important;
}

    .btn-nav:focus, .btn-nav:hover, .btn-nav:active {
        background: #2ca8bc;
    }

.btn-primary-dark {
    background-color: #043228;
    color: white;
}

.header-button {
    padding-left: 0px;
    padding-right: 0px;
    flex: 1 1 auto;
    height: 100%;
    font-size: 17px;
}

.resize-nav-list {
    position: relative;
    float: right;
    padding: 2rem;
    z-index: 100;
}

.border-top-2px {
    border-top: 2px #ddd solid;
}

.border-bottom-2px {
    border-bottom: 2px #ddd solid;
}

.border-bottom-1px {
    border-bottom: 1px #ddd solid;
}

.border-top-1px {
    border-top: 1px #ddd solid;
}

.m-bottom-1rem {
    margin-bottom: 1rem;
}

.m-auto {
    margin: auto;
}

.m-top-0px {
    margin-top: 0px;
}

.m-top-1rem {
    margin-top: 1rem;
}

.m-top-half-rem {
    margin-top: 0.5rem;
}

.m-top-2rem {
    margin-top: 2rem;
}

.m-bottom-1rem {
    margin-bottom: 1rem !important;
}

.m-left-twentyfour-of-hundred {
    margin-left: calc(100%/24) !important;
}

.m-right-twentyfour-of-hundred {
    margin-right: calc(100%/24) !important;
}

.padding-zero {
    padding: 0px;
}

.box-shadow-default {
    box-shadow: rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.24) !important;
}

.p-top-1rem {
    padding-top: 1rem !important;
}

.p-top-1-5rem {
    padding-top: 1.5rem !important;
}

.p-nav-button-gorup {
    padding-top: 1.8rem;
}

.p-top-2rem {
    padding-top: 2rem !important;
}

.p-left-1rem {
    padding-left: 1rem;
}

.p-left-2proc {
    padding-left: 2% !important;
}

.p-right-1rem {
    padding: 0;
    padding-right: 1rem;
}

.p-bottom-1rem {
    padding-bottom: 1rem !important;
}

.p-bottom-5proc {
    padding-bottom: 5%;
}

.p-1rem {
    padding: 1rem !important;
}

.p-right-1px {
    padding: 0px;
    padding-right: 1px;
}

.p-right-0 {
    padding-right: 0 !important;
}

.p-left-0 {
    padding-left: 0;
}

.p-bottom-0 {
    padding-bottom: 0 !important;
}

.p-top-0 {
    padding-top: 0 !important;
}

.m-half-rem {
    margin: 0.5rem !important;
}

.m-top-half-rem {
    margin-top: 0.5rem !important;
}

.m-right-1px {
    margin-right: 1px;
}

.m-top-1rem {
    margin-top: 1rem;
}

.width-100proc-1px {
    width: calc(100%-1px);
}

.text-color-black {
    color: #313537 !important;
}

.text-color-white {
    color: #ffffff !important;
}

.text-color-gray-st24 {
    color: #575757 !important;
}

.overflow-scroll {
    overflow-y: auto !important;
    max-height: calc(100vh - 118px);
}

#tab-Favorites #omiljeniArtikli {
    max-height: calc(100vh - 95px);
}

.overflow-scroll-sa-stolovima {
    overflow-y: auto !important;
    max-height: calc(100vh - 167px);
}

.overflow-scroll-full-height {
    overflow-y: auto !important;
    max-height: 95vh;
}

.overflow-scroll-recipe-table {
    overflow-y: auto !important;
    max-height: calc(100vh - 491px);
}

.table thead th {
    vertical-align: middle;
}

.overflow-scroll-items-table {
    overflow-y: auto !important;
    max-height: calc(100vh - 300px);
    overflow-x: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.footer-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    color: #ffffff;
    font-size: large;
    background-color: rgba(10,125,100,.9);
}

.order-area {
    float: left;
    padding-left: 1px;
    width: 100%;
    height: calc(100% - 204px);
    overflow-y: scroll;
    overflow-y: auto;
    z-index: -1;
}

.reklamacije .order-area {
    height: calc(100% - 143px);
}

.articles-content-area {
    overflow-y: auto;
    height: calc(100% - 70px);
}

.total-amount {
    background-color: white;
    padding: 0.4rem 0.5rem;
    width: calc(100% - 100px);
    color: #ffffff;
    line-break: strict;
    font-weight: 500;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 49px;
    position: fixed;
    bottom: 0;
    box-shadow: 0 0 10px 0 rgba(11,124,99,.3);
    z-index: 10;
}

.search-bar {
    flex: 1;
}

    .search-bar .search-container {
        display: flex;
        align-items: center;
        background-color: #e6f2ef;
        padding: 3px;
        border-radius: 5px;
    }

        .search-bar .search-container input {
            width: 100%;
            border: 0;
            background-color: transparent;
            order: 1;
        }

            .search-bar .search-container input:focus ~ .lnc {
                color: var(--color);
            }

        .search-bar .search-container .lnc {
            padding: 5px;
        }

.m-right-half-rem {
    margin-right: 0.5rem;
}

.clock-container {
    display: flex;
    align-items: center;
}

.m-right-left-rem {
    margin-left: 0.5rem;
}

.m-top-1rem {
    margin-top: 1rem;
}

.m-right-1rem {
    margin-right: 1rem;
}

.m-left-1rem {
    margin-left: 1rem;
}

.td-80 {
    width: 80%;
}

.td-85 {
    width: 85%;
}

.td-70 {
    width: 70%;
}

.td-60 {
    width: 60%;
}

.td-25 {
    width: 25%;
}

.td-20 {
    width: 20%;
}

.td-10 {
    width: 10%;
}

.td-10-max {
    max-width: 10%;
}

.td-15 {
    width: 15%;
}

table {
    border: 2px #ddd solid;
    margin-bottom: 2px !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.table td, .table th {
    padding: .5rem;
    vertical-align: middle;
}

.table-bordered th {
    border: 0;
}

a:link {
    text-decoration: none;
}

a:hover {
    color: #ffffff;
}

a:visited {
    text-decoration: none;
}

a {
    color: #ffffff;
    line-height: inherit;
}

.nav-tabs {
    margin-top: 1px;
    height: calc(12.5% - 1px);
}

.full-height {
    height: 100%;
}

.margin-zero {
    margin: 0px;
}

.container-size {
    height: calc(100% - 64px);
}

.large-font {
    font-size: 16px;
}

.theme-background-001 {
    background-image: url("../graphics/bg-themes/bg-theme-001.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.logo-holder {
    background-image: url("../graphics/logo/Station24_original.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 100px;
    margin-bottom: 1rem;
}

.logo-background {
    background-image: linear-gradient(to bottom right, rgba(11, 124, 99, 0.52), rgba(87, 87, 87, 0.73)), url("../graphics/logo/station-24-svg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.logo-header {
    background-image: url(../graphics/logo/station24_logo-white.svg);
    background-repeat: no-repeat;
    background-position: 10% 0%;
    background-size: calc(50% - 2rem);
}
/*
.logo-short1 {
    background-image: url("../graphics/logo/Station24_white_short1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: calc(100% - 1rem);
}*/

.text-color-white {
    color: #ffffff;
}

.text-color-yellow {
    color: yellow;
}

.height-unset {
    height: unset;
}

.height-8rem {
    height: 8rem !important;
}

.height-6rem {
    height: 6rem !important;
}

.modal-body-sobe {
    overflow-y: auto;
    max-height: 30vh;
    padding: 0.3rem 0.45rem;
}

.modal-body-partneri {
    overflow-y: auto;
    max-height: 30vh;
    padding: 0;
}

.modal-body-kartice {
    overflow-y: auto;
    max-height: 70vh;
    padding: 0;
    scrollbar-width: auto;
}
    .modal-body-kartice button {
        width: -webkit-fill-available;
    }

.modal-body-prenos-naredna-smena {
    overflow-y: auto;
    padding: 0;
}

.modal-body-radnici {
    overflow-y: scroll;
    max-height: 80vh;
}

.textarea-noresize {
    resize: none;
}

.modal-header > .close {
    padding: 0.4rem 0.6rem;
    margin: 0;
    color: #0B7C63;
    transition: all .2s ease-out;
    border-radius: 4px;
}

    .modal-header > .close:hover {
        background-color: #E7F2F0;
    }
    /*SIDE NAV*/
    .sidenav {
        height: 100%;
        width: 0;
        max-width: 550px;
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: rgba(10,125,100,.9);
        overflow-x: hidden;
        transition: 0.2s;
        padding-top: 1rem;
    }

    .sidenav a {
        text-decoration: none;
        font-size: 25px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        margin: 0 10px;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 11px;
        font-size: 36px;
        margin-left: 50px;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 5px;
}

.narudzba-edit {
    background-color: white;
    padding: 0.4rem 0.5rem;
    width: 100%;
    color: #ffffff;
    line-break: strict;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-top: 1px solid #0b7c63;
    height: 100%;
    max-height: 52px;
}

    .narudzba-edit .btn {
        font-size: 1.2rem;
    }

    .narudzba-edit .btn-transparent {
        color: white;
        display: flex;
        align-items: center;
        cursor: pointer;
        border-radius: 5px;
    }

        .narudzba-edit .btn-transparent:hover {
            background-color: var(--dark);
        }

        .narudzba-edit .btn-transparent .lnc {
            font-size: 1.2rem;
        }

#btnPonoviPosNarudzbu {
    color: #0b7c63;
    font-size: 2.5em;
}

.order-area .napomena-stavke {
    line-height: 0.7em;
    border-top-style: hidden;
}

#kuhinja-prijem .napomena-stavke {
    background-color: inherit;
    color: white;
    padding-top: 0;
}

    #kuhinja-prijem .napomena-stavke .field-validation-error span {
        color: #043228;
        font-size: .875rem;
    }

        #kuhinja-prijem .napomena-stavke .field-validation-error strong {
            color: #FF6060;
            font-size: 1.25rem;
            font-weight: 400;
        }

    .tfoot .napomena-stavke {
        background-color: white !important;
    }

.dataTables_paginate {
    padding-bottom: 5px;
}

.page-link {
    padding: 0.2rem .75rem;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.large-5 {
    max-width: 550px;
    width: 100%;
}

.input-group-large-height {
    height: 60px;
}

/*datatable prop*/
.page-item.active .page-link {
    z-index: 1;
    color: #000000 !important;
    background-color: #c3e6cb !important;
    border-color: #8fd19e;
}

.page-link {
    color: #000000 !important;
    background-color: #fff;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    background-color: var(--turquoise) !important;
}

.select tr {
    background-color: var(--turquoise) !important;
    color: #ffffff !important;
}

.select {
    background-color: var(--turquoise) !important;
    color: #ffffff !important;
}

/*navbar prop*/
.wrapper {
    width: 90%;
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto;
}

.panel-title, .panel-title:active {
    padding: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.disabled-item {
    pointer-events: none;
    opacity: 0.4;
}

.side-meni-button.disabled-item, .side-meni-button.disabled-item {
    opacity: 1;
}

    .side-meni-button.disabled-item .lnc, .side-meni-button.disabled-item span {
        opacity: 0.4;
    }

    .side-meni-button.disabled-item:empty {
        display: none;
    }

.margin-bottom-quaver {
    margin-bottom: 80%;
}

.field-validation-error {
    color: red !important;
    line-height: normal;
}

.line-height-login-a {
    line-height: 4.5 !important;
}

.min-height-4-half-rem {
    min-height: 4.5rem !important;
}

/* NOVI STILOVI */
.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-dark {
    background-color: var(--turquoise);
    border-color: var(--turquoise);
    outline: none;
}

    .btn-dark:focus, .btn-dark:hover, .btn-dark:active, .btn-dark:active:focus {
        background-color: #60c087;
        border-color: #60c087;
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        background-color: var(--color);
        border-color: var(--color);
    }

.btn-danger {
    color: #fff;
    background-color: var(--danger);
    border-color: var(--danger);
}

    .btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger:active:focus {
        background-color: #ed625e;
        border-color: #ed625e;
    }

.btn-default {
    background: var(--turquoise);
    border-color: var(--turquoise);
}

    .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:focus {
        background-color: #60c087;
        border-color: #60c087;
    }

.btn-nav-signout {
    color: #fff;
    padding: 0;
}

    .btn-nav-signout .lnc {
        color: var(--turquoise);
    }

    .btn-nav-signout:focus, .btn-nav-signout:hover, .btn-nav-signout:active {
        outline: 0;
    }

.btn-nav-login, .btn-unos-depozita {
    font-size: 20px;
}

.btn-nav-company-login {
    font-size: 17px;
}

.btn-grey {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-grey:focus, .btn-grey:hover, .btn-grey:active, .btn-grey:active:focus {
        background-color: #adb5bd;
        border-color: #adb5bd;
    }

.btn-secondary {
    color: #fff;
    background-color: var(--color);
    border-color: var(--color);
}

    .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus {
        background-color: var(--turquoise);
        border-color: var(--turquoise);
    }

.btn-keyboard {
    background-color: var(--color);
    color: white;
    border-bottom: 3px solid #08604c;
}

    .btn-keyboard:hover, .btn-keyboard:focus {
        background-color: var(--color);
        border-bottom: 3px solid #08604c;
    }

    .btn-keyboard:active {
        border-bottom: 0;
        background-color: #10987a !important;
    }

.nav-tabs {
    border-bottom: none;
}

li.btn.btn-dark.full-height.header-button.large-font.color_3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn.btn-info.btn-sm {
    padding: 5px 8px;
    font-size: .9rem;
    font-weight: 500;
    background: #0b7b63;
    border: 1px solid #19947a;
    color: #fff;
    margin-right: -1px;
}

    .btn.btn-info.btn-sm:hover {
        color: white;
    }


.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--turquoise);
    border-color: #fff;
}

.btn.btn-info.btn-sm:first-of-type {
    border-radius: 5px 0 0 5px;
}

.btn.btn-info.btn-sm:last-of-type {
    border-radius: 0 5px 5px 0;
}

.btn.btn-info.btn-sm:only-of-type {
    border-radius: 5px 5px 5px 5px;
}

/*Floor Plan elementi*/
.krug {
    text-align: right;
    background-repeat: no-repeat;
    color: #381e09;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pravougaonik {
    text-align: right;
    background-repeat: no-repeat;
    color: #381e09;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 100%;
    height: 70%;
    border-radius: 3px;
}

.kvadrat {
    text-align: right;
    background-repeat: no-repeat;
    min-height: 6.5em;
    color: #381e09;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.dragable-shape {
    text-align: center;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-color: #CCCC99;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.5);
    cursor: pointer;
    transition: all .2s ease-out;
}

    .dragable-shape:hover {
        -webkit-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.5);
        box-shadow: 0px 0px 20px 0 rgba(0,0,0,0.5);
    }

.centered-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #525c5d;
}

    .centered-image-text h6 {
        font-size: 1rem;
        font-weight: 400 !important;
    }

.resize-nav-list button.btn.btn-lg.btn-default {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.draggable {
    display: block;
    color: white;
    position: absolute;
}

.modal-content {
    background-color: rgba(255,255,255,.7);
    display: block;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.8);
}

.login-container {
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .login-container .navbar-nav .lnc, .login-container .navbar-nav .fa {
        font-size: 1.4em;
        color: var(--color);
    }

.modal-body .btn.btn-nav h1 {
    text-shadow: 0 0px 8px rgba(28, 28, 28, 0.33);
    margin-bottom: 0;
    color: white;
}

.modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 4px;
}

.modal-lg {
    max-width: 900px !important;
}

.modal-xl {
    max-width: 1140px !important;
}

.drugisto-footer {
    float: right;
}

    .drugisto-footer h4 {
        margin-bottom: 0;
    }

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        min-width: 400px;
    }
    label.cekboks:has(#autoEnterPin) {
        margin-top: 0;
        margin-left: 37%;
    }
}
/*loader*/
#loader {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 5001;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid var(--color);
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.over {
    position: absolute;
    background-color: black;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    opacity: 0.4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.alert {
    position: fixed !important;
    z-index: 8;
}

.datepicker-days > table.table-condensed {
    border: none;
    margin-bottom: 0 !important;
}

#zone > li, #zone_ModalPrebacivanje > li {
    border: 0;
}

    #zone > li.active, #zone > li > .active,
    #zone_ModalPrebacivanje > li.active, #zone_ModalPrebacivanje > li > .active {
        background-color: var(--color);
        border-color: var(--color);
    }

.w3-pale-green {
    text-align: center;
    z-index: 3;
    position: fixed;
    width: 100%;
    height: 0;
    color: #fff !important;
    background-color: #ff4949 !important;
    pointer-events: none;
}

.w3-panel {
    padding-bottom: 1.42em;
    margin-top: -0.2em;
    font-size: 0.85rem;
}

#modalPartneri #prikaziSvePartnere-span,
#modalPotvrdaPlacanjaLoyalty #prikaziSvePartnere-span {
    position: absolute;
    right: 5px;
    top: 8px;
}

#modalPotvrdaPlacanjaLoyalty #prikaziSvePartnere-span {
    right: 20px;
}

#prikaziSvePartnere {
    outline: none;
}

.input-container span {
    cursor: pointer;
    color: #ccc;
}

/* MARKO IZMJENE/KLASE - start */

.floor-plan-nav {
    height: 6.25%;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.side-meni {
    display: flex;
    flex-direction: column;
    order: 3;
    width: 100%;
    max-width: 100px;
    height: 100vh;
    z-index: 12;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
}

.stolovi, .racuni, .izvjestaj, .smjena, .sve-smjene, .dolasci, .reklamacije {
    flex: 1;
    overflow: hidden;
    background: #0b7b63;
    height: 100vh;
}

.side-meni .lnc {
    font-size: 2em;
    margin-bottom: 5px;
}

.side-meni span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8em;
}

.side-meni-button {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--color);
    background: white;
    border: 0;
    cursor: pointer;
    border-left: 1px solid lightgray;
    min-height: 90px;
    transition: all .2s ease-out;
    z-index: 1;
}

.side-meni .side-meni-button:not(:last-child) {
    border-bottom: 1px solid lightgray;
}

.side-meni-button:hover, .side-meni-button.active {
    background-color: var(--color);
    border-left: 1px solid var(--color);
}

    .side-meni-button:hover *, .side-meni-button.active * {
        color: white;
    }

#zoomPlus, #zoomMinus {
    border-bottom: 0;
}

    #zoomPlus .lnc, #zoomMinus .lnc {
        font-size: 1em;
        position: relative;
        top: 1px;
        color: white;
    }

    #zoomPlus:hover .lnc, #zoomMinus:hover .lnc {
        color: var(--color);
    }

    #zoomPlus:hover, #zoomMinus:hover {
        background-color: white;
    }

.lnc-footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 100px);
    min-height: 42px;
    z-index: 2;
    display: flex;
    align-items: center;
    background-color: var(--color);
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
}

.k-container .lnc-footer {
    padding-left: 5px;
}

.footer-item {
    color: white;
    text-align: center;
    margin: 0 6px;
    white-space: nowrap;
}

    .footer-item::after {
        content: "|";
        margin-left: 12px;
        opacity: .3
    }

    .footer-item .lnc:not(.lnc-question) {
        font-size: 1.1em;
        margin-right: 3px;
    }

        .footer-item .lnc:not(.lnc-question)::before {
            position: relative;
            top: 3px;
        }

    .footer-item:nth-child(9)::after, .footer-item:nth-child(10)::after, .footer-item:nth-child(11)::after, .k-container .footer-item:last-child::after {
        content: "";
        display: none;
    }


    .footer-item .lnc-question {
        border: 2px solid white;
        padding: 4px;
        border-radius: 50%;
        margin-left: 5px;
    }

        .footer-item .lnc-question:hover {
            border: 2px solid transparent;
            background-color: white;
            color: var(--color);
        }

.footer2 {
    color: #575757;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer2 > div {
        padding: 0 20px;
        border-right: 1px solid #e6f2ef;
    }

        .footer2 > div:first-child {
            padding-left: 0;
        }

        .footer2 > div:last-child {
            padding-right: 0;
            border-right: 0;
        }

    .footer2 .lnc {
        font-size: 1rem;
    }

.info-narudzba, .info-status {
    display: flex;
}

.info-narudzba {
    align-items: baseline;
}

.info-status {
    align-items: center;
    position: relative;
}

    .info-narudzba > div:not(.ukupno)::after, .info-status > div:not(:last-child)::after {
        content: "/";
        margin-left: 5px;
        margin-right: 8px;
        opacity: .3
    }

.info-narudzba > #inputKey:not(:empty)::before {
    content: "/";
    margin-left: 8px;
    margin-right: 5px;
    opacity: .3;
}

#inputKey {
    font-weight: 700;
}

.ukupno {
    color: var(--color);
    text-transform: uppercase;
}

    .ukupno h5 {
        margin-bottom: 0;
    }

span#brojStola, span#trenutnaSmjena, #radnikIme, span#clock, .info-status .wifi, .info-status {
    font-weight: 700;
}

.wifi, #clock {
    display: flex;
    align-items: center;
}

    .wifi .lnc, #clock .lnc {
        margin-right: 5px;
    }

#clock {
    min-width: 84px;
}

#pregledStolova {
    position: fixed;
    width: 100%;
    height:95.75%;
}

#zone > .btn, #zone_ModalPrebacivanje > .btn {
    border-radius: 0;
}

#zone h4, #zone_ModalPrebacivanje h4 {
    font-weight: bold;
    margin-bottom: 0;
    white-space: nowrap;
    margin: 0 13px;
}

.table-responsive {
    background: white;
    border-radius: 4px;
}

.table-success, .table-success > td, .table-success > th {
    background-color: #0b7b63;
    color: white;
}

.table, .table-responsive {
    border: 0 !important;
    /*/padding: 10px;*/
    border-spacing: 0;
}

tr.odd {
    background-color: #f5f5f5;
}

table.dataTable td, table.dataTable th {
    cursor: pointer;
    font-size: 0.9em;
}
/*
tr.odd:not(.select):hover, tr.even:not(.select):hover {
    background-color: #edfef4 !important;
}*/

.stornirano, .stornirano:hover {
    background-color: var(--danger) !important;
    color: #ffffff;
}

.nevazece, .nevazece:hover {
    background-color: #FF9D9A !important;
    color: #ffffff;
}

.table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
    background-color: var(--turquoise) !important;
}

.btn-group-lg {
    display: flex;
    margin-bottom: 4px;
    justify-content: flex-start;
    box-shadow: 1px 0 8px -4px rgba(0, 0, 0, 0.5), -1px 0 8px -4px rgba(0, 0, 0, 0.5);
    overflow-x: initial;
}

.btn-standard, .btn-red {
    cursor: pointer;
    min-height: 40px;
}

.btn-standard {
    background-color: #0b7b63;
    color: white;
}

    .btn-standard:hover {
        background-color: var(--turquoise);
    }


.btn-large {
    background: #0b7b63;
    color: white;
    border: 0;
    border-radius: 0;
    max-width: 160px;
    min-height: 90px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 2px solid #0f6653;
}

    .btn-large.disabled-item {
        border-right: 2px solid #0f6653;
    }

    .btn-large:hover {
        color: #ffffff;
        background-color: var(--turquoise);
        border-right: 2px solid var(--turquoise);
    }

    .btn-large .lnc {
        font-size: 1.6em;
        margin-bottom: 7px;
    }

    .btn-large span {
        font-size: 0.8em;
        line-height: 1.3;
        letter-spacing: 0.4px;
    }

.btn-small {
    background: #0b7b63;
    color: white;
    border: 0;
    border-radius: 0;
    max-width: 80px;
    min-height: 45px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    border-right: 1px solid #0f6653;
    border-top: 1px solid #0f6653;
}

    .btn-small:hover {
        color: #ffffff;
        background-color: var(--turquoise);
        border-right: 1px solid var(--turquoise);
        border-top: 1px solid #0f6653;
    }

    .btn-small .lnc {
        font-size: 1em;
        margin-bottom: 7px;
    }

    .btn-small span {
        font-size: 0.6em;
        line-height: 1;
        letter-spacing: 0.4px;
    }

.btn-otkazi {
    height: 100%;
    width: 90px;
    background-color: #fc4646;
    color: white;
    cursor: pointer;
}

.datum-od-do {
    max-width: 110px;
    display: flex;
    flex-direction: column;
}

.ln-table .dataTables_wrapper {
    padding: 0;
}

    .ln-table .dataTables_wrapper .row:first-child, .ln-table .dataTables_wrapper .row:last-child {
        margin: 6px 15px;
    }

.ln-table {
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
}

    .ln-table .table td, .ln-table .table th {
        padding: 0.6rem 1.1rem;
        vertical-align: middle;
    }

#inicijalnaPodesavanja > div:first-child {
    padding-bottom: 20px;
}

    #inicijalnaPodesavanja > div:first-child .input-group {
        display: flex;
        flex-wrap: wrap;
    }

a[id^="ugostiteljskiObjekat_"] {
    border-radius: 5px !important;
    flex: 1 0 25%;
    margin-top: 10px;
}

.opcije {
    width: 100%;
    color: white;
}

    .opcije .panel:hover {
        background-color: #0f9678ab;
    }

    .opcije .panel-title, .opcije .panel-title:active {
        height: 40px;
    }

    .opcije .panel .input-group {
        padding: 0 20px 0 10px;
    }

    .opcije .panel > div {
        display: inline-block;
    }

#sekcijaZaPodesavanja {
    max-width: 550px;
}

    #sekcijaZaPodesavanja #btnSacuvajPodesavanja {
        background-color: #4caf74;
        width: 50%;
        margin: 10px auto 0 auto;
    }

        #sekcijaZaPodesavanja #btnSacuvajPodesavanja:hover {
            width: 60%;
            border: solid 1px #fff;
        }

#smjena {
    padding: .5rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.racuni .navbar {
    padding: .5rem 0;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 0.6em;
}

.btn-container {
    display: flex;
    justify-content: space-between;
}

.od-do-pretraga {
    display: flex;
    align-items: center;
    background-color: #0b6d59;
}

    .od-do-pretraga .btn-large {
        background-color: #0b6d59;
        border-right: 0;
    }

        .od-do-pretraga .btn-large:hover {
            background-color: var(--turquoise);
        }

    .od-do-pretraga .od-do-datum {
        padding: 0 5px;
        min-width: 120px;
    }

        .od-do-pretraga .od-do-datum input:first-child {
            margin-bottom: 5px;
        }

        .od-do-pretraga .od-do-datum input {
            max-width: 105px;
        }

.lnc-title {
    font-size: 1.4rem;
    margin-bottom: 0;
}

    .lnc-title .lnc {
        font-size: 0.9em;
        /* padding-top: 3px; */
        position: relative;
        top: 2px;
    }


.lnc-sm {
    font-weight: 700 !important;
    margin-right: 1px;
}

/*.modal-body thead .table-success:first-child > th {
    position: sticky;
    top: 0;
}*/

.modal-body .table {
    margin-bottom: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter input {
        background-color: #f8fffe;
    }

.dolazak, .reklamacije {
    flex: 1;
    overflow: hidden;
    background: #0b7b63;
    display: flex;
}

.artikli-lista, .narudzba-lista {
    flex: 1;
    height: 100vh;
    overflow: hidden;
}

.narudzba-lista {
    max-width: 600px;
    background-image: linear-gradient(to bottom, var(--color) 80%, white 20%);
}

.artikli-podkategorija, .prostorija {
    display: flex;
}

.artikli-podkategorija {
    position: relative;
    background-color: white;
    overflow: auto hidden;
    box-shadow: 0 3px 2px rgba(74, 74, 74, 0.7);
}

.mrg-50 {
    min-width: 50px;
    background: transparent;
}

#omiljeniArtikli {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 10px 10px;
}

.artikli-podkategorija div, .li-prostorija {
    display: flex;
    align-content: center;
}

.li-prostorija {
    margin: 0 1px;
}

.nav-prostorija {
    position: relative;
    z-index: 0;
    background-color: var(--color);
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: auto;
    display: flex;
    flex-wrap: nowrap;
    border-radius: 5px 5px 0 0;
}

.btn-podktg {
    background-color: white;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    flex: 1;
    border-radius: 5px;
    white-space: nowrap;
    min-height: 43px;
    padding: 0 10px;
    outline: none;
    font-weight: 700;
    color: var(--color);
    margin: 5px 2px;
    position: relative;
}

    .btn-podktg::after {
        content: "";
        border-right: 1px solid lightgray;
        position: absolute;
        bottom: 10px;
        top: 10px;
        right: -2.6px;
    }

    .btn-podktg:focus, .btn-prostorija:focus {
        outline: none;
    }

    .btn-podktg:hover, .aktivan .btn-podktg {
        background-color: var(--color);
        color: white;
    }

.odvojeni-racuni {
    background-color: var(--color);
    color: white;
    padding: 5px;
    border-radius: 5px;
    display: flex;
}

    .odvojeni-racuni button:not(:last-child) {
        margin-right: 5px;
    }

.btn-bill-split {
    border: 0;
    border-radius: 5px;
    background-color: var(--dark);
    color: white;
    padding: 3px 13px;
    font-size: 1.2rem;
    cursor: pointer;
}

    .btn-bill-split.active {
        background-color: white;
        color: var(--color);
    }

.btn-transparent {
    background-color: transparent;
    border: 0;
    padding: 5px 11px;
    display: flex;
    align-items: center;
}

.prostorijao, #filtriraniArtikli {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    overflow: hidden auto;
}

#filtriraniArtikli {
    max-height: calc(100vh - 59px);
}

.stavkaMenija, .omiljeniArtikl {
    display: flex;
    flex: 1 0 15%;
    margin: 4px;
    min-height: 88px;
}

.btn-artikal {
    flex: 1;
    min-width: 110px;
    background-color: white;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
    color: #575757;
    box-shadow: 0px 3px 3px #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-height: 90px;
}

    .btn-artikal:hover {
        background-color: #e6f2ef;
        color: #000000;
    }

    .btn-artikal img {
        height: 100%;
        max-width: 90px;
    }

    .btn-artikal > a {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.btn-prostorija {
    background-color: var(--color);
    color: white;
    border: 0;
    text-transform: uppercase;
    cursor: pointer;
    flex: 1;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    white-space: nowrap;
    min-width: 90px;
    min-height: 42px;
    padding: 0 10px;
    outline: none;
    font-weight: 700;
    margin-top: 4px;
}

    .btn-prostorija:hover, .btn-prostorija:focus, .active.btn-prostorija {
        background-color: #e6f2ef;
        color: var(--color);
    }

#a-Favorites.btn-prostorija.active {
    border-radius: 12px 12px 0 0;
}

.room-body {
    padding-top: 13px;
}

    .room-body > .modal-body {
        background-color: #e6f2ef;
    }

    .room-body .btn-prostorija.active {
        background-color: #e6f2ef;
    }
/*
#a-Favorites.show.active {
    background-image: linear-gradient(to bottom right, #fddc79, #fcbf29);
}*/
.lnc-danger {
    background-color: #fc4646;
    color: white;
}

    .lnc-danger:hover {
        background-color: #d43939;
    }

.lnc-secondary {
    background-color: #575757;
    color: white;
}

    .lnc-secondary:hover {
        background-color: #444444;
    }

.lnc-dark {
    background-color: var(--color);
    color: white;
}

    .lnc-dark:hover {
        background-color: #08614d;
    }

.selektovanaNarudzba {
    cursor: pointer;
}

.smanjiKolicinu, .povecajKolicinu, #btnNapomena {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 1rem;
}

    .smanjiKolicinu, #btnNapomena.btn-danger, #btnNapomena {
        background-color: #fc4646;
    }

.otkazinapomenu, .sacuvajnapomenu {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    border: 0;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    padding: 0px;
}

.otkazinapomenu {
    background-color: #fc4646;
}

.sacuvajnapomenu {
    background-color: var(--color);
}

#btnSacuvajNapomenu .lnc-check {
    color: white;
}

.povecajKolicinu {
    background-color: var(--color);
}

#narudzbaUPripremi td, #narudzbaUPripremi th {
    vertical-align: middle;
    border-top: 1px solid rgba(11,124,99,.1);
}

#btnNapomena .lnc {
    font-size: 1.1rem;
    position: relative;
    top: 3px;
    right: 0.5px;
}

.podjela-racuna {
    display: flex;
    width: calc(100% - 100px);
}

    .podjela-racuna > div {
        flex: 1;
    }

.sticky-tabela {
    position: sticky;
    top: 0;
    margin-bottom: 0 !important;
    box-shadow: 0 0 10px 0 rgba(11,124,99,.3);
}

    .sticky-tabela > table {
        margin-bottom: 0 !important;
    }

    .sticky-tabela th {
        margin-bottom: 0 !important;
        background-color: white;
        color: var(--color);
        border-bottom: 0 !important;
    }

.f-80 {
    min-width: 80px;
}

.h-120 {
    min-width: 120px;
}

.dolazak-cls {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 1.4em;
    text-align: center;
}

#btnRezervacije {
    position: relative;
}

.br-rezervacija {
    position: absolute;
    bottom: 47%;
    left: 41%;
    color: #fc4646;
    text-align: center;
    display: block;
    width: 18px;
}

#rezervacijeModal .modal-footer {
    padding: 1rem 0;
}

#gostiUSobiModal .modal-footer {
    padding: 0.6rem;
}

.modal-footer .lnc, .modal-footer .lnc, .form-check .lnc {
    font-size: 1rem;
    position: relative;
    top: 2px;
    right: 1px;
}

#partneri, #konobari, #partneriZaBrzuPretragu {
    display: flex;
    flex-wrap: wrap;
}

.btn-modal, .btn-sobe {
    background-color: var(--color);
    color: white;
    cursor: pointer;
    height: 65px;
    flex: 1 0 48%;
    margin: 3px;
}

    .btn-modal:hover, .btn-sobe:hover {
        background-color: #085e4b;
    }

.btn-full {
    flex: 1 0 100%;
}

a#btnNotificationSection, a#btnSound {
    cursor: pointer;
}

#notificationSection::-webkit-scrollbar {
    height: 0;
    width: 0;
}

#notificationSection {
    scrollbar-width: none;
}

#notificationSectionContainer .toast:last-child {
    margin-bottom: 15px;
}

#notificationHistory {
    cursor: pointer;
}
#notificationHistory:hover{
    color: #FFF !important;
}
    #notificationHistory > i {
        font-size: 2em;
    }
.pregledanaNotifikacija{
    opacity: 0.5 !important;
}

#mob-header {
    display: none;
}

.btn-modal-racun {
    flex: 1;
    min-height: 64px;
}
/* DOLASCI - START */
.kreiraj-dolazak {
    position: fixed;
    bottom: 58px;
    right: 130px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    opacity: 0.9;
    z-index: 2;
    color: white;
    background-color: #0b7b63;
    font-size: 2em;
    border: 2px solid white;
}

    .kreiraj-dolazak:active, .kreiraj-dolazak:focus {
        outline: none;
    }

.artikal-dolazak {
    flex: 1;
    background-color: white;
    margin: 3px;
    padding: 15px;
    min-width: 410px;
    min-height: 94px;
    cursor: pointer;
    border-radius: 3px;
    transition: all 0.2s ease-out;
}

    .artikal-dolazak:hover {
        background-color: #d4e9da !important;
    }

    .artikal-dolazak .lnc {
        color: #0b7b63;
        font-size: 1em;
        position: relative;
        top: 3px;
    }

    .artikal-dolazak > span {
        white-space: nowrap;
        font-weight: 600;
    }

        .artikal-dolazak > span::after {
            content: "/";
            padding: 0 3px 0 10px;
            opacity: 0.3;
        }

    .artikal-dolazak > .artikal-bill::after {
        content: "";
    }
    /*
        .artikal-dolazak .lnc:not(:last-child)::after {
            content: "\e050";
            margin-left: 5px;
            opacity: .7;
        }
        */
    .artikal-dolazak ~ .kreiraj-dolazak {
        transition: all 0.2s ease-out;
    }

    .artikal-dolazak ~ .kreiraj-dolazak {
        transition: all 0.2s ease-out;
    }

    .artikal-dolazak:hover ~ .kreiraj-dolazak, #pregledDolazakaZaObjekat:hover > .kreiraj-dolazak {
        opacity: .5;
        transition: all 0.2s ease-out;
    }

.kreiraj-dolazak:hover, .kreiraj-dolazak:active {
    opacity: 1 !important
}

/* DOLASCI - END */
/* KUHINJA */
.k-nove {
    display: flex;
    padding: 24px;
    background-image: linear-gradient(to bottom right, rgba(11, 124, 99, 0.52), rgba(87, 87, 87, 0.73)), url("../graphics/logo/station-24-svg.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all .3s ease-out;
    overflow-y: auto;
    height: calc(100vh - 94px);
}

.k-gotove {
    position: fixed;
    right: 0;
    top: 52px;
    bottom: 42px;
    width: 400px;
    background-color: white;
    z-index: 99;
    transition: all .3s ease-out;
    overflow-y: scroll;
}

@media(max-width: 991px) {
    .k-gotove {
        width: 100%;
    }
}

#sortable1 {
    list-style-type: none;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 0;
    align-content: flex-start;
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
    height: fit-content;
}

    #sortable1 .order-wrapper > .table {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    }

.layout-5 #sortable1 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.layout-4 #sortable1 {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
}

    #sortable1 > [data-statuskuhinje="uPripremi"] .table-custom-header {
        background-color: #043228;
        color: white;
    }

        #sortable1 > [data-statuskuhinje="uPripremi"] .table-custom-header .custom-header-data {
            color: white;
        }

        #sortable1 > [data-statuskuhinje="uPripremi"] .table-custom-header .custom-header-action {
            background-color: #043228;
        }

#sortable3 {
    list-style-type: none;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 15px 20px 20px 20px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 10px;
    align-items: center;
    width: fit-content;
    flex-direction: column;
    width: 100%;
    transition: all .3s ease-out;
    max-height: calc(100vh - 95px);
}

    #sortable3 .tr .td, #sortable3 .td-row .td, #sortable3 .td-row .th {
        width: 90px !important;
    }

    #sortable3 .order-wrapper[data-statuskuhinje="gotova"] .table {
        border: 1px solid #0B7C63!important;
    }

        #sortable3 .order-wrapper[data-statuskuhinje="gotova"] .table .tbody .tr:nth-child(odd) {
            background-color: #E7F2F0;
        }

    #sortable3 .order-wrapper[data-statuskuhinje="otkazana"] .table {
        border: 1px solid #ededed !important
    }

    .nice-select.btn {
        display: flex;
        align-items: center;
        height: 34px;
    }

.undo-done {
    display: none;
    font-size: 1.3rem !important;
    color: white;
}

.sortable3 {
    background: #ffffff;
}

#sortable3 .k-thead > tr:not(.k-table-head) {
    display: none;
}

#sortable3 .undo-done {
    display: flex;
    padding: 8px 12px;
    align-items: center;
}

#sortable3 .custom-header-action {
    display: none;
}

#sortable1 {
    /*height: calc(100vh - 145px);*/
    width: 100%;
}

    #sortable1 > div, #sortable3 > div {
        padding-right: 0;
    }

    #sortable1 .order-wrapper {
        transition: all .3s ease-out;
    }

    #sortable1 > div > .table, #sortable3 > div .table {
        margin-bottom: 0 !important;
        overflow: hidden;
        border-radius: 5px;
    }

.destination-new, .destination-in-progress {
    /*border-right: 1px solid #575757;*/
}

@media(max-width: 768px) {
    .layout-4 #sortable1,
    .layout-3 #sortable1 {
        grid-template-columns: 1fr;
    }
    .overflow-scroll-recipe-table {
        overflow-y: auto !important;
        max-height: calc(100vh - 400px);
    }
    .modal-footer {
        flex-wrap: wrap;
    }
}

#sortable3 .k-table-head {
    background-color: #0B7C63;
}

#sortable3 .custom-header-data {
    color: white;
}

#sortable3 > div:not(.kitchen-search) {
    order: 1;
}

.sortable3-switch {
    background-color: #0B7C63;
    color: #CEE5E0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 5px 5px 5px 20px;
    position: sticky;
    right: 0;
    transition: all .2s linear;
}

    .sortable3-switch:hover {
        color: #B6D8D1;
    }

.sortable3-hide,
.sortable3-show {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

    .sortable3-hide span,
    .sortable3-show span {
        white-space: nowrap;
    }

@media(max-width: 991px) {

    .sortable3-hide .lnc,
    .sortable3-show .lnc {
        display: flex;
    }

    .sortable3-hide .lnc {
        transform: rotate(90deg)
    }

    .sortable3-show .lnc {
        transform: rotate(90deg)
    }
}

.k-container {
    transition: all .3s ease-out;
}

    .k-container.show-finished .k-nove {
        margin-right: 400px;
    }

    .k-container:not(.show-finished) .sortable3-hide {
        display: none;
    }

    .k-container.show-finished .sortable3-show {
        display: none;
    }

    .k-container.show-finished .k-gotove {
        transform: translateX(0%);
    }

@media(max-width: 991px) {

    .k-container.show-finished .k-nove {
        margin-right: 0;
        transform: translateY(0%);
    }

    .search-dropdown,
    .kitchen-search,
    .search-dropdown .input-wrapper,
    #sortable3 > .order-wrapper {
        width: 100%;
    }
}

.k-container:not(.show-finished) .k-gotove {
    transform: translateX(100%);
}

@media(max-width: 991px) {

    .k-container:not(.show-finished) .k-gotove {
        transform: translateY(calc(100% + 42px));
    }
}

.k-table-body {
    font-size: small;
}

.lnc-footer-split {
    justify-content: space-between;
    width: 100%;
}

.lnc-footer-left {
    display: flex;
    align-items: center;
}

.search-dropdown {
    display: flex;
    position: relative;
}

    .search-dropdown .input-wrapper {
        position: relative;
    }

    .search-dropdown .custom-selects {
        position: absolute;
        width: 100%;
        border-radius: 8px;
        appearance: none;
        cursor: pointer;
        top: 24px;
    }

    .search-dropdown label {
        color: #84BDB0;
        font-size: .8rem;
        margin-bottom: 0;
    }

    .search-dropdown .custom-selects:hover {
        background-color: #0B7C63;
        color: white;
    }

    .search-dropdown .custom-selects button {
        height: 38px;
        border: 0!important;
    }

        .search-dropdown .custom-selects button::after {
            top: 10px;
            right: 15px;
        }

    .search-dropdown .custom-selects .custom-selects__dropdown {
        border-width: 0;
    }

    .search-dropdown input {
        z-index: 1;
        position: relative;
        width: calc(100% - 41px);
        border: 1px solid #CEE5E0;
        padding: 7px;
        border-radius: 8px 0 0 8px;
    }

    .search-dropdown .custom-selects.custom-selects--active, 
    .search-dropdown .custom-selects.custom-selects--active button {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }
    /* .k-table-body tbody {
        border-bottom: 2px solid #67ae9f;
    }*/
    .k-table-body th {
        border: 0;
    }

.td-row {
    display: flex;
    align-items: center;
}

    .tr .td, .td-row .td, .td-row .th {
        flex-basis: 100%;
        width: 8vw;
    }

    .tr .td,
    .tr .th,
    .td-row .td, .napomena-stavke {
        padding: 5px 8px;
    }

        .tr .td.table-gang, .tr .th.th-gang, .tr .td.td-gang, .tr .th.th-col, .tr .td.td-col, .td-row .td.td-col, .td-row .th.th-col {
            flex-basis: 130px;
            width: 130px;
        }

        .k-table-body .td {
            color: #043228;
            font-size: 1.125rem;
        }

    .k-table-body .td .cekboks {
        font-weight: 400;
        font-size: 1.125rem;
        color: #043228;
    }

.layout-4 .k-table-body .td,
.layout-4 .k-table-body .td .cekboks {
    font-size: 1rem;
}

.k-table-body .tbody .gotova {
    background-color: #bee5eb!important;
}

.k-table-body .tbody .tr:not(.napomena-stavke):nth-child(odd) {
    background-color: #F0F0F0;
}

    .k-table-body .tbody .tr:nth-child(odd).uPripremi {
        background-color: #E7F2F0;
    }

.k-table-body .tfoot .tr .td {
    padding: 0;
    width: 100%;
}

.k-table-body .tfoot .btn {
    font-size: 1.2rem;
    text-transform: uppercase;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
}

.k-table-body .td, .k-table-body .th {
    border-top: 0;
}

.kitchen-search {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    overflow: visible!important;
}

.k-thead .tr:not(.k-table-head) .th, #sortable3 .tbody .k-body-head .th {
    color: #0B7C63;
}

#sortable3 > .order-wrapper {
    /*border: 1px solid #0B7C63;*/
}


    .k-thead .th {
        border-bottom: 0 !important;
        cursor: pointer;
        font-weight: 400;
        width: 100%;
    }

    .k-thead .th i {
        font-size: 1.4rem;
    }

.k-table-head {
    background-color: #CEE5E0;
    color: #043228;
    width: 100%;
}

    .k-table-head .th {
        padding: 0 !important;
    }

.table-custom-header {
    display: flex;
    width: 100%;
}

.custom-header-data {
    flex-grow: 1;
    font-weight: 400;
    color: #043228;
    font-size: 12px;
    padding: 12px;
}

    .custom-header-data strong {
        font-weight: 700;
    }

.custom-header-action {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px;
    gap: 5px;
    background-color: #0B7C63;
    color: white;
}

    .custom-header-action.canceled {
        display: none;
        background-color: #AAAAAA;
        color: #000000;
    }

.otkazana .custom-header-action:not(.canceled), .otkazana .btn-primary-dark {
    display: none;
}

.otkazana .tbody, .otkazana .thead .tr:not(.k-table-head) {
    opacity: .6;
}

    .otkazana .tbody .td, .otkazana .thead .tr:not(.k-table-head) .th {
        color: #aaaaaa;
    }

.otkazana .cekboks {
    pointer-events: none;
    color: #aaaaaa;
}

.otkazana .canceled {
    display: flex;
}

.otkazana .k-table-head {
    background-color: #F0F0F0 !important;
}

.otkazana .k-table-body {
    background-color: #ffebeb;
}
/* .Otkazana tbody {
            border-bottom: 2px solid #fe9191;
        }*/
.k-container {
    height: 100vh;
    overflow: hidden;
    background-color: var(--color);
}

.k-header {
    height: 52px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 8px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
}

    .k-header select,
    .k-header .btn,
    .k-header .k-odjava {
        border-color: #E7F2F0 !important;
        background-color: #E7F2F0 !important;
        color: #043228 !important;
        font-size: 1rem;
        transition: all .2s ease-out;
        box-shadow: unset !important;
    }

        .k-header select:hover,
        .k-header .btn:hover,
        .k-header .k-odjava:hover {
            border-color: #CEE5E0 !important;
            background-color: #CEE5E0 !important;
            color: #043228 !important;
            outline: 0;
            box-shadow: unset !important;
        }

    .k-header select {
        text-align: left;
    }

    .k-header .dropdown-toggle {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .k-header .dropdown-toggle::after {
        font-family: lnclines;
        border: 0 !important;
        margin-left: 5px;
        vertical-align: unset;
        font-size: .8rem;
    }

        .k-header .dropdown-toggle[aria-expanded="false"]::after {
            content: "\24";
        }

        .k-header .dropdown-toggle[aria-expanded="true"]::after {
            content: "\e05e";
        }

        .k-header .dropdown-toggle[aria-expanded="true"] {
            border-radius: .25rem .25rem 0 0;
        }

        .k-header .dropdown-toggle > .lnc {
            font-size: 1rem;
        }

    .k-header .dropdown-item:not(.custom-selects__option) {
        display: flex;
        align-items: center;
        box-shadow: unset !important;
        padding-left: 15px;
        padding-right: 15px;
        background-color: #E7F2F0;
        border-radius: 0 0 .25rem .25rem;
    }

        .k-header .dropdown-item:not(.custom-selects__option):hover {
            background-color: #CEE5E0;
        }

    .k-header .dropdown-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        border: 0;
        width: -webkit-fill-available;
    }

        .k-header .dropdown-menu::before {
            display: none;
        }

    .k-header .dropdown-item > .lnc {
        font-size: .9rem;
        margin-right: 5px;
    }

    .k-header .dropdown-item[aria-expanded="true"],
    .k-header .dropdown-item:hover {
        background-color: #CEE5E0 !important;
        color: #043228;
        box-shadow: unset !important;
    }

.dropdown-item-logout::before {
    content: "\e02a";
    font-family: lnclines;
    margin-right: 5px;
    font-size: .9rem;
}

.order-canceled {
    padding: 5px;
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 700!important;
}

    .order-canceled .lnc {
        font-size: inherit;
    }

    #show-hide-menu {
        font-size: 1rem;
        border-radius: 5px;
        padding: 8px;
        display: none;
    }

    #show-hide-menu .lnc {
        font-size: 1rem;
    }

@media(max-width: 991px) {
    #show-hide-menu {
        display: flex;
    }

    .k-header-group {
        display: none;
        background-color: white;
        padding: 20px;
        position: fixed;
        max-height: 0;
        transition: all 1s ease-out;
        left: 0;
        right: 0;
        top: 52px;
        box-shadow: 0px 26px 28px 3px rgb(0 0 0 / 30%);
        border-top: 1px solid #E7F2F0;
    }

        .k-header-group.show {
            display: flex;
            flex-direction: column;
            max-height: 500px;
        }

            .k-header-group.show > *,
            .k-header-group.show button,
            .k-header-group.show select {
                width: 100%;
            }
}

.table-gang {
    color: #AAAAAA !important;
}

.modal-settings .modal-dialog {
    height: 100vh;
    margin: auto;
    max-width: 360px;
    min-width: unset;
    width: 100%;
}

.modal-settings .modal-content {
    background-color: white;
    box-shadow: unset;
}

.modal-settings .modal-header {
    border-bottom: 0;
}

    .modal-settings .modal-header h5 {
        color: #0B7C63;
        font-size: 1.125rem;
        font-weight: 400;
    }

.modal-settings .modal-footer {
    border-top: 0;
}

    .modal-settings .modal-footer .btn {
        width: 100%;
    }

.k-header-right {
    display: flex;
    gap: 12px;
    align-items: center;
}

.k-header-group {
    gap: 12px;
    align-items: center;
}

@media(min-width: 992px) {
    .k-header-group {
        display: flex;
    }
    #fiskalKonfiguracija {
        max-width: 500px;
    }
}

.label-center {
    text-align: center;
    font-size: .875rem;
    color: #84BDB0;
    font-weight: 500;
    margin-bottom: 9px;
}

.btn-wrapper {
    margin-bottom: 20px;
}

.btn-custom-group {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.btn-switch {
    display: flex;
    margin-bottom: 15px;
    padding: 2px;
    background-color: #E7F2F0;
    border-radius: 4px;
}

    .btn-switch .btn {
        border-radius: 2px;
        flex-basis: 50%;
        justify-content: center;
    }

        .btn-switch .btn:not(.btn-selected) {
            color: #0B7C63;
        }

        .btn-custom-group:not(:last-of-type) {
            margin-bottom: 10px;
        }

#kuhinja-prijem {
    justify-content: space-evenly;
    background-image: linear-gradient(to bottom right, rgba(11, 124, 99, 0.52), rgba(87, 87, 87, 0.73));
}

#kuhinja-prijem ~ .lnc-footer {
    z-index: 999;
}

.k-btn, .k-btn:hover, .k-odjava, .k-odjava:hover {
    color: #043228;
    background-color: #E7F2F0;
    border-radius: 3px;
    padding: 5px 16px !important;
    display: flex;
    font-size: 1rem;
}

    .k-btn:hover select {
        color: #0b7c63 !important;
    }

.k-btn {
    padding: 5px 10px;
    border: 0;
}

    .k-btn > .lnc {
        font-size: 1.2em;
        padding-left: 7px;
    }

.k-odjava {
    padding: 10px 15px;
}

.k-btn select {
    color: var(--color);
    background-color: white;
    padding: 0 10px;
}

.btn-red {
    background-color: #fc4646;
    color: white;
}

    .btn-red:hover {
        background-color: #ff7070;
        color: white;
    }

.btn-alternative-group {
    display: flex;
    justify-content: space-between;
    margin: 15px;
}

.btn-alternative {
    border: 0;
    flex-basis: 49%;
    padding: 8px 5px;
    font-size: 1rem;
    text-transform: uppercase;
    background-color: #e6f2ef;
    color: var(--color);
    font-weight: 500;
    cursor: pointer;
    border-radius: 5px;
}
    .btn-alternative .lnc {
        margin-right: 3px;
        font-size: .9rem;
    }

    .btn-alternative.selected, .btn-alternative:hover {
        background-color: var(--color);
        color: #e6f2ef;
    }

.nav-header-notifications {
    color: #ffffff;
    background-color: rgba(10,125,100,.9);
    width: 100%;
    height: 57px;
    display: flex;
    padding-right: 1px;
    top: 0;
    z-index: 1;
    position: sticky;
    justify-content: space-between;
    align-items: center;
}

.zatvori-notif {
    font-size: 1.8em !important;
    position: relative;
    cursor: pointer;
}

.notif-wrap {
    max-width: 531px;
    margin: auto;
}

#notification, #notification-right {
    top: 20px;
    max-height: 96%;
    overflow-y: auto;
}
#notification{
    left: 20px;
}
#notification-right {
    right: 20px;
}

.toast i.lnc {
    position: absolute;
    font-size: 7rem;
    opacity: 0.1;
    left: 370px;
    color: #028090;
    transition: all .3s ease;
}

.layout {
    display: flex;
}

#btnSoundKuhinja {
    margin: 0;
    color: white;
    width: 20px;
    transition: all .2s linear;
}

    #btnSoundKuhinja:hover {
        color: #B6D8D1;
    }

.toast-header .text-muted {
    font-size: 1em;
    line-height: 2.5em;
}

.notifikacija-buttons {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}
    .notifikacija-buttons > button {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .5;
        border: 0;
        border-top: solid 1px #999 !important;
        border-left: solid 1px #999 !important;
        cursor: pointer;
    }
    .notifikacija-buttons > button:first-child{
        border: 0;
    }
    .notifikacija-buttons > button:hover {
        background-color: #0a7d6455;
    }

.mob-buttons .lnc {
    margin: 0 4px;
    color: #e6f2ef;
}

#promet {
    padding-right: 15px;
}

.podjela {
    outline: unset;
    overflow: hidden;
}

.podjela-racuna .podjela:first-child {
    border-right: 2px solid #1f9c87;
}

#btnOtkaziPodeluRacuna {
    border: 0;
}

#gosti {
    display: flex;
    flex-wrap: wrap;
}

#modalSobeError #errorMessage {
    text-align: center;
    color: red;
}

#narudzbeZaPrenos {
    display: flex;
    flex-wrap: wrap;
}

    #narudzbeZaPrenos > .btn-modal > p {
        margin-bottom: 0;
        text-align: left;
    }

    #narudzbeZaPrenos > .btn-modal {
        flex: 1 0 32%;
        border-radius: 5px;
        padding: 5px;
    }

.scroll-lijevo, .scroll-desno {
    position: sticky;
    height: 53px;
    width: 50px;
    font-size: 2em;
    background-color: white;
    padding: 5px 15px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .scroll-lijevo > .lnc, .scroll-desno > .lnc {
        color: var(--color);
    }

.scroll-lijevo {
    left: 0;
}

.scroll-desno {
    right: 0
}
/* LOGIN STILOVI - START */
.ln-login .modal-dialog {
    width: 100%;
    max-width: 400px;
}

.ln-login .modal-header, .ln-login .modal-footer {
    border: 0;
    display: flex;
    align-items: center;
}

.ln-login .modal-body, .login-container .modal-body {
    padding: 0 1rem;
}

.ln-login .form-control, .ln-login .form-control:active, .ln-login .form-control:focus, .login-container .form-control, .login-container .form-control:active, .login-container .form-control:focus {
    border: 0;
    border-bottom: 2px solid #c8c8c8;
    border-radius: 0;
    box-shadow: unset;
}

.ln-login input:-webkit-autofill, .ln-login input:-webkit-autofill:focus, .ln-login input:-webkit-autofill:active, .login-container input:-webkit-autofill, .login-container input:-webkit-autofill:focus, .login-container input:-webkit-autofill:active {
    background-color: white;
    box-shadow: 0 0 0 30px white inset !important;
    font-size: 1rem;
}

.ln-login .nav-link.dropdown-toggle {
    padding: 0;
    background: transparent;
    border: 0;
}

.login-container .nav-link {
    padding: 0;
}

.ln-login .nav-link .lnc, .ln-login .nav-link.dropdown-toggle::after, .theme-background-001 .nav-link.dropdown-toggle::after {
    color: var(--color) !important;
}

.theme-background-001 .nav-link.dropdown-toggle::after {
    margin-left: 0;
    margin-bottom: 3px;
}

.login-container .modal-content {
    background-color: rgb(255, 255, 255);
    padding: 0.5em;
    border-radius: 1em;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.36);
}

.login-container .modal-header, .login-container .modal-footer {
    border: 0;
    display: flex;
    align-items: center;
}

.login-container .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

.login-container .nav-link.btn-default {
    background: transparent;
    border-color: transparent;
}

.modal-body-broj {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-title {
    color: #575757;
}

#btnLogin .lnc {
    color: white;
}

.bylanaco {
    position: fixed;
    right: 50%;
    left: 50%;
    bottom: 20px;
    width: 100px;
    transform: translate(-50%, -50%);
}

.ln-login .navbar-nav .dropdown-menu, .login-container .navbar-nav .dropdown-menu {
    position: absolute;
}

.btn.focus, .btn:focus {
    box-shadow: unset;
}
/* LOGIN STILOVI - END */
.reklamacije .prostorijao {
    max-height: calc(100vh - 138px);
}

.lnc-star {
    font-size: 1em !important;
}

#tblDnevniListSanka .dataTables_wrapper .row.d-flex {
    padding: 0 25px;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    font-family: "lnclines";
    content: "\6b" !important;
    right: 1.45em;
    font-size: 0.55em !important;
    bottom: calc(50% - 7px) !important;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    font-family: "lnclines";
    right: 0.5em;
    content: "\64" !important;
    font-size: 0.55em !important;
    bottom: calc(50% - 7px) !important;
}

#btnOtkaziNarudzbu, #btnSinhronizacija {
    max-width: 50%;
}

.tabela-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tabela-item {
    margin: 0 5px;
}

    .tabela-item::before {
        content: "/";
        color: lightgray;
        padding-right: 10px;
    }

    .tabela-item:first-child::before {
        content: "";
        padding-right: 0px;
    }

.tfoot-sum {
    border-top: 3px solid #0b7b63;
}

    .tfoot-sum td {
        padding-bottom: 0;
    }

#racunNarudzbeZaRacun > div, #narudzbaNarudzbeZaRacun > div {
    height: 65vh;
    overflow-y: auto;
    border: 2px solid #0b7c63 !important;
    border-radius: 10px
}

#racunNarudzbeZaRacun > div {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
}

#narudzbaNarudzbeZaRacun > div {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -2px;
    position: relative;
}

#narudzbeZaRacun-table {
    border-bottom: 1px solid #0b7c63 !important;
}

#btnShowBrzIzborPopustaGotovina {
    cursor: pointer;
}

#pregledSoba, #pregledGost, #pregledOpenFolio {
    display: flex;
    flex-wrap: wrap;
}

    #pregledSoba .btn-sobe, #pregledGost .btn-sobe, #pregledOpenFolio .btn-sobe {
        flex-basis: calc(50% - 3px);
    }

        #pregledSoba .btn-sobe:nth-child(odd), #pregledGost .btn-sobe:nth-child(odd), #pregledOpenFolio .btn-sobe:nth-child(odd) {
            margin-left: 0;
            margin-right: 3px;
        }

        #pregledSoba .btn-sobe:nth-child(even), #pregledGost .btn-sobe:nth-child(even), #pregledOpenFolio .btn-sobe:nth-child(even) {
            margin-right: 0;
            margin-left: 3px;
        }

.sub-dropdown-menu {
    display: none;
    color: white;
    padding: 5px;
    background-color: white;
    position: absolute;
    z-index: 2;
    top: calc(100% + 10px);
    white-space: nowrap;
    border: 1px solid var(--color);
    border-radius: 5px;
}

    .sub-dropdown-menu .modal-body-partneri {
        max-height: 350px;
    }

.search-group {
    display: flex;
    align-items: center;
    padding-bottom: 5px;
    margin: 0 4px 10px 4px;
    border-bottom: 1px solid var(--color);
}

    .search-group input {
        padding: 0;
        color: var(--color) !important;
    }

.paytabs {
    display: flex;
    box-shadow: 0 0 10px 0 rgba(11,124,99,.5);
}

    .paytabs .pay-tab {
        flex-basis: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-bottom: 2px solid var(--dark);
        padding: 10px;
        cursor: pointer;
    }

        .paytabs .pay-tab:not(:last-child) {
            border-right: 1px solid;
            border-right-color: #e6f2ef;
        }

        .paytabs .pay-tab:hover {
            background-color: var(--dark);
            color: white;
        }

        .paytabs .pay-tab .lnc {
            font-size: 1.5rem;
            margin-bottom: 5px;
        }

        .paytabs .pay-tab span {
            text-transform: uppercase;
            font-weight: 600;
            line-height: 1.2;
            font-size: 0.8rem;
        }

        .paytabs .pay-tab.active {
            background-color: var(--dark);
            color: white;
        }

            .paytabs .pay-tab.active span {
                color: white;
            }

            .paytabs .pay-tab.active .lnc {
                color: white;
            }

.cash-body, .creditcard-body, .virman-body, .room-body, .morepayment-body {
    display: none;
}

    .cash-body.active, .creditcard-body.active, .virman-body.active, .room-body.active, .morepayment-body.active {
        display: block;
    }

    .cash-body .modal-footer {
        border-top: 0;
    }

.pay-info {
    margin: 10px 15px 0 15px;
}

.pay-info {
    display: flex;
    overflow: hidden;
    border-radius: 5px;
}

    .pay-info > div {
        flex-basis: calc(100% / 3);
        padding: 10px 5px 5px 15px;
        background-color: #e6f2ef;
        line-height: 1;
    }

        .pay-info > div > input {
            background-color: #e6f2ef !important;
            border: 0;
            font-size: 2rem;
            font-weight: bold;
            padding: 0 !important;
        }

        .pay-info > div:not(:last-child) {
            border-right: 2px solid white;
        }

    .pay-info .za-naplatu input {
        color: var(--danger);
    }

.payment-container {
    border: 2px solid var(--color);
    border-radius: 5px;
    display: flex;
    align-items: center;
}

    .payment-container .backspace-input, .payment-input-container .backspace-other {
        font-size: 2rem;
        margin-right: 10px;
        color: var(--dark-gray);
        cursor: pointer;
    }

    .payment-container.focused {
        border: 2px solid var(--color);
    }

.payment-input input, .payment-input input:focus, .payment-input input:active {
    font-size: 3rem;
    font-weight: bold;
    padding: 0 15px;
    color: var(--color);
    height: unset;
    border: 0;
    line-height: 0;
}

    .payment-input input:placeholder-shown ~ .backspace-input {
        display: none;
    }

    .payment-input input:not(:placeholder-shown) ~ .backspace-input {
        display: block;
    }

.payment-input.morepayments {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
    .payment-input-container {
        border: 2px solid var(--color);
        border-radius: 5px;
        display: flex;
        align-items: center;
        margin-bottom: 1px;
    }
    .payment-input-container input{
        font-size: 2.5rem;
    }

.discount-container, .loyality-container{
    margin: 15px;
    display: none;
}

    .discount-container.active, .loyality-container.active{
        display: flex;
        border-bottom: 1px solid lightgray;
        padding-bottom: 15px;
    }

.loyality-container {
    flex-direction: column;
}

.loyalty-card input, .loyalty-name-surname input {
    color: var(--color);
    font-size: 1.5rem;
    font-weight: 700;
    background-color: transparent;
    height: unset;
}

    .loyalty-card input:placeholder-shown, .loyalty-name-surname input:placeholder-shown {
        border-color: lightgray;
    }

    .loyalty-card input:not(:placeholder-shown), .loyalty-name-surname input:not(:placeholder-shown) {
        border-color: var(--color);
    }

.loyalty-name-surname {
    display: flex;
}

    .loyalty-name-surname input {
        background-color: transparent !important;
    }

.loyalty-card {
    margin-bottom: 10px;
}

.discount-input {
    display: flex;
}

.calculate-discount {
    padding-right: 10px;
    border-right: 1px solid lightgray;
}

.discount-amount {
    padding-left: 10px;
}

.discount-amount {
    max-width: 147px;
    width: 100%;
}

    .discount-amount input {
        background-color: transparent !important;
        border: 0;
        font-size: 1.9rem;
        font-weight: 700;
        height: 48px;
        padding: 0;
    }

.input-container {
    display: flex;
    align-items: center;
    border: 1px solid lightgray;
    border-radius: 5px;
    position: relative;
}

    .input-container input, .input-container input:focus, .input-container input:active {
        border: 0;
        font-size: 1.9rem;
        font-weight: 700;
    }

    .input-container .lnc {
        font-size: 1.5rem;
        padding: 11px;
        color: #000;
        opacity: .5;
    }
    .input-container .lnc:hover {
        opacity: .75;
    }

    .input-container input:placeholder-shown ~ .clear-input {
        display: none;
    }

    .input-container.active {
        border-color: var(--color);
    }

#searchLoyalty{
    display: none;
}

.clear-input {
    cursor: pointer;
}

.input-switch {
    display: flex;
}

    .input-switch > .lnc {
        color: white;
        background-color: lightgray;
        cursor: pointer;
    }

    .input-switch .lnc.active {
        color: white;
        background-color: var(--color);
    }

    .input-switch .lnc-percent {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }

#razlog_wrapper {
    margin-top: 10px;
}

.modal-content-100vh {
    max-height: calc(100vh - 310px);
    height: 100vh;
    overflow-y: auto;
}

.sticky-bottom {
    position: sticky;
    bottom: 0;
    z-index: 20;
}

.bill-group-select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 6px;
    justify-content: space-between;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
}

    .bill-group-select .bill-group, .bill-group-select .add-bill-group {
        padding: 5px 16px;
        margin: 2px;
        background-color: #e6f2ef;
        outline: 0;
        border: 0;
        border-radius: 5px;
        color: var(--color);
        cursor: pointer;
        font-size: 1.2rem;
    }

    .bill-group-select .add-bill-group {
        background-color: transparent;
        font-size: 1.4rem;
    }

        .bill-group-select .add-bill-group:hover {
            background-color: #e6f2ef;
        }

    .bill-group-select .bill-group.selected, .bill-group-select .bill-group:hover {
        background-color: var(--color);
        color: white;
    }

.bill-switch {
    display: flex;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
    padding: 0 10px;
}

.table-split-colored {
}

    .table-split-colored .table-responsive {
        overflow-x: unset;
        max-height: calc(100vh - 355px);
        height: 100vh;
    }

    .table-split-colored > div:first-child, .table-split-colored > div:nth-child(2) {
        z-index: 5;
    }

    .table-split-colored > div table {
        overflow: hidden;
        margin-top: 0 !important;
    }

    .table-split-colored > div:first-child .table-responsive {
        border: 2px solid var(--color) !important;
        overflow-y: auto;
    }

    .table-split-colored > div:nth-child(2) .table-responsive {
        border: 2px solid var(--color) !important;
        overflow-y: auto;
    }

    .table-split-colored thead th {
        border-bottom-color: var(--color);
        color: var(--color);
        border-right: 1px solid lightgray;
    }

    .table-split-colored tbody td {
        border-right: 1px solid lightgray;
    }

    .table-split-colored tbody .tr-id {
        background-color: #f1f1f1;
    }

    .table-split-colored tfoot {
        background-color: #e6f2ef;
        color: var(--color);
        text-align: right;
    }

        .table-split-colored tfoot td {
            padding: 0;
        }

        .table-split-colored tfoot span {
            font-weight: 700;
            margin-left: 4px;
        }

    .table-split-colored .tfoot-total {
        background-color: #e6f2ef;
    }

.tfoot-table {
    display: flex;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

    .tfoot-table > div {
        flex-basis: 100%;
        text-align: right;
        color: var(--color);
        padding: 6px 10px;
    }

        .tfoot-table > div span {
            font-weight: 700;
        }

.table-colored-total {
    background-color: #e6f2ef;
    display: flex;
    padding: 7px 5px 5px 5px;
    justify-content: flex-end;
    margin-top: -2px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .table-colored-total > div {
        flex-basis: 50%;
        display: flex;
        justify-content: flex-end;
        color: var(--color);
        padding: 0 10px;
    }

.btn-transfer {
    background-color: #e6f2ef;
    color: var(--color);
    border: 0;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    padding: 0.675rem 1.05rem;
}

    .btn-transfer:hover {
        background-color: var(--color);
    }

    .btn-transfer span {
        line-height: 1;
        font-weight: 700;
    }

    .btn-transfer .lnc {
        font-size: 1.4rem;
    }

    .btn-transfer.right {
        margin-right: 10px;
    }

    .btn-transfer.left {
        text-align: left;
        margin-left: 10px;
    }

    .btn-transfer.right span {
        text-align: right;
        margin-right: 10px;
    }

    .btn-transfer.left span {
        text-align: left;
        margin-left: 10px;
    }

#fiskalKonfiguracija {
    height: 100%;
    padding-top: 1rem;
    background-color: #f8f9fa;
    overflow-y: auto;
}

    #fiskalKonfiguracija > div:last-child {
        padding: 10px 0;
        height: 65px;
        width: 100%;
        background-color: #f8f9fa;
        position: sticky;
        bottom: 0;
        display: flex;
        justify-content: center;
    }

#odgSacuvajKonfiguraciju {
    display: none;
    top: 50vh;
    left: 25vh;
}

    #odgSacuvajKonfiguraciju > i {
        font-size: xx-large;
    }

@media (min-width: 576px) {
    .table-split-colored > div:first-child .table-responsive {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: 0 !important;
        border-right: 2px solid var(--color) !important;
    }

    .table-split-colored > div:nth-child(2) .table-responsive {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 2px solid var(--color) !important;
        margin-left: -2px;
        position: relative;
    }

    .table-split-colored > div:nth-child(2) .bill-group-select::before {
        content: "";
        background-color: white;
        position: absolute;
        left: -2px;
        top: 0;
        bottom: 0;
        width: 2px;
        height: 100%;
    }
    /*            .table-split-colored > div:nth-child(2) table::before {
                content: "";
                position: absolute;
                height: 2px;
                width: 10px;
                bottom: -2px;
                left: 0;
                background-color: var(--color);
            }*/
    .table-split-colored > div:first-child {
        padding-right: 0;
    }

    .table-split-colored > div:nth-child(2) {
        padding-left: 0;
    }

    .table-split-colored > div:nth-child(1) .tfoot-table {
        border-bottom-right-radius: 0;
    }

    .table-split-colored > div:nth-child(2) .tfoot-table {
        border-bottom-left-radius: 0;
    }
}

@media (max-width: 575px) {
    .table-split-colored .table-responsive {
        max-height: calc(100vh - 626px);
        height: 100vh;
    }

    .table-split-colored > div:nth-child(2) .bill-group-select > .btn-transfer {
        order: 1;
    }

    .btn-transfer.right .lnc::before {
        content: "\64";
    }

    .btn-transfer.right {
        margin-left: 10px;
        margin-right: 0;
    }

    .btn-transfer.left .lnc {
        order: 1;
    }

    .btn-transfer.left span {
        margin-left: 0;
        margin-right: 10px;
        text-align: right;
    }

    .btn-transfer.left .lnc::before {
        content: "\6b";
    }

    .bill-switch {
        justify-content: flex-start;
        padding-left: 0;
    }

    #detalji-smjena-table_info {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    label.cekboks:has(#autoEnterPin) {
        margin-top: 0;
        margin-left: 15px;
    }
}

@media (max-width: 992px) {
    body * {
        scrollbar-width: none;
    }

        body *::-webkit-scrollbar {
            height: 0px;
            width: 0px;
        }

    .narudzba-edit .btn {
        font-size: .8rem;
    }

    #otvoreniDolasci .btn-bill-split,
    #otvoreniDolasci .btn-transparent {
        font-size: .8rem;
        padding: 2px 9px;
        margin-right: 0;
    }
    /* bez stolova - start */
    .artikal-dolazak {
        min-width: initial;
    }
    /* bez stolova - start */
    .layout {
        flex-direction: column;
        height: 100%;
        max-height: 100%;
    }

    .lnc-footer {
        width: 100%;
    }

    .modal-body-broj ~ .col-4 .btn-nav {
        min-height: 56px;
    }

    .narudzba-lista {
        max-width: 100%;
        background-image: linear-gradient(to bottom, var(--color) 30%, white 70%);
        flex: 1 0 40%;
    }

    .footer2 {
        flex-wrap: wrap;
    }

        .footer2 .search-bar {
            padding-right: 0;
            padding-left: 10px;
        }

        .footer2 .info-status {
            flex-basis: 100%;
            padding-left: 0;
        }

    .reklamacije .narudzba-lista {
        flex: 1 0 45%;
    }

    .reklamacije .artikli-lista {
        padding-bottom: 37px;
    }

    .scroll-desno {
        right: 0;
    }

    .scroll-lijevo, .scroll-desno {
        height: 43px;
    }

    .artikli-lista {
        height: 60%;
        flex: 1 0 45%;
    }

    .ukupno > h5 {
        font-size: 1.25em;
    }

    .total-amount {
        max-height: 76px;
        padding: 0.4rem 0.6rem;
        width: 100%;
    }

    .order-area {
        height: calc(100% - 132px);
    }

    .table td, .table th {
        padding: 0.4rem 0.5rem;
    }

    .info-narudzba, .info-status {
        white-space: nowrap;
        overflow-x: auto;
    }

    #mob-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        min-height: 40px;
        background-color: var(--color);
        color: white;
        padding: 0 10px;
        position: relative;
        z-index: 1;
        box-shadow: 0px 1px 5px rgba(31, 31, 31, 0.5);
    }

    .theme-background-001 #mob-header {
        display: none;
    }

    #mob-header img {
        max-height: 30px;
    }

    .nav-header {
        height: 80px;
    }

    .kreiraj-dolazak {
        right: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        bottom: 11px;
    }

        .kreiraj-dolazak .lnc {
            top: 0;
        }

    .mob-buttons {
        font-size: 2em;
    }

    .side-meni {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 100;
        transition: .1s ease-out;
        max-height: 100%;
    }

    .prikazi-meni {
        display: flex;
        background-color: white;
        transition: .1s ease-out;
    }

        .prikazi-meni::before {
            content: " ";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

    .mob-btn-move {
        transform: rotate(180deg);
        position: relative;
        right: 96px;
    }

    .dolazak, .reklamacije {
        max-height: calc(100% - 40px);
        flex: 1 0 100%;
        overflow-x: hidden;
        flex-direction: column;
    }

        .reklamacije .nav-header {
            height: 67px;
        }

    .btn-prostorija, .btn-podktg {
        min-height: 34px;
    }

    .btn-artikal {
        min-width: 73px;
        font-size: 0.8em;
    }

    .stavkaMenija, .omiljeniArtikl {
        min-height: 55px;
    }

    .logo-background {
        background-position: 100% 70%;
    }

    #meniUgostiteljskogObjekta {
        position: relative;
    }

        #meniUgostiteljskogObjekta .tab-content {
            position: absolute;
            top: 38px;
            bottom: 69px;
            left: 0;
            right: 0;
        }

    .prostorijao {
        position: absolute;
        top: 76px;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .artikli-podkategorija {
        z-index: 1;
    }

    #tab-Favorites {
        position: relative;
        height: 100%;
        width: 100%;
    }

    #omiljeniArtikli {
        position: absolute;
        top: 2px;
        left: 0;
        right: 0;
        bottom: 7px;
    }

    .prostorijao, #filtriraniArtikli {
        display: flex;
        flex-wrap: wrap;
        padding: 7px 7px 7px 7px;
    }

    .podjela-racuna {
        width: 100%;
    }

    .podjela {
        height: calc(100vh - 48px);
    }

        .podjela h4 {
            font-size: 1.2em;
            margin: auto;
        }

    .dataTables_scrollBody {
        max-height: calc(100vh - 455px) !important;
    }

    .sve-smjene .dataTables_scrollBody {
        max-height: calc(100vh - 500px) !important;
    }

    .sve-smjene > .btn-group-lg > #btnDetalji {
        min-height: 64px;
    }

    .smjena .dataTables_scrollBody {
        max-height: calc(100vh - 490px) !important;
    }

    .izvjestaj {
        overflow: hidden auto;
        padding-bottom: 30px;
    }

    .detalji {
        flex: 0 0 50%;
        font-size: 0.7em;
    }

    .lnc-title {
        font-size: 1rem;
    }

    .btn-large span {
        font-size: 0.6em;
    }

    tbody {
        font-size: 0.9em;
    }

    .table-success {
        font-size: 0.8em;
    }

    .reklamacije .order-area {
        height: calc(100% - 66px);
    }

    .ln-table .dataTables_wrapper .row:first-child, .ln-table .dataTables_wrapper .row:last-child {
        margin: 0px 15px;
    }

    .login-container {
        height: 100%;
    }

        .login-container .modal-header {
            padding: 0.3rem 1rem;
        }

    .logo-holder {
        margin-bottom: 0;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        max-width: 94px;
    }

    div.dataTables_wrapper div.dataTables_filter label, div.dataTables_wrapper div.dataTables_length label {
        font-size: 0.8em;
    }

    div.dataTables_wrapper div.dataTables_length label {
        z-index: 2;
        position: relative
    }

    .dataTables_wrapper > .row .col-sm-12.col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    div.dataTables_wrapper div.dataTables_info {
        font-size: 0.85em;
    }

    .ln-table > .dataTables_wrapper > .row:nth-child(3) .col-sm-12.col-md-5 {
        padding-right: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
        padding-left: 0;
    }

    .od-do-pretraga .od-do-datum {
        min-width: 100px;
    }

        .od-do-pretraga .od-do-datum input {
            max-width: 90px;
            font-size: 0.8rem;
        }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: center;
    }

    .sidenav .closebtn {
        top: 12px;
    }

    div.dataTables_wrapper div.dataTables_filter label::before {
        left: -24px;
    }

    .tabela-info {
        flex-direction: column;
        margin: 0 7px;
    }

    .tabela-item {
        margin: 0;
    }

        .tabela-item::before {
            content: "";
            padding-right: 0;
        }

    /* Force table to not be like tables anymore */
    .no-more-tables table,
    .no-more-tables thead,
    .no-more-tables tbody,
    .no-more-tables th,
    .no-more-tables td,
    .no-more-tables tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        .no-more-tables thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    .no-more-tables tr {
        border: 1px solid #ccc;
    }

    .no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: right !important;
    }

    .no-more-tables tfoot {
        float: right;
        width: 100%;
    }

        .no-more-tables tfoot td {
            border-bottom: 0;
        }

    .no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
    }

    /*
    Label the data
    */
    .no-more-tables td:before {
        content: attr(data-title);
    }

    .wrapper {
        width: 100%;
    }
    #notification, #notification-right {
        display: none;
    }
}

@media screen and (max-height: 730px) {
    .bylanaco {
        display: none;
    }
}

@media screen and (max-width: 1190px) {
    .header-button {
        font-size: 13px;
    }

    .total-amount {
        font-size: 13px;
    }

    .order-area {
        font-size: 14px !important;
    }
}

.otkazane-narudzbe {
    overflow: hidden;
    border-radius: 5px !important;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.24);
}

#pregledNarudzbi {
    max-height: 75vh;
}
/* MARKO IZMJENE/KLASE - end */
#prometArtikl-table thead th {
    position: sticky;
    top: 0;
}

#prometArtikl-table tfoot td {
    position: sticky;
    bottom: 0;
}

#detaljiRacuna-table thead th {
    position: sticky;
    top: 0;
}

#detaljiRacuna-table tfoot td {
    position: sticky;
    bottom: 0;
}

#prometArtikl-table tfoot td {
    position: sticky;
    bottom: 0;
}

#modalPotvrdaStampanjaDnevniIzvjestaj i.fas, #modalPotvrdaSmjenaZakljucivanje i.fas {
    position: relative;
    top: -1px;
}
/*
#modalPotvrdaStampanjaDnevniIzvjestaj input[type=checkbox],
#modalPotvrdaSmjenaZakljucivanje input[type=checkbox] {
    position: relative;
    top: 1px;
}

#modalPotvrdaStampanjaDnevniIzvjestaj div.pt-2 > label,
#modalPotvrdaSmjenaZakljucivanje div.pt-2 > label {
    display: inline-block;
    position: relative;
    top: 0.95em;
    left: -0.3em;
    z-index: 1;
    padding: 1.7em;
    margin: -1.7em;
}

    #modalPotvrdaStampanjaDnevniIzvjestaj div.pt-2 > label.custom-control-label::before,
    #modalPotvrdaSmjenaZakljucivanje div.pt-2 > label.custom-control-label::before {
        top: 0.95em;
        left: 0.8em;
    }

    #modalPotvrdaStampanjaDnevniIzvjestaj div.pt-2 > label.custom-control-label::after,
    #modalPotvrdaSmjenaZakljucivanje div.pt-2 > label.custom-control-label::after {
        top: 0.95rem;
        left: 0.8em;
    }*/
#modalPotvrdaStampanjaDnevniIzvjestaj div.alert, #modalPotvrdaSmjenaZakljucivanje div.alert, #modalNarudzbeZaPrenos div.alert, #modalPotvrdaPlacanjaKes div.alert, #modalPotvrdaPlacanjaKarticom div.alert, #modalPotvrdaPlacanjaLoyalty div.alert, #narStavkePartnerModal div.alert, #narStavkeHotelModal div.alert {
    position: unset !important;
}

#modalPotvrdaStampanjaDnevniIzvjestaj div.btn.btn-modal, #modalPotvrdaSmjenaZakljucivanje div.btn.btn-modal, #modalNarudzbeZaPrenos div.btn.btn-modal {
    height: auto;
    flex: 0 0 47%;
    cursor: default
}

    #modalPotvrdaStampanjaDnevniIzvjestaj div.btn.btn-modal:hover, #modalPotvrdaSmjenaZakljucivanje div.btn.btn-modal:hover, #modalNarudzbeZaPrenos div.btn.btn-modal:hover {
        background-color: var(--color);
    }

#collapseContainerModalNarudzbeZaPrenos div.row, #modalNarudzbeZaPrenos div.row {
    max-height: 50vh;
    overflow-y: auto;
    margin: auto;
}
/*VELIBOR dodate klase*/
.narudzba-selected {
    border-style: solid !important;
    border-color: red !important;
    border-width: 2px !important;
    border-collapse: inherit;
    background-color: #fbe0df !important;
}

.stornirano-text-color {
    color: #E74C3C;
}

.nevazece-text-color {
    color: orange;
}

.nefiskalni-text-color {
    color: #17a2b8;
}

.login-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    font-size: 1em;
    text-transform: uppercase;
}

.btn-dolazak {
    border-radius: 0px !important;
    min-width: 50px !important;
    margin: 2px;
    flex: 0;
}

.btn-grupa-opcije {
    border-radius: 0px !important;
    min-width: 100px !important;
    margin: 2px;
    flex: 0;
    font-size: 0.7em;
}

.btn-dolazak-opcije:focus {
    outline: none;
}

.btn-dolazak-opcije {
    background-color: #0b7c63;
    color: white;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    padding: 0 10px;
    outline: none;
    font-weight: 700;
    margin-top: 4px;
    border-radius: 0px !important;
    min-width: 80px !important;
    min-height: 80px !important;
    margin: 2px;
    flex: 0;
}

    .btn-dolazak-opcije:hover, .active.btn-dolazak-opcije {
        background-color: #60c087;
    }

.w-15 {
    width: 15% !important;
}

.w-55 {
    width: 55% !important;
}

.w-10 {
    width: 10% !important;
}

#narudzbeZaDolazak td, #narudzbeZaDolazak th {
    border-top: 1px solid rgba(11,124,99,.1);
}

#narudzbeZaDolazak-container {
    height: 60vh !important;
    overflow-y: scroll !important;
    padding: 0px;
}

#narudzba-odvojene-stavke-container {
    height: 98% !important;
    overflow-y: scroll !important;
    padding: 0px;
}

.p-right-1em {
    padding-right: 1em !important;
}

.f-size-2em {
    font-size: 2em !important;
}

#razdvajanjeDolaska-container {
    height: 60vh;
}

#narudzba-razdvajanje_wrapper {
    height: 98%;
}

#narudzbaUPripremi tr:hover {
    cursor: pointer;
}

.podela-racuna-section {
    height: calc(100vh - 106px);
    width: 100%;
    overflow-y: scroll;
}

.podela-header {
    background-color: #0b7c63 !important;
    height: 56px;
}

.podela-ukupno-section {
    border-top: 2px solid #0b7c63;
    margin: 0;
}

.line-height-half-em {
    line-height: 0.5em !important;
}

.footerRacuna-table td {
    border: none;
}

#imePrezimePartnerLoyalty.field-validation-error {
    color: red !important;
}

#brojKarticeLoyalty.nePostoji:disabled {
    background-color: #fff;
}

select.lg option {
    font-size: 22px;
}

.dropdown-menu a:hover {
    color: #fff;
    background-color: #0b7c63;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    right: 70px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 9999;
}

.dropdown-menu.overlapping:before {
    transform: rotate(180deg);
    top: 111px;
}

.cekboks {
    box-sizing: content-box !important;
    text-align: left;
    font-size: 0.9rem;
    font-weight: bold;
    color: #00537a;
    line-height: 1.6;
    display: block;
    position: relative;
    margin-bottom: 8px;
    margin-top: 9px;
    margin-left: 1px;
    cursor: pointer;
    padding-left: 1.7em;
}

    .cekboks .label-text {
        padding-left: 26px;
    }

        .cekboks .label-text:hover {
            cursor: pointer;
        }

.control-label.label-text {
    margin-left: 0;
    font-weight: 600;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.cekboks input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    transition: all 0.1s ease;
}

    .cekboks input:checked ~ .checkmark {
        transition: all 0.1s ease;
        background-color: #18735a;
    }

        .cekboks input:checked ~ .checkmark:after {
            opacity: 1;
            transition: transform 0.1s ease-out;
            transform: rotate(45deg) translate(0, 0);
            box-sizing: content-box;
            border-color: white;
        }
/*.cekboks:hover input ~ .checkmark {
    background-color: #00bdab;
    transition: all 0.4s ease;
  }*/
.cekboks .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #deeae7;
    transition: all 0.1s ease;
    border-radius: 2px;
    overflow: hidden;
}

.cekboks .checkmark-disabled {
    background-color: #f2f3f8;
    cursor: default;
}

.cekboks .checkmark:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid #0a7c62;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) translate(-8px, 8px);
    transition: transform 0.1s ease-out;
}

.cekboks .checkmark-disabled:after {
    border: solid gray;
    border-width: 0 3px 3px 0;
}
.cekboks.predracun {
    position: absolute;
    bottom: 0;
    color: #0b7c63;
}

#brojKarticeLoyalty {
    height: calc(2.25rem + 2px);
}

.modal-header {
    align-items: center;
}

#btnBrzIzborPopusta {
    cursor: pointer;
}

#grupeRacunaModal div[id^='tabela-narudzba-razdvajanje'] {
    padding: 0;
    height: auto;
}

tr.placen {
    background-color: #fbe0df !important;
    display: none;
}

.legenda-gotovo {
    background-color: #17a2b8;
    padding-left: 20px;
    margin-right: 4px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
}

.legenda-priprema {
    padding-left: 20px;
    margin-right: 4px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
}

.legenda-ponistena {
    background-color: #fc4646;
    padding-left: 20px;
    margin-right: 4px;
    border-style: solid;
    border-radius: 5px;
    border-width: 1px;
}

#legenda {
    margin-right: auto;
}

.k-logo {
    max-height: 40px;
}

@media(max-width: 991px) {
    .k-logo {
        max-height: 32px;
    }
}

#obrisiGotoveNarudzbe {
    font-weight: 500;
}

.card-number {
    font-size: 1.5em;
}
#attentionBox {
    top: 40px;
    right: 50px;
    border-radius: 1em;
    cursor: pointer;
}

#ofsTest {
    top: 95px;
    right: 50px;
    display: none;
}

.indikator {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #ccc;
}

.language.btn {
    font-weight: 500;
    padding: 8px 12px;
}

.dropdown-menu::before {
    display: none;
}

.blokiranPartner {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    right: 0;
    font-size: 1.7em;
    color: red !important;
    text-transform: uppercase;
}

.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.dropdown-menu{
    margin: 0!important;
}

.form-check {
    cursor: pointer;
}

    .form-check .form-check-input {
        cursor: pointer;
    }

fieldset {
    border: 1px solid #888;
    padding: 5px;
}

legend {
    margin: 0;
    width: auto;
    font-size: inherit;
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    unicode-bidi: isolate;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

.flex-row-align-end {
    display: flex;
    align-items: flex-end
}

.pr-12px {
    padding-right: 12px;
}

.custom-dropdown {
    height: 40px;
    border-radius: 4px;
}

.border-st24-green{
    border: 2px solid #0b7b63;
}

.promet-provera {
    background-color: #aaa;
}
    .promet-provera>i.lnc {
        position: absolute;
        font-size: 5rem;
        opacity: 0.1;
        left: 370px;
        transition: all .3s ease;
        color: white;
        display: none;
    }

#notification-right > div > div.col-11.p-0 > div.toast-body > div > img {
    max-width: 100%;
}

#btnProveraRacuna{
    position: absolute;
    top: 10px;
    right: 10px;
}

.hidden-table {
    position: absolute;
    display: none;
    right: -2px;
    bottom: 45px;
    background-color: #0b7c63;
    color: #fff;
    padding: 0;
    border: 0;
    font-weight: bold;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
}

#hoverRow > td {
    cursor: help;
}

.hidden-table tr td {
    cursor: help;
    font-weight: 400;
    padding: 0 10px;
}

@media (max-width: 993px) {
    .hidden-table {
        bottom: 35px;
        padding: 0 4px;
    }
}

@media (max-width: 320px) {
    .line-height-half-em {
        line-height: 1em !important;
    }
}

div#ofsTest.lpfr-details {
    position: absolute;
    bottom: 45px;
    top: auto;
    display: none;
    right: auto;
    padding: 12px 20px;
    left: 110px;
    background-color: #fefefe;
    border-color: black;
    -webkit-box-shadow: 10px 10px 11px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 11px -10px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 11px -10px rgba(0,0,0,0.75);
    border-radius: 4px;
}

.lpfr-details::after {
    display: none;
}

@media (max-width: 993px) {
    div#ofsTest.lpfr-details {
        position: fixed;
    }
}