@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: local('Cabin'), local('Cabin-Regular'), url(/fonts/Cabin-Regular.ttf);
}

@font-face {
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: local('Cabin'), local('Cabin-Bold'), url(/fonts/Cabin-Bold.ttf);
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans'), local('OpenSans-Light'), url(/fonts/OpenSans-Light.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(/fonts/OpenSans.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(/fonts/OpenSans-Semibold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url(/fonts/OpenSans-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(/fonts/OpenSans-Extrabold.woff) format('woff');
}

/*@font-face {
    font-family: 'password';
    src: url('fonts/password.woff2') format('woff2'), url('fonts/password.woff') format('woff'), url('fonts/password.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/



html, form, body {
    height: 100%;
}

body {
    font-family: Cabin;
    margin: 0px;
    color: #333;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.print-only {
    display: none;
}
input, .table td {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

/* Passcode display: black for non–named roles; white for named roles (Admin, Manager, HR) to reduce shoulder-surfing */
.passcode-plain,
.passcode-plain .editable-cell {
    color: black;
}
.passcode-named-role,
.table td .passcode-named-role,
.passcode-named-role .editable-cell {
    color: white !important;
    user-select: none;
}

.clear{
    clear: both;
}
.hide {
    display: none !important;
}
.inline {
    display: inline-block;
}
.align-right {
    text-align: right;
}
.align-left {
    text-align: left;
}
.bold {
    font-weight: bold;
}
.expand {
    width: 100% !important;
    margin-right: 20px;
}
.nobreak {
    white-space: nowrap;
}
.padding-small {
    padding: 5px;
}
.margin-bottom-small {
    margin-bottom: 5px !important;
}
.margin-bottom-medium {
    margin-bottom: 10px !important;
}

.loading {
    position: fixed;
    top: 10px;
    left: 45%;
    background-color: #fffbdb; /* 97BD47; */
    padding: 8px 20px 8px 20px;
    display: none;
    font-weight: 600;
    color: black;
    z-index: 1000;
    box-shadow: 1px 1px 5px #888888;
}





/* ---- Colors ---- #00a7e9 #00709d */



    .text-warning {
        color: #E08500;
    }

    .text-normal, .text-main {
        color: #0f94db;
    }

    /* Đưa tiền / trả linh tinh: source → receiver in blue */
    .linhtinh-transfer {
        color: #0f94db;
    }

    .text-danger {
        color: #d24d33; /* do */
    }

    .text-green {
        color: #64AA23;
    }

    .text-info {
        color: #2A4F84; /* xanh toi */
    }

    .text-notice {
        color: #D06D9F; /* hong toi */
    }

    .text-disabled {
        color: #AAAAAA;
    }

    .paragraph-info {
        line-height: 2em;
    }

    .border-main {
        border-color: #0f94db;
    }

    .border-main:focus {
        border-color: #0f94db !important;
    }

    .border-info {
        border-color: #2A4F84;
    }

        .border-info:focus {
            border-color: #2A4F84 !important;
        }

    .downlow:hover, .downlowdarker:hover {
        opacity: 1 !important;
        background-color: #0f94db !important;
    }

    .downlow.danger:hover .downlowdarker.danger:hover {
        opacity: 1 !important;
        background-color: #d24d33 !important;
    }

    .downlow.action:hover .downlowdarker.danger:hover {
        opacity: 1 !important;
        background-color: #64AA23 !important;
    }



    .danger {
        background-color: #d24d33; /* do */
    }

    .warning {
        background-color: #E08500 !important; /* cam */
    }

    .notice {
        background-color: #D06D9F !important; /* hong toi */
    }

    .info {
        background-color: #2A4F84 !important; /* xanh toi */
    }

    .action {
        background-color: #64AA23 !important; /* xanh la cay */
    }

    .main, .main.active {
        background-color: #0f94db !important; /* xanh sang, mau chinh */
    }

    .error {
        background-color: #f2dede !important;
    }

    /* Empty username content-editable: not allowed, show red */
    .editable-cell.editable-cell-empty,
    .editable-cell[data-name="Username"]:empty {
        background-color: #f8d7da !important;
    }


    .warning:hover {
        background-color: #E08500 !important; /* cam */
    }

    .info.active, .info:hover {
        background-color: #2A4F84 !important; /* xanh toi */
    }

    /*background color*/
    .purple {
        background-color: #67458F !important;
    }

    .orangelight {
        background-color: #FEF9B7;
        color: black;
    }

    .yellowlight {
        background-color: #fffbdb;
        color: black;
    }

    .text-chinhanh1 {
        color: #31d37d !important;
    }

    .text-chinhanh7 {
        color: #ffa3b1 !important;
    }

    .text-chinhanh20 {
        color: #ff884d !important;
    }

    .chinhanh1, .chinhanhQ1 {
        background-color: #31d37d;
        border-color: #31d37d !important;
    }

    .chinhanh1-important, .chinhanhQ1-important {
        background-color: #31d37d !important;
        border-color: #31d37d !important;
    }

    .chinhanh1.active, .chinhanh1:hover, .chinhanhQ1.active, .chinhanhQ1:hover {
        background-color: #31d37d !important;
        border-color: #31d37d !important;
    }

    .chinhanh7-important {
        background-color: #ffa3b1 !important;
    }

    .chinhanh7 {
        background-color: #ffa3b1;
        border-color: #ffa3b1 !important;
    }

        .chinhanh7.active, .chinhanh7:hover {
            background-color: #ffa3b1 !important;
            border-color: #ffa3b1 !important;
        }

    .chinhanh20-important {
        /* #ff9966 */
        background-color: #ff884d !important;
    }

    .chinhanh20 {
        background-color: #ff884d;
        border-color: #ff884d !important;
    }

        .chinhanh20.active, .chinhanh20:hover {
            background-color: #ff884d !important;
            border-color: #ff884d !important;
        }



    .downlow {
        background-color: #CCCCCC !important;
    }

    .downlowdarker {
        background-color: #999999 !important;
    }

    /* ViewCompleted branch nav: inactive = light grey; hover = branch color (--branch-color set per link). No inline bg on inactive so hover can override. */
    #view-completed-table .view-completed-tong-col,
    #view-completed-table .view-completed-fee-col {
        min-width: 7ch; /* ~6-7 digits, ~30% smaller than 10ch */
    }
    #view-completed-branch-nav a.view-completed-branch-btn.view-completed-branch-inactive {
        background-color: #CCCCCC !important;
        color: white !important;
    }
    #view-completed-branch-nav a.view-completed-branch-btn.view-completed-branch-inactive:hover {
        background-color: var(--branch-color) !important;
        color: white !important;
    }

    /* Expenses nav: branch buttons use branch color on hover/active (--branch-color set per link). */
    .navigation a.branch-btn:hover,
    .navigation a.branch-btn.active {
        background-color: var(--branch-color) !important;
        opacity: 1 !important;
    }

