﻿html, body, div, p, h1, ul, li, span, table {
    margin: 0;
    border: 0;
    list-style: none;
    border-collapse:collapse;
    font-size: 1em;
    font-family:sans-serif;
    /*background-color:#ebe0e0;*/
}
a:link {
    text-decoration: none;
}


a:visited {
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}


a:active {
    text-decoration: none;
}


.searchBox{    
    width:80%;
   
    border:1px solid #c2bdbd;
    border-radius:5px;
    margin:8px 0 0 10px;
    float:left;
}
.searchtxt {
    min-width: 30%;   
    margin: 7px 0 8px 8px;
    float: left;
}
.searchbtn {
    width: 60px;   
    /*font-size: 1.2em;*/   
    padding:5px 0 5px 0;
    margin: 3px 0 8px 8px;
    border: 1px solid #c2bdbd;
    border-radius: 8px;
    background-color:#64850f;
    color:#e5e3e3;
    text-align:center;
    float:left;
    /*clear: both;*/
}
.searchtxt input{
    width:90%;
    /*height:30px;*/
    border:none;
    padding:2px 0 0 5px; 
    margin:2px 0 0 2px;
    font-size:0.8em;   
}
    .searchtxt input:focus{
        outline:none;
    }
    
.search {
    background: url(../images/ic_search_48.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 6px;
    background-size: 20px 20px;   
    float: left;
    height: 32px;
    width: 30px;    
    background-color:transparent;
    cursor:pointer;
}
.search::selection{
    cursor:none;
}
.line {
    border-bottom: 1px solid #a19e9f;
    width: 100%;
    clear: both;
    height: 20px;
    margin-bottom: 10px;
}
.dot {
    border-bottom: 2px dotted #a19e9f;
    width: 90%;
    clear: both;
   padding:8px 0 8px 0;
    margin: auto;
   
}
.end {    
    width: 90%;
    clear: both;
    height: 10px;
}
#menu {
    width: 48px;
    height: 48px;
    background: url(../images/ic_menu_64.png) center no-repeat;
    background-size: 32px 32px;
    position: relative;    
    float:left;
}

.close {
    width: 96%;
    height: 48px;
    background: url(../images/ic_close_48.png) right no-repeat;
    background-size: 24px 24px;
    height: 30px;
    position: static;
    margin: 0;
}

.hide {
    width: 90%;
    height: 20px;
    background: url(../images/ic_close_48.png) no-repeat;
    background-position: right;
    background-size: 24px 24px;
    position: static;
    margin: 0;   
    padding:0;
}

.processingbar {
    width: 100px;
    height: 30px;
    border: 1px solid #4cff00;
    border-radius: 3px;
    padding: 0;
    position: relative;
    top: 50px;
    display: none;
}

.processing {
    width: 50px;
    height: 25px;
    background-color: #4cff00;
    color: #000;
    text-align: center;
    padding-top: 6px;
    border: 1px solid #4cff00;
    border-radius: 3px;
}

.dialogs {
    margin: 0;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    min-width: 180px;
    min-height: 30px;
    background-color: #f37321;
    border: 0;
    border-radius: 8px;
    z-index: 9;
    opacity: 1;
}

    .dialogs p {
        padding: 10px;
        color: #fff;
    }

    

.main {
    min-width: 300px;
    height: 100%;
    margin: 3px 0 0 0;
    z-index: 0;
    position: absolute;
    padding: 8px;
    overflow:auto;
}

