﻿body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    width: 100%;
    position: absolute;
}

.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: #0b7c63;
}

.color_2 {
    background: #d9534f;
}

.color_3 {
    background: #4caf74;
}

.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;
}

.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;
}

.hidden-element {
    display: none !important;
}

.right-button {
    margin-top: 1px;
    float: right;
    width: 100%;
    height: calc(12.5% - 1px);
    border-radius: 0.25rem;
    font-size: 17px;
    line-height: 90%;
}

.nav-header {
    float: left;
    color: #ffffff;
    width: 100%;
    height: calc(12.5% - 1px);
    display: flex;
    padding-right: 1px;
}

.nav-header-settings {
    float: left;
    color: #ffffff;
    width: 100%;
    height: 120px;
    display: flex;
    padding-right: 1px;
}

.btn {
    font-size: 15px;
}

.btn-nav {
    width: 100%;
    background: #0b7c7b;
    color: #fff;
    font-weight: 600;
    white-space: normal;
    padding: 0 20px;
    line-height: 95%;
    min-height: 70px;
    margin-top: 1px;
    border-radius: 0.25rem !important;
}

.btn-nav-signout {
    color: #fff;
    padding-right: 5px!important;
}

    .btn-nav:focus, .btn-nav:hover, .btn-nav:active {
        background: #2ca8bc;
    }

.btn-nav-login {
    font-size: 20px;
}

.header-button {
    margin-left: 1px;
    margin-top: 1px;
    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;
}

.floor-plan-nav {
    height: 0px;
    height: 6.25%;
}

.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-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-1px {
    padding: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 - 4.8rem);
}

.overflow-scroll-full-height {
    overflow-y: auto !important;
    max-height: 95vh;
}

.overflow-scroll-recipe-table {
    overflow: auto !important;
    max-height: 45vh;
}

.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-bottom: 1rem;*/
    padding-top: 1rem;
    padding-left: 1px;
    margin-top: .2rem;
    width: 100%;
    height: calc(75% - 1px);
    overflow-y: scroll;
    overflow-y: auto;
    z-index: -1;
}

@media screen and (max-width: 1190px) {
    .header-button {
        font-size: 13px;
    }

    .total-amount {
        font-size: 13px;
    }

    .order-area {
        font-size: 14px !important;
    }
}

.articles-content-area {
    overflow-y: auto;
    height: calc(100% - 70px);
}

.total-amount {
    float: left;
    padding: 0.5rem;
    width: 100%;
    height: 12.5%;
    color: #ffffff;
    line-break: strict;
    font-weight: 500;
}

.m-right-half-rem {
    margin-right: 0.5rem;
}

.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-60 {
    width: 60%;
}

.td-10 {
    width: 10%;
}

table {
    border: 2px #ddd solid;
    margin-bottom: 2px !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.table td, .table th {
    padding: .5rem;
}

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%;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 1rem;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.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: url("../graphics/logo/Station24_white.png");
    background-repeat: no-repeat;
    background-position: 1rem 50%;
    background-size: calc(100% - 3rem);
}

.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-partneri {
    overflow-y: scroll;
    max-height: 450px;
}

.modal-body-radnici {
    overflow-y: scroll;
    max-height: 500px;
}

.textarea-noresize {
    resize: none;
}