/* --- End Colors ---*/






/* --- Tags --- */
@media only screen {

    .tag-mini {
        color: white !important;
        background-color: #31d37d;
        width: 25px;
        padding-top: 2px;
        padding-bottom: 3px;
        display: inline-block;
        text-align: center;
        border-radius: 4px;
        font-weight: normal !important;
        font-size: 12px;
        margin-left: 3px;
        text-shadow: 0 1px 0 #fff;
        text-decoration: none;
        font-family: Cabin;
    }

        .tag-mini:empty {
            display: none;
        }
}

.tag-tablenumber {
    color: white !important;
    width: 40px;
    padding-top: 2px;
    padding-bottom: 3px;
    display: inline-block;
    text-align: center;
    font-weight: normal !important;
    font-size: 13px;
    margin-left: 3px;
    text-shadow: 0 1px 0 #fff;
    text-decoration: none;
    font-family: Cabin;
    border-radius: 4px;
}

    .tag-tablenumber:empty {
        display: none;
    }


.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 4px;
    max-width: 100%;
}

/* Only when the menu items table is present: cap tag cloud to visible content area so it wraps to the browser window. When no category is selected (no table), leave tag cloud full width. */
#menu-dynamic:has(table.table) > .box-tag .tag-cloud {
    max-width: min(100%, calc(100vw - 200px - 1rem));
}

.tag-cloud a {
    padding: 2px 6px 2px 6px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: inline-block;
    margin-bottom: 0;
    border: solid 2px #0f94db;
    background-color: white;
    color: #0f94db;
}

.tag-cloud.sub a {
    background-color: #CCCCCC;
    color: white !important;
    border: none;
    padding: 4px 8px 4px 8px;
}
.tag-cloud .subnote {
    font-size: 14px;
    margin-left: 5px;
    font-weight: bold;
}
.tag-cloud .subnote:empty {
    display: none;
}

.tag-cloud .active, .tag-cloud a:hover {
    background-color: #0f94db;
    border-color: #0f94db;
    color: white;
    opacity: 1;
}
.tag-cloud.sub .active,
.tag-cloud.sub a:hover {
    background-color: #0f94db !important;
    border-color: #0f94db !important;
    color: white !important;
}
.tag-cloud .active span, .tag-cloud a:hover span {
    color: white;
}
.tag-cloud.sub a.error {
    background-color: #f2dede !important;
    border-color: #f2dede !important;
}

/* Supply category: inline edit with no visible change, only text cursor */
.tag-cloud.sub .supply-category-tag .supply-category-text[contenteditable="true"],
.tag-cloud.sub .supply-category-tag .supply-category-text[contenteditable="true"]:focus,
.tag-cloud.sub .supply-category-tag .supply-category-text[contenteditable="true"]:active {
    border-color: transparent;
    background-color: transparent;
    outline: none;
    cursor: text;
}

/* Menu category: same inline-edit style (no visible change, only text cursor) */
.tag-cloud.sub .menu-category-tag .menu-category-text[contenteditable="true"],
.tag-cloud.sub .menu-category-tag .menu-category-text[contenteditable="true"]:focus,
.tag-cloud.sub .menu-category-tag .menu-category-text[contenteditable="true"]:active {
    border-color: transparent;
    background-color: transparent;
    outline: none;
    cursor: text;
}

/* --- End Tags --- */


/* Structure */
.wrapper {
    display: flex; 
    flex-wrap: nowrap;

    height: 100%;

}

.container {
     padding-left: 40px;
     padding-top: 50px;
     vertical-align: top;
     width: 100%;

}
.container-main {
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 0px;
    min-width: 710px;
    vertical-align: top;
    width: 100%;
}

.container-right {
    padding-right: 40px;
    padding-top: 50px;
    vertical-align: top;

}

.content-wrapper {
    display: flex; 
    flex-wrap: nowrap;
}

.content-column {
    vertical-align: top;

    margin-right: 20px;
}


.single-column {
    float: left;
    margin-right: 30px;
}


/* --- Navigation and menu --- */
.menu {
    min-width: 200px;
    max-width: 200px;
    padding-top: 30px;
    border-right: solid 3px #0f94db;

}
.menu .link {
    display: block;
    text-align: right;
    color: #444444;
    font-weight: bold;
    padding: 8px 10px 8px 10px;

    text-decoration: none;
    font-size: 14px;
}

.menu .link:hover, .menu .link.active {
    color: white;
    background-color: #0f94db;
}

/*.menu .link:hover * {
    background-color: inherit;
}*/

.menu .large .tag,
.menu .large .tag-mini {
    top: -2px;
    position: relative;
}
.menu .large, .menu .tablelink {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 20px;
}

