@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700&subset=latin-ext");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&subset=latin-ext');
/*VARIABLES*/
:root {
    /*MAIN COLORS*/
    --bodyBackgroundColor: #f4f4f4;
    --inputDefaultColor: #343a40;
    --defaultColor: #E51D7F;
    --colorFFF: #fff;
    --btnDefaultColor: #a0a09c;
    --secondaryColor: #FCE8F2;
    --thirdColor: #7EA609;
    --inputDefaultBorderColor: #666;
    --inputSecondaryBorderColor: #AAAAAA;
    --sidebarDefaultBorderColor: #EDECEC;
    --modalBodyColor: #b3e5fc;
    --contentBorderColor: #adadad;
    --box-shadow: 1px 2px 10px -5px #aba9a9;
    /*END MAIN COLORS*/
    /*MENU COLORS*/
    --menuAColor: #e51d7f;
    --menuAFooterColor: #e51d7f80;
    --menuBColor: #a0a09c;
    --menuBFooterColor: #a0a09c;
    --menuCColor: #ff5900;
    --menuCFooterColor: #ff5900;
    --menu1Color: #055d8c;
    --menu1FooterColor: #055d8c;
    --menu2Color: #fcac49;
    --menu2FooterColor: #fcac49;
    --menu3Color: #ad7748;
    --menu3FooterColor: #ad7748;
    --menu4Color: #9ac12e;
    --menu4FooterColor: #9ac12e;
    /*END MENU COLORS*/
    /*PLUS/MINUS BTN COLORS*/
    --plusBtnColor: #87c157;
    --minusBtnColor: #e31d1a;
    /*END PLUS/MINUS BTN COLORS*/
}
/*END VARIABLES*/

/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: "";
        content: none;
    }

table, td, th, tr {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    padding: 0;
    border-style: none;
}

.clear, .clr {
    clear: both;
}

/*******************
GRID
********************/
body {
    font-family: "Raleway", sans-serif;
    background: var(--bodyBackgroundColor);
    margin: 0 auto;
    padding: 0px;
    overflow-x: hidden;
}

html {
    height: 100%;
    width: 100%;
    margin: none;
    padding: none;
}

.wrapper {
    display: flex;
    width: 100%;
}

p {
    font-family: "Raleway", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.5em;
    color: var(--inputDefaultColor);
}

a,
a:hover,
a:focus {
    font-family: "Raleway", sans-serif;
    color: var(--defaultColor);
    text-decoration: none;
    transition: all 0.3s;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

/*******************
GRID
********************/
/*** HEADER ***/
/*Header*/
header {
    z-index: 998;
    width: 100%;
}

    header .site__title {
        position: relative;
        padding: 0;
        background: var(--colorFFF);
        border: none;
        border-radius: 0;
        margin-bottom: 0;
        min-height: 100px;
        box-shadow: 0 0 10px -5px #000;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

        header .site__title .bg-head {
            background: url(/Content/images/bg-pic-head.png) 0 0 no-repeat;
            max-width: 882px;
            width: 100%;
            height: 137px;
            position: absolute;
            z-index: 0;
            top: 0;
            left: 50%;
            margin-left: -441px;
        }

@media only screen and (max-width: 991px) {
    header .site__title .bg-head {
        background: url(/Content/images/bg-pic-head-tablet.png) 0 0 no-repeat;
        left: 0;
        margin-left: 0;
    }
}


@media only screen and (max-width: 991px) {
    .takeHome .fa-clock {
        visibility: hidden;
    }
}

@media only screen and (max-width: 767px) {
    header .site__title .bg-head {
        background: url(/Content/images/bg-pic-head-mobile.png) 0 0 no-repeat;
        left: 0;
        margin-left: 0;
    }
}

header .site__title--txt {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 1.2em;
    text-transform: none;
    color: var(--colorFFF);
    font-size: 35px;
    text-align: center;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 10px;
    text-shadow: 2px 2px 4px #000000;
}

header .site__title--txt-sub {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    text-transform: uppercase;
    color: var(--colorFFF);
    font-size: 19.2px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-shadow: 2px 2px 4px #000000;
}

@media only screen and (max-width: 991px) {

    .content-big {
        display: none
    }
}

@media only screen and (min-width: 991px) {

    .content-small {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    header .site__title--txt {
        max-width: 480px;
    }
}

@media only screen and (max-width: 767px) {
    header .site__title--txt {
        max-width: 350px;
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    header .site__title--txt {
        max-width: 50%;
        padding: 10px 0;
        font-size: 18px;
    }

    header .site__title--txt-sub {
        font-size: 14px;
    }
}

header .site__title__logo {
    position: absolute;
    top: 10px !important;
    left: 20px;
    line-height: 100%;
    z-index: 99;
    max-height: 80px;
}

@media only screen and (max-width: 991px) {
    header .site__title__logo {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    header .site__title__logo {
        width: 85px;
    }
}

header .site__brand__logo {
    position: absolute;
    top: 0 !important;
    right: 10px;
    line-height: 100%;
    z-index: 99;
}

@media only screen and (max-width: 991px) {
    header .site__brand__logo {
        /*right: 0;*/
        right: 6px;
    }
}

@media only screen and (max-width: 767px) {
    header .site__brand__logo {
        width: 85px;
        top: 6px;
    }
}

header .col-md-12 {
    background: rgba(0, 0, 0, 0.4);
}

header .nav-section {
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    header .nav-section {
        margin-left: 15px;
    }
}

header .nav-section .btn-dark.focus, header .nav-section .btn-dark:focus {
    box-shadow: 0 0 0 0.2rem var(--defaultColor);
}

header .sign-section {
    padding: 0;
    text-align: right;
    align-items: center;
    justify-content: right;
    height: 43px;
    line-height: 100%;
}

    header .sign-section .btn-login {
        background: var(--defaultColor) !important;
        color: var(--colorFFF) !important;
        color: none !important;
    }

        header .sign-section .btn-login:hover {
            background: var(--btnDefaultColor);
            color: var(--colorFFF) !important;
            color: none !important;
        }

    header .sign-section .btn-logout {
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -webkit-transform: rotate(180deg);
        /* Safari 3-8 */
        transform: rotate(180deg);
    }

@media only screen and (max-width: 991px) {
    header .sign-section {
        margin-right: 15px;
    }
}

header .input-default {
    font-family: "Raleway", sans-serif;
    background: var(--secondaryColor);
    color: var(--inputDefaultColor);
    border: 1px solid var(--inputDefaultBorderColor);
    width: 100%;
    max-width: 125px;
    margin: 0;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    padding: 7px;
    float: none;
    line-height: normal;
    top: -5px;
    position: relative;
    height: 40px;
}

@media only screen and (max-width: 480px) {
    header .input-default {
        max-width: 50px;
        font-size: 11px;
        top: -7px;
    }
}

header .btn-default {
    font-family: "Raleway", sans-serif;
    background: var(--btnDefaultColor) !important;
    color: var(--colorFFF) !important;
    font-size: 26.7px !important;
    border: none;
    height: 100% !important;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 43px !important;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    header .btn-default:hover {
        opacity: 1;
        background: var(--defaultColor) !important;
        color: var(--colorFFF) !important;
        color: none !important;
    }

header a.btn-default {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    margin: 0 0 0 4px;
    background: var(--btnDefaultColor) !important;
    color: var(--colorFFF) !important;
}

    header a.btn-default:hover {
        background: var(--defaultColor) !important;
        color: none !important;
        color: var(--colorFFF) !important;
    }

    header a.btn-default p {
        color: var(--colorFFF) !important;
    }

    header a.btn-default:hover p {
        color: var(--colorFFF) !important;
        color: none !important;
    }

header .btn-default p {
    color: var(--colorFFF);
}

header .btn-menu {
    font-family: "Raleway", sans-serif;
    background: var(--btnDefaultColor);
    color: var(--colorFFF);
    font-size: 14px;
    font-weight: 400;
    border: none;
    padding: 5px 12px;
    margin: 0 1px 0 0;
    cursor: pointer;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media only screen and (max-width: 1200px) {
    header .btn-menu {
        font-size: 12px;
        padding: 5px 8px 5px 8px;
    }
}

@media only screen and (max-width: 991px) {
    header .btn-menu {
        font-size: 14px;
        padding: 8px 12px;
        justify-content: left;
        text-align: left;
        height: auto;
    }
}

header .btn-menu:hover {
    opacity: 1;
    color: var(--colorFFF) !important;
    background: var(--defaultColor);
}

header .btn-menu.active {
    background: var(--defaultColor);
    color: var(--colorFFF) !important;
}

header .navbar-collapse {
    height: 43px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    header .navbar-collapse {
        position: absolute;
    }
}

header .navbar-collapse.show {
    position: relative;
    box-shadow: none;
}

@media only screen and (max-width: 991px) {
    header .navbar-collapse.show {
        height: auto !important;
        position: absolute;
        box-shadow: 1px 2px 10px -5px #000;
    }
}

@media only screen and (min-width: 991px) {
    .mobilmodal-input {
        width: 300%;
    }
}

header .navbar-nav {
    height: 43px;
}

@media only screen and (max-width: 991px) {
    header .navbar-nav {
        height: auto;
        min-width: 165px;
    }
}

header .navbar-nav .nav-item:last-child {
    background: none;
}

@media only screen and (max-width: 991px) {
    header .navbar-nav .nav-item:last-child {
        background: var(--colorFFF);
    }
}

header .dropdown-toggle::after {
    right: 3px;
}

header .dropdown-item {
    padding: .45rem 0.8rem !important;
    font-size: 14px;
}

    header .dropdown-item:hover {
        background: var(--defaultColor);
        color: var(--colorFFF);
    }

header .nav-item.dropdown a {
    padding-right: 23px;
}

header .nav-item.dropdown .dropdown-toggle::after {
    right: 10px;
}

@media only screen and (max-width: 991px) {
    header .nav-item.dropdown .dropdown-toggle::after {
        top: 9%;
        right: -10px !important;
        position: relative;
    }
}

header .dropdown-menu {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    top: 95%;
}

@media only screen and (max-width: 991px) {
    header .dropdown-menu {
        margin: 0;
    }
}

header .dropdown-menu .dropdown-menu {
    display: none !important;
}

    header .dropdown-menu .dropdown-menu.show {
        display: block !important;
        /*position: relative !important;*/
    }

    header .dropdown-menu .dropdown-menu:hover {
        display: block !important;
    }

header .wrapUser {
    float: left;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    header .wrapUser .fa-user-circle {
        color: var(--colorFFF);
        background: var(--defaultColor);
        font-size: 35px;
        float: left;
        margin: 0;
        height: 100% !important;
        width: 50px;
        padding: 0px 8px;
    }

    header .wrapUser p {
        float: left;
        font-size: 14px;
        background: var(--secondaryColor);
        height: 44px;
        padding: 0 10px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 1px 2px 3px var(--colorFFF);
        font-weight: 500;
        max-width: 150px;
        overflow: hidden;
        line-height: 1.1em;
    }

    header .wrapUser select {
        background: var(--secondaryColor);
        max-width: 150px;
        width: 100%;
        height: 43px;
        text-align: left;
        font-size: 12px;
        font-weight: 400;
    }

/*Header*/
/*Header common*/
.sizeHead {
    margin: 0 10px 0 0;
    font-size: 34px;
    border-radius: 50px;
    padding: 7px;
}

.sizeSide {
    margin: 0;
    font-size: 130px;
    border-radius: 70px;
    padding: 28px;
}

.navbar {
    padding: 0;
    background: var(--colorFFF);
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    box-shadow: 1px 2px 10px -5px #000;
}

.navbar__fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9999;
    -webkit-transition: 0.3s all 0s ease;
    -moz-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.btn-brand {
    float: left;
    cursor: pointer;
    background: var(--colorFFF);
    color: var(--inputDefaultColor);
    border: none;
    outline: none;
    padding: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

    .btn-brand:hover {
        outline: none;
        border: none;
        color: var(--defaultColor);
    }

    .btn-brand:active,
    .btn-brand:visited,
    .btn-brand:focus {
        outline: none;
        border: none;
    }

.btn-black,
.btn-black:active,
.btn-black:visited {
    float: left;
    cursor: pointer;
    background: var(--inputDefaultColor);
    color: var(--colorFFF);
    border: none;
    outline: none;
    padding: 9px 15px;
    opacity: 1;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

    .btn-black:hover {
        opacity: 0.7;
        color: var(--colorFFF);
        outline: none;
        border: none;
    }

    .btn-black:focus {
        color: var(--colorFFF);
        outline: none;
        border: none;
    }

/*Header common*/
/*FLAGS*/
.wrapFlags {
    position: absolute;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    top: 6px;
    right: 1px;
    z-index: 10000;
}

    .wrapFlags.side {
        top: 8px;
        right: 8px;
    }

@media only screen and (max-width: 991px) {
    .wrapFlags.side {
        top: -30px;
    }
}

.wrapFlags.side div.wrapPanelFlag {
    top: 34px;
    right: 0px;
}

@media only screen and (max-width: 991px) {
    .wrapFlags.side div.wrapPanelFlag {
        top: 26px;
    }
}

div.wrapPanelFlag {
    background: var(--colorFFF);
    display: none;
    font-weight: normal;
    padding: 0;
    overflow: inherit;
    margin: 0;
    position: absolute;
    top: 13px;
    right: -1px;
    z-index: 9999;
    width: 78px;
    opacity: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 1px 2px 10px -5px #000;
}

    div.wrapPanelFlag a img {
        float: left;
        margin: 0 0 0 10px;
    }

    div.wrapPanelFlag a {
        padding: 5px 0 !important;
        color: var(--defaultColor);
        font-size: 11px;
        font-weight: 600;
        margin: 0;
        text-decoration: none;
        font-size: 12px !important;
        line-height: 100% !important;
    }

    div.wrapPanelFlag ul {
        list-style: none;
        margin: 0;
    }

        div.wrapPanelFlag ul li {
            margin: 7px 10px 7px 10px;
            line-height: normal;
            float: right;
        }

            div.wrapPanelFlag ul li a span {
                float: left;
                text-align: right;
                width: 25px;
            }

.flag-arrow {
    cursor: pointer;
}

    .flag-arrow .fa-angle-down {
        font-size: 25px;
        margin: 0 0 0 2px;
        color: var(--defaultColor);
        font-weight: 400;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .flag-arrow .fa-angle-down.open {
            -ms-transform: rotate(180deg);
            /* IE 9 */
            -webkit-transform: rotate(180deg);
            /* Safari 3-8 */
            transform: rotate(180deg);
        }

    .flag-arrow img {
        position: relative;
        top: -5px;
    }

/*FLAGS*/
/*** /HEADER ***/
/*** SIDEBAR ***/
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 997;
    background: var(--colorFFF);
    color: var(--colorFFF);
    padding: 0 0 20px 0;
    transition: all 0.3s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

    #sidebar .sidebar-header {
        padding: 20px;
        background: var(--secondaryColor);
        border-bottom: 1px solid var(--sidebarDefaultBorderColor);
        display: none;
    }

        #sidebar .sidebar-header h3 {
            color: var(--inputDefaultColor);
            text-align: center;
            font-size: 16px;
            line-height: 1.2em;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 1px 2px 3px var(--colorFFF);
            margin: 0 0 5px 0;
            padding: 10px;
            background: rgba(255, 255, 255, 0.5);
        }

        #sidebar .sidebar-header p {
            color: var(--inputDefaultColor);
            text-align: center;
            font-size: 14px;
            line-height: 1.2em;
            font-weight: 400;
            margin: 0;
            text-shadow: 1px 2px 3px var(--colorFFF);
        }

    #sidebar ul.components {
        padding: 0 0 20px 0;
    }

        #sidebar ul.components li:last-child a {
            border-bottom: 1px solid var(--bodyBackgroundColor);
        }

    #sidebar ul p {
        color: var(--colorFFF);
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1em;
        display: block;
        color: var(--inputDefaultColor);
        border-top: 1px solid var(--bodyBackgroundColor);
        text-decoration: none;
        font-weight: 500;
    }

        #sidebar ul li a:hover {
            color: var(--defaultColor);
            background: var(--colorFFF);
        }

    #sidebar ul li.active > a,
    #sidebar a[aria-expanded="true"] {
        color: var(--inputDefaultColor);
    }

    #sidebar a[data-toggle="collapse"] {
        position: relative;
    }

.sidebar--default {
    padding: 144px 0 0 0;
}

.sidebar--small {
    padding: 44px 0 0 0;
}

#sidebar.active {
    margin-left: 250px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    font-weight: 400 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: var(--colorFFF);
    color: #7386d5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: var(--colorFFF) !important;
}

/*** /SIDEBAR ***/
/*** CONTENT ***/
.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
}

    .sticky + #content {
        top: 143px;
    }

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 995;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

    .overlay.active {
        display: block;
        opacity: 1;
    }

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
}

    #content article {
        padding-top: 20px;
        padding-bottom: 20px;
        min-height: 350px;
    }

        #content article p span {
            color: var(--defaultColor);
            font-weight: 500;
            font-size: 1.3em;
            line-height: 1.4em;
            margin: 0 0 20px 0;
            display: inline-block;
        }

            #content article p span.small {
                font-weight: 400;
                font-size: 1.1em;
            }

        #content article .hightlighted {
            color: var(--defaultColor);
        }

        #content article .btn-def {
            font-family: "Raleway", sans-serif;
            background: var(--defaultColor);
            color: var(--colorFFF);
            font-size: 16px;
            font-weight: 500;
            border: none;
            padding: 5px 12px;
            margin: 0 1px 0 0;
            cursor: pointer;
            text-decoration: none;
            opacity: 1;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
            text-align: center;
        }

            #content article .btn-def .fa-users {
                margin: 0 0 0 8px;
            }

            #content article .btn-def:hover {
                background: var(--btnDefaultColor);
                color: var(--colorFFF);
            }

        #content article .btn-breadcrumb {
            margin: 5px 0 20px 0;
            border-bottom: solid 1px var(--bodyBackgroundColor);
            padding: 0 0 15px 0;
            width: 100%;
            display: block !important;
        }

            #content article .btn-breadcrumb .btn:not(:last-child):after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 17px solid transparent;
                border-bottom: 17px solid transparent;
                border-left: 10px solid white;
                position: absolute;
                top: 50%;
                margin-top: -17px;
                left: 100%;
                z-index: 3;
            }