/*SIDE NAV*/
.sidenav {
    height: 100%;
    width: 0;
    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 {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.large-5 {
    width: 550px;
}

.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: #4caf74 !important;
}

.select {
    background-color: #4caf74 !important;
    color: #ffffff !important;
}

.stornirano {
    background-color: #d9534f !important;
    color: #ffffff;
}

.nevazece {
    background-color: #FF9D9A !important;
    color: #ffffff;
}

/*navbar prop*/
.wrapper {
    width: 90%;
    height: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    margin: auto;
}

@media(max-width:992px) {
    .wrapper {
        width: 100%;
    }

    .modal-body-broj ~ .col-4 .btn-nav {
        min-height: 56px;
    }
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-title > a, .panel-title > a:active {
    display: block;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    float: right;
    transition: all 0.5s;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.disabled-item {
    pointer-events: none;
    opacity: 0.4;
}

.margin-bottom-quaver {
    margin-bottom: 80%;
}

.field-validation-error {
    color: red !important;
}

.line-height-login-a {
    line-height: 4.5 !important;
}

.min-height-4-half-rem {
    min-height: 4.5rem !important;
}

/* NOVI STILOVI */
#mySidenav .panel.panel-default {
    margin-bottom: 10px;
}

#btnLogin > .lnc {
    font-size: 1rem;
    position: relative;
    top: 2px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn-dark {
    background-color: #4caf74;
    border-color: #4caf74;
    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: #0b7c63;
        border-color: #0b7c63;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d9534f;
}

    .btn-danger:focus, .btn-danger:hover, .btn-danger:active, .btn-danger:active:focus {
        background-color: #ed625e;
        border-color: #ed625e;
    }

.btn-default {
    background: #4caf74;
    border-color: #4caf74;
}

    .btn-default:focus, .btn-default:hover, .btn-default:active, .btn-default:active:focus {
        background-color: #60c087;
        border-color: #60c087;
    }

.btn-secondary {
    color: #fff;
    background-color: #0b7c63;
    border-color: #0b7c63;
}

    .btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary:active:focus {
        background-color: #4caf74;
        border-color: #4caf74;
    }

.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: #4caf74;
    border: 2px solid #fff;
    color: #fff;
    margin-right: -1px;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #fff;
}

.btn.btn-info.btn-sm:first-of-type {
    border-radius: 25px 0 0 25px;
}

.btn.btn-info.btn-sm:last-of-type {
    border-radius: 0 25px 25px 0;
}

.btn.btn-info.btn-sm:only-of-type {
    border-radius: 25px 25px 25px 25px;
}

/*Floor Plan elementi*/
.krug {
    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: 50%;
}

.pravougaonik {
    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: 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);
    margin: auto;
    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: 1.4rem;
    }

.resize-nav-list button.btn.btn-lg.btn-default {
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.draggable {
    display: inline-flex;
    flex-wrap: wrap;
    min-height: 6.5em;
    color: white;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    position: fixed;
}

.modal-content {
    background-color: rgba(255,255,255,.7);
    display: block;
}

.login-container {
    display: flex;
    height: 100%;
}

.login-container>.modal-dialog>h4, .login>.modal-dialog>h4{
    color: white;
    margin: 0 auto;
    padding-bottom: 20px;
}

.login {
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}

.modal-lg {
    max-width: 900px !important;
}

.drugisto-footer {
    padding: 5px;
    float: right;
}

.bylanaco {
    position: fixed;
    right: 50%;
    left: 50%;
    bottom: 20px;
    width: 100px;
    transform: translate(-50%, -50%);
}

.navbar-nav .dropdown-menu {
    position: absolute;
}

.btn.focus, .btn:focus {
    box-shadow: unset;
}

.modal-title {
    color: #575757;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        min-width: 400px;
    }
}
/*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 #0b7c63;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.w3-pale-green {
    text-align: center;
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 20px;
    color: #fff !important;
    background-color: #ff4949 !important
}

.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;
}

/* LOGIN STILOVI - START */

.ln-login .modal-dialog {
    width: 100%;
}
    .login-container>.modal-dialog {
        max-width: 400px;
    }
    .login>.modal-dialog {
        max-width: 500px;
    }

.ln-login .modal-content {
    background-color: rgb(255, 255, 255);
    border-radius: 1em;
    padding: 0.5em;
}

.ln-login .modal-header, .ln-login .modal-footer {
    border: 0;
    display: flex;
    align-items: center;
}

.ln-login .modal-body {
    padding: 0 1rem;
}

.ln-login .form-control, .ln-login .form-control:active, .ln-login .form-control:focus {
    border: 0;
    border-bottom: 2px solid #c8c8c8;
    border-radius: 0;
    outline: 0;
    box-shadow: unset;
}

.ln-login input:-webkit-autofill, .ln-login input:-webkit-autofill:focus, .ln-login 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;
    outline: 0;
}

    .ln-login .nav-link > .lnc {
        color: #0b7c63 !important;
        font-size: 1.4em !important;
        margin-left: 0;
    }

.ln-login .nav-link.dropdown-toggle::after {
    color: #0b7c63 !important;
    margin-left: 0;
    margin-bottom: 4px;
}

        .ln-login .lnc-out {
            margin-right: 5px;
        }

.modal-body-broj {
    display: flex;
    flex-direction: column;
    width: 100%;
}

@media screen and (max-width: 1190px) {
    .login-footer {
        display: none;
    }
}

.login-footer {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: white;
    font-size: 1em;
}

.contact-links {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    text-transform: none;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
}

.working-hours {
    font-size: 14px;
    text-transform: uppercase;
}
/* LOGIN STILOVI - END */