.navigation {
    margin-bottom: 10px;
    margin-left: -5px;
}
.navigation a {
    display: inline-block;
    background-color:  #0f94db;
    color: white;
    text-decoration: none;
    /*padding: 10px 20px 10px 20px;*/
    padding: 6px 9px 6px 9px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;

}
.navigation a:hover {
    opacity: 0.9;

}
.navigation span.downlow {
    display: inline-block;
    background-color: #CCCCCC !important;
    color: white;
    text-decoration: none;
    padding: 6px 9px 6px 9px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    cursor: default;
}
.tip-week-nav span.downlow {
    display: inline-block;
    background-color: #CCCCCC !important;
    color: white;
    text-decoration: none;
    cursor: default;
}
.navigation form.inline {
    display: inline-block;
    margin-right: 5px;
}
.navigation .top-button,
.navigation button.top-button {
    display: inline-block;
    background-color: #0f94db;
    color: white;
    border: none;
    cursor: pointer;
    padding: 6px 9px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    font-family: inherit;
    text-decoration: none;
}
.navigation .top-button:hover,
.navigation button.top-button:hover {
    opacity: 0.9;
}

.submenu {
    margin-top: 15px;
}
.submenu a {
    text-decoration: none;
    color: white;
    padding: 5px 10px 5px 10px;
    font-size: 20px;
}

/* --- Choose table (CreateTable / open table) --- */
.choosetable {
    margin-bottom: 40px;
}
.choosetable a {
    color: white;
    width: 60px;
    text-align: center;
    padding: 13px 0;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    margin-right: 3px;
    margin-bottom: 5px;
}
.choosetable a:hover {
    filter: brightness(85%);
}

/* --- End Navigatin and Menu -- -*/




/* --- Content --- */

.container-main .title {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.container-main > .information, .content-column > .information {
    margin-top: 10px;
    margin-bottom: 20px;
}
.container-main .midtitle {
    font-size: 18px;
    margin-bottom: 15px;
    font-family: Cabin;
}
.container-main .subtitle {
    font-size: 18px;
    margin-bottom: 5px;
}
th .subtitle {
    margin-bottom: 0px !important;
}

.table > tbody > tr:hover > td {
    background-color: #fffbdb;
}
tr:hover .midtitle {
    background-color: none !important;
}


.caption {
    font-size: 14px;
    margin-bottom: 10px;
}


.table {
    border-collapse: collapse;
    margin-bottom: 30px;
     padding: 5px;
    font-size: 14px;
}
.table th {
    border: none;
    text-align: left;
    padding-bottom: 5px;
    padding-right: 20px;
    white-space: nowrap;
}

.table-info {

}
tr.form th {
    padding-right: 0px;
} 

.table a {
    display: inline-block;

}
.table td {
    border: solid 1px #eeeeee;
    margin: 0px;
    padding: 3px 5px 3px 5px;
}

/* Dropdown styled like plain text (no border, no arrow) – only the select, not table/wrapper */
select.editable-select,
.changeable-select select {
    padding: 3px 5px;
    margin: 0;
    font: inherit;
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    vertical-align: top;
    width: auto;
    box-sizing: border-box;
}
/* Remove extra left indent on dropdown only (table td padding unchanged) */
.table td select.editable-select,
.table td .changeable-select select {
    padding-left: 0;
    margin-left: 0;
}
select.editable-select:focus,
.changeable-select select:focus {
    position: relative;
    z-index: 1000;
    outline: none;
}

.table.noborders td
{
    border: none !important;
}
.table-normal td {


    font-family: "Arial";
    font-size: 13px;
}


td.table-emptyrow {
    background-color: white !important;
    border: none;
    padding-top: 15px;
}

td.noborders {
    border: none;
}

/* Match old CajunCua employee-info/employees: same as .table, no extra margin/padding */
.table-employeeinfo {
    margin-bottom: 30px;
    padding: 5px;
}

/* Match old Cajuncua2017 .table td – 3px 5px (table-employeeinfo has no override there) */
.table-employeeinfo td:not(.table-emptyrow) {
    padding: 3px 5px 3px 5px;
}

.table-employeeinfo td:first-of-type {
    min-width: 125px;
}

.table-employeeinfo td:last-of-type {
    min-width: 200px;
}

.menu-items-table.table-employeeinfo td:last-of-type {
    min-width: 0;
}

.supply-items-table.table-employeeinfo td:last-of-type {
    min-width: 0;
}

.table > tbody > tr:hover > td {
    background-color: #fffbdb;
}

.table > tbody > tr:nth-child(odd) > td, .table > tbody > tr:nth-child(odd) > th {

}

.table-input-height
{
    height: 43px;
}

.table th {

    font-size: 14px;
}

.table-side td:first-of-type {
    font-weight: bold;
}
.table-side.menu-lang-table td:first-of-type {
    font-weight: normal;
}

.table-colored {
     background:#f9f9f9;
}
.table-colored th {
    background: white;
}

.report-row:hover {
    background-color: #fffbdb;
}

.column-tiny {
    width: 50px;

}
.column-min-tiny {
    min-width: 50px;

}
.column-small {
    width: 100px;

}
.column-min-small {
    min-width: 100px;

}
.column-medium {
   width: 200px;
}
.column-min-medium {
   min-width: 200px;
}
.column-large {
    width: 400px;
}
.column-min-large {
   min-width: 400px;
}


/* --- End Content --- */




/* --- Form --- */

input[type=password],
.employee-textbox {
    border: none;
    border-bottom: solid 5px #CCCCCC;
    outline: none;
    font-size: 50px;
    width: 150px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px 0px 1px;
}

input[type=password]:hover, input[type=password]:active {
    border-bottom: solid 5px #E08500;
}

input[type=password]::-webkit-input-placeholder {
    color: #CCCCCC;
    top: 10px;
    position: relative;

}

input[type=text] {
    font-family: 'Cabin';
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    border: solid 2px #CCCCCC;
    outline: none;

}

input[type=text]:focus {
    border-color: #64AA23;
}

select {
    font-family: 'Cabin';
    padding: 4px 5px 4px 5px;
    font-size: 14px;
    border: solid 2px #CCCCCC;
    outline: none;
    border-color: #CCCCCC;
}
select:focus {
    border-color: #64AA23;
}


.input-tiny {
    max-width: 50px;
}

.input-mini {
    max-width: 60px;
}
.input-small {
    min-width: 80px;
}
.input-large {
    min-width: 400px;
}
.input-medium {
    min-width: 250px;
}
.input-short {

}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */

  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */

  opacity: 0.5;
}


    /* changeable items – reserve 1px border so focus doesn’t change size */
    [contenteditable="true"],
    .editable-cell {
        border: solid 1px transparent;
        box-sizing: border-box;
    }
    [contenteditable="true"]:active,
    [contenteditable="true"]:focus {
        border-color: #CCCCCC;
        outline: none;
        background-color: #FFFFFF;
    }
    /* Single-line in tables: no multi-line, Enter will save (via JS) */
    .table .editable-cell {
        white-space: nowrap;
        overflow: hidden;
    }
    .editable-cell.editable-cell-single-line {
        white-space: nowrap;
        overflow: hidden;
    }
    .changeable.white {
        background-color: transparent !important;
    }

    .changeable {
        min-width: 15px;
        border: solid 1px transparent;
    }
    .changeable-inline {
        display: inline-block;
    }

    .changeable-select {
        position: relative;
    }

        .changeable-select div {
            display: none;
        }