.tbl {
    min-width: 350px;
    min-height: 50px;
    border-radius: 8px;
    margin: auto;
    padding: 0;
    
}

    .tbl tr {
        height: 30px;
        margin-top: 10px;
        vertical-align: bottom;
    }

    .tbl td {
        min-height: 20px;
        font-size: 0.9em;
        padding: 3px;
        margin:auto;
    }

        .tbl td input {
            width: 98%;
            font-size:1.2em;
            border:1px solid #808080;
        }

        .tbl td .rText{
            text-align:right;           
        }
        .tbl .lbl{
            font-size:1em;
            text-align:right;
            padding-right:5px;
        }

            .tbl td input[type=checkbox] {
                width: 16px;
                height: 14px;
                background-color: #4cff00;
                font-size:1.2em;
            }

            .tbl td input[type=radio] {
                width: 12px;
                height: 12px;
                font-size: 1.2em;
            }

        .tbl td label {
            margin-left: 3px;
        }

        .tbl td select {
            width: 99%;
            font-size:1.2em;
        }

    .tbl .title {
        border-bottom: 1px solid #808080;
        font-weight: bolder;
        color: #808080;
    }

    .tbl div {
        width: 100%;
        text-align: right;
        padding-right: 10px;
    }
.discount{
    border:1px solid #4cff00;
    border-radius:3px;
    text-align:center;
}
.upload {
    display: none;
    position: absolute;
}

.tbl .img {
    width: 128px;
    height: 128px;
    /*position: relative;*/
    border: 1px solid #64850f;
    border-radius: 8px;
    margin-left: 25%;
    background: url() center no-repeat;
    background-size: contain;
}

.tbl .total {
    float: right;
    font-weight: bolder;
    color: #eb6a00;
    padding-right: 10px;
    margin: 3px;
    min-height:20px;
    
}

.tbl span.left {
    padding-left: 5px;
}

.submit {
    width: 180px;
    background-color: #64850f;
    padding: 10px;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    border-radius: 5px;
    border: 0;
    margin: auto;
}


    .submit:hover {
        /*background-color: #4cff00;*/
        border-radius: 3px;
        border: 0;
        display: block;
        cursor: pointer;
    }

.messenger {
    margin: 0;
    border: 0;
    position: fixed;
    display: none;
    min-width: 180px;
    min-height: 30px;
    background-color: #eb6a00;
    border: 0;
    border-radius: 8px;
    z-index: 9;
    top:0;
}

    .messenger p {
        padding: 10px;
        color: #fff;
    }

.items {
    width: 92%;
    height: 60px;
    position: relative;
    /*border: 1px solid #bdbbbb;*/    
    margin: 16px;
    padding: 0;
    border-bottom:1px solid #808080;
    /*background-size:48px 48px;*/
    
}
.items tr{
    min-height:20px;
}
.items td.left{
    text-align:left;   
    font-size:1em;
    width:70%;
}
.items td.right{
    width:30%;
}
    .items span.close {
        width: 16px;
        height: 16px;
        float: right;
        background: url(../images/ic_close_24_3.png) center no-repeat;       
        background-size: 14px 14px;     
        padding: 5px;
        background-color: #eb6a00;
        border-radius: 3px;
       
    }
    .items span.quantity {
        width: 30px;
        height:16px;
        float: right;
        border: 1px solid #eb6a00;
        border-radius: 3px;
        margin: 0 5px 0 5px;
        text-align: center;
        padding-top:3px;
    }
    .items span.plus {
        width: 20px;
        height:20px;
        float: right;       
        background:url(../Images/ic_plus_48_3.png) center no-repeat;
        background-size:20px 20px;
    }
    .items span.minus {
        width: 20px;
        height:20px;
        float: right;        
        background: url(../Images/ic_minus_48_3.png) center no-repeat;
        background-size: 14px 14px;
    }
      p.img {
        width: 48px;
        height: 48px;
        border: 1px solid #eb6a00;
        border-radius: 3px;  
        
        position:relative;
        /*background-position-x:1%;*/
        /*position:relative;*/
    }
.addNew {
    width: 48px;
    height: 48px;
    float: right;
    background: url(../images/ic_plus_240_01.png) center no-repeat;
    background-size: 32px 32px;
}

.popup {
    margin: 0;
    border: 0;
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #bdbbbb;
    border: 0;
    border-radius: 8px;
    z-index: 5;
    opacity:1;
    overflow:auto;
    top:-50px;
    left:0px;    
    
}
.tools {
    /*min-width: 100px;*/
    margin: 0;
    /*border: 1px solid #eb6a00;*/
    background-color: #fff;
    /*min-height: 30px;*/
    position: relative;    
    bottom: 0;
    /*opacity:0.8;*/
    padding:30px 0 30px 0;    
    overflow:auto;
}

