
.app-form {
    min-height: 400px;
    overflow: hidden;
}

hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem!important
}


.col-md-8 > span {
    margin-top: 6px;
    display: block;
}


.wt-cell > .row {
    display: flex;
    align-items: stretch;
    min-height: 70%;
}

.wagetable {
    /* display: -webkit-box; */
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    min-width: 300px !important;
    /* height: 100vh; */
    flex-direction: row;
    z-index: 5;
    position: relative;
    /* flex-grow: unset; */
}

.wagetable-noscroll {
    z-index: 1000;
    margin-right: 10px !important;
    /* border-bottom: solid 2px #aaa; */
    /*box-shadow: rgba(0,0,0,0.5) 5px 5px;*/
}

.wagetable-scroll {
    z-index: 20;
    min-height: 72px;
    /* height: 400px; */
    /* max-height: 800px; */
    overflow-y: scroll;
}

.wagetable-footer {
    border-top: solid 2px #aaa;
    height: 80px;
    /* position: relative; */
    bottom: 50px;
}

    .wagetable-footer > .wt-cell-editable {
        background-color: #F2F2F2;
        border: solid 2px #F2F2F2;
    }

.wt-cell {
    box-sizing: border-box;
    /* -webkit-box-flex: 1; */
    /* flex-grow: 1; */
    width: 20px;
    min-width: 160px;
    /* padding: 0.3em 0.5em; */
    overflow: hidden;
    list-style: none;
    border: solid 1px #cfcfcf;
    text-align: center;
    background: #Fff;
    min-height: 27px;
    padding-bottom: 2px;
    /* padding-right: 2px; */
    /* margin: 0px 0px 1px 0px; */
    /* height: 150px; */
}

.wt-row {
}

    .wt-row:hover {
        outline: solid 3px red !important;
    }

h1, h3, h3, h4, h5, h6 {
    padding-bottom: 2px !important;
    margin-bottom: 1px !important;
}

.wt-cell > h1,
.wt-cell > h2 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding: 0;
}

.wt-cell > h3 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.15em;
    padding: 0;
}

.wt-cell > h4 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 0;
}

.wt-cell > h5 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    padding: 0;
}

.wt-cell > h6 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    padding: 0;
}


.wg-cnt-item > h4 {
    /* margin: 0; */
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.0em;
    /* text-align: right; */
    /* padding: 0; */
}

.wg-cnt-item > h5 {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.85em;
    padding: 0;
}

.wage-week-btn {
    /* padding: 7px; */
    width: 50px;
    height: 35px;
    margin-top: 2px;
}


/* Table column sizing
================================== */
/* .wagetable--2cols > .wt-cell {
  width: 50%;
}
.wagetable--3cols > .wt-cell {
  width: 33.33%;
}
.wagetable--4cols > .wt-cell {
  width: 25%;
}
.wagetable--5cols > .wt-cell {
  width: 20%;
}
.wagetable--6cols > .wt-cell {
  width: 16.6%;
} */
.wt-cell-editable {
}

    .wt-cell-editable:hover {
        border: dashed 1px gold;
        background-color: #FFFDE7;
    }



.wagetable--16cols > .wt-cell {
    /* width: 12.25%; */
}

.wt-cell-first {
    /* width: 10%; */
    background-color: white !important;
}

.wt-cell-first-con {
    width: 16px;
    min-width: unset;
}


.wt-cell-header {
    background: #F2F2F2;
}

.wt-cell-dayhead {
    height: 54px!important;
}

.wt-cell-dayhead-sec {
    background-color: #2091c9 !important;
    height: 27px!important;
    padding-top: 4px!important;
}


.wt-cell-inact {
    background-color: #bababa !important
}



.wt-cell-user {
    background: #F2F2F2;
    text-align: right;
    min-height: 80px;
    /* max-height: 75px; */
}

    .wt-cell-user.selected {
        background-color: #FFFACD;
    }

.wt-color-nocolor {
    background-color: transparent;
}


.wt-color-today {
    background-color: #ffeebc;
    font-weight: bold;
}

.wt-color-summary:hover {
    border: dashed 1px #FFFACD;
}

.wt-color-summary-header {
    background-color: #fff5d7;
    font-weight: bold;
}



.wt-color-summary {
    background-color: #fff5d7;
    font-weight: bold;
    /* padding-top: 4px; */
    padding-bottom: 0 !important;
    padding-left: 20px;
    margin: 0;
    padding-right: 5px !important;
}

.wt-color-weekend {
    background-color: #E7E6E6;
    font-weight: 700 !important;
}




.wt-cell-colored-0 {
    background-color: #E2EFDA;
}

.wt-cell-colored-1 {
    background-color: #E0F7FA;
}

.wt-cell-colored-2 {
    background-color: #EDE7F6;
}

.wt-cell-colored-3 {
    background-color: #E1BEE7;
}