.changeable-select:hover select {
        display: inline-block;
        cursor: pointer;
    }

    .changeable-select:hover div {
        cursor: pointer;
        color: red;
        z-index: 100;
    }

    .changeable-select select {
        padding: 3px 5px;
        margin: 0;
        outline: none !important;
        -webkit-appearance: none !important;
        background-color: transparent;
        cursor: pointer;
        border: none;
        vertical-align: top;
        width: auto;
        box-sizing: border-box;
    }
    .table td select.editable-select,
    .table td .changeable-select select {
        padding-left: 0;
        margin-left: 0;
    }
    .changeable-select select:focus {
        position: relative;
        z-index: 1000;
    }

.changeable-dash:empty:before {
    content: '-';
}




    /* end changeable items*/

/* --- End Form --- */




/* --- Boxes --- */

.box-header {
    margin-bottom: 30px;
}
.box-login {
    padding: 0px 20px 0px 0px;
    display: inline-block;
    margin-right: 20px;
}
.box-login * {
    display: block;
    margin-bottom: 10px;

}
.box-login input {
    height: 67px;
}
.box-info {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;

 
}
.box-text > span {
    display: block;
}
.box-text {
    line-height: 1.5em;
    min-height: 77px;
}
.noiquy{
    float:right;
}



.box-employeelist {
    display: block;

    margin-bottom: 25px;

}

.box-employee {
    background-color: #AAAAAA;
    width: 150px;
    color: white ;
    padding:10px 10px 12px 12px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 8px;
    font-size: 12px;
    position: relative;

}
.box-employee .name {
    font-weight: bold;
    font-size: 20px;
}

.box-employee .location {
    position: absolute;
    right: 0px;
    bottom: 0px;
    padding: 8px 8px 5px 13px;
    font-size: 14px;
    font-weight: bold;
    border-top-left-radius: 60px;
    color: white !important;
}

.box-loggedin {
    background-color: #0f94db;
    /*background-color: #22A7F0; main color, brighter blue*/
    /*background-color: #61BAE4;*/
}

.box-sidenote {
    background-color: #D06D9F;
    color: white;
    display: block;
    padding: 10px;
    text-decoration: none;
    width: 160px;
    margin-bottom: 10px;
    font-size: 14px;
    /*border: solid 2px #E08500;*/
    position: relative;
    margin-right: 0px;
    margin-left: auto;
}

.box-sidenote .title {
    font-size: 16px;
    margin-bottom: 3px;
}

.box-sidenote .close {
    color: white;
    position: absolute;
    top: 0px;
    right: 7px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;

}
.box-sidenote:hover .close {
    opacity: 0.5;
}

.box-sidenote .time {
    position: absolute;
    bottom: 8px;
    right: 8px;
    font-size: 13px;
    color: white;
}

.box-sidenote .info {

}

.box-sidenote .button {
    margin-top: 6px;

}

.box-employeewarning {
    background-color: white;
    border: solid 2px #E08500;
    width: 156px;
    color: black;

}
.box-employeewarning .close {
    color: black;
}
.box-search {
    vertical-align: top;
    margin-left: 10px;
}
.box-search .button {
    margin-left: -6px;
}
.box-search input:focus + .button {
    background-color: #64AA23 !important;
}

.menuitem-row {
    background-color: #fffce8;
}

/* Slight vertical space between each menu item group */
.menu-items-table tbody tr.menuitem-spacer td {
    height: 0.6em;
    border: none;
    background: transparent;
    padding: 0;
    line-height: 0;
    vertical-align: top;
}

/* Mains: yellow highlight; name bold */
.menu-items-table .main-row {
    background-color: #fffce8;
}
.menu-items-table .main-row td:first-child {
    font-weight: bold;
}
.menu-items-table .option-row td:first-child {
    font-weight: normal;
    font-style: italic;
    padding-left: 1.5em;
}
.menu-items-table .main-row td:not(:first-child),
.menu-items-table .option-row td:not(:first-child) {
    font-weight: normal;
    font-style: normal;
}

/* Supply table: yellow only when expanded; same main/option row styling as menu */
.supply-items-table .main-row.supply-row-expanded {
    background-color: #fffce8;
}
.supply-items-table .main-row.supply-row-expanded td:first-child,
.supply-items-table .main-row td:first-child {
    font-weight: bold;
}
.supply-items-table .option-row td:first-child {
    font-weight: normal;
    font-style: italic;
    padding-left: 1.5em;
}
.supply-items-table .main-row td:not(:first-child),
.supply-items-table .option-row td:not(:first-child) {
    font-weight: normal;
    font-style: normal;
}
.supply-items-table tr.supply-spacer {
    visibility: collapse;
}
.supply-items-table tr.supply-spacer td {
    height: 0;
    padding: 0;
    line-height: 0;
    border: none;
}
.supply-items-table .supply-col-delete {
    white-space: nowrap;
    width: 1px;
    min-width: 0;
    text-align: right;
}
/* Red background for invalid format (UsualPrice) — same as Menu table */
.supply-items-table .editable-cell.error,
.supply-items-table td .editable-cell.error {
    background-color: #f2dede !important;
}