@media only screen and (max-width: 440px) {
    #content article .btn-breadcrumb .btn:not(:last-child):after {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-top: -10px;
    }
}

#content article .btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid var(--contentBorderColor);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

@media only screen and (max-width: 440px) {
    #content article .btn-breadcrumb .btn:not(:last-child):before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        margin-top: -10px;
    }
}

#content article .btn-breadcrumb .btn {
    padding: 6px 12px 6px 24px;
}

    #content article .btn-breadcrumb .btn.btn-default:not(:last-child):after {
        border-left: 10px solid var(--colorFFF);
    }

    #content article .btn-breadcrumb .btn.btn-default:not(:last-child):before {
        border-left: 10px solid #ccc;
    }

    #content article .btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
        border-left: 10px solid #ebebeb;
    }

    #content article .btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
        border-left: 10px solid var(--contentBorderColor);
    }

@media only screen and (max-width: 440px) {
    #content article .btn-breadcrumb .btn {
        font-size: 12px;
        padding: 6px 6px 6px 12px;
    }
}

#content article .btn-breadcrumb .btn:hover {
    text-decoration: underline;
}

#content article .btn-breadcrumb p.btn:hover {
    text-decoration: none;
    cursor: default;
}

#content article .btn-breadcrumb .btn:first-child {
    padding: 6px 6px 6px 10px;
}

#content article .btn-breadcrumb .btn:last-child {
    padding: 6px 18px 6px 24px;
}

@media only screen and (max-width: 440px) {
    #content article .btn-breadcrumb .btn:last-child {
        padding: 6px 6px 6px 12px;
    }
}

#content .bg-left {
    background: url(/Content/images/bg-pic-left.png) 0 0 no-repeat;
    width: 571px;
    height: 572px;
    position: fixed;
    z-index: -1;
    top: 140px;
    left: -150px;
}

@media only screen and (min-width: 1921px) {
    #content .bg-left {
        position: absolute;
        left: -555px;
        top: -3px;
    }
}

#content .bg-right {
    background: url(/Content/images/bg-pic-right.png) 0 0 no-repeat;
    width: 571px;
    height: 572px;
    position: fixed;
    z-index: -1;
    top: 140px;
    right: -150px;
}

@media only screen and (min-width: 1921px) {
    #content .bg-right {
        position: absolute;
        right: -555px;
        top: -3px;
    }
}

#content .main-bg {
    background: var(--colorFFF);
    box-shadow: 0 0 10px -5px #000;
    position: relative;
}

#content .content__placeholderImg {
    width: 100%;
    height: auto;
    border: 0;
}

#content .content__placeholderImg--itemBig {
    max-height: 300px;
}

#content .content__placeholderImg--itemSmall {
    max-height: 200px;
}

#content .content__itemSmall {
    margin: 25px 0 0 0;
}

#content .content__item--txt {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    color: var(--inputDefaultColor);
    text-align: left;
    margin: 10px 0 0 0;
}

#content .content__item--txtHeadBig {
    font-size: 24px;
}

#content .content__item--txtHead {
    font-size: 20px;
}

#content .content__item--txtMain {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    line-height: 1.4em;
    color: var(--inputDefaultColor);
    font-size: 16px;
    text-align: left;
    margin: 10px 0 0 0;
}

#content .wrap-spec {
    margin: 35px 0 0 0;
}

    #content .wrap-spec ul {
        list-style: none;
        margin: 0;
        padding: 0;
        float: left;
        width: 100%;
    }

        #content .wrap-spec ul li {
            line-height: normal;
            float: left;
            text-align: center;
        }

@media only screen and (min-width: 320px) and (max-width: 768px) {
    #content .wrap-spec ul li {
        margin: 0 0 15px 0;
    }
}

#content .wrap-spec ul li img {
    height: 80px;
    width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    #content .wrap-spec ul li img {
        height: 60px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 440px) {
    #content .wrap-spec ul li img {
        height: 50px;
    }
}

#content .wrap-spec ul li p {
    margin: 5px 0 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2em;
}

@media only screen and (max-width: 992px) {
    #content .wrap-spec ul li p {
        font-size: 14px;
    }
}

#content .wrap-spec .col-md-spec {
    flex: 0 0 14.2222229%;
    max-width: 14.2222229%;
    width: 100%;
}

@media only screen and (min-width: 401px) and (max-width: 768px) {
    #content .wrap-spec .col-md-spec {
        flex: 0 0 32.2222229%;
        max-width: 32.2222229%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 440px) {
    #content .wrap-spec .col-md-spec {
        flex: 0 0 49.2222229%;
        max-width: 49.2222229%;
    }
}

#content footer a {
    color: var(--colorFFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}

#content footer span {
    color: var(--colorFFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
}

#content footer p {
    color: var(--colorFFF);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    opacity: 0.7;
    margin: 10px 0 0 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
    #content footer p {
        font-size: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #content footer p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 768px) {
    #content footer p {
        margin: 5px 0 0 0;
    }
}

#content footer .wrapFirst {
    background: var(--btnDefaultColor);
    padding-top: 15px;
    padding-bottom: 15px;
}

#content footer .wrapSecond {
    background: var(--defaultColor);
    padding-top: 15px;
    padding-bottom: 15px;
}

    #content footer .wrapSecond p {
        opacity: 1;
    }

    #content footer .wrapSecond .row {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }

    #content footer .wrapSecond .col-md-4.text-left {
        justify-content: left;
    }

        #content footer .wrapSecond .col-md-4.text-left p {
            margin: 2px 0 0 0;
        }

        #content footer .wrapSecond .col-md-4.text-left img {
            float: left;
            margin: 0 10px 0 0px;
        }

@media only screen and (max-width: 768px) {
    #content footer .wrapSecond .col-md-4.text-left img {
        float: none;
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    #content footer .wrapSecond .col-md-4.text-left {
        justify-content: center;
        text-align: center !important;
        margin: 0 0 20px 0;
    }
}

#content footer .wrapSecond .col-md-5.text-center img {
    height: auto;
    width: 100%;
    cursor: pointer;
}

#content footer .wrapSecond .col-md-3.text-right {
    justify-content: right;
}

    #content footer .wrapSecond .col-md-3.text-right img {
        float: right;
        margin: 0 0 0 5px;
    }

    #content footer .wrapSecond .col-md-3.text-right p {
        font-size: 13px;
        margin: 0;
        line-height: 1.2em;
    }

        #content footer .wrapSecond .col-md-3.text-right p.firstTXT {
            margin: 25px 0 0 0 !important;
        }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #content footer .wrapSecond .col-md-3.text-right p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    #content footer .wrapSecond .col-md-3.text-right {
        justify-content: center;
        text-align: center !important;
        margin: 10px 0 0 0;
    }
}

/*Content common*/
.input-default {
    font-family: "Raleway", sans-serif;
    background: var(--secondaryColor);
    color: var(--inputDefaultColor);
    border: 1px solid var(--inputDefaultBorderColor);
    width: 100%;
    margin: 0;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    padding: 7px;
    float: none;
    line-height: normal;
    position: relative;
}

