body,
html {
    background-color: #F0F0F0;
    height: unset;
    position: relative;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    webkit-box-shadow: inset 0 0 6px rgba(115, 119, 128, 0.67);
    box-shadow: inset 0 0 6px rgba(115, 119, 128, 0.67);
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #12b8b8;
}

.font,
*,
input, textarea {
    font-family: 'Cabin', sans-serif;
}

.t-primary {
    background-color: #12B8B8 !important;
    color: white !important;
    text-shadow: 1px 1px 2px #000 !important;
}

.t-success {
    background-color: #54AB71 !important;
    color: white !important;
    text-shadow: 1px 1px 2px #000 !important;
}

span.tag {
    font-size: 13px;
    background-color: #12b8b8;
    display: inline-block;
    color: white;
    padding: 0px 6px;
    border-radius: 4px;
    text-shadow: 1px 1px 1px #000;
}


.t-secondary {
    background-color: rgb(204, 66, 66) !important;
    color: rgba(255, 255, 255, 0.87) !important;
    text-shadow: 1px 1px 2px #000 !important;
}

md-checkbox.md-default-theme.md-checked .md-icon,
md-checkbox.md-checked .md-icon {
    background-color: #12B8B8 !important;
}

span.highlight{
    color:blue !important;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 30;
    top: 0;
    padding: 10px;
    font-size: 20px;
}

.sub-header {
    position: fixed;
    width: 100%;
    top: 42px;
    background-color: white;
    border-bottom: 1px solid #12b8b8;
    z-index: 29;
}

.header-controls .md-button{
    line-height: unset;
    margin: 0;
    min-height: unset;
    font-size: 12px;
    font-weight: bold;
    margin-top:2px;
    text-transform: none;
}

tr.bill td:nth-child(2) span{
    width: 135px;
    display: block;
}

.kot-wrapper{
    text-align: left;
    vertical-align: top;
}

.kot{
    width: 350px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
}
.kot .items-wrapper{
    /*max-height: 200px;*/
    overflow-x: hidden;
    overflow-y: auto;
}
.kot .kot-comments{
    padding: 10px;
    border:1px solid #12b9b8;
    border-radius: 10px;
    margin: 15px;
    text-align: center;
    box-shadow: 1px 1px 10px 0px #12b9b8 ;
}
.kot .status-color{
    background-color: #009695;
    height: 10px;
}

.kot .status-color.top{

}

.kot .status-color.bottom{

}

.kot md-card-avatar{
    background-color: #ccc;
    border-radius: 50%;
    text-align: center;
    height: 50px;
    width: 50px;

    font-weight: bold;
}

.kot md-card-avatar .kot-id{
    display: block;
    margin-top: 16px;
}


.kot md-card-actions .md-button{
    text-transform: none;
}
 .kot .kot-list-item{
     min-height: 25px;
     height: 0;
     border: 1px solid #ccc;
     margin-bottom: -1px;
     border-right: 0;
     border-left: 0;


 }

 .kot .kot-list-item .item-name{
    font-size: 14px;
    font-family: 'Segoe UI';
 }

.z-tabs>.z-container>.z-content>.z-content-inner {
    padding: 0px;
    background-color: white;
  }

.container {
    margin-top: 65px;
}

.overflowDDL md-select .md-select-value{
    width: 1px !important;
}

.container .sidebar-wrapper {
    width: 150px;
}

.container .main-wrapper {
    flex: 1;
}


.container .sidebar-wrapper .sidebar {
    margin-top: 35px;
    background-color: white;
    left: -1px;
    border-radius: 0;
    font-size: 13px;
    box-shadow: 1px 1px 2px #0003;
    cursor: pointer;
}

.container .main-wrapper .main {

}

.sidebar .side-menu-items {
    padding: 15px 14px;
    border-bottom: 1px solid #cccccc6b;
    text-align: left;
}

.sidebar .side-menu-items:hover,
.sidebar .side-menu-items.selected {
    background-color: #12B8B8;
    color: white;
    text-shadow: 1px 1px 2px #000;
}

.sidebar .side-menu-items.disabled:hover,
.sidebar .side-menu-items.disabled.selected,
.sidebar .side-menu-items.disabled {
    background-color: unset;
    color: #ccc;
    text-shadow: unset;
    cursor: default;
}

.sidebar .side-menu-items .icon {
    /* font-size: 30px; */
    color: #cc4141;
    float: left;
    margin-right: 10px;
}