.bills {
    /*min-width: 100px;*/
    margin: 0;
    /*border: 1px solid #eb6a00;*/
    background-color: #fff;
    /*min-height: 30px;*/
    position: relative;
    bottom: 0;
    /*opacity:0.8;*/
    padding: 30px 0 30px 0;
    overflow: auto;
}

    /*.tools p {                   
        margin: 0 3px 0 3px;
        padding: 8px 0 0 35px;       
        opacity:1;
    }*/


.title {
    font-size: 1em;
    font-weight: bolder;
    padding: 3px 0 3px 8px;
}

.title_menu {
    font-size:0.9em;
    padding: 3px 0 3px 8px;
}

.txt{
    padding:3px 0 3px 5px;
    height:20px;
}
.licensepletes {
    padding: 3px 0 3px 8px;
    font-size:0.9em;
}

.content {    
    font-size:0.9em;
    padding: 3px 0 3px 5px;   
}
    .content span{
        padding-left:3px;
    }


    .product {
        padding: 5px 0 5px 10px;
        font-style: italic;
    }
.price {
    text-align: right;
    padding-right: 5px;
    height:20px;
}
.amout{
    float:left;
    width:60%;
    text-align:right;
}
.subtotal{
    float:left;
    width:38%;
    text-align:right;
    height:20px;
}
.total {
    margin:2px;
    text-align: right;  
    color:red;
    font-size:1em;
    font-weight:bolder;
    height:30px;
    padding-top:10px;    
}

.sheets {
    width: 100%;
    min-height: 100px;
    position: relative;
    margin: 0;
    padding:0;    
    overflow: auto;
}

.sheet {
    /*width: 330px;*/
    height: auto;
    padding:0px;
    margin: 20px 0 20px 15px;
    border: 1px solid #808080;
    box-shadow: 8px 8px 5px #a19e9f;
    /*border-top-left-radius:16px;
    border-top-right-radius:16px;*/
    border-radius: 16px;
    position: relative;
    float: left;
}
    .sheet div.top {
        width: 100%;
        height: 16px;       
    }
    .sheet div.bottom {
        clear: both;
        width: 0px;
        height: 16px;
        /*background-color: #4cff00;*/
        border-bottom-left-radius: 16px;
        text-align: center;        
        font-size: 0.8em;
        font-weight: bolder;
        line-height: 1.5;        
        vertical-align: middle;
        /*border-bottom-right-radius:16px;*/
    }
        .sheet div.top p{
            width:50px;
            height:16px;
            float:right;
            background:url(../Images/ic_menu_16.png) center no-repeat;
            background-size:16px 16px;
            background-position-y:90%;
        }
        .sheet div.left {
            width: 60px;
            height: 80px;
            float: left;
            /*background-color: #64850f;*/
            position: relative;
            margin-top: 0px;
        }

        

    .sheet div.left p.statu{
        width:48px;
        height:36px;
        border-radius:50%;
        font-size:1.4em;
        /*background-color:#f00;*/
        text-align:center;
        margin:16px 0 0 6px;
        color:#fff;
        padding-top:12px;
        
    }
        .sheet div.left p.statu.red {
            background-color: #f00;
        }
        .sheet div.left p.statu.orange {
            background-color: #eb6a00;
        }
        .sheet div.left p.statu.green {
            background-color: #4cff00;
        }
    .sheet div.middle {
        width: 175px;
        height: 68px;
        float: left;
        /*background-color: #eb6a00;*/
        position: relative;
        margin-top: 2px;
        padding:12px 0 0 5px;
    }

        .sheet div.middle p {
            width: 100%;
            height: 15px;
            font-size: 0.8em;
            color: #808080;
            /*background-color: #808080;*/
        }

        .sheet div.middle p.title {
           font-weight:bolder;
           color:#808080;
        }

        .sheet div.middle p.content {
           padding-left:20px;
            
        }
    .sheet div.right {
        width: 90px;
        height: 60px;
        float: left;        
        position: relative;
        margin-top: 0px;
        padding-top:20px;
    }
        .sheet div.right p{
            width:100%;
            height:20px; 
            color:#808080;
            text-align:center;
            font-size:0.6em;
        }
            .sheet div.right p.statu {                
                font-weight:bolder;
               font-size:1.2em;               
            }
                .sheet div.right p.statu.red {
                    color: #f00;
                }
                .sheet div.right p.statu.orange {
                    color: #eb6a00;
                }
                .sheet div.right p.statu.green {
                    color: #4cff00;
                }

            .sheet div.right p.time{
                height:14px;  
                /*font-weight:bolder;*/
            }