.btn-default {
    font-family: "Raleway", sans-serif;
    background: var(--btnDefaultColor);
    color: var(--colorFFF);
    font-size: 16px;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px 10px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .btn-default:hover {
        opacity: 1;
        background: var(--defaultColor);
        color: var(--colorFFF);
    }

.wrap-justify {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*Content common*/
/* MODALS */
@media only screen and (max-width: 768px) {
    .modal-backdrop {
        display: none !important;
    }
}

.side-notify {
    position: absolute;
    left: 10px;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;
    background: var(--colorFFF);
    border-radius: 50%;
    cursor: pointer;
}

    .side-notify .fa-question-circle {
        color: var(--defaultColor);
        font-size: 43px;
        position: relative;
        left: 0;
        top: 0;
    }

@media only screen and (max-width: 1199px) {
    .side-notify .fa-question-circle {
        font-size: 34px;
    }
}

.side-notify .fa-question-circle:hover {
    font-size: 4em;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

@media only screen and (max-width: 991px) {
    .side-notify .fa-question-circle:hover {
        font-size: 3em;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1220px) {
    .side-notify {
        left: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .side-notify {
        top: 4px;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .side-notify {
        top: -40px;
        left: 0;
    }
}

.tooltip-inner {
    background-color: var(--inputDefaultColor);
    white-space: pre-wrap;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: var(--inputDefaultColor) !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: var(--inputDefaultColor) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: var(--inputDefaultColor) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: var(--inputDefaultColor) !important;
}


.popover-content {
    padding: 10px;
}

.menu-details-content {
    padding: 10px !important;
}

.popover-content ul {
    list-style: disc;
    margin: 0 0px 0 20px;
}

.menu-details-content div ul {
    list-style: disc;
    margin: 0 0px 0 20px;
}

.popover-content ul li {
    font-size: 12px;
}

.menu-details-content div ul li {
    font-size: 12px;
}

.popover ul li.li1 {
    font-weight: 500;
}

.menu-details-content > div > ul > li.li1 {
    font-weight: 500;
}

.popover ul li.li3 {
    font-size: 11px;
}

.menu-details-content > div > ul > li.li3 {
    font-size: 11px;
}

.popover-body {
    box-shadow: 1px 2px 10px -5px #000;
}

.popover-header {
    background: var(--inputDefaultColor);
    color: var(--colorFFF);
    font-weight: 700;
    font-size: 15px;
    box-shadow: 1px 2px 10px -5px #000;
}

.bs-popover-top {
    top: -15px !important;
}

.bs-popover-right {
    right: -15px !important;
}

.bs-popover-bottom {
    bottom: -15px !important;
}

.bs-popover-left {
    left: -15px !important;
}

.modal {
    padding-right: 0 !important;
}

.modal-content {
    border-radius: 0;
}

#modalHelp .modal-dialog {
    max-width: 440px;
    border-radius: 0;
}

#modalFizetesiTajekoztato .modal-dialog {
    max-width: 1024px;
    border-radius: 0;
}

.modal-header {
    background: var(--defaultColor);
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    .modal-header p {
        font-size: 32px;
        margin: 2px 0 0 5px;
        color: var(--colorFFF);
        float: left;
        width: 100%;
        font-weight: 400;
    }

        .modal-header p span {
            font-size: 22px;
            display: inherit;
            margin: -10px 0 -10px 0;
            padding: 0;
            height: auto;
            position: relative;
        }

    .modal-header .svg-inline--fa {
        color: var(--colorFFF);
        margin: 0 15px 0 0;
        font-size: 54px;
    }

.modal-body {
    padding: 1rem 0;
    border-bottom: 1px solid var(--modalBodyColor);
    margin: 0 20px;
}

    .modal-body button {
        border: var(--defaultColor) solid 1px;
    }

    .modal-body .row {
        float: left;
    }

    .modal-body .col-md-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-body p {
        font-weight: 700;
        font-size: 17px;
        float: left;
        width: 100%;
    }

    .modal-body span {
        font-weight: 100;
        line-height: 1.2em;
        text-align: justify;
        font-size: 15px;
        float: left;
        margin: 5px 0 0 0;
    }

        .modal-body span p {
            font-weight: 700;
            font-size: 17px;
            float: none;
            margin: 0 0 3px 0;
        }

        .modal-body span strong {
            font-weight: 700;
            width: 100%;
            float: left;
            margin: 0 0 10px 0;
            font-size: 17px;
        }

    .modal-body .svg-inline--fa {
        margin: 0 7px 0 0;
        background: var(--defaultColor);
        color: var(--colorFFF);
        padding: 4px;
        width: 25px;
        height: 25px;
        float: left;
    }

    .modal-body .line {
        border-bottom: 1px solid var(--bodyBackgroundColor);
        padding: 0 0 10px 0;
        margin: 0 0 10px 0;
        float: left;
    }

.modal-header button.close {
    font-family: "Poppins", sans-serif;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: var(--defaultColor);
    text-shadow: none;
    opacity: 1;
    background: var(--colorFFF);
    padding: 2px 7px 0 7px !important;
    margin: 0 !important;
    border-radius: 30px;
    outline: none;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

    .modal-header button.close:focus,
    .modal-header button.close:hover {
        opacity: 0.75;
    }

.tooltip.show {
    z-index: 1000;
}

#modalFizetesiTajekoztato .modal-dialog,
#modalFizetesiTajekoztato .modal-content,
#modalHelp-Order .modal-dialog,
#modalHelp-Order .modal-content {
    height: 80%;
    padding: 0;
}

#modalFizetesiTajekoztato .modal-body,
#modalHelp-Order .modal-body {
    max-height: calc(100% - 120px);
    overflow-y: scroll;
    padding: 0 15px 0 0;
    padding: 1rem 15px 1rem 0;
    width: 100%;
}

#modalDelete .modal-header .svg-inline--fa {
    color: var(--colorFFF);
    margin: 8px 15px 0 0;
    font-size: 24px;
}

#modalDelete .modal-header p {
    font-size: 25px;
}

#modalDelete .modal-body p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

#modalDelete .modal-footer button {
    font-weight: 400;
    font-size: 13px;
    display: block !important;
}

.modal-body ul {
    list-style: outside;
    margin: 5px 0px 0 20px;
    line-height: 1.3em;
    float: left;
}

    .modal-body ul li {
        font-weight: 100;
        line-height: 1.2em;
        text-align: justify;
        font-size: 15px;
    }

/* MODALS */
/*******************
Scrollup
********************/
.scrollup,
.scrollup:hover,
.scrollup:focus {
    opacity: 0.7 !important;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    color: var(--colorFFF);
    z-index: 100001;
    border-style: none;
    border: 0;
    outline: none;
    background: var(--defaultColor);
    height: auto;
    line-height: normal;
    padding: 1px 8px 0px 8px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

/*******************
Scrollup
********************/
/* ADMIN */
.wrapAdmim {
    min-height: 350px;
}

    .wrapAdmim .col-md-6 {
        margin: 0;
        padding: 0;
    }

        .wrapAdmim .col-md-6 p {
            color: var(--colorFFF);
            font-size: 17px;
            text-align: center;
            margin: 0 0 15px 0;
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 2px;
            text-shadow: 1px 2px 3px #000000;
        }

        .wrapAdmim .col-md-6:first-child .box {
            margin-right: 1px;
            margin-bottom: 1px;
            padding: 55px 0 0 0;
        }

            .wrapAdmim .col-md-6:first-child .box input {
                background: var(--colorFFF);
                margin: 0 0 5px 0;
            }

            .wrapAdmim .col-md-6:first-child .box button {
                outline: none;
            }

@media only screen and (max-width: 767px) {
    .wrapAdmim .col-md-6:first-child .box {
        float: none !important;
        margin: 0 auto;
    }
}

.wrapAdmim .col-md-6:nth-child(2) .box {
    background: url(/Content/images/pic-admin-1.jpg) 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
    .wrapAdmim .col-md-6:nth-child(2) .box {
        display: none;
    }
}

.wrapAdmim .col-md-6:nth-child(3) .box {
    margin-right: 1px;
    background: url(/Content/images/pic-admin-2.jpg) 0 0 no-repeat;
}

@media only screen and (max-width: 767px) {
    .wrapAdmim .col-md-6:nth-child(3) .box {
        display: none;
    }
}

.wrapAdmim .col-md-6:nth-child(4) .box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .wrapAdmim .col-md-6:nth-child(4) .box {
        display: none;
    }
}

.wrapAdmim .box {
    width: 100%;
    max-width: 300px;
    height: 300px;
    background: var(--defaultColor);
    margin: 0;
    padding: 0;
}

.wrapAdmim label.checkbox {
    z-index: 900;
    margin: 0;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    float: left;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: var(--colorFFF);
}

    .wrapAdmim label.checkbox a,
    .wrapAdmim label.checkbox a:hover {
        font-weight: 400;
        font-size: 18px;
        color: var(--defaultColor);
        text-decoration: underline;
        opacity: 1;
        display: inline-block;
    }

        .wrapAdmim label.checkbox a:hover {
            text-decoration: none;
        }

.wrapAdmim .checkbox:last-child {
    margin-bottom: 0;
}

.wrapAdmim label.checkbox span {
    margin: 0 0 0 35px !important;
    color: var(--colorFFF) !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    line-height: normal !important;
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
    .wrapAdmim label.checkbox span {
        font-size: 0.8em !important;
    }
}

.wrapAdmim .checkbox i {
    position: absolute;
    bottom: 7px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 1px solid var(--colorFFF);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wrapAdmim .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick-white.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapAdmim .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapAdmim .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

    .wrapAdmim .checkbox input:checked + i:after {
        opacity: 1;
    }

.wrapAdmim .text-danger {
    color: var(--colorFFF) !important;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: -10px;
}

.selectDef {
    background: rgba(26, 108, 130, 0.2);
    max-width: 250px;
    width: 100%;
    padding 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

.wrapDefINP input {
    background: rgba(26, 108, 130, 0.2);
    max-width: 250px;
    width: 100%;
    padding 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
    padding: 10px;
    border: 0;
}

.btn-admin-def {
    margin: 10px;
    padding: 10px;
    float: left;
    background: rgba(26, 108, 130, 0.2);
}

.btn-admin {
    max-width: 150px;
    margin: 10px 0;
    border: solid 1px var(--bodyBackgroundColor);
}

/* ADMIN */
/* ADMIN LOGIN */
.wrapAdminLogin {
    height: 43px;
    display: relative !important;
}

@media only screen and (max-width: 991px) {
    .wrapAdminLogin {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media only screen and (max-width: 900px) {
    .wrapAdminLogin .navbar-collapse.show {
        right: 14px !important;
    }
}

/* ADMIN LOGIN */
/* SigIn */
.wrapSignIn .box {
    display: inline-block;
    max-width: 600px;
    width: 100%;
    background: var(--colorFFF);
    border: solid 1px var(--defaultColor);
    margin: 50px 0;
    padding: 15px;
    box-shadow: 1px 2px 10px -5px #000;
}

    .wrapSignIn .box label {
        float: left;
        width: 100%;
    }

    .wrapSignIn .box a {
        display: block;
        margin: 0 0 5px 0;
    }

.wrapSignIn.noMargin .box {
    margin: 0;
}

.wrapSignIn .box label input[type=text],
#CaptchaInputText {
    max-width: 350px;
    margin: 0 0 10px 0;
    font-family: "Raleway", sans-serif;
    background: var(--secondaryColor);
    color: var(--inputDefaultColor);
    border: 1px solid var(--inputDefaultBorderColor);
    width: 100%;
    resize: none;
    font-weight: 400;
    font-size: 14px;
    padding: 7px;
    float: none;
    line-height: normal;
    position: relative;
}

.wrapSignIn .box h3 {
    color: var(--defaultColor);
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
    width: 100%;
}

.wrapSignIn .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
}

.wrapSignIn .box .title {
    text-align: center;
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: 500;
}

.wrapSignIn .box .checkbox.stand {
    float: none;
    max-width: 270px;
}

    .wrapSignIn .box .checkbox.stand span {
        margin: 0 0 15px 35px !important;
    }

    .wrapSignIn .box .checkbox.stand label {
        margin: 0 0 0 35px !important;
        color: var(--defaultColor) !important;
        font-weight: 500 !important;
        font-size: 1em !important;
        line-height: normal !important;
        display: inline-block !important;
        text-align: left;
        width: auto;
    }

.wrapSignIn .validation-summary-errors {
    line-height: 1.3em;
    margin: 0 0 15px 0;
    font-weight: 500;
}

.wrapSignIn .box input,
.wrapSignIn .box button,
.wrapSignIn .box select {
    max-width: 350px;
    margin: 0 0 10px 0;
}

.wrapSignIn .box button {
    margin: 0 0 25px 0;
    border: var(--defaultColor) solid 1px;
    padding: 7px 0;
    /*    width: 6.5rem;*/
}

.wrapSignIn .box .wrapPolicy {
    margin: 20px 0 25px 0;
    height: 250px;
    background: var(--bodyBackgroundColor);
    padding: 15px;
    overflow-y: scroll;
}

    .wrapSignIn .box .wrapPolicy p {
        font-weight: 400;
        font-size: 14px;
        line-height: 1.4em;
        text-align: justify;
    }

    .wrapSignIn .box .wrapPolicy h4 {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.4em;
        margin: 0 0 15px 0;
    }

.wrapSignIn label.checkbox {
    margin: 0;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    float: left;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: var(--colorFFF);
}

    .wrapSignIn label.checkbox a,
    .wrapSignIn label.checkbox a:hover {
        font-weight: 400;
        font-size: 18px;
        color: var(--defaultColor);
        text-decoration: underline;
        opacity: 1;
        display: inline-block;
    }

        .wrapSignIn label.checkbox a:hover {
            text-decoration: none;
        }

.wrapSignIn .checkbox:last-child {
    margin-bottom: 0;
}

.wrapSignIn label.checkbox span {
    margin: 0 0 0 35px !important;
    color: var(--defaultColor) !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    line-height: normal !important;
    display: inline-block !important;
}

@media only screen and (max-width: 991px) {
    .wrapSignIn label.checkbox span {
        font-size: 0.8em !important;
    }
}

.wrapSignIn .checkbox i {
    position: absolute;
    bottom: 14px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 1px solid var(--inputSecondaryBorderColor);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

    .wrapSignIn .checkbox i.reg {
        bottom: 0;
    }

.wrapSignIn .form-group .col-md-2 {
    flex: none;
    float: none;
}

@media only screen and (max-width: 768px) {
    .wrapSignIn .form-group .col-md-2 {
        margin: 0 0 5px 0;
    }
}


.wrapSignIn .form-group .text-danger {
    color: #dc3545 !important;
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
}

.wrapSignIn .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapSignIn .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapSignIn .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

    .wrapSignIn .checkbox input#RememberMe {
        top: 0;
        margin: 0 !important;
    }

    .wrapSignIn .checkbox input:checked + i:after {
        opacity: 1;
    }

/* SignIn */
/* Logged In */
.side-notify-order {
    position: absolute;
    right: 10px;
    top: 0;
    margin: 0;
    padding: 0;
    z-index: 9999;
    background: var(--colorFFF);
    border-radius: 50%;
    cursor: pointer;
}

    .side-notify-order .fa-question-circle {
        color: var(--defaultColor);
        font-size: 43px;
        position: relative;
        left: 0;
        top: 0;
    }

@media only screen and (max-width: 1199px) {
    .side-notify-order .fa-question-circle {
        font-size: 34px;
    }
}

.side-notify-order .fa-question-circle:hover {
    font-size: 4em;
    -webkit-transition: .5s ease-out;
    transition: .5s ease-out;
}

@media only screen and (max-width: 991px) {
    .side-notify-order .fa-question-circle:hover {
        font-size: 3em;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1220px) {
    .side-notify-order {
        left: 0;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .side-notify-order {
        top: 4px;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .side-notify-order {
        top: -40px;
        left: 0;
    }
}

.boxOrder {
    z-index: 9999;
    position: absolute;
    top: 0;
    right: -320px;
    border: 1px solid var(--defaultColor);
    background: var(--bodyBackgroundColor);
    width: 320px;
    padding: 20px;
    border-radius: 0 0 0 5px;
    box-shadow: 1px 2px 10px -5px #000;
}

    .boxOrder .slide-panel {
        z-index: 9999;
        width: 92px;
        border: 1px solid var(--defaultColor);
        border-right: none;
        background: var(--bodyBackgroundColor);
        position: absolute;
        top: -1px;
        left: -93px;
        border-radius: 0 0 0 5px;
        overflow: hidden;
        box-shadow: 1px 2px 10px -5px #000;
    }

        .boxOrder .slide-panel p {
            color: var(--colorFFF);
            background: var(--btnDefaultColor);
            font-size: 12px;
        }

        .boxOrder .slide-panel .slide-panel-inner {
            position: relative;
            z-index: 10;
            padding: 5px;
            margin: 45px 0 0 0;
        }

            .boxOrder .slide-panel .slide-panel-inner .wrap-pay {
                font-size: 13px;
                background: var(--defaultColor);
                color: var(--colorFFF);
                padding: 5px;
                text-align: left;
                float: left;
                width: 100%;
                margin: 4px 0;
            }

            .boxOrder .slide-panel .slide-panel-inner .wrap-advance {
                font-size: 13px;
                background: #004f91;
                color: var(--colorFFF);
                padding: 5px;
                text-align: left;
                float: left;
                width: 100%;
                margin: 0 0 4px 0;
            }

            .boxOrder .slide-panel .slide-panel-inner p {
                color: var(--defaultColor);
                font-size: 14px;
                float: left;
                text-align: right;
                background: none;
                width: 100%;
                font-weight: 500;
                margin: 0 0 4px 0;
            }

                .boxOrder .slide-panel .slide-panel-inner p.advance {
                    color: #004f91;
                }

            .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details {
                display: block;
            }

@media only screen and (max-width: 768px) {
    .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details {
        display: none;
    }
}

.boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile {
    display: none;
}

    .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile a {
        padding: 8px;
        color: var(--colorFFF) !important;
        font-size: 14px;
        text-decoration: none;
        margin: 0;
        float: left;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        cursor: pointer;
    }

        .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile a.plus {
            background: #87c157;
            text-align: center;
        }

        .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile a.minus {
            background: #e31d1a;
            text-align: center;
        }

@media only screen and (max-width: 768px) {
    .boxOrder .slide-panel .slide-panel-inner .slide-panel-inner-details-mobile {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-panel .slide-panel-inner {
        margin: 35px 0 0 0;
        padding: 0;
    }
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-panel {
        width: 35px;
        left: -35px;
    }
}

.boxOrder .slide-open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 15;
    cursor: pointer;
    height: 100%;
}

    .boxOrder .slide-open p {
        color: var(--colorFFF);
        background: var(--btnDefaultColor);
        font-size: 11px;
        text-align: center;
        padding: 5px;
        line-height: 1.5em;
        font-weight: 500;
    }

@media only screen and (max-width: 768px) {
    .boxOrder .slide-open p {
        font-size: 25px;
        padding: 0;
        border-bottom: 1px solid var(--defaultColor);
    }
}

.boxOrder .slide-open p .fa-caret-left {
    float: left;
    margin: 2px 0px 0 0;
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-open p .fa-caret-left {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-open {
        height: 35px;
    }
}

.boxOrder .slide-close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 15;
    cursor: pointer;
    height: 100%;
}

    .boxOrder .slide-close p {
        color: var(--colorFFF);
        background: var(--btnDefaultColor);
        font-size: 11px;
        text-align: center;
        padding: 5px;
        line-height: 1.5em;
        font-weight: 500;
    }

@media only screen and (max-width: 768px) {
    .boxOrder .slide-close p {
        font-size: 25px;
        padding: 0;
        border-bottom: 1px solid var(--defaultColor);
    }
}

.boxOrder .slide-close p .fa-caret-right {
    float: left;
    margin: 2px 0px 0 0;
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-close p .fa-caret-right {
        float: none;
    }
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-close {
        height: 35px;
    }
}

.boxOrder .table {
    margin-bottom: 0 !important;
}

    .boxOrder .table tr {
        background: #D8D8D8;
    }

    .boxOrder .table td,
    .boxOrder .table th {
        border-top: none !important;
        font-size: 13px;
        border: solid 1px var(--bodyBackgroundColor);
        padding: 7px;
    }

    .boxOrder .table th {
        text-align: left;
        width: 70%;
        font-weight: 600;
    }

@media only screen and (max-width: 440px) {
    .boxOrder .table th {
        width: 60%;
    }
}

.boxOrder .table td {
    text-align: right;
    width: 30%;
    font-weight: 400;
}

@media only screen and (max-width: 440px) {
    .boxOrder .table td {
        width: 40%;
    }
}

.boxOrder .table tr:last-child {
    background: var(--defaultColor);
}

    .boxOrder .table tr:last-child td,
    .boxOrder .table tr:last-child th {
        color: var(--colorFFF);
        font-weight: 700;
        font-size: 14px;
    }

.boxOrder .btn-menu.advance {
    background: #004f91;
    color: var(--colorFFF) !important;
    font-size: 14px !important;
    line-height: 1.1em;
    text-align: center !important;
    padding: 5px 12px !important;
}

@media only screen and (max-width: 440px) {
    .boxOrder .btn-menu.advance {
        font-size: 11px !important;
        height: 40px;
    }
}

.boxOrder .btn-menu.advance:hover {
    background: var(--btnDefaultColor);
    color: var(--colorFFF) !important;
    font-size: 14px !important;
    line-height: 1.1em;
    text-align: center !important;
    padding: 5px 12px !important;
}

@media only screen and (max-width: 440px) {
    .boxOrder .btn-menu.advance:hover {
        font-size: 11px !important;
        height: 40px;
    }
}

.boxOrder input {
    top: 0;
}

@media only screen and (max-width: 480px) {
    .boxOrder input {
        max-width: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .boxOrder .table-responsive-sm:first-child div {
        padding: 0 7px 0 0;
    }
}

@media only screen and (max-width: 768px) {
    .boxOrder .table-responsive-sm:first-child div {
        width: 35px;
        left: -35px;
    }
}

.boxOrder .slide-open-txt {
    display: block;
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-open-txt {
        display: none;
    }
}

.boxOrder .slide-close-txt {
    display: block;
}

@media only screen and (max-width: 768px) {
    .boxOrder .slide-close-txt {
        display: none;
    }
}

/* Logged In */
/* Order */
.wrapOrder .box {
    position: relative;
    min-height: 118px;
    padding: 8px;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .wrapOrder .box.box-meal {
        padding: 25px 0 0 0;
    }

    .wrapOrder .box .box-link {
        color: rgba(255, 255, 255, 0.8);
        display: none;
    }

@media only screen and (max-width: 768px) {
    .wrapOrder .box .box-link {
        display: block;
    }
}

.wrapOrder .box .box-link:hover {
    color: white;
}

.wrapOrder .box .box-overlay {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    font-size: 21px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
}

    .wrapOrder .box .box-overlay.minus {
        left: 0;
        background: rgba(227, 29, 26, 0.15);
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
    }

        .wrapOrder .box .box-overlay.minus:hover {
            left: 0;
            background: rgba(227, 29, 26, 0.4);
        }

    .wrapOrder .box .box-overlay.plus {
        right: 0;
        background: rgba(119, 196, 90, 0.15);
        -webkit-transition: all 0.15s;
        -o-transition: all 0.15s;
        transition: all 0.15s;
    }

        .wrapOrder .box .box-overlay.plus:hover {
            right: 0;
            background: rgba(119, 196, 90, 0.4);
        }

    .wrapOrder .box .box-overlay .fa-minus,
    .wrapOrder .box .box-overlay .fa-plus {
        position: absolute;
        bottom: 27px;
    }

.wrapOrder .box .detail {
    font-size: 11px;
    line-height: 1.2em;
    font-weight: 400;
    display: block;
    padding: 0 0 20px 0;
}



@media only screen and (max-width: 768px) {
    .wrapOrder .box .detail {
        font-weight: 500;
    }
}

.wrapOrder .box .detail:hover {
    color: var(--defaultColor);
}

.wrapOrder .box .box-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
}

    .wrapOrder .box .box-footer div {
        width: 50%;
        float: left;
    }

    .wrapOrder .box .box-footer .wrap-number {
        height: auto;
        float: right;
        top: 0;
        position: relative;
    }

        .wrapOrder .box .box-footer .wrap-number label.checkbox {
            margin: 0;
            padding-left: 0;
            font-size: 1.1em;
            line-height: 35px;
            cursor: pointer;
            float: left;
            position: relative;
            font-weight: 400;
            font-size: 14px;
            color: var(--colorFFF);
        }

            .wrapOrder .box .box-footer .wrap-number label.checkbox a,
            .wrapOrder .box .box-footer .wrap-number label.checkbox a:hover {
                font-weight: 400;
                font-size: 18px;
                color: var(--defaultColor);
                text-decoration: underline;
                opacity: 1;
                display: inline-block;
            }

                .wrapOrder .box .box-footer .wrap-number label.checkbox a:hover {
                    text-decoration: none;
                }

        .wrapOrder .box .box-footer .wrap-number .checkbox:last-child {
            margin-bottom: 0;
        }

        .wrapOrder .box .box-footer .wrap-number label.checkbox span {
            margin: 0 0 0 35px !important;
            color: var(--defaultColor) !important;
            font-weight: 500 !important;
            font-size: 1em !important;
            line-height: normal !important;
            display: inline-block !important;
        }

@media only screen and (max-width: 991px) {
    .wrapOrder .box .box-footer .wrap-number label.checkbox span {
        font-size: 0.8em !important;
    }

    .takeHome {
        font-size: 2.0em;
        position: absolute;
        left: 60px;
        top: 1px;
        color: var(--colorFFF);
        font-size: 24px;
        z-index: 10;
    }
}

.wrapOrder .box .box-footer .wrap-number .checkbox i {
    position: absolute;
    top: 0;
    left: -14px;
    display: inline-block;
    width: 26px;
    height: 26px;
    outline: none;
    border: 1px solid var(--inputSecondaryBorderColor);
    background: var(--colorFFF);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media only screen and (max-width: 1200px) {
    .wrapOrder .box .box-footer .wrap-number .checkbox i {
        left: -20px;
    }
}

.wrapOrder .box .box-footer .wrap-number .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick-green.png") no-repeat 1px 2px;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapOrder .box .box-footer .wrap-number .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapOrder .box .box-footer .wrap-number .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

    .wrapOrder .box .box-footer .wrap-number .checkbox input:checked + i:after {
        opacity: 1;
    }

.wrapOrder .box .box-footer .wrap-icons {
    position: absolute;
    top: 0;
    left: -7px;
    display: block;
    min-width: 13px;
    max-width: 13px;
}

@media only screen and (max-width: 1200px) {
    .wrapOrder .box .box-footer .wrap-icons {
        left: -13px;
    }
}

@media only screen and (max-width: 768px) {
    .wrapOrder .box .box-footer .wrap-icons {
        display: none;
    }
}

.wrapOrder .box .box-footer p {
    color: var(--colorFFF);
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapOrder .box .box-footer .input-number {
    background: #004f91;
    color: var(--colorFFF);
    position: relative;
    height: 25px;
    width: 25px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    -webkit-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
    border-bottom-right-radius: 5px;
}

    .wrapOrder .box .box-footer .input-number.green {
        background: #77c45a;
    }

    .wrapOrder .box .box-footer .input-number.blue {
        background: #004f91;
    }

.wrapOrder .box .box-footer .quantity-button {
    color: var(--colorFFF);
    top: 0;
    position: relative;
    float: left;
    height: 12.5px;
    width: 100%;
    cursor: pointer;
}

    .wrapOrder .box .box-footer .quantity-button .fa-minus,
    .wrapOrder .box .box-footer .quantity-button .fa-plus {
        font-size: 14px;
        padding: 0.1em;
        border: solid 1px #ccc;
    }

    .wrapOrder .box .box-footer .quantity-button .fa-minus {
        background: var(--colorFFF);
        color: #E31D1A;
        position: relative;
        float: left;
    }

    .wrapOrder .box .box-footer .quantity-button .fa-plus {
        background: var(--colorFFF);
        color: #77c45a;
        position: relative;
        float: left;
    }

        .wrapOrder .box .box-footer .quantity-button .fa-plus.red {
            background: #f00;
            color: var(--colorFFF);
        }

    .wrapOrder .box .box-footer .quantity-button .fa-minus.red {
        background: #f00;
        color: var(--colorFFF);
    }

@media only screen and (max-width: 1200px) {
    .wrapOrder .box {
        min-height: 140px;
    }
}

@media only screen and (max-width: 991px) {
    .wrapOrder .box {
        min-height: 150px;
    }

        .wrapOrder .box .box-footer p {
            font-size: 11px;
        }
}

.wrapOrder .box .box-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

    .wrapOrder .box .box-header p {
        color: var(--colorFFF);
        font-size: 16px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        text-shadow: 1px 2px 3px #000000;
    }

.wrapOrder .box input[type=number]::-webkit-inner-spin-button,
.wrapOrder .box input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wrapOrder .box input[type=number] {
    -moz-appearance: textfield;
}

.wrapOrder .box .wrap-meal {
    position: relative;
    margin: 5px 0 10px 0;
}

    .wrapOrder .box .wrap-meal .box-footer {
        position: relative;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .wrapOrder .box .wrap-meal .detail {
        min-height: 82px;
        height: 82px;
        overflow: auto;
    }

.wrapOrder.week .box .wrap-meal .detail {
    min-height: 42px;
    height: 42px;
    overflow: auto;
}

.wrapOrder .box .wrap-meal .input-number {
    border-bottom-right-radius: 0;
}

.wrapOrder .box .wrap-meal p {
    padding: 8px;
}

.wrapOrder .box .wrap-meal .wrap-meal-category {
    color: var(--colorFFF);
    background: var(--btnDefaultColor);
    text-align: center;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 500;
    border-bottom: solid 1px var(--defaultColor);
}

.wrapOrder .box .wrap-meal .wrap-meal-status {
    color: #000;
    background: rgba(40, 51, 69, 0.2);
    text-align: center;
    padding: 2px 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    text-align: left;
}

.wrapOrder .wrap-menu-a .box {
    border: solid 1px var(--menuAColor);
}

.wrapOrder .wrap-menu-b .box {
    border: solid 1px var(--menuBColor);
}

.wrapOrder .wrap-menu-c .box {
    border: solid 1px var(--menuCColor);
}

.wrapOrder .wrap-menu-1 .box {
    border: solid 1px var(--menu1Color);
}

.wrapOrder .wrap-menu-2 .box {
    border: solid 1px var(--menu2Color);
}

.wrapOrder .wrap-menu-3 .box {
    border: solid 1px var(--menu3Color);
}

.wrapOrder .wrap-menu-4 .box {
    border: solid 1px var(--menu4Color);
}

.wrapOrder .wrap-menu-a .box-footer {
    /*background: var(--defaultColor);*/
    background: var(--menuAFooterColor);
}

.wrapOrder .wrap-menu-b .box-footer {
    background: var(--menuBFooterColor);
}

.wrapOrder .wrap-menu-c .box-footer {
    background: var(--menuCFooterColor);
}

.wrapOrder .wrap-menu-1 .box-footer {
    background: var(--menu1FooterColor);
}

.wrapOrder .wrap-menu-2 .box-footer {
    background: var(--menu2FooterColor);
}

.wrapOrder .wrap-menu-3 .box-footer {
    background: var(--menu3FooterColor);
}

.wrapOrder .wrap-menu-4 .box-footer {
    background: var(--menu4FooterColor);
}

.wrapOrder .wrap-menu-a .box-header {
    background: var(--defaultColor);
}

.wrapOrder .box:hover {
    box-shadow: 1px 2px 10px -5px #000;
    background: var(--secondaryColor);
}

/*.wrapOrder .line .box { opacity: 0.7; } */

.rendelesOpacity {
    opacity: 0.7;
}
/*
#RendelesDiv table tr:nth-child(2) th.line,
#RendelesDiv table tr:nth-child(2) td.line {
    opacity: 0.7;
}

#RendelesDiv table tr:nth-child(3) th.line,
#RendelesDiv table tr:nth-child(3) td.line {
    opacity: 0.57;
}

#RendelesDiv table tr:nth-child(4) th.line,
#RendelesDiv table tr:nth-child(4) td.line {
    opacity: 0.45;
}
*/

.wrapOrder .box.menu-a {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-a p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-a .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-a p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-a .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-a .quantity-button .fa-minus,
        .wrapOrder .box.menu-a .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-a .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-a .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-a:before,
    .wrapOrder table tbody tr th .box.menu-a:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(229, 29, 127, 0.7) 25%, var(--defaultColor) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .box.menu-b {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-b p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-b .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-b p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-b .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-b .quantity-button .fa-minus,
        .wrapOrder .box.menu-b .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-b .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-b .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-b:before,
    .wrapOrder table tbody tr th .box.menu-b:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(160, 160, 156, 0.7) 25%, var(--btnDefaultColor) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .box.menu-c {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-c p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-c .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-c p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-c .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-c .quantity-button .fa-minus,
        .wrapOrder .box.menu-c .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-c .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-c .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-c:before,
    .wrapOrder table tbody tr th .box.menu-c:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(255, 89, 0, 0.7) 25%, var(--menuCColor) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .box.menu-1 {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-1 p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-1 .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-1 p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-1 .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-1 .quantity-button .fa-minus,
        .wrapOrder .box.menu-1 .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-1 .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-1 .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-1:before,
    .wrapOrder table tbody tr th .box.menu-1:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(5, 93, 140, 0.7) 25%, var(--menu1Color) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .box.menu-2 {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-2 p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-2 .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-2 p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-2 .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-2 .quantity-button .fa-minus,
        .wrapOrder .box.menu-2 .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-2 .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-2 .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-2:before,
    .wrapOrder table tbody tr th .box.menu-2:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(252, 171, 73, 0.7) 25%, var(--menu2Color) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .box.menu-3 {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-3 p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-3 .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-3 p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-3 .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-3 .quantity-button .fa-minus,
        .wrapOrder .box.menu-3 .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-3 .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-3 .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-3:before,
    .wrapOrder table tbody tr th .box.menu-3:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(173, 119, 72, 0.7) 25%, var(--menu3Color) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .box.menu-4 {
    color: var(--colorFFF);
    overflow: hidden;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .wrapOrder .box.menu-4 p {
        color: var(--colorFFF);
        font-weight: 500;
        font-size: 15px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-shadow: 1px 2px 3px #000;
        padding: 0;
    }

    .wrapOrder .box.menu-4 .wrap-icons {
        position: absolute;
        top: 7px;
        left: 4px;
        width: 34px;
    }

    .wrapOrder .box.menu-4 p {
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
        height: 25px;
        padding: 0;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wrapOrder .box.menu-4 .quantity-button {
        color: var(--colorFFF);
        top: 0;
        position: relative;
        float: left;
        height: 12.5px;
        margin: 0 2px;
        cursor: pointer;
    }

        .wrapOrder .box.menu-4 .quantity-button .fa-minus,
        .wrapOrder .box.menu-4 .quantity-button .fa-plus {
            font-size: 14px;
            padding: 0.1em;
            border: solid 1px #ccc;
        }

        .wrapOrder .box.menu-4 .quantity-button .fa-minus {
            background: var(--colorFFF);
            color: var(--minusBtnColor);
            position: relative;
            float: left;
        }

        .wrapOrder .box.menu-4 .quantity-button .fa-plus {
            background: var(--colorFFF);
            color: var(--plusBtnColor);
            position: relative;
            float: left;
        }

    .wrapOrder .box.menu-4:before,
    .wrapOrder table tbody tr th .box.menu-4:hover:before {
        content: '';
        height: 100%;
        width: 100%;
        background: linear-gradient(140deg, rgba(154, 193, 46, 0.7) 25%, var(--menu4Color) 26%);
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

.wrapOrder .actual-day {
    background: var(--secondaryColor);
    color: #000;
}

.wrapOrder table thead {
    box-shadow: 1px 2px 10px -5px #000;
}

    .wrapOrder table thead tr:first-child {
        border-bottom: solid 2px var(--colorFFF);
        font-size: 12px;
        opacity: 0.7;
    }

        .wrapOrder table thead tr:first-child th:first-child {
            border-top-left-radius: 5px;
        }

        .wrapOrder table thead tr:first-child th:last-child {
            border-top-right-radius: 5px;
        }

    .wrapOrder table thead tr:last-child th:first-child {
        border-bottom-left-radius: 5px;
    }

    .wrapOrder table thead tr:last-child th:last-child {
        border-bottom-right-radius: 5px;
    }

    .wrapOrder table thead tr th {
        padding: 7px;
        text-align: center;
        background: var(--defaultColor);
        color: var(--colorFFF);
        font-size: 15px;
        font-weight: 500;
    }

    .wrapOrder table thead tr:first-child th {
        font-size: 13px;
    }

    .wrapOrder table thead tr th:first-child {
        width: 10%;
    }

    .wrapOrder table thead tr th:nth-child(n+2) {
        width: 15%;
    }

.wrapOrder table tbody tr th .box.menu-a:hover,
.wrapOrder table tbody tr th .box.menu-b:hover,
.wrapOrder table tbody tr th .box.menu-c:hover,
.wrapOrder table tbody tr th .box.menu-1:hover,
.wrapOrder table tbody tr th .box.menu-2:hover,
.wrapOrder table tbody tr th .box.menu-3:hover,
.wrapOrder table tbody tr th .box.menu-4:hover {
    box-shadow: none !important;
    background: none;
}

.wrapOrder table tbody tr th,
.wrapOrder table tbody tr td {
    padding: 2px;
    min-width: 120px;
    min-height: 120px;
    padding-bottom: 10px;
}

    .wrapOrder table tbody tr th.line,
    .wrapOrder table tbody tr td.line {
        border-top: solid 3px #ccc;
        padding-top: 10px;
    }

.wrapOrder table tbody:before {
    content: "-";
    display: block;
    line-height: 1em;
    color: transparent;
}

.wrapOrder.week table thead tr th:first-child {
    width: 13%;
}

.wrapOrder.week table thead tr th:nth-child(n+2) {
    width: 13%;
}

.wrapOrder.week table thead tr th {
    text-shadow: 1px 2px 3px #000000;
}

.wrapOrder.week .actual-day {
    text-shadow: none;
}

/* Order */
/* Status */
.wrap-status {
    margin: 85px 0 35px 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wrap-status div {
        position: relative;
        z-index: 1;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        min-width: 270px;
        padding: 0 15px;
    }

@media only screen and (max-width: 1200px) {
    .wrap-status div {
        min-width: 225px;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-status div {
        min-width: 159px;
    }
}

@media only screen and (max-width: 768px) {
    .wrap-status div {
        margin: 0 15px 0 15px;
        min-width: auto;
    }
}

@media only screen and (max-width: 480px) {
    .wrap-status div {
        padding: 0;
    }
}

.wrap-status .btn-status,
.wrap-status .btn-status:hover {
    width: 90%;
    min-height: auto;
    padding: 15px 0;
    border: solid 2px var(--colorFFF);
    text-decoration: none;
    background: rgba(229, 29, 127, 0.8);
    color: var(--colorFFF) !important;
    box-shadow: 2px 2px 10px -2px #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .wrap-status .btn-status span,
    .wrap-status .btn-status:hover span {
        display: block;
    }

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status span,
    .wrap-status .btn-status:hover span {
        color: var(--defaultColor) !important;
        color: black;
        font-size: 11px;
        position: absolute;
        bottom: -30px;
        text-align: center;
    }
}

@media only screen and (max-width: 374px) {
    .wrap-status .btn-status span,
    .wrap-status .btn-status:hover span {
        font-size: 10px;
    }
}

.wrap-status .btn-status.next,
.wrap-status .btn-status:hover.next {
    box-shadow: 2px 2px 10px -2px #000;
    color: rgba(229, 29, 127, 0.8) !important;
    background: var(--colorFFF);
    border: solid 2px rgba(229, 29, 127, 0.8);
}

    .wrap-status .btn-status.next .wrap-status-number,
    .wrap-status .btn-status:hover.next .wrap-status-number {
        background: rgba(229, 29, 127, 0.8);
        color: var(--colorFFF);
    }

        .wrap-status .btn-status.next .wrap-status-number span,
        .wrap-status .btn-status:hover.next .wrap-status-number span {
            position: absolute;
            color: var(--colorFFF) !important;
        }

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status.next,
    .wrap-status .btn-status:hover.next {
        width: 35px;
        height: 35px;
        min-height: auto;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.wrap-status .btn-status.next:hover,
.wrap-status .btn-status:hover.next:hover {
    border: solid 2px var(--colorFFF);
    box-shadow: 2px 2px 10px -2px #000;
    background: rgba(229, 29, 127, 0.8);
    color: var(--colorFFF) !important;
}

    .wrap-status .btn-status.next:hover .wrap-status-number,
    .wrap-status .btn-status:hover.next:hover .wrap-status-number {
        background: var(--colorFFF);
        color: rgba(229, 29, 127, 0.8);
    }

        .wrap-status .btn-status.next:hover .wrap-status-number span,
        .wrap-status .btn-status:hover.next:hover .wrap-status-number span {
            position: absolute;
            color: rgba(229, 29, 127, 0.8);
        }

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status.next:hover,
    .wrap-status .btn-status:hover.next:hover {
        width: 35px;
        height: 35px;
        min-height: auto;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.wrap-status .btn-status.inactive,
.wrap-status .btn-status:hover.inactive {
    box-shadow: 2px 2px 10px -5px #bcbcbc;
    background: rgba(229, 29, 127, 0.3);
    color: rgba(255, 255, 255, 0.6) !important;
}

    .wrap-status .btn-status.inactive .wrap-status-number,
    .wrap-status .btn-status:hover.inactive .wrap-status-number {
        opacity: 0.3;
    }

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status.inactive,
    .wrap-status .btn-status:hover.inactive {
        width: 35px;
        height: 35px;
        min-height: auto;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

.wrap-status .btn-status .fa-caret-right,
.wrap-status .btn-status:hover .fa-caret-right {
    position: absolute;
    right: -42px;
    color: rgba(229, 29, 127, 0.8);
    font-size: 60px;
    top: -5px;
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status .fa-caret-right,
    .wrap-status .btn-status:hover .fa-caret-right {
        top: -11px;
    }
}

@media only screen and (max-width: 480px) {
    .wrap-status .btn-status .fa-caret-right,
    .wrap-status .btn-status:hover .fa-caret-right {
        top: -5px;
        font-size: 50px;
        right: -27px;
    }
}

.wrap-status .btn-status .wrap-status-number,
.wrap-status .btn-status:hover .wrap-status-number {
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 5;
    padding: 10px;
    background: var(--colorFFF);
    border: solid 2px rgba(229, 29, 127, 0.8);
    color: rgba(229, 29, 127, 0.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 2px 2px 10px -2px #000;
    width: 35px;
    height: 35px;
    font-family: "Poppins", sans-serif !important;
}

    .wrap-status .btn-status .wrap-status-number span,
    .wrap-status .btn-status:hover .wrap-status-number span {
        position: absolute;
        top: -2px;
        left: 8px;
        width: 17px;
        font-weight: 700 !important;
        font-size: 26px !important;
        color: rgba(229, 29, 127, 0.8);
        margin: 0 !important;
    }

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status .wrap-status-number,
    .wrap-status .btn-status:hover .wrap-status-number {
        top: 0;
        left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .wrap-status .btn-status,
    .wrap-status .btn-status:hover {
        min-height: 65px;
    }
}

@media only screen and (max-width: 768px) {
    .wrap-status .btn-status,
    .wrap-status .btn-status:hover {
        width: 35px;
        height: 35px;
        min-height: auto;
        padding: 0;
        border: none;
        background: none;
        box-shadow: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
}

@media only screen and (max-width: 768px) {
    .wrap-status {
        margin: 75px 0 55px 0;
    }
}

.wrap-status.mt-sum {
    margin-top: 130px;
}

/* Status */
/* Date */
.wrap-date {
    position: sticky;
    z-index: 2;
    text-align: center;
    align-items: center;
    width: 100%;
    top: 55px;
    margin-left: auto;
    margin-right: auto;
}

    .wrap-date .child-date {
        box-shadow: 2px 2px 10px -2px #000;
        /*max-width: 250px;*/
        width: 100%;
        text-align: left;
        padding: 20px 15px 10px 15px;
        text-align: center;
        position: absolute;
        top: -10px;
        background: var(--bodyBackgroundColor);
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        border: solid 2px rgba(229, 29, 127, 0.8);
    }

        .wrap-date .child-date input {
            max-width: 144.5px;
            height: 36px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
        }

        .wrap-date .child-date button {
            width: 36px;
            height: 36px;
            position: absolute;
            z-index: 10;
            border: 1px solid var(--inputDefaultBorderColor);
        }

            .wrap-date .child-date button.left {
                float: left;
                left: 16px;
            }

            .wrap-date .child-date button.right {
                float: right;
                right: 16px;
            }

.datepicker-dropdown {
    z-index: 1000 !important;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    font-size: 15px;
    font-weight: 500;
}

.datepicker td, .datepicker th {
    font-size: 13px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-color: var(--defaultColor) !important;
    background-image: none !important;
}

/* Date */
/* Sum */
.wrap-date.wrap-sum {
    max-width: 450px;
    width: 100%;
}

@media only screen and (max-width: 480px) {
    .wrap-date.wrap-sum {
        margin-left: 0;
        left: 0;
    }
}

.wrap-status.mt-sum {
    margin-top: 130px;
}

.wrap-date.wrap-sum div {
    max-width: none;
}

.wrap-sum select {
    background: var(--secondaryColor);
    width: 100%;
    padding: 5px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    margin: 5px 0 0 0;
    float: right;
}

.wrap-sum p {
    font-weight: 500;
    color: #000;
    padding: 13px 0 0 0;
    font-size: 12px;
    width: 35%;
    float: left;
}

.wrap-sum table {
    margin-bottom: 0;
    float: left;
}

.wrap-status.mt-sum {
    margin-top: 130px;
}

@media only screen and (max-width: 480px) {
    .wrap-status {
        margin: 75px 0 55px 0;
    }

    .wrap-sum table {
        width: 100% !important;
    }

    .wrap-status.mt-sum {
        margin-top: 210px;
    }
}



.wrap-sum table.wrapPay {
    float: right;
    width: 49%;
}

    .wrap-sum table.wrapPay tr {
        background: var(--colorFFF) !important;
        color: var(--defaultColor) !important;
    }

        .wrap-sum table.wrapPay tr:nth-child(2) {
            background: var(--colorFFF) !important;
            border-top: solid 1px var(--defaultColor);
        }

.wrap-sum table td {
    padding: 7px;
    font-size: 15px;
    border: none;
}

.wrap-sum table tr:first-child {
    font-weight: 500;
    background: var(--defaultColor);
    color: var(--colorFFF);
}

.wrap-sum table tr:nth-child(2) {
    font-weight: 500;
    background: var(--secondaryColor);
    color: #000;
}

.wrap-sum table tr:first-child td {
    font-size: 17px;
}



.wrap-sum table tr:nth-child(3) td {
    font-size: 17px;
    font-weight: 600;
}

/* Sum */
/* Common btns */
.wrap-common-btns {
    display: block;
    position: absolute;
    top: -15px;
}

    .wrap-common-btns.left {
        left: 0;
        z-index: 1;
    }

        .wrap-common-btns.left a {
            background: var(--plusBtnColor);
        }

@media only screen and (max-width: 768px) {
    .wrap-common-btns.left a {
        width: 198px;
    }
}

@media only screen and (max-width: 768px) {
    .wrap-common-btns.left {
        left: -15px;
    }
}

.wrap-common-btns.right {
    right: 0;
    z-index: 2;
}

    .wrap-common-btns.right a {
        background: var(--minusBtnColor);
    }

@media only screen and (max-width: 768px) {
    .wrap-common-btns.right {
        right: 0;
        left: -15px;
        top: 20px;
    }
}

.wrap-common-btns a {
    padding: 25px 10px 0 10px;
    border-radius: 10px;
    color: var(--colorFFF) !important;
    box-shadow: 2px 2px 10px -2px #000;
    float: left;
    height: 50px;
    width: 166px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    margin: 0;
    cursor: pointer;
}

    .wrap-common-btns a:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

@media only screen and (max-width: 768px) {
    .wrap-common-btns {
        display: none;
    }
}

/* Common btns  */
/* Order week btns */
.order-week-btn {
    position: absolute;
    z-index: 1;
    text-align: center;
    align-items: center;
    width: 175px;
    left: 50%;
}

    .order-week-btn.left {
        margin-left: -350px;
    }

@media only screen and (max-width: 1200px) {
    .order-week-btn.left {
        margin-left: -295px;
    }
}

@media only screen and (max-width: 991px) {
    .order-week-btn.left {
        margin-left: 0;
    }
}

.order-week-btn.right {
    margin-left: 175px;
}

@media only screen and (max-width: 1200px) {
    .order-week-btn.right {
        margin-left: 135px;
    }
}

@media only screen and (max-width: 991px) {
    .order-week-btn.right {
        margin-left: 0;
    }
}

.order-week-btn.right .wrap-number {
    height: auto;
    top: 19px;
    position: absolute;
    right: 13px;
}

    .order-week-btn.right .wrap-number input:focus {
        outline: 0;
    }

    .order-week-btn.right .wrap-number label.checkbox {
        margin: 0;
        padding-left: 0;
        font-size: 1.1em;
        line-height: 35px;
        cursor: pointer;
        float: left;
        position: relative;
        font-weight: 400;
        font-size: 14px;
        color: var(--colorFFF);
    }

        .order-week-btn.right .wrap-number label.checkbox a,
        .order-week-btn.right .wrap-number label.checkbox a:hover {
            font-weight: 400;
            font-size: 18px;
            color: var(--defaultColor);
            text-decoration: underline;
            opacity: 1;
            display: inline-block;
        }

            .order-week-btn.right .wrap-number label.checkbox a:hover {
                text-decoration: none;
            }

    .order-week-btn.right .wrap-number .checkbox:last-child {
        margin-bottom: 0;
    }

    .order-week-btn.right .wrap-number label.checkbox span {
        margin: 0 0 0 35px !important;
        color: var(--defaultColor) !important;
        font-weight: 500 !important;
        font-size: 1em !important;
        line-height: normal !important;
        display: inline-block !important;
    }

@media only screen and (max-width: 991px) {
    .order-week-btn.right .wrap-number label.checkbox span {
        font-size: 0.8em !important;
    }
}

.order-week-btn.right .wrap-number .checkbox i {
    position: absolute;
    top: 0;
    left: -14px;
    display: inline-block;
    width: 26px;
    height: 26px;
    outline: none;
    border: 1px solid var(--inputSecondaryBorderColor);
    background: var(--colorFFF);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

@media only screen and (max-width: 1200px) {
    .order-week-btn.right .wrap-number .checkbox i {
        left: -20px;
    }
}

.order-week-btn.right .wrap-number .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick-green.png") no-repeat 1px 2px;
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.order-week-btn.right .wrap-number .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.order-week-btn.right .wrap-number .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

    .order-week-btn.right .wrap-number .checkbox input:checked + i:after {
        opacity: 1;
    }

@media only screen and (max-width: 991px) {
    .order-week-btn.right .wrap-number {
        top: 8px;
    }
}

.order-week-btn.right .wrap-icons {
    position: absolute;
    top: -1px;
    left: -2px;
    width: 15px;
    display: block;
}

.order-week-btn.right p {
    color: var(--colorFFF);
    font-size: 15px;
    font-weight: 500;
    height: 25px;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 0 0 35px !important;
}

@media only screen and (max-width: 1200px) {
    .order-week-btn.right p {
        padding: 0 0 0 28px !important;
    }
}

@media only screen and (max-width: 991px) {
    .order-week-btn.right p {
        padding: 0 !important;
        justify-content: center;
    }
}

@media only screen and (max-width: 400px) {
    .order-week-btn.right p {
        padding: 0 0 0 10px !important;
        justify-content: left;
    }
}

.order-week-btn.right .input-number {
    background: #004f91;
    color: var(--colorFFF);
    position: relative;
    height: 28px;
    width: 28px;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 0;
    font-weight: 500;
    -webkit-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
    box-shadow: inset 0 0px 6px rgba(255, 255, 255, 0.5);
}

    .order-week-btn.right .input-number.green {
        background: #77c45a;
    }

.order-week-btn.right input[type=number]::-webkit-inner-spin-button,
.order-week-btn.right input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.order-week-btn.right input[type=number] {
    -moz-appearance: textfield;
}

.order-week-btn.right .quantity-button {
    color: var(--colorFFF);
    top: 0;
    position: relative;
    float: left;
    height: 15px;
    width: 15px;
    cursor: pointer;
    border: none;
}

    .order-week-btn.right .quantity-button .fa-minus,
    .order-week-btn.right .quantity-button .fa-plus {
        font-size: 14px;
        padding: 0.1em;
        border: solid 1px #ccc;
    }

    .order-week-btn.right .quantity-button .fa-minus {
        background: var(--colorFFF);
        color: var(--minusBtnColor);
        position: absolute;
        float: none;
        top: 0px;
        width: 15px;
        height: 15px;
        left: 0;
    }

    .order-week-btn.right .quantity-button .fa-plus {
        background: var(--colorFFF);
        color: var(--plusBtnColor);
        position: absolute;
        float: none;
        top: 0px;
        width: 15px;
        height: 15px;
        left: 0;
    }

.order-week-btn.right a {
    color: var(--colorFFF);
    top: 0;
    position: relative;
    float: left;
    height: 14px;
}

    .order-week-btn.right a .fa-minus,
    .order-week-btn.right a .fa-plus {
        font-size: 14px;
        padding: 0.1em;
        border: solid 1px #ccc;
    }

    .order-week-btn.right a .fa-minus {
        background: var(--colorFFF);
        color: var(--minusBtnColor);
    }

    .order-week-btn.right a .fa-plus {
        background: var(--colorFFF);
        color: var(--plusBtnColor);
    }

.order-week-btn .wrap-order {
    box-shadow: 2px 2px 10px -2px #000;
    max-width: 175px;
    width: 100%;
    text-align: left;
    padding: 20px 15px 10px 15px;
    text-align: center;
    position: absolute;
    top: -35px;
    background: var(--secondaryColor);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid 2px rgba(229, 29, 127, 0.8);
}

    .order-week-btn .wrap-order p {
        font-size: 16px;
        font-weight: 500;
        color: var(--defaultColor);
        margin: 0 0 2px 0;
        text-transform: uppercase;
        background: rgba(255, 255, 255, 0.7);
        padding: 4px 0 0 0;
    }

    .order-week-btn .wrap-order select {
        width: 100%;
        height: 30px;
        text-align: left;
        font-size: 12px;
        font-weight: 400;
    }

    .order-week-btn .wrap-order button {
        width: 36px;
        height: 36px;
        position: absolute;
        z-index: 10;
        border: 1px solid var(--inputDefaultBorderColor);
    }

        .order-week-btn .wrap-order button.left {
            float: left;
            left: 16px;
        }

        .order-week-btn .wrap-order button.right {
            float: right;
            right: 16px;
        }

@media only screen and (max-width: 1200px) {
    .order-week-btn .wrap-order {
        max-width: 160px;
    }
}

@media only screen and (max-width: 991px) {
    .order-week-btn .wrap-order {
        position: relative;
        width: 95%;
        top: 0;
        max-width: none;
        padding: 8px 15px 10px 15px;
    }
}

@media only screen and (max-width: 991px) {
    .order-week-btn {
        position: relative;
        margin: 65px 0 -45px 0;
        left: 0;
        width: 50%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Order week btn */
/* Basket */
.wrapBasket table {
    margin: 0 0 25px 0;
}

    .wrapBasket table tbody tr th,
    .wrapBasket table tbody tr td {
        padding: 10px 0;
        border-top: 1px solid var(--secondaryColor);
    }

    .wrapBasket table th,
    .wrapBasket table td {
        vertical-align: middle;
        text-align: center;
    }

    .wrapBasket table .btn-default.modify:hover {
        background: #87c157;
        color: var(--colorFFF) !important;
    }

    .wrapBasket table .btn-default.del:hover {
        background: #e31d1a;
        color: var(--colorFFF) !important;
    }

    .wrapBasket table tbody tr td:first-child {
        background: var(--secondaryColor);
        border: none;
    }

    .wrapBasket table tbody tr.title td {
        border: none;
    }

    .wrapBasket table thead tr:first-child th:first-child {
        font-size: 18px;
        text-shadow: 1px 2px 2px #000;
        text-align: left;
        padding-left: 20px;
        line-height: 1.2em;
    }

    .wrapBasket table tbody tr.title:nth-child(n) td {
        font-weight: 700;
        background: var(--secondaryColor);
    }

    .wrapBasket table tbody tr.title td:first-child {
        background: var(--defaultColor);
        color: var(--colorFFF);
        font-size: 17px;
        font-weight: 500;
    }

    .wrapBasket table thead tr:first-child {
        -webkit-transition: 0.3s all 0s ease;
        -moz-transition: 0.3s all 0s ease;
        transition: 0.3s all 0s ease;
    }

    .wrapBasket table:hover thead tr:first-child {
        opacity: 1;
    }

    .wrapBasket table tbody:before {
        line-height: 0;
    }

.wrapBasket .btn-default {
    border: solid 1px var(--colorFFF);
    min-width: 133px;
}

/* Basket */
/* Default Common Btns */
.wrapCommonBtns .col-md-6 {
    text-align: center;
    margin: 0 0 25px 0;
}

.wrapCommonBtns .col-md-12 {
    text-align: center;
}

    .wrapCommonBtns .col-md-12 .wrapHead {
        width: 95%;
        padding: 10px;
        line-height: 1.2em;
    }

.wrapCommonBtns .wrapHead {
    background: var(--defaultColor) !important;
    color: var(--colorFFF) !important;
    width: 100% !important;
    padding: 10px 0 !important;
    margin: 0 0 10px 0 !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    float: none !important;
    display: inline-block !important;
}

.wrapCommonBtns button {
    height: auto;
    padding: 9px;
    margin: 5px 0 0 0;
    width: 90%;
    font-size: 14px;
    border: var(--defaultColor) solid 1px;
}

.wrapCommonBtns p {
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 2px 0;
    text-align: left;
}

.wrapCommonBtns a {
    height: auto;
    padding: 9px;
    margin: 5px 0 0 0;
    width: 90%;
    font-size: 14px;
    float: none;
    display: inline-block;
    text-decoration: none;
}

.wrapCommonBtns label {
    width: 90%;
    margin: 0 0 8px 0;
}

.wrapCommonBtns textarea {
    text-align: left;
    resize: none;
    height: 100px;
}

.wrapCommonBtns label.checkbox {
    margin: 8px 0;
    padding-left: 0;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    float: none;
    position: relative;
    font-weight: 400;
    font-size: 14px;
    color: var(--colorFFF);
}

    .wrapCommonBtns label.checkbox a,
    .wrapCommonBtns label.checkbox a:hover {
        font-weight: 400;
        font-size: 18px;
        color: var(--defaultColor);
        text-decoration: underline;
        opacity: 1;
        display: inline-block;
    }

        .wrapCommonBtns label.checkbox a:hover {
            text-decoration: none;
        }

.wrapCommonBtns .checkbox:last-child {
    margin-bottom: 0;
}

.wrapCommonBtns label.checkbox span {
    margin: 0 0 0 10px !important;
    color: var(--defaultColor) !important;
    font-weight: 500 !important;
    font-size: 1em !important;
    line-height: normal !important;
    float: none;
    text-align: left;
    bottom: 5px;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .wrapCommonBtns label.checkbox span {
        font-size: 0.8em !important;
    }
}

.wrapCommonBtns .checkbox i {
    position: relative;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 1px solid var(--inputSecondaryBorderColor);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.wrapCommonBtns .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapCommonBtns .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapCommonBtns .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

    .wrapCommonBtns .checkbox input:checked + i:after {
        opacity: 1;
    }

.wrapSum {
    color: var(--colorFFF) !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: #F04C44 !important;
}

/* Default Common Btns */
/*** /CONTENT ***/
/* ----------------
    MEDIAQUERIES
-------------------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .modal-header {
        padding: 0.6rem;
    }
}

@media only screen and (max-width: 767px) {
    .elvitelmodal {
        z-index: 100 !important;
    }

    #sidebar {
        left: -250px;
    }

        #sidebar.active {
            margin-left: 0;
            left: 0;
        }

    #content {
        width: 100%;
    }

        #content.active {
            width: 100%;
        }

    #sidebarCollapse span {
        display: none;
    }

    aside {
        margin: 25px 0 0 0;
    }

    button.close {
        background: transparent;
    }

    .modal-header {
        padding: 0.2rem 0.6rem;
    }

    .modal-footer {
        margin: 0 10px;
        padding: 12px 0;
    }

        .modal-footer button {
        }
}

@media only screen and (max-width: 576px) {
    .modal-dialog {
        margin: 0;
    }
}

/* forgalmi lista */
.dxgvHeader {
    background-color: #283345 !important;
    border: 1px Solid var(--colorFFF) !important;
    color: var(--colorFFF) !important;
}

    .dxgvHeader td {
        color: var(--colorFFF) !important;
        font-weight: 700;
    }

/* submenu */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu a::after {
        transform: rotate(-90deg);
        position: absolute;
        right: 6px;
        top: .8em;
    }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: .1rem;
        margin-right: .1rem;
    }

@media only screen and (max-width: 991px) {
    .dropdown-submenu a::after {
        transform: rotate(0deg);
        top: -8px !important;
        left: 65%;
        position: relative !important;
    }
}

/* CSS for responsive iframe */
/* ========================= */

/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom */
    /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
    padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
    border: 5px inset #4f4f4f;
}

.set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

.set-padding {
    padding: 5px;
}

.set-margin {
    margin: 30px;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Admin */
.wrapAdmin.wrapParameterek .input-default {
    margin: 5px 0;
}

.wrapAdmin textarea.form-control {
    height: 150px;
    font-size: 14px;
}

.wrapAdmin h5 {
    width: 100%;
    font-size: 16px;
    background: var(--bodyBackgroundColor);
    padding: 10px;
    margin: 0 0 10px 0;
    float: left;
}

.wrapAdmin.wrapEtlap table td {
    vertical-align: middle;
}

.wrapAdmin.wrapEtlap label.checkbox {
    margin: 0;
    padding-left: 32px;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    left: 0;
    bottom: -25px;
    font-weight: 400;
    font-size: 14px;
    float: left;
    width: 100%;
    color: #000;
}

.wrapAdmin.wrapEtlap .last label.checkbox {
    margin: 0;
    padding-left: 32px;
    font-size: 1.1em;
    line-height: 35px;
    cursor: pointer;
    position: relative;
    left: 0;
    bottom: 0;
    font-weight: 400;
    font-size: 14px;
    float: left;
    width: 100%;
    color: #000;
}


.wrapAdmin .wrapCheck {
    position: relative !important;
    left: 0 !important;
    bottom: 0 !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

    .wrapAdmin .wrapCheck input {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }

    .wrapAdmin .wrapCheck p {
        float: left !important;
        margin: 0 0 0 38px !important;
    }

.wrapAdmin #KoltseghelyCsoportSelect {
    background: rgba(26, 108, 130, 0.2);
    max-width: 250px;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

.wrapAdmin .wrapKoltseghely select {
    max-width: 350px;
}

.wrapAdmin .ck-content {
    border: solid 1px #ccc !important;
    min-height: 250px;
}

.wrapAdmin .wrapDefINP input {
    margin: 0;
    padding: 5px 10px;
}

.selectDef {
    padding: 5px 10px;
}

.wrapAdmin {
    width: 100%;
}

    .wrapAdmin a {
        text-decoration: none;
        opacity: 1;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin: 10px 10px 10px 0;
    }

        .wrapAdmin a:hover {
            opacity: 0.7;
        }

    .wrapAdmin table thead tr {
        background: #ccc;
        font-weight: 500;
    }

    .wrapAdmin table td {
        position: relative;
    }

    .wrapAdmin .table-striped {
        font-size: 14px;
    }


    .wrapAdmin label.checkbox {
        margin: -7px 0 0 0;
        padding-left: 0;
        font-size: 1.1em;
        line-height: 35px;
        cursor: pointer;
        float: left;
        position: absolute;
        left: 10px;
        bottom: -7px;
        font-weight: 400;
        font-size: 14px;
        color: var(--colorFFF);
    }

        .wrapAdmin label.checkbox a,
        .wrapAdmin label.checkbox a:hover {
            font-weight: 400;
            font-size: 18px;
            color: var(--defaultColor);
            text-decoration: underline;
            opacity: 1;
            display: inline-block;
        }

            .wrapAdmin label.checkbox a:hover {
                text-decoration: none;
            }

    .wrapAdmin .checkbox:last-child {
        margin-bottom: 0;
    }

    .wrapAdmin label.checkbox span {
        margin: 0 0 0 35px !important;
        color: var(--defaultColor) !important;
        font-weight: 500 !important;
        font-size: 1em !important;
        line-height: normal !important;
        display: inline-block !important;
    }

@media only screen and (max-width: 991px) {
    .wrapAdmin label.checkbox span {
        font-size: 0.8em !important;
    }
}

.wrapAdmin .filter td, .wrapAdmin .filter th {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.wrapAdmin .checkbox i {
    position: absolute;
    bottom: 14px;
    left: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    outline: none;
    border: 1px solid var(--inputSecondaryBorderColor);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

    .wrapAdmin .checkbox i.reg {
        bottom: 0;
    }

.wrapAdmin .form-group .col-md-2 {
    flex: none;
    float: none;
}

.wrapAdmin .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick.png") no-repeat 1px 2px;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    font: normal 14px/16px FontAwesome;
    text-align: center;
}

.wrapAdmin .checkbox input + i:after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapAdmin .filter .checkbox i {
    position: absolute;
    bottom: 13px;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    outline: none;
    border: 1px solid var(--inputSecondaryBorderColor);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
}

.wrapAdmin .filter .checkbox input + i:after {
    content: '';
    background: url("/Content/images/tick.png") no-repeat;
    background-size: contain;
    top: 2px;
    width: 14px;
    height: 14px;
    font: normal 9px/11px FontAwesome;
    text-align: center;
    position: absolute;
    opacity: 0;
    transition: opacity 0.1s;
    -o-transition: opacity 0.1s;
    -ms-transition: opacity 0.1s;
    -moz-transition: opacity 0.1s;
    -webkit-transition: opacity 0.1s;
}

.wrapAdmin .checkbox input {
    position: absolute;
    left: 6px;
    top: 12px;
    margin-left: 0 !important;
    opacity: 0;
}

    .wrapAdmin .checkbox input#RememberMe {
        top: 0;
        margin: 0 !important;
    }

    .wrapAdmin .checkbox input:checked + i:after {
        opacity: 1;
    }

.wrapAdmin .chkSelectAll {
    opacity: 0;
}

    .wrapAdmin .chkSelectAll + i {
        position: absolute;
        left: 10px;
        top: 7px;
        display: inline-block;
        width: 25px;
        height: 25px;
        outline: none;
        border: 1px solid var(--inputDefaultBorderColor);
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        z-index: 10;
        cursor: pointer;
    }

        .wrapAdmin .chkSelectAll + i::after {
            content: '';
            background: url("/Content/images/tick.png") no-repeat 1px 2px;
            position: absolute;
            top: 2px;
            left: 2px;
            width: 20px;
            height: 20px;
            font: normal 14px/16px FontAwesome;
            text-align: center;
            opacity: 0;
        }

    .wrapAdmin .chkSelectAll:checked + i::after {
        opacity: 1;
    }

.wrapAdmin .filter .chkSelectAll + i {
    position: absolute;
    left: 10px;
    top: 7px;
    display: inline-block;
    width: 18px;
    height: 18px;
    outline: none;
    border: 1px solid var(--inputDefaultBorderColor);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 10;
    cursor: pointer;
}

    .wrapAdmin .filter .chkSelectAll + i::after {
        content: '';
        background: url("/Content/images/tick.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 2px;
        width: 14px;
        height: 14px;
        font: normal 14px/16px FontAwesome;
        text-align: center;
        opacity: 0;
    }

.wrapAdmin .filter .chkSelectAll:checked + i::after {
    opacity: 1;
}

.wrapAdmin #elolegForm .form-group {
    float: left !important;
}

    .wrapAdmin #elolegForm .form-group label {
        font-size: 13px;
        font-weight: 700;
    }

.wrapAdmin h4 {
    width: 100%;
    font-size: 16px;
    background: #ccc;
    padding: 10px;
}

    .wrapAdmin h4 i {
        font-style: italic;
    }

.wrapAdmin .text-danger {
    margin: 0 0 25px 0;
}

.wrapAdmin .btn-admin {
    height: auto;
}


#AutomataRendelesDietaDiv select {
    background: var(--bodyBackgroundColor);
    max-width: none;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

#AutomataRendelesDietaDiv select {
    background: var(--bodyBackgroundColor);
    max-width: none;
    width: 100%;
    padding: 5px 10px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    margin: 10px 0;
}

#AutomataRendelesDatumDiv .btn-admin-def {
    width: 100% !important;
    text-align: center;
}

/* /Admin */

.dxgvHeader a {
    color: var(--colorFFF) !important;
    text-decoration: underline !important;
}

/* pointer */
.wrapOrder .box .box-footer .wrap-icons button {
    border: none;
}

    .wrapOrder .box .box-footer .wrap-icons button .fa-plus,
    .wrapOrder .box .box-footer .wrap-icons button .fa-minus {
        position: absolute;
        top: 0;
        left: 0;
    }

.wrapOrder .box .box-footer .quantity-button .fa-plus,
.wrapOrder .box .box-footer .quantity-button .fa-minus {
    width: 16px !important;
}

.box-link {
    display: none !important;
}

@media only screen and (max-width: 768px) {
    .box-link {
        display: block !important;
    }
}

/* Allergének */
.btnAllergenek {
    cursor: pointer;
    color: #1A6C82 !important;
    text-decoration: none;
}

    .btnAllergenek:hover {
        text-decoration: underline !important;
        color: #000 !important;
    }

.wrapAllergenek img {
    width: 800px !important;
}

/* Beuszó panel*/
.boxOrder .table.defRow {
    float: left;
}

    .boxOrder .table.defRow tr:last-child {
        background: #D8D8D8 !important;
    }

    .boxOrder .table.defRow tr:last-child {
        background: #D8D8D8 !important;
    }

        .boxOrder .table.defRow tr:last-child th {
            color: #212529 !important;
        }

        .boxOrder .table.defRow tr:last-child td {
            font-size: 13px !important;
            color: #212529 !important;
            font-weight: 400 !important;
        }


/*Diéta szín*/
select.dietaSzin option {
    background: rgba(255, 255, 255, 1);
    color: var(--colorFFF);
}

    select.dietaSzin option:hover {
        background: rgba(0, 0, 0, 1);
        color: var(--colorFFF);
    }

select.dietaSzin:focus,
select.dietaSzin {
    color: var(--colorFFF) !important;
}

    select.dietaSzin option[value="menu-a"] {
        background: var(--menuAColor);
    }

    select.dietaSzin option[value="menu-b"] {
        background: var(--menuBColor);
    }

    select.dietaSzin option[value="menu-c"] {
        background: var(--menuCColor);
    }

    select.dietaSzin option[value="menu-1"] {
        background: var(--menu1Color);
    }

    select.dietaSzin option[value="menu-2"] {
        background: var(--menu2Color);
    }

    select.dietaSzin option[value="menu-3"] {
        background: var(--menu3Color);
    }

    select.dietaSzin option[value="menu-4"] {
        background: var(--menu4Color);
    }

/* Page loader */
/*#pageLoading {
    display: none;
    position: fixed;
    z-index: 997;
    background: url('/Content/images/page-loader.gif');
    background-color: var(--inputDefaultBorderColor);
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}*/
*#pageLoading {
    display: none;
    position: fixed;
    z-index: 997;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

#pageLoading .layer {
    background: url('/Content/images/page-loader.gif');
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.9;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}


/* Order loader */
.orderLoading {
    display: none;
    position: absolute;
    z-index: 996;
    background: url('/Content/images/order-loader.gif');
    background-color: var(--inputDefaultBorderColor);
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

.modal {
    z-index: 10002;
}

/* Status Order */
.statusOrder {
    position: relative;
    top: 0;
    font-size: 8px;
    text-transform: uppercase;
    color: var(--colorFFF);
    padding: 1px 0;
    font-weight: 600;
    cursor: help;
    min-height: 14px;
}

    .statusOrder.red {
        background: var(--minusBtnColor);
    }

    .statusOrder.green {
        background: var(--plusBtnColor);
    }

.wrapOrder table thead tr th {
    position: relative;
}

.statusOrder.second {
    position: absolute;
    top: 0;
    font-size: 9.5px !important;
    text-transform: uppercase !important;
    color: var(--colorFFF) !important;
    padding: 0 !important;
    font-weight: 600 !important;
    cursor: help;
    min-height: 14px !important;
    width: 20px !important;
    display: block !important;
    /*height: 18px;*/
}

    .statusOrder.second .red {
        background: var(--minusBtnColor);
    }

    .statusOrder.second .green {
        background: var(--plusBtnColor);
    }

    .statusOrder.second .left {
        left: 10px important;
    }

    .statusOrder.second .right {
        right: 10px important;
    }

.statusLeft {
    left: 10px;
}

.statusRight {
    right: 10px;
}

.wrapOrder.week .box .box-header p {
    height: 30px !important;
}


@media only screen and (max-width: 991px) {
    .txtDatumMobile {
        display: inline-block !important;
        text-align: left !important;
        font-size: 14px !important;
        padding: 4px 0 0 7px !important;
    }

    .txtIconMobile {
        display: inline-block !important;
        margin: 0 -7px 0 0px !important;
        text-align: center !important;
    }

    .wrapOrder .box .wrap-meal {
        position: relative;
        margin: 5px 0 10px 0;
    }
}

/* footer */
.btnFooter,
.btnFooter:hover {
    display: none;
    float: none;
    margin: 0 auto;
    background: #23272b;
    color: var(--colorFFF) !important;
    padding: 7px 15px;
    cursor: pointer;
    text-decoration: none;
    margin: 40px 0 0 0;
}

@media only screen and (max-width: 576px) {
    .btnFooter,
    .btnFooter:hover {
        display: block;
    }
}

footer {
    display: block;
}

@media only screen and (max-width: 576px) {
    footer {
        display: none;
    }
}

/*menu detail*/
.menuDetailDesktop {
    display: block !important;
}

.popover {
    z-index: 90000;
}

.menuDetailMobile {
    display: none;
    position: absolute;
    left: -26px;
    top: 1px;
    color: var(--colorFFF);
    font-size: 24px;
    z-index: 10;
}

@media only screen and (max-width: 767px) {
    .menuDetailDesktop {
        display: none !important;
    }

    .menuDetailMobile {
        display: block !important;
    }
}
/*menu detail*/

/*QR content*/
.wrapQR {
    display: inline-flex;
}

@media only screen and (max-width: 767px) {
    .wrapQR {
        display: none;
    }
}

#yt-widget .yt-button_type_left {
    display: none !important;
}

#yt-widget .yt-servicelink {
    display: none !important;
}

/*Raiffaisen qr login css*/
.circular {
    height: 100px;
    width: 100px;
    position: relative;
}

    .circular .inner, .circular .outer, .circular .circle {
        position: absolute;
        z-index: 6;
        height: 100%;
        width: 100%;
        border-radius: 100%;
        box-shadow: inset 0 1px 0 rgba(0,0,0,0.2);
    }

    .circular .inner {
        top: 50%;
        left: 50%;
        height: 80px;
        width: 80px;
        margin: -40px 0 0 -40px;
        background-color: #dde6f0;
        border-radius: 100%;
        box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    }

    .circular .circle {
        z-index: 1;
        box-shadow: none;
    }

    .circular .bar {
        position: absolute;
        height: 100%;
        width: 100%;
        background: var(--colorFFF);
        -webkit-border-radius: 100%;
        clip: rect(0px, 100px, 100px, 50px);
    }

.circle .bar .progress {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-border-radius: 100%;
    clip: rect(0px, 50px, 100px, 0px);
}

.circle .bar .progress, .dot span {
    background: #48b1f7;
}

.circle .left .progress {
    z-index: 1;
    animation: left 200s linear both;
}

@keyframes left {
    100% {
        transform: rotate(180deg);
    }
}

.circle .right {
    z-index: 3;
    transform: rotate(180deg);
}

    .circle .right .progress {
        animation: right 200s linear both;
        animation-delay: 200s;
    }

@keyframes right {
    100% {
        transform: rotate(180deg);
    }
}

.circle .dot {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 10px;
    margin-top: -5px;
    animation: dot 900s linear both;
    transform-origin: 0% 50%;
}

    .circle .dot span {
        position: absolute;
        right: 0;
        width: 10px;
        height: 10px;
        border-radius: 100%;
    }

@keyframes dot {
    0% {
        transform: rotate(-90deg);
    }

    50% {
        transform: rotate(90deg);
        z-index: 4;
    }

    100% {
        transform: rotate(270deg);
        z-index: 4;
    }
}

/*Alacarte css*/

.modal-body-alacarte{
    background-color: transparent !important;
}

.card-padding {
    padding-top: 4px;
    padding-bottom: 4px;
}

.groupCard {
    border-color: var(--btnDefaultColor);
    background: var(--thirdColor);
    border-radius: 50px;
    color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px;
    font-size: 1.2em;
}

    .groupCard:hover {
        opacity: 0.6;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        transform: scale(1.03) translateZ(0px);
    }

    .groupCard:hover::after {
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .groupCard:active {
        opacity: 0.4;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

.groupWrap {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    display: flex;
}

header .btn .btn-default .btn-group-default {
    width: 150px;
    height: 80px;
    overflow-x: auto;
}

/*HORIZONTAL MENU*/
.groupWrap::-webkit-scrollbar {
    width: 20px !important;
}

.groupWrap::-webkit-scrollbar-track {
    background-color: #F0F0F0;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.groupWrap::-webkit-scrollbar-thumb {
    background-color: #E4E4E4;
}

.btn-group {
    padding-bottom: 0.5rem;
}

.btn-group-default {
    margin: 2px;
}

#Termek > div > div > div > form > div > label.title {
    padding-top: 10px;
}

.btn-group button {
    border-radius: 0rem !important;
}

#csoportok {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 1rem;
    margin-top: 180px;
}

@media only screen and (max-width: 750px) {
    #csoportok {
        margin-top: 150px;
    }
}

#Termek > div > div > div > form > div > a {
    margin-left: auto;
    margin-right: auto;
}

#Mennyiseg {
    text-align: center;
}


.alacarte-menus {
    width: 100%;
    height: 100%;
}

.alacarte-menu-csoportok {
    overflow: auto;
    white-space: nowrap;
}

.alacarte-menu-csoportok-elemek {
    padding: 5px;
    border: 1px solid black;
    width: auto !important;
    position: static !important;
    display: inline-block;
}

.alacarte-card-title {
    font-size: 1vw !important;
}

.alacarte-card-text {
    font-size: 1.1vw !important;
    margin-top: 20px;
}

.alacarte-img {
    height:100%;
    margin: auto;
}

@media only screen and (max-width: 1500px) {
    .alacarte-card-title {
        font-size: 1.2vw !important;
    }

    .alacarte-card-text {
        font-size: 1.4vw !important;
    }
}


@media only screen and (max-width: 1000px) {
    .alacarte-card-title {
        font-size: 1.6vw !important;
    }

    .alacarte-card-text {
        font-size: 2.2vw !important;
    }
    .alacarte-img {
        height: auto;
        margin: auto;
    }
}

@media only screen and (max-width: 750px) {
    .alacarte-card-title {
        font-size: 2.5vw !important;
    }

    .alacarte-card-text {
        font-size: 3vw !important;
        margin-top: 10px;
    }

    .alacarte-img {

        margin: auto;
    }
}

@media only screen and (max-width: 550px) {
    .alacarte-card-title {
        height: auto;
        font-size: 3.6vw !important;
    }

    .alacarte-card-text {
        font-size: 4vw !important;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 450px) {
    .alacarte-img {
        height: auto;
        margin: auto;
    }
}

@media only screen and (max-width: 400px) {

    .alacarte-card-text {
        margin-top: 0;
    }
}

/*END MENU*/
/*ALACARTE TERMEK RESZLETEK*/
.productDetailsPrice {
    height: 50px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: black !important;
    background-color: white;
    box-shadow: var(--box-shadow);
    font-weight: bold;
    border-radius: 0 0 0.3rem 0.3rem;
}

#Mennyiseg {
    width: 6rem;
}

input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    position: relative;
}

.productDetailsFPrice {
    font-weight: bold;
    color: black !important;
}

input[type='checkbox'] {
    bottom: -3px !important;
}

/*END ALACARTE TERMEK RESZLETEK*/

/*ALACARTE KOSAR*/
.wrapSignIn .box h3 {
    border: none !important;
    box-shadow: var(--box-shadow);
    border-radius: 0.3rem !important;
}

.wrapSignIn .box {
    border: none !important;
    border-radius: 0.3rem !important;
}

.wrapCommonBtns label {
    cursor: pointer !important;
}

#sum > tbody > tr > td {
    color: #787878;
}

#Online {
    border: none !important;
    box-shadow: var(--box-shadow);
    height: 1.7rem;
    border-radius: 0.3rem;
    text-align: center !important;
    color: #787878;
    font-size: 0.8rem;
    text-transform: capitalize !important;
    background-color: #F0F0F0;
    transition: all ease-in-out 0.3s;
    outline: none !important;
    width: 14rem;
}

    #Online:focus {
        outline: none !important;
        border: none !important;
    }

    #Online:hover {
        transition: all ease-in-out 0.3s;
    }

@media only screen and (max-width: 475px) {
    #Online {
        width: 12rem !important;
    }
}

@media only screen and (min-width: 476px) {
    #Online {
        width: 17rem !important;
    }
}

#VeglegesitesForm > div > div > label {
    width: 50%;
    transition: all ease-in-out 0.3s;
}

    #VeglegesitesForm > div > div > label:hover {
        border-radius: 0.3rem;
        transition: all ease-in-out 0.3s;
        text-align: center;
    }

input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid var(--thirdColor);
    border-radius: 50%;
    outline: none;
}

    input[type='radio']:hover {
        box-shadow: 0 0 2px 0px white inset;
    }

    input[type='radio']:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
    }

    input[type='radio']:checked:before {
        background: var(--thirdColor);
    }

input[type='radio'] {
    top: 4px;
}

input[type='checkbox'] {
    width: 15px;
    height: 15px;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

    input[type='checkbox']:checked {
        background-color: #787878;
    }

#maintable > tr > td:nth-child(2) {
    background: #e5edcd;
}
/*END ALACARTE KOSAR*/
/*ALACARTE TERMEK RESZLETEK*/
.card-img {
    box-shadow: var(--box-shadow);
}

#Mennyiseg {
    border-radius: 6.3rem;
    box-shadow: var(--box-shadow);
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
}

.alacarteCard {
    border-radius: 60px;
    border-bottom-width: 10px;
}

.item-img-rounded {
    border-radius: 40px;
}

.button-rounded {
    border-radius: 6.3rem;
}

.wrapSignIn .box h3.wrapHead-Rounded {
    border: none !important;
    box-shadow: var(--box-shadow);
    border-top-left-radius: 2.3rem !important;
    border-top-right-radius: 2.3rem !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    margin-bottom: 0px !important;
    width: 200px !important;
}

.box.alacarteDetailsRounded {
    border-radius: 4.2rem !important;
    width: 300px !important;
}

.productDetailsPrice {
    height: 50px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    color: white !important;
    background-color: var(--btnDefaultColor);
    box-shadow: var(--box-shadow);
    font-weight: bold;
    border-radius: 0 0 2.3rem 2.3rem;
}

.fade-in {
    opacity: 0;
    transform: translateY(20vh);
    visibility: hidden;
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    will-change: opacity, visibility;
}

    .fade-in.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

/*END ALACARTE TERMEK RESZLETEK*/

/*RENDELESEK*/
.mt-100 {
    margin-top: 100px
}

.mb-100 {
    margin-bottom: 100px
}

.cross {
    color: red;
}

.check {
    color: greenyellow;
}

.card-orderList {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--colorFFF);
    background-clip: border-box;
    border-color: transparent;
}

.card-body-orderList {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin: 10px;
    border-radius: 25px;
}

.rendeles-title {
    color: white;
    text-align: center;
    background-color: var(--thirdColor);
    border: 5px solid var(--thirdColor);
    font-size: 1.5rem;
}

.order {
    color: white;
    background-color: white;
    transition: all ease-in-out 0.3s;
}

    .order:hover {
        opacity: 0.6;
        transition: all ease-in-out 0.3s;
    }

    .order:active {
        opacity: 0.6;
    }

.orderDetails {
    color: white;
    background-color: white;
}

.card .card-title {
    position: relative;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}

ul.list-style-none li {
    list-style: none
}

    ul.list-style-none li a {
        color: #673AB7;
        padding: 8px 0px;
        display: block;
        text-decoration: none;
    }

.m-t-5 {
    margin-top: 5px;
}

.w-30px {
    width: 30px;
}

.orders-item {
    box-shadow: 1px 2px 10px -5px #000;
    border-radius: 15px;
    padding: 0 !important;
    border-bottom: 5px solid var(--thirdColor);
    border-right: 5px solid var(--thirdColor);
}

#content > div > div > article > div > div > div > ul > a > li > div {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
}

#content > div > div > article > div > div > div > ul > a > li {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.cardDivider {
    border-top: 2.5px solid white;
}

.card-order-header {
    text-align: center;
    background-color: var(--btnDefaultColor);
    height: 9.5rem;
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
}

.card-order-feltet-header {
    height: 10rem;
    text-align: center;
    width: 16rem;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--thirdColor);
}

.card-ordered-feltet-header {
    border-radius: 10px;
}

.card-orders-body {
    text-align: center;
    background-color: var(--btnDefaultColor);
    height: 9.5rem;
    width: 13rem;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .card-order-header {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .card-order-header-add {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .card-orders-body {
        margin-left: auto !important;
        margin-right: auto !important;
        width: 16rem !important;
    }

    .card-orders-body-add {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
}

@media screen and (max-width: 375px) {
    .card-order-header {
        width: 13rem !important;
        height: 13rem !important;
    }

    .card-order-feltet-header {
        width: 13rem !important;
    }

    .card-order-header-add {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .card-orders-body {
        width: 13rem !important;
        height: 13rem !important;
    }
}

.card-order-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    margin: 10px;
    border-radius: 25px;
}

@media screen and (min-width: 768px) {
    .card-orders-body {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .card-order-header-add {
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
    }
}

.card-orders-border {
    border-color: transparent;
}

.rendeles-title {
    color: white;
    text-align: center;
    border-radius: 25px;
    box-shadow: 1px 2px 10px -5px #000;
}

.rendelesek {
    color: white;
    border: 5px solid var(--btnDefaultColor);
    background-color: var(--btnDefaultColor);
}

.goToBasketButton {
    text-decoration: none !important;
}

.basketDeleteButton {
    text-decoration: none !important;
}

.goToBasketButton:hover {
    text-decoration: none !important;
}

.basketDeleteButton:hover {
    text-decoration: none !important;
}
/*END RENDELESEK*/

/*TERMEK MODAL*/
.modal-content {
    /* background-color: transparent !important;*/
    border: none !important;
}

.modal-body {
    border-bottom: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

    .modal-body span {
        float: none !important;
    }

@media only screen and (max-width: 376px) {
    #Termek > div > div > div {
        width: calc(8em * 1.8);
    }
}

@media only screen and (min-width: 377px) and (max-width: 767px) {
    #Termek > div > div > div {
        width: calc(8em * 2.8);
    }
}

@media only screen and (min-width: 768px) {
    #Termek > div > div > div {
        width: calc(8em * 3.5);
    }
}

.group-title-wrapper {
    height: 40px;
    background-color: var(--thirdColor);
    box-shadow: 0 0 10px -5px #000;
    border-radius: 20px;
}

.group-title {
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.btnBack {
    background-color: #D8E4B5;
    cursor: pointer;
}
/*END TERMEK MODAL*/

/*MENUALACARTE TERMEKEK KARTYA*/
.item-img {
    object-fit: cover;
    height: 120px;
}

.noSecondaryImage {
    display: none;
}

.item-img-wrapper {
    height: 100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (min-width: 992px) {
    .item-img {
        width: 10rem !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .item-img {
        width: 15rem !important;
    }
}
/*END MENUALACARTE TERMEKEK KARTYA*/

/*RENDELES RESZLET*/
.ordered-item {
    margin-bottom: 10px;
}

.rendelt-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.card-ordered-header {
    height: 15.5rem !important;
    border-radius: 10px;
}

.ordered-item-wrapper {
    margin-bottom: 15px;
    margin-top: 15px;
}

.rendeles-adatok-title {
    background-color: var(--btnDefaultColor);
    color: white;
    text-align: center;
    border: 5px solid var(--btnDefaultColor);
    font-size: 1.5rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border-radius: 20px;
}

.rendeles-adatok-item {
    box-shadow: 1px 2px 10px -5px #000;
    border-radius: 15px;
    padding: 0 !important;
    border-bottom: 5px solid var(--btnDefaultColor);
}
/*END RENDELES RESZLET*/

/*ÖSSZEVONT KOSÁR*/
.AdottRendelesTorlese:hover {
    color: red !important;
    transition: 0.3s ease-in-out all;
    cursor: pointer;
}

.AdottRendelesTorlese {
    transition: 0.3s ease-in-out all;
}
/*END ÖSSZEVONT KOSÁR*/

/*BAL SIDEBAR ALACARTE CSOPORTOK*/
#group-slide-panel {
    width: 240px !important;
    background-color: transparent;
    position: fixed !important;
    top: 200px !important;
    left: -300px;
    z-index: 2 !important;
}

.sidebarMenu {
    left: 0;
    /*min-height: 20rem;*/
    max-height: 30rem;
    overflow: auto;
    position: relative !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 5px solid var(--btnDefaultColor);
    border-left: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: scroll;
    z-index: 2 !important;
}

    .sidebarMenu::-webkit-scrollbar {
        display: none; /* for Chrome, Safari, and Opera */
    }

.list-group-item:hover {
    cursor: pointer
}

.list-group-item-action:nth-of-type(odd) {
    background-color: var(--thirdColor);
    border-radius: 0;
    border: 0;
    color: white !important;
    font-weight: bold;
}

.list-group-item-action:nth-of-type(even) {
    background-color: var(--colorFFF);
    border-radius: 0;
    border: 0;
    font-weight: bold;
}

.opener {
    color: white !important;
    font-weight: bold;
    /*position: fixed !important;*/
    top: 150px !important;
    left: 0 !important;
}

.list-group-item {
    transition: 0.3s ease-in-out all;
}

    .list-group-item:hover {
        filter: brightness(0.85);
        transition: 0.3s ease-in-out all;
    }

.darker-span {
    filter: brightness(50%) !important;
}

/*END BAL SIDEBAR ALACARTE CSOPORTOK*/

@media screen and (max-width: 576px) {
    .wishlist-table .product-item .product-thumb {
        display: none !important
    }
}

@media screen and (max-width: 860px) {
    .shopping-cart .product-item .product-thumb,
    .wishlist-table .product-item .product-thumb,
    .order-table .product-item .product-thumb {
        display: none
    }
}
/*STATUS*/
@media only screen and (max-width: 768px) {
    .statusOnDesktopOnly {
        display: none;
    }

    /*#termekek {
        margin-top: 70px;
    }*/

    #content > div > div > article > div.wrap-date.wrap-sum {
        padding-bottom: 150px;
    }
}
/*END STATUS*/

/*WRAP PAY*/
#sum > tbody > tr:nth-child(1) > td {
    color: white;
    font-weight: bold;
}
/*END WRAP PAY*/

/*WRAP DATE*/
@media only screen and (min-width: 768px) {
    .wrap-date {
        width: 30rem;
    }

        .wrap-date .child-date input {
            width: 23rem !important;
        }

    .date-div {
        display: flex !important;
    }

    .date-basket-wrapper {
        width: 150px;
        margin-top: 10px
    }
}

@media only screen and (max-width: 768px) {
    .date-div {
        display: none !important;
    }
}

@media only screen and (min-width: 576px) and (max-width: 769px) {
    .date-div-mob {
        display: contents !important;
    }
}

@media only screen and (min-width: 769px) {
    .date-div-mob {
        display: none !important;
    }
}

.wrap-date .child-date input {
    max-width: 26rem !important;
}

.alacarte-date {
    max-width: 35rem !important;
}
/*END WRAP DATE*/

/*MENU RESZLETEK*/
.menu-details-content div #carouselExampleControls .carousel-inner {
    text-align: center !important;
}

.menu-details-content div #carouselExampleControls .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' enable-background='new 0 0 24 24' viewBox='0 0 24 24'%3E%3Cpath d='M8.5,12.8l5.7,5.6c0.4,0.4,1,0.4,1.4,0c0,0,0,0,0,0c0.4-0.4,0.4-1,0-1.4l-4.9-5l4.9-5c0.4-0.4,0.4-1,0-1.4 c-0.2-0.2-0.4-0.3-0.7-0.3c-0.3,0-0.5,0.1-0.7,0.3l-5.7,5.6C8.1,11.7,8.1,12.3,8.5,12.8C8.5,12.7,8.5,12.7,8.5,12.8z' fill='%23000000' class='color000000 svgShape'%3E%3C/path%3E%3C/svg%3E");
}

.menu-details-content div #carouselExampleControls .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M15.54,11.29,9.88,5.64a1,1,0,0,0-1.42,0,1,1,0,0,0,0,1.41l4.95,5L8.46,17a1,1,0,0,0,0,1.41,1,1,0,0,0,.71.3,1,1,0,0,0,.71-.3l5.66-5.65A1,1,0,0,0,15.54,11.29Z' fill='%23000000' class='color000000 svgShape'%3E%3C/path%3E%3C/svg%3E");
}

.menu-details-content div #carouselExampleControls .carousel-control-next-icon {
    height: 40px !important;
    width: 40px !important;
}

.menu-details-content div #carouselExampleControls .carousel-control-prev-icon {
    height: 40px !important;
    width: 40px !important;
}

.menu-reszletek-modal .modal-content {
    -webkit-border-radius: 50px !important;
    -moz-border-radius: 50px !important;
    border-radius: 50px !important;
    border: 2px solid gray !important;
}

.menu-content-wrapper .modal-header {
    background: none !important;
    height: 40px !important;
}

    .menu-content-wrapper .modal-header button {
        padding: 10px !important;
    }

.elvitelreWrapper {
    margin-top: -10px;
    margin-bottom: 15px;
}

.li2 {
    margin-left: 15px !important;
    list-style: circle !important;
}

.modal-subbody-content h3 {
    font-weight: bold !important;
}

.modal-subbody-content h5 {
    font-weight: bold;
    font-size: 20px !important;
}

.li1 {
    font-size: 15px !important;
}

.menu-details-content div #carouselExampleControls .carousel-inner .carousel-item {
    border-radius: 10px !important;
}

.modal-subbody-content {
    display: grid !important;
}

.tovabbiInformaciokWrapper {
    margin-bottom: 15px;
}

.menu-reszletek-modal {
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.menu-content-wrapper {
    box-shadow: var(--box-shadow) !important;
}

@media (min-width: 401px) and (max-width: 475px) {
    .menu-reszletek-modal {
        max-width: 375px !important;
    }
}

@media (max-width: 400px) {
    .menu-reszletek-modal {
        max-width: 325px !important;
    }
}

.li1 {
    list-style: none !important;
}

.li2 {
    list-style: none !important;
    margin-bottom: 5px !important;
}

.menu-details-content {
    width: 100% !important;
    padding: 30px !important;
}

.popupimage:hover {
    cursor: pointer !important;
}

.popupnoimage:hover {
    cursor: help !important;
}

.modal-elvitelre-content div div .takeOrder div input[type='checkbox'] {
    transition: .3s ease-in-out !important;
    margin-bottom: 10px !important;
}

    .modal-elvitelre-content div div .takeOrder div input[type='checkbox']:checked {
        background-color: lightgray;
        transition: .3s ease-in-out !important;
    }

.modal-elvitelre-content div div .takeOrder div select {
    border-radius: 10px !important;
    border: 2px solid lightgray;
    margin-top: 3px !important;
    transition: 0.3s ease-in-out !important;
}

.modal-elvitelre-content div div .takeOrder div input {
    border-radius: 10px !important;
    border: 2px solid lightgray;
    margin-top: 3px !important;
    transition: 0.3s ease-in-out !important;
}

.modal-elvitelre-content div .modal-footer {
    margin-top: 20px !important;
}

.elviteliOpciok {
    height: 30px !important;
    width: 100% !important;
    font-size: 20px !important;
}

.modal-elvitelre-content {
    margin-top: 10px !important;
}

.menuReszletWrapper {
    margin-bottom: 15px !important;
}

.li1 {
    font-weight: 600 !important;
}

.modal-elvitelre-content div div .takeOrder div input[type='text'] {
    height: 35px !important;
}

#RendelesDiv p {
    cursor: pointer !important;
}
/*END MENU RESZLETEK*/

/*MENU RESZLET POPUP ELVITEL*/
.menu-popup-content {
    padding: 10px !important;
}

    .menu-popup-content div div .takeOrder div select {
        border-radius: 10px !important;
        border: 2px solid lightgray;
        margin-top: 3px !important;
        transition: 0.3s ease-in-out !important;
    }

    .menu-popup-content div div .takeOrder div input {
        border-radius: 10px !important;
        border: 2px solid lightgray;
        margin-top: 3px !important;
        transition: 0.3s ease-in-out !important;
        margin-bottom: 10px !important;
    }

        .menu-popup-content div div .takeOrder div input[type='text'] {
            height: 35px !important;
        }

.menu-popup-content {
    border-radius: 50px !important;
    justify-content: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border: 2px solid gray !important;
}

    .menu-popup-content h5 {
        margin: 20px !important;
        height: 35px !important;
        font-size: 20px !important;
    }

@media (min-width: 401px) and (max-width: 475px) {
    .menu-popup-content {
        max-width: 375px !important;
    }
}

@media (max-width: 400px) {
    .menu-popup-content {
        max-width: 325px !important;
    }
}

@media (min-width: 476px) and (max-width: 575px) {
    .menu-popup-content {
        max-width: 400px !important;
    }
}

/*.wrapOrder .box {
    height: 150px !important;
}

.box .wrap-quantity .box-footer {
    height: 45px !important;        
}

.wrap-quantity .box-footer .wrap-number input {
    height: 45px !important;
}

div.box-footer > div.text-center > p:nth-child(2) {
    display: block !important;
}*/
/*END MENU RESZLET POPUP ELVITEL*/