.sidebar .side-menu-items:hover .icon,
.sidebar .side-menu-items.selected .icon {
    color: white;
}

.sidebar .side-menu-items.disabled .icon {
    color: #ccc;
}

.sidebar .side-menu-items.disabled:hover .icon,
.sidebar .side-menu-items.disabled.selected .icon {
    color: #ccc;
}

.sidebar .side-menu-items .caption {}

.sidebar .side-menu-items:first-child {

}

.sidebar .side-menu-items:last-child {

}

*:focus,
*:active {
    outline: 0;
}

.layout-wrapper {
    width: 1000px;
    position: relative;
}

.layout-wrapper .layout-file {
    border: 1px none #ccc;
    box-shadow: 1px 1px 2px #0003;
    width: 100%;
    border-radius: 5px;
}

.layout-wrapper .caption {
    display: inline-block;
    background: #19465B;
    color: white;
    /* font-weight: bold; */
    font-size: 15px;
    padding: 4px 11px;
}

.layout-buttons {
    background: white;
    padding: 20px;
    border-radius: 5px;
    margin-top: 10px;
    box-shadow: 1px 1px 1px #00000059;
}

.hide {
    display: none !important;
}

md-dialog.dtp {
    z-index: 100;
}

.md-dialog-container.ng-scope {
    min-height: 750px;
}

.vallet-billing {
    background-color: #FF5722;
    color: white;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    display: inline-block;
    padding: 2px 10px;
    border-radius: 8px;
}


.bill-overlay{
    position: absolute;
    height: 100%;
    background-color: white;
    width: 100%;
    z-index: 86;
    top: 64px;
    opacity: 0.3;
}

.payment{
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
    border: 1px solid #b5b5b5;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 2px 2px 3px #0000001a;
    position: relative;
    line-height: 20px;
}
.payment .payment-ref{

}
.payment .payment-remark{

}

.payment .payment-entry {
    border: 1px none #b5b5b5;
    border-radius: 8px;
    margin-bottom: 5px;
}

.payment .payment-entry .payment-labels {
    display: inline-block;
}

.payment .payment-entry .payment-date {
    border: 1px solid #b5b5b5;
border-radius: 8px;
padding: 0px 10px 2px;
}

.payment .payment-entry .payment-type {
    text-transform: uppercase;
padding: 0px 10px 2px;
text-align: center;
border-radius: 8px;
border: 1px solid #b5b5b5;
}

.payment .payment-entry .payment-amt {
    margin-left: -4px;
    float: right;
    margin-right: 25px;
    letter-spacing: 0px;
    text-align: right;
    color: #626262;
    border: 1px solid #b5b5b5;
    border-radius: 8px;
    padding: 0px 10px 2px;
}

.payment .payment-entry .payment-btn {
    position: absolute;
    color: red;
    font-size: 18px;
    right: 10px;
    padding: 0;
    top: 11px;
    cursor: pointer;
}

.payment .payment-entry-form {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.09);
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
}