.bottom {
    background-color: #eb6a00;
    width: 90%;
    height: 20px;
    position: relative;
}
.bgProcessing {
    background-color: #eb6a00;
    color: #e5e3e3;
}
.bgComplete {
    background-color: #4cff00;
    color: #a19e9f;
}

.timer {
    background: url(../Images/ic_timer.png) left no-repeat;
    background-size: 16px 16px;
    padding:5px 0 0 20px;
}

.timer48 {
    background: url(../Images/ic_timer_48.png) left no-repeat;
    background-size: 16px 16px;
}
.schedule3 {
    background: url(../Images/ic_schedule_48.png) left no-repeat;
    background-size: 16px 16px;
    padding: 5px 0 0 20px;
}
.schedule4 {
    background: url(../Images/ic_schedule_48_1.png) left no-repeat;
    background-size: 17px 17px;
    padding: 5px 0 0 20px;
}

.countdown {
    background: url(../Images/ic_schedule_48.png) left no-repeat;
    background-size: 24px 24px;
    background-position-x: 5px;
}


p.loading{
    width:100%;
    height:100%;
    background:#fff url(../Images/loading_icon.gif) center no-repeat;
    background-size:contain;
    margin:0;
    border:0;
}
.button{
    width:80px;
    padding:3px 0 3px 30px;
    font-size:1.2em;
    border:1px solid #eb6a00;
    border-radius:5px;
    background-color:#64850f;
    margin:auto;
}
.icons {
    padding: 2px 0 0 38px;
    height: 32px;
    
}