/* Supply check: red background for non-numeric content in editable quantity cells */
.table .supplycheck-cell.error,
.table td .supplycheck-cell.error {
    background-color: #f2dede !important;
}

/* Supply check: popup showing who entered value (name + HH:mm), shows right away on hover */
.supply-cell-wrapper {
    position: relative;
    display: block;
    min-width: 100%;
}
.supply-cell-wrapper .editable-cell.supplycheck-cell {
    display: block;
    min-width: 2em;
    min-height: 1.2em;
}
.supply-popup {
    display: none;
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: 2px;
    padding: 4px 8px;
    background: #333;
    color: #fff;
    font-size: 0.85em;
    white-space: nowrap;
    z-index: 10;
    border-radius: 4px;
    pointer-events: none;
}
.supply-cell-wrapper:hover .supply-popup {
    display: inline-block;
}

/* Order page: popup showing who ordered (name + HH:mm), same style as supply-popup, follows mouse */
.order-popup-tooltip {
    display: none;
    position: fixed;
    padding: 4px 8px;
    background: #333;
    color: #fff;
    font-size: 0.85em;
    white-space: nowrap;
    z-index: 10;
    border-radius: 4px;
    pointer-events: none;
}
.order-popup-tooltip.is-visible {
    display: inline-block;
}

/* Supply View (report) table: pointer cursor only */
.supply-view-table,
.supply-view-table * {
    cursor: pointer;
}

/* Name cell with +/− language expand (menu settings) */
.name-cell-with-lang .name-cell-inner {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}
.name-cell-with-lang .name-cell-inner .editable-cell {
    flex: 1;
    min-width: 0;
}
.name-cell-with-lang .lang-toggle {
    flex-shrink: 0;
    padding: 0 4px;
    min-width: 1.4em;
}

/* Language expansion row: integrated with main table, white, no nested-table look */
.menu-lang-expand-cell {
    background-color: #fff;
    padding: 4px 0 6px 20px;
    vertical-align: top;
    border-top: none;
    border-bottom: 1px solid #dee2e6;
    box-shadow: inset 0 1px 0 0 #eee;
}
.menu-lang-expand-inner {
    max-width: 70%;
}
.menu-lang-table {
    font-size: 1em;
    font-weight: normal;
    background: transparent;
    border: none;
    margin: 0;
    table-layout: auto;
    width: 100%;
}
.menu-lang-table tr {
    background: transparent;
}
.menu-lang-table td {
    padding: 3px 10px 3px 0;
    vertical-align: top;
    font-weight: normal;
    border: none;
    background: transparent;
}
/* Language column: fixed width */
.menu-lang-table td:first-child,
.menu-lang-table td:first-of-type {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    white-space: nowrap;
    padding-right: 12px;
    font-weight: normal;
}
/* Name column: shrink to content width */
.menu-lang-table td:nth-child(2) {
    width: 1%;
    white-space: nowrap;
    padding-right: 12px;
}
/* Description column: takes the rest of the width */
.menu-lang-table td:nth-child(3) {
    width: 99%;
    min-width: 0;
    word-break: break-word;
}
.menu-lang-table .editable-cell {
    min-height: 1.2em;
    font-weight: normal;
}
.menu-lang-table .menu-lang-default-name {
    font-weight: normal;
    color: inherit;
}
/* No hover highlight on inner lang table: stay white */
.table > tbody > tr:hover > td.menu-lang-expand-cell {
    background-color: #fff;
}
.menu-lang-table tr:hover td {
    background-color: #fff !important;
}
/* Never show error (red) background on lang table / placeholder cells (empty is valid) — menu only */
.menu-lang-table .editable-cell.error,
.menu-lang-table td .editable-cell.error,
.menu-lang-table .editable-cell[data-placeholder].error,
.menu-lang-table td .editable-cell[data-placeholder].error {
    background-color: #fff !important;
}
/* Placeholder for empty editable cells in lang table: italic, accents; show when empty or class placeholder-empty */
.menu-lang-table .editable-cell[data-placeholder]:empty::before,
.menu-lang-table .editable-cell[data-placeholder].placeholder-empty::before {
    content: attr(data-placeholder);
    color: #999;
    font-style: italic;
}
.menu-lang-table .editable-cell[data-placeholder]:empty:focus::before,
.menu-lang-table .editable-cell[data-placeholder].placeholder-empty:focus::before {
    content: none;
}

