﻿/* Empty. Add your own CSS if you like 2*/
.modal-backdrop {
    background-color: transparent !important;
}

.item-text-wrap span {
    font-size: smaller;
}

input[type="text"] {
    border: 1px solid #e5e5e5;
}

.col-item {
    border-radius: 15px;
    background: #FFF;
    height:100px;
    width:100px;
    box-shadow: 2px 2px 5px gray;
}

.col-itemSelected {
    border: 1px solid orange;
    border-radius: 15px;
    background-color: #ff8c0066;
    color: black;
    /*height:140px;*/
}


.PromoSelected {
    border: 1px solid orange !important;
    background-color: #ff8c0066 !important;
    color: black !important;
}

    .col-item .photo img {
        text-align: center;
        margin: 0 auto;
        width: 40%;
        display: block;
    }

    .col-item .photo {
        color: red;
        text-align: center;
        font-size: small;
    }

    .col-item .info {
        padding: 10px;
        border-radius: 0 0 5px 5px;
        margin-top: 1px;
        margin-left: 10px;
        text-align: center;
    }

        .col-item .info h6 {
            text-align: center;
            margin-left: auto;
            margin-right: auto;
        }

    .col-item .price {
        /*width: 50%;*/
        float: left;
        margin-top: 5px;
    }

        .col-item .price h5 {
            line-height: 20px;
            margin: 0;
        }

.price-text-color {
    color: #4997be;
}

.col-item .info .rating {
    color: #777;
}

.col-item .rating {
    /*width: 50%;*/
    float: left;
    font-size: 17px;
    text-align: right;
    line-height: 52px;
    margin-bottom: 10px;
    height: 52px;
}

.col-item .separator {
    border-top: 1px solid #E1E1E1;
}


    .col-item .separator p {
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 10px;
        text-align: center;
    }

.col-item .info .row {
    margin-left: 0px;
}

.col-item .separator p i {
    margin-right: 5px;
}

.col-item .btn-add {
    width: 50%;
    float: left;
}

.col-item .btn-add {
    border-right: 1px solid #E1E1E1;
}

.col-item .btn-details {
    width: 50%;
    float: left;
    padding-left: 10px;
}


::-webkit-scrollbar,
*::-webkit-scrollbar {
    display: none;
}

div.floating-menu {
    position: fixed;
    background: #fff4c8;
    border: 1px solid #ffcc00;
    width: 150px;
    z-index: 100;
    top: 44px;
}

.time {
    transform: rotate(90deg) !important;
 
   
}

.queItem {

}

.itmSub {
    border-radius: 15%;
    padding: 0px 5px 1px 5px;
    color: black;
    border: 1px solid gray;
}

.queuedTimeLightWhite {
    border: 1px solid #ecf0f1;
    border-top: 0px;
}

.queuedTimeYellow {
    background-color: #f1c40f;
    color: gray;
}

.queuedTimeRed {
    background-color: #e74c3c;
    color: white;
}

.queuedTimeLightGreen {
    background-color: lightgreen;
    color: gray;
}


.queuedTimeGrey {
    background-color: lightslategrey;
    color: black;
}

.queuedTimeOrange {
    background-color:darkorange;
    color: black;
}

.queuedTimeLightBlack {
    background-color: black;
    color: white;
}

#divProductSelection .item, #divPayment .item, #divFinish .item, #divServeOrderAdvDetails .item,#divServeOrderDetails .item,#divAssignCN .item {
    border-width: 0px !important;
    padding-top:0px;
}

.BorderRed {
    border: 1px solid red !important;
}
.dropdown-toggle::after {
    display:none !important;
}
.dropdown {
    transform: translate3d(0,0px,10px) !important;
}

.dropdown-menu{
   transform: translate3d(0,0px,10px) !important;
}

.col-25 {
    min-width: 25%;
}

.row {
    padding-left: 15px !important;
}


.footer {
    position: fixed;
    bottom: 0;
    color: white;
}

.clsTablechunkdiv {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: fantasy;
    font-size: xx-large;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    line-height: 30px;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

    .clsTablechunkdiv .ng-binding {
        max-width: 100%;
    

.WaterMarks {
    height: 100%;
    width: 100%;
    background-size: contain;
    opacity:1;
    visibility:visible;
    background-repeat: no-repeat no-repeat;
}

.clsTablechunk {
    position: absolute;
    z-index: 999;
    text-align: center;
    width: 100%;
    color: red;
    text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