.users {
    background: url(../Images/ic_users_48.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}

.users2 {
    background: url(../Images/ic_users_48_3.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}
.cart {
    background: url(../Images/ic_cart.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}

.cart2 {
    background: url(../Images/ic_cart_3.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}

.delete {
    background: url(../Images/ic_delete_bin_48_1.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 30px 26px;
    background-position-x: 1px;
}

.delete2 {
    background: url(../Images/ic_delete_bin_48_3.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size:30px 26px;
    background-position-x: 1px;
}
.status {
    background: url(../Images/ic_status_48.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}
.plus {
    background: url(../Images/ic_schedule_48.png) left no-repeat;
    /*padding: 8px 0 0 40px;*/
    background-size: 20px 20px;
    background-position-x: 5px;
}

.plus2 {
    background: url(../Images/ic_schedule_48_3.png) left no-repeat;
    /*padding: 8px 0 0 40px;*/
    background-size: 24px 24px;
    background-position-x: 5px;
}
.print {
    background: url(../Images/ic_print_48.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}

.print2 {
    background: url(../Images/ic_print_48.png) center no-repeat;
    background-size: 40px 40px;
    width: 48px;
    height: 48px;
    border: 1px solid #64850f;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
}

.bill {
    background: url(../Images/ic_pay_bill_48.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}

.orders {
    background: url(../Images/ic_order_48.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}
.orders2 {
    background: url(../Images/ic_order_48_3.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 28px 28px;
    background-position-x: 5px;
}

.schedule {
    background: url(../Images/ic_schedule_48_1.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 24px 24px;
    background-position-x: 5px;
}

.schedule2 {
    background: url(../Images/ic_schedule_48_2.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 24px 24px;
    background-position-x: 5px;
}
.history {
    background: url(../Images/ic_history_48_1.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 24px 24px;
    background-position-x: 5px;
}
.history2 {
    background: url(../Images/ic_history_48_2.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 24px 24px;
    background-position-x: 5px;
}

.complete {
    background: url(../Images/ic_complete_48.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 24px 24px;
    background-position-x: 5px;
}
.complete2 {
    background: url(../Images/ic_complete_48_3.png) left no-repeat;
    padding: 8px 0 0 40px;
    background-size: 24px 24px;
    background-position-x: 5px;
}
.tel {
    background: url(../Images/ic_tel_48_2.png) left no-repeat;
    background-size: 20px 20px;
    background-position-x: 5px;
}
.exit {
    width: 28px;
    height: 28px;
    float: right;
    background: url(../images/ic_close_24_3.png) center no-repeat;
    background-size: 22px 22px;    
    background-color: #eb6a00;
    border-radius: 3px;
    top:10px;
    right:10px;
    position:fixed;
}
.customer {
    width: 28px;
    height: 28px;
    float: right;
    background: url(../images/ic_customer_48.png) center no-repeat;
    background-size: 22px 22px;
    background-color: #eb6a00;
    border-radius: 3px;
    top: 48px;
    right: 10px;
    position: fixed;
}
.save {
    background: url(../Images/ic_save_48.png) center no-repeat;
    background-size: 40px 40px;
    width: 48px;
    height: 48px;
    border: 1px solid #eb6a00;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
}
.reset {
    background: url(../Images/ic_reset_48.png) center no-repeat;
    background-size: 40px 40px;
    width: 48px;
    height: 48px;
    border: 1px solid #64850f;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
}

.locked {
    background: url(../Images/ic_lock_48.png) center no-repeat;
    background-size: 40px 40px;
    width: 48px;
    height: 48px;
    border: 1px solid #64850f;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
}

.qrcode {
    background: url(../Images/ic_qr_code_48.png) center no-repeat;
    background-size: 40px 40px;
    width: 48px;
    height: 48px;
    border: 1px solid #64850f;
    border-radius: 5px;
    float: right;
    margin-right: 10px;
}
.username {
    background: url(../images/ic_users_48.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 9px;
    background-size: 24px 24px;
    padding:5px 0 5px 40px;
    border: solid 1px #e5e3e3;
    border-radius: 3px;
    height:30px;
    margin:8px;
}

.password {
    background: url(../images/ic_password_48.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 9px;
    background-size: 24px 24px;
    padding: 5px 0 5px 40px;
    border: solid 1px #e5e3e3;
    border-radius: 3px;
    height: 30px;
    margin: 8px;
}

.password2 {
    background: url(../images/ic_password_48_1.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 3px;
    background-size: 20px 20px;
    padding-left: 40px;
    border: solid 1px #e5e3e3;
    border-radius: 3px;
    height: 30px;
    margin: 8px;
}

.report {
    background: url(../images/ic_report_48.png) no-repeat;
    background-position-x: 5px;
    background-position-y: 9px;
    background-size: 24px 24px;
    padding: 5px 0 5px 40px;
    border: solid 1px #e5e3e3;
    border-radius: 3px;
    height: 30px;
    margin: 8px;
}



.logo {
    width: 340px;
    height: 140px;
    background: url(../images/ico.png) center no-repeat;
    background-size: 240px 140px;
    margin: auto;
}


/*Mobile phone*/
@media only screen and (max-width: 600px) {
    .main {
        width: 100%;
        /*background: red;*/
    }
    .sheets{
        width:100%;
    }
    .sheet {
        width: 94%;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .main {
        width: 100%;
        /*background: green;*/
    }

    .sheets {
        width: 100%;
    }

    .sheet {
        width:94%;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .main {
        width: 100%;
        /*background: blue;*/
    }

    .sheets {
        width: 100%;
    }
    .sheet {
        width: 330px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .main {
        width: 100%;
        /*background: orange;*/
    }

    .sheets {
        width: 100%;
    }
    .sheet {
        width: 330px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .main {
        width: 100%;
        /*background: pink;*/
    }

    .sheets {
        width: 100%;
    }

    .sheet {
        width: 330px;
    }
}