/* Supply tags input (Liên kết hàng hóa): contenteditable border, pill tags, suggestions dropdown */
.supply-tags-input {
    min-height: 1.5em;
    width: 100%;
    position: relative;
}
.supply-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 6px;
    padding: 1px 2px;
    border: solid 1px transparent;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 1.5em;
}
.supply-tags-wrap:focus-within {
    border-color: #CCCCCC;
    outline: none;
}
.supply-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 6px 2px 10px;
    background-color: #f5f5f5;
    border-radius: 999px;
    font-size: 1em;
    color: #212529;
    white-space: nowrap;
}
.supply-tag-text {
    font-weight: normal;
}
.supply-tag-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    background: none;
    color: #212529;
    font-size: 1.1em;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
}
.supply-tag-remove:hover {
    background-color: rgba(0, 0, 0, 0.08);
}
.supply-tag-invalid {
    background-color: #f2dede !important;
}
.supply-tags-typeahead {
    flex: 1 1 80px;
    min-width: 80px;
    padding: 0 2px;
    border: none;
    outline: none;
    font-size: inherit;
    background: transparent;
    min-height: 1.2em;
}
.supply-tags-suggestions {
    /* position/left/top set in JS from typeahead position */
    margin-top: 2px;
    min-width: 160px;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    margin-bottom: 0;
    padding: 4px 0;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.supply-tags-suggestions:empty {
    display: none !important;
}
.supply-tags-suggestions li {
    padding: 6px 12px;
    cursor: pointer;
}
.supply-tags-suggestions li:hover,
.supply-tags-suggestions li.supply-suggestion-active {
    background-color: #f0f0f0;
}

.menu-detail-cell {
    background-color: #f8f9fa;
    padding: 12px 16px;
    vertical-align: top;
}
.menu-detail-inner {
    margin-left: 20px;
}
.menu-detail-inner .subtitle {
    margin-bottom: 8px;
}
.menu-detail-inner .options-table,
.menu-detail-inner .mains-table {
    margin-top: 10px;
    margin-bottom: 12px;
}
.menu-detail-inner .option-row,
.menu-detail-inner .main-row {
    background-color: #fff;
}

.menu-row-type {
    width: 1%;
    white-space: nowrap;
    color: #666;
}

[x-cloak] {
    display: none !important;
}

.box-employeeimages div {

    padding: 5px;
    margin-bottom: 5px;
}
.box-employeeimages .button-image {

    color: white;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    text-decoration: none;
}
.box-employeeimages .button-image:hover {

}

    .box-employeeimages:hover {
    background-color: unset !important;
}
.box-employeeimages a {
    display: inline-block;

}
.box-employeeimages img {
      margin-right: 5px;
      margin-bottom: 5px;
    display: block;

}
.box-employeeimages:empty:before {
   content: 'Chua co hinh, keo hinh vao';
}


.box-points {
    font-size: 13px;
    position: absolute;
    top: 15px;
    right: 40px;
}
.box-points .text-warning {
  
}

/* --- End boxes --- */


/* --- Links --- */
.link-subtle {
    color: black;
    text-decoration: none;
}
.link-subtle:hover {
    color: #0f94db;
}

.link-main {
    color: #0f94db;
    text-decoration: none;
}
.link-main:hover {
    color: #2A4F84;
}
.link-main.text-warning {
    color: #E08500;
}
.link-main.text-warning:hover {
    color: #b86d00;
}
.link-main.text-notice {
    color: #D06D9F;
}
.link-main.text-notice:hover {
    color: #a85785;
}

/* --- End links --- */


/* ---- Buttons ---- */
.button {
    background-color: #2A4F84;
    color: white;
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    /*text-transform: uppercase;*/
    font-size: 14px;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.button-small {
    padding: 3px 9px 3px 9px;
    text-transform: lowercase;
}
.button-small {
    padding: 3px 9px 3px 9px;
    text-transform: lowercase;
}


.button:hover {
    opacity: 0.8;
}

.button-input {
    padding: 7px 12px 7px 12px;   
}
.button-link {
    font-size: 13px;
    text-decoration: none;

}
.button-link:hover {
    text-decoration: underline;
}

.button-link.text-danger {
    color: #d24d33;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
    font: inherit;
}

.button-link.text-danger:hover {
    text-decoration: underline;
}

.button-link.text-main {
    color: #0f94db;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font: inherit;
}
.button-link.text-main:hover {
    text-decoration: underline;
}

/* Narrow column for delete / short actions (xóa) */
.col-delete {
    width: 1%;
    min-width: 2.2em;
    max-width: 2.8em;
    white-space: nowrap;
}

/* Order option toggles (ưu tiên / khong lam): grey by default, blue on hover, blue when selected */
.order-option-btn.main {
    background-color: #0f94db !important;
}
.order-option-checkbox-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

/* ---- End Buttons ---- */

/* ---- Receipt / View bill (Order/Receipt) ---- */
.receiptname { font-size: 18px; }
.receiptinfo { font-size: 13px; text-transform: lowercase; }
#receipt { margin-top: 20px; }
.receiptline { border-bottom: solid 1px black; padding-top: 10px; margin-bottom: 10px; }
.receipt .total { font-size: 20px; font-weight: bold; }
.receipt th { padding-bottom: 15px !important; }
.receipt .firstcolumn, .receipt .totalcolumn { padding-left: 0 !important; }
.receipt .secondcolumn, .receipt .thirdcolumn { width: 80px; text-align: right !important; padding-right: 0 !important; }
.box-tag { margin-top: 12px; margin-bottom: 10px; }
.box-tag .inline { display: inline; margin: 0; padding: 0; }
.box-tag a, .box-tag button, .box-tag form { margin-left: 0;  margin-bottom: 2px; }
.receiptsubtitle { font-size: 16px; }

/* ---- Printing mods ---- */

@media only print {
    .no-print {
        display: none !important;
    }

    body, html, form, .wrapper, .container-main {
        height: auto !important;
        width: auto !important;
        min-height: unset !important;
        min-width: unset !important;
        display: unset !important;
        color: black !important;
    }

    .print-only {
        display: inline-block !important;
    }

    table.table {
        border-collapse: collapse !important;
    }
    .table tr {
        line-height: 1.2 !important;
    }
    td {
        font-size: 11px !important;
        border: none !important;
        color: black !important;
        padding: 1px 20px 1px 2px !important;
        vertical-align: top !important;
    }

    .table-emptyrow {
        padding-top: 6px !important;
    }

    span {
        color: black !important;
        background-color: white !important;
        text-shadow: none !important;
    }

    div {
        color: black !important;
    }

    .title {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .input-tiny, .input-mini, .input-small, .input-large, .input-medium {
        min-width: 0px !important;
    }

    .column-tiny, .column-small, .column-medium, .column-large {
        min-width: 0px;
    }

    /* Expenses print layout: align with title, section spacing, row spacing */
    #expenses-content .title {
        margin-bottom: 0.5em !important;
    }
    #expenses-content .table {
        padding-left: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    #expenses-content .table td {
        padding: 0 !important;
        line-height: 1.1 !important;
    }
    #expenses-content .table tr.row-expense td {
        padding: 3px 6px 0 0 !important;
        line-height: 1.35 !important;
        vertical-align: top !important;
    }
    #expenses-content td.table-emptyrow {
        padding-top: 0.5em !important;
        padding-bottom: 2px !important;
    }
    #expenses-content .midtitle {
        margin-bottom: 0 !important;
        line-height: 1.2 !important;
    }
}

   
/* ---- End printing mods ---- */