.wt-cell-colored-4 {
    background-color: #FECCBC;
}


.wt-cell-editable.paid {
    background-color: #f5f5f5;
}

.wt-cell-colored-0.paid {
    background-color: #f1f1f1;
}

.wt-cell-colored-1.paid {
    background-color: #d8d8d8;
}

.wt-cell-colored-2.paid {
    background-color: #c5c5c5;
}

.wt-cell-colored-3.paid {
    background-color: #b8b8b8;
}

.wt-cell-colored-4.paid {
    background-color: #a5a5a5;
}


.wt-cell-weekday {
    background-color: #FAFafa;
    padding-top: 5px;
}



.wt-cell-weekend {
    background-color: #F7F7f7;
    padding-top: 6px;
}



.wg-delete-item {
    border: solid 0px red;
    background-color: #FFF9C4;
    outline: none !important;
    position: relative;
    margin-left: -20px;
    margin-top: 0px;
    top: -6px;
    /* padding-right: 8px; */
    /* padding-left: 8px; */
    /* border-radius: 15px; */
    float: right;
    /* left: 15px; */
    left: 10px;
}


.wg-edit-item {
    margin-top: 1px !important;
    border: solid 0px red;
    background-color: #FFF9C4;
    outline: none !important;
    /* border-radius: 15px; */
    /* float: right; */
    /* position: relative; */
    /* margin-top: 0px; */
    /* margin-left: 0px; */
    /* top: 24px; */
    /* margin-top: -20px; */
    /* left: 0px; */
}

.wg-cnt-item {
    position: relative;
    display: block;
    flex-grow: 1;
    text-align: center;
}

    .wg-cnt-item.posfix > h4 {
    }

    .wg-cnt-item.posfix > h5 {
    }


.wt-footer-summary {
    padding-top: 0px;
}


.wt-day-selected {
    background-color: #FFFACD;
}


.cell_selected {
    border: inset 3px dodgerblue !important;
}


.menu-inactive-cell-line {
    /* height: 1px; */
    /* background-color: gray; */
    /* padding: 1px; */
    /* transform: rotate(-25deg); */
    /* width: 200px; */
    /* top: 70px; */
    /* left: -100px; */
    display: inline-block;
    margin: -1.5em;
    width: 100%;
    /* height: 100%; */
    text-align: center;
    color: #c5c5c5;
}

.week {
    color: lightgray;
    background-color: white;
}

.week-selected {
    border: inset 3px dodgerblue;
}

.week-finalized {
    color: black;
    background-color: #D0F8CE !important;
}

.week-hasmenu {
    color: black;
    background-color: #FFFDE7;
}

.wt-cell-btn {
    width: 15px !important;
    min-width: 15px!important;
    background: white;
}

.wt-cell.wt-cell-prev.wt-cell-btn.with-center-content.with-cursor-hand {}

.wt-cell-prev {
    margin-left: -15px!important        ;
}


.menu-unitprice {
    position: relative;
    /* padding-top: 25%; */
    padding-left: 20%;
    padding-right: 3px;
}

.cell-row {
    display: flex;
    flex-wrap: wrap;
    min-width: 100%;
    /* max-height: 80px; */
}


@media (min-width: 1200px) {
    .container-xl {
        max-width: 1250px;
    }
}


.menu-head {/* overflow: hidden!important; */flex-wrap: nowrap;}

.menu-name {
    padding: 2px;
}

.ws-m-allergens .m-allerg {
    background-color: burlywood;
}

.ws-m-allergens .m-pattr {
    background-color: cornflowerblue;
}

.ws-m-allergens .m-hot {
    background-color: white;
}


.menu-allergen {
    margin-left: 0;
    margin-top: 40%;
}


li.prd.selected {
    background-color: #ffd149;
}

.wt-cell-hasproduct {
    background-color: #FFFDE7;
    height: 100%
}

.btn-wt {
    border-color: #287DA7;
    background-color: #E5F6FF;
}


.btn-menu-pager {
    width:45px;
    height: 44px;
    border: solid 1px #ccc;
}


.btn-catedit {
    margin-top: -40px !important;
    margin-left: -25px !important;
    position: absolute;
}

.cb-catedit {
   /* display: block; */
   margin-right:3px;
}

.ko_edit {
margin-left: 30%;
float: right !important;
}

.ko_delete {float: left !important;}

.ko_new {
    height: 5em;
    margin-top: 10px;
}



.cell {
    font-size: smaller;
    text-align: left;
}

.menu-dropdown {
    position: fixed!important;
    z-index: 6666;
    /* left: 30px !important; */
}


.app-fuerck-header {
    padding: 0!important

}

.btn-wt-width {
    width:25px;
}

.wt-cell-menu-pager {
    width: 45px;
    height: 44px!important;
    /* padding-top: 6px; */
    /* padding-left: 10px; */
    display:none;
    /* border: solid 1px #ccc; */
}