.txt-menu-search {
    background: transparent;
    border: 1px solid #12b8b8;
    margin-left: 0;
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: #00a2a2;
    color: white;
    padding: 10px 15px;
    font-size: 15px;
    width: 245px;
}

    .txt-menu-search::placeholder {
        color: white;
    }


    .reservation-details span.value{
        color: #009695;
        font-size: 13px;
        padding: 3px 13px;
        border-radius: 0px;
        margin-left: 5px;
        border: 1px solid #12b9b8;
        border-radius: 30px;
        min-width: 20px;
        display: inline-block;
    }

    .daily-menu-caption{
        color: #12b9b8;
    border: 1px solid #12b9b8;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 15px;
    }

    .menu-pages{
        height: 650px;
    }


    .imgWrapper{
        height: 100px;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 20px;
        border: 1px solid #000;
        border-radius: 5px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.43);
        position: relative;
    }
    .imgWrapper img{
        height: 100%;
        min-width: 100px !important;
        border-radius: 4px;
    }

    .imgWrapper .caption{
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        bottom: 0;
        color: white;
        font-weight: bold;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 5px;
    }


    .cards-wrapper{
        border: 1px solid #ccc;
        border-radius: 5px;
        margin-bottom: 14px;
        position: relative;
        overflow: hidden;
        height: 250px;
    }

    .cards-wrapper img{
        height: 100%;
    }

    .cards-wrapper .captions{
        position: absolute;
        width: 100%;
        color: white;
        background-color: rgba(0, 0, 0, 0.45);
        text-align: center;
        padding: 10px 3px;
        box-sizing: border-box;
        border:0px;
    }
    .cards-wrapper .cards-header{
        top:0px;
        left: 0px;
    }

    .cards-wrapper .cards-footer{
        left: 0px;
        bottom: 0px;
    }

    .buffet-menu-item{
        border-bottom: 1px solid #ccc;
        padding: 3px 0px;
    }

    .buffet-menu-item .buffet-menu-item-caption{
        font-size: 14px;

    }

    .buffet-menu-item .buffet-menu-item-qty{
        width: 50px;
        font-size: 12px;
        font-weight: bold;
        text-align: center;
        padding: 3px;
        float: right;
        margin-top: -21px;
    }

    .inline-close-button{
        min-width: auto;
        min-height: auto;
        line-height: unset;
        padding: unset;
        margin: unset;
        margin-right: 5px;
    }

    .dailymenu-wrapper{
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 15px;
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.11);
        position: relative;
        margin-bottom: 14px;
    }

    .dailymenu-wrapper.expired{
        border-color: red;
        box-shadow: 1px 1px 10px rgba(255, 0, 0, 0.32);
    }

        .dailymenu-wrapper label {
            background-color: #fff;
            display: block;
            font-size: 12px;
            color: #9c3f3f;
        }

        .dailymenu-wrapper input {
            display: block;
            width: 100%;
            padding: 10px;
            font-size: 12px;
            color: #000000;
            box-sizing: border-box;
            background-color: #efefef;
            border: 0;
            margin-bottom: 5px;
        }

            .dailymenu-wrapper input.special_bak {
                background-color: rgba(18, 184, 184, 0.29);
                color: black;
                font-size: 20px;
                text-align: center;
                padding: 5px;
            }


    .angucomplete-dropdown{
        width: 100%;
        font-size: 12px;
        margin-top: 0px;
        box-sizing: border-box;
        background-color: #fff;
        padding: 5px;
        box-shadow: 0px 0px 20px #00000036;
        color: black;
    }

    .angucomplete-selected-row{
        color: #000;
    }

    .angucomplete-description{
        font-size: inherit;
        color: #b81212;
        font-weight: normal;
        letter-spacing: 0px;
    }

    .no-errorspace .md-errors-spacer{
        display: none;
    }

    input.bill-input{
        margin-top: -8px;
        background: #ececec;
        border: 0;
        padding: 18px !important;
        padding-left: 10px !important;
    }

    md-select.bill-input{
        background-color: #ececec;
        border: 0;
        padding: 6px;
        padding-left: 10px;
        margin-top: -12px;
    }

    md-select.bill-input md-select-value{
        border: 0px;
    }


    .collection-wrapper,
    .track-box{
        width: 260px;
        display: inline-block;
        border: 2px solid #13b8b8;
        font-size: 13px;
        background-color: white;
        margin-right: 15px;
        margin-bottom: 15px;
        box-shadow: 2px 2px 2px #13b8b800;
        border-radius: 5px;
        vertical-align: top;
        overflow: hidden;
    }

    .collection-wrapper .date-header,
    .track-box .table-name{
        padding: 10px;
        background-color: #12b8b8;
        color: white;
        font-weight: normal;
        font-size: 20px;
        text-shadow: 1px 1px 1px #000;
    }

    .collection-wrapper .entries-wrapper,
    .track-box .menu-items{
        padding: 10px 10px;
    }

    .collection-wrapper .entries-wrapper .label,
    .track-box .menu-items .menu-item-name{
        padding-top: 5px;
    }

    .collection-wrapper .entries-wrapper .value{

    }

    .collection-wrapper .entries-wrapper .value input{
        width: 70%;
        box-sizing: border-box;
        margin-left: 5px;
        padding: 5px;
        border: none;
        border-bottom: 1px solid #12b8b8;
    }

    .toast-textbox{
        border: 0;
        padding: 8px;
        background: transparent;
        color: white;
        border: 1px solid #585858;
        width: 55px;
    }

    .toast-textbox:active,
    .toast-textbox:focus{ outline: 0 }

.feedback-wrapper{
    max-width:500px;
    margin:auto;
}

md-button.small{

}

.track-box{

}
.track-box .table-name{
    color: black;
    text-shadow: none;
}
.track-box .menu-items{}
.track-box .menu-items .menu-item-name{}
.track-box .menu-item-search{}
.track-box .menu-item-search .md-errors-spacer{display: none}
.track-box .track-box-actions{}