/*-----popup-----*/
.popop-cover {
    position: relative;
}

.popup {
    display: none;
    position: absolute;
    border: solid 1px #c8c8c8;
    background-color: white ;
    width: 100px;
   
}

.popop-cover:hover .popup {
    display: block;
    top: 0px;
    left: 50px;
}



/*-----end popup-----*/


/*----- order page -----*/
.order-container {
    font-family: Cabin, sans-serif;
    margin-left: -30px;
    min-width: 100px;
    width: 1700px;
    white-space: nowrap;
    overflow: hidden;
}
.order-left {
    display: inline-block;
    width: 300px;
    vertical-align: top;
}
.order-close-inline {
    margin-bottom: 8px;
    margin-left: 25px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.order-close-inline form.inline {
    margin-right: 0;
}
.order-right {
    display: inline-block;
    width: 1300px;
    vertical-align: top;
    margin-left: 15px;
    margin-top: 10px;
}


.order-left .title {
    font-size: 30px;
}

.order-info {
    width: 100%;
    padding-left: 17px;
    box-sizing: border-box;
    display: block;
}
/* Match old CajunCua order.aspx: title and tag-mini inline on same line, baseline-aligned */
.order-info-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: nowrap;
}
.order-info-header .title.order-table-number {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: baseline;
}
.order-info .tag-mini{
    position: relative;
    top: -5px;
}
.order-info-header .tag-mini {
    vertical-align: baseline;
    /* keep same -5px as old .order-info .tag-mini for visual match */
    top: -5px;
}
.order-info-header .order-info-time {
    margin-left: auto;
    text-align: right;
}
.order-info .top-note {

    margin-top: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
}
.order-info .top-note input {
    flex: 1;
    min-width: 0;
}
.order-info .top-note .button {
    flex-shrink: 0;
}

#orders-list {
    margin-left: 10px;
}
.order-box {
    font-family: Cabin, sans-serif;
    color: white;
    background-color: #0f94db;
    box-sizing: border-box;
    padding: 6px 5px 10px 5px;
    margin-bottom: 3px;
    position: relative;
    
}
.order-name a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 20px;
}
.order-note {
    display: block;
}
.order-priority {
    color: yellow;
}

.order-status {
    font-size: 14px;
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    box-sizing: border-box;
    padding: 3px 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    min-width: 0;

    border-top: solid 2px white;
    border-left: solid 2px white;
}
.order-status-minutes {
    flex-shrink: 0;
}
.order-line {
    border-left: solid 2px white;
    margin-left: 6px;
    padding-left: 8px;
    flex-shrink: 0;
}
.order-status a {
    color: white;
    font-weight: bold;
    text-decoration: none;

}

.order-right .sectiontitle {
    padding-top: 10px;
}

.order-column .combolink {
    color: white;
    background-color: grey;
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    text-decoration: none;
   
}

.order-column {
    width: 220px;
    margin-right: 3px;
    display: inline-block;
    vertical-align: top;
}
.order-menuitem {
    color: white;
    box-sizing: border-box;
    margin-bottom: 2px;
    display: flex;
    gap: 0;
    flex-wrap: nowrap;
}

.order-menuitem a {
    color: white;
    text-decoration: none;
    margin: 0;
}

.order-menuitem .itemnamenoclick {
    margin: 0;
}

    .order-menuitem .quantity, .order-menuitem .comboquantity {
        display: inline-block;
        background-color: #999999;
        width: 50px;
        text-align: left;
        padding: 5px 5px 5px 5px;
        box-sizing: border-box;
        margin-left: 0;
        flex-shrink: 0;
    }

    .order-menuitem .itemname, .order-menuitem .itemnamenoclick, .order-menuitem .comboadd {
        background-color: #ecf1f9;
        color: black;
        width: 160px;
        display: inline-block;
        padding: 4px 0px 4px 10px;
        box-sizing: border-box;
        margin: 0;
        flex-shrink: 0;
        /*border: solid 1px #999999;*/
    }

    .order-column.seafood .itemname, .order-menuitem.seafood .itemnamenoclick, .order-menuitem .comboadd {
        border: none;
    }


    .order-menuitem:hover .itemname, .order-menuitem:hover .itemnamenoclick, .order-menuitem:hover .comboadd {
        background-color: #0f94db;
        color: white;
        border: none;
        padding: 5px 0px 5px 10px;
    }

    .order-menuitem:hover .quantity, .order-menuitem:hover .comboquantity {
        background-color: #2A4F84;
    }




/*----- end order page -----*/

/* Time off request page */
.input-time {
    width: calc(5ch + 36px);
    min-width: calc(5ch + 36px);
    max-width: calc(5ch + 40px);
    box-sizing: border-box;
}
.timeoff-request-types {
    display: block;
    margin-top: 8px;
}
.timeoff-request-types-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 2px 6px;
}
/* Checkbox style (custom box + Unicode check) - used on other pages, not timeoff */
.checkbox {
    cursor: pointer;
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px;
    padding-top: 1px;
    margin-right: 6px;
}
td > .checkbox {
    margin-bottom: 15px;
}
.checkbox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 19px;
    background-color: #FFF;
    border: 2px solid #ccc;
    border-radius: 1px;
}
.checkbox:hover:before {
    border-color: #64AA23;
}
.checkbox input[type=checkbox] {
    display: none;
}
.checkbox:has(input[type=checkbox]:checked)::after {
    content: "\2713";
    position: absolute;
    top: 2px;
    left: 3px;
    font-size: 14px;
    font-weight: bold;
    color: #64AA23;
    line-height: 1;
}
.timeoff-time-inline {
    display: inline-flex;
    align-items: center;
    margin-left: -6px;
    margin-right: 0;
}
.timeoff-time-inline .input-time {
    vertical-align: middle;
}
.timeoff-time-input {
    height: 22px;
    padding: 0 4px;
    margin: 0;
    line-height: 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 2px;
    font-size: 14px;
    vertical-align: middle;
}
.timeoff-type-tag.active + .timeoff-time-inline .timeoff-time-input {
    border-color: #0f94db;
    outline: none;
    box-shadow: 0 0 0 1px #0f94db;
}
.timeoff-time-inline .timeoff-time-input:focus {
    border-color: #0f94db;
    outline: none;
    box-shadow: 0 0 0 1px #0f94db;
}
.timeoff-request-types .timeoff-tag-cloud {
    margin: 0;
}
.timeoff-type-tag {
    cursor: pointer;
}
.timeoff-caption {
    margin-bottom: 0;
}
.timeoff-submit-message {
    display: inline-block;
    margin-top: 3px;
}
.timeoff-tag-cloud {
    margin: 4px 0 8px;
}
.timeoff-tag-cloud a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 6px;
    font-size: 14px;
    color: white !important;
}
.timeoff-tag-cloud a.active {
    background-color: #0f94db !important;
    border-color: #0f94db !important;
    color: white !important;
}
.timeoff-tag-cloud a.timeoff-type-tag.danger.active {
    background-color: #d24d33 !important;
    border-color: #d24d33 !important;
    color: white !important;
}
.timeoff-tag-cloud a.timeoff-type-tag.notice.active {
    background-color: #D06D9F !important;
    border-color: #D06D9F !important;
    color: white !important;
}
.timeoff-tag-cloud a:not(.active) {
    background-color: #CCCCCC !important;
    color: white !important;
}

/* Kitchen (from CajunCua) – use Cabin font */
.uppercase {
    text-transform: uppercase;
}
.kbox-option-exclusive {
    font-size: 0.85em;
}
.normalplus-text {
    font-size: 14px;
}
#maincontent {
    vertical-align: top;
    width: 1900px;
    font-family: Cabin, sans-serif;
}
body.kitchen-standalone #maincontent {
    width: 100%;
    max-width: 100%;
}
#kitchen-maincontent {
    display: flex;
    flex-wrap: nowrap;
}
.kbox-column div {
    box-sizing: border-box;
}
.kbox-column {
    display: inline-block;
    font-size: 19px;
    margin-right: 4px;
    width: 315px;
    min-width: 315px;
    vertical-align: top;
    flex-shrink: 0;
}
.kbox-lastcolumn {
    width: 258px;
}
.kbox-lastcolumn .kbox-1 {
    width: 135px !important;
    font-size: 15px;
}
.kbox-lastcolumn .kbox-inner {
    width: 125px !important;
    font-size: 15px;
}
.kbox-completed .kbox-1 {
    width: 135px !important;
    font-size: 15px;
}
.kbox-completed .kbox-inner {
    width: 125px !important;
    font-size: 15px;
}
.kbox {
    display: flex;
    color: white;
    margin-bottom: 8px;
    flex-direction: row;
}
.kbox-1 {
    width: 155px;
    padding: 7px 6px 7px 10px;
    font-size: 18px;
}
.kbox-inner {
    width: 160px;
    display: flex;
    flex-direction: column;
}
.kbox-inner2 {
}
.kbox-2 {
    padding: 4px 7px 0 7px;
    flex: 1 0 0;
    align-self: stretch;
    margin: 0;
}
.kbox-3 {
    padding: 0 6px 6px 6px;
    display: flex;
    flex-direction: row;
}
.kbox-4 .kbox-note {
    margin: 7px;
}
.kbox-name {
    font-size: 13px;
    text-align: right;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
    margin-top: auto;
}
.kbox-info {
    text-align: left;
}
.kbox-note {
    font-size: 15px;
    color: white;
    font-weight: normal;
}
.kbox-priority {
    color: yellow;
    font-size: 14px;
}
.kbox-ordernumber {
    font-size: 19px;
    text-align: right;
    flex: 1;
    align-self: stretch;
    margin-bottom: 0;
    margin-top: auto;
}
.kbox-time {
    font-size: 13px;
}
.kitchen-container {
    width: fit-content;
    max-width: 100%;
    padding: 20px 0 20px 20px;
    font-family: Cabin, sans-serif;
    box-sizing: border-box;
}
body.kitchen-standalone .kitchen-container {
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px;
}
body.kitchen-standalone {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    overflow-x: auto;
}
.checkout-box {
    margin-top: -10px;
    margin-bottom: 10px;
    margin-left: 0px;
    font-size: 20px !important;
    width: 800px;
    border: none !important;
    outline: none;
    box-shadow: none;
}
.checkout-box:focus {
    border: none !important;
    outline: none;
    box-shadow: none;
}
.orangelight {
    background-color: #FEF9B7;
    color: black;
}
.orangedark {
    background-color: #debf45;
    color: black;
}
.purplelight {
    background-color: #be6dde;
}
.purpledark {
    background-color: #703b9f;
}
.bluelight {
    background-color: #659ee4;
}
.bluedark {
    background-color: #4f7cb2;
}
.greynormallight {
    background-color: #BBBBBB;
}
.greynormaldark {
    background-color: #999999;
}
.greenlight {
    background-color: #5cb763;
}
.greendark {
    background-color: #448f32;
}
.kbox-link {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    display: block;
}
@media only print {
    html, body, .kitchen-container {
        height: auto !important;
        width: auto !important;
        font-family: Cabin, sans-serif;
    }
}