﻿@charset "utf-8";
/* CSS Document */

body, p, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, a, a img {
    margin: 0;
    padding: 0;
}

ol, ul {
    list-style: none;
}

a {
    cursor: pointer;
}

    a, a img {
        outline: none;
        border: none;
    }

body {
    font-family: Tahoma;
    font-size: 13px;
    background: #f4f3f3;
    letter-spacing: 1px;
    color: #666666;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    * {
        font-weight: normal;
    }
}

a {
    outline: none;
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #666;
    }

.clear {
    clear: both;
    height: 0px;
    font-size: 0px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.acenter {
    text-align: center;
}

.aright {
    text-align: right;
}

.wrapper {
    width: 90%;
    margin: auto;
}

.main {
    width: 934px;
    margin: auto;
}



/* ================ Paddings - margins ============== */
.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt40 {
    padding-top: 40px;
}

.pt45 {
    padding-top: 45px;
}

.pt50 {
    padding-top: 50px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt110 {
    padding-top: 110px;
}

.p20_12 {
    padding: 20px 12px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr10 {
    padding-right: 10px;
}

.plr20 {
    padding: 0 20px;
}


/* ================ Width ============== */

.wid100 {
    width: 100px;
}

.wid150 {
    width: 150px;
}

.wid165 {
    width: 165px;
}

.wid167 {
    width: 167px;
}

.wid169 {
    width: 169px;
}

.wid175 {
    width: 175px;
}

.wid200 {
    width: 200px;
}

.wid220 {
    width: 220px;
}

.wid260 {
    width: 260px;
}

.wid275 {
    width: 275px;
}

.wid330 {
    width: 330px;
}

.wid400 {
    width: 400px;
}

.wid450 {
    width: 450px;
}

.wid500 {
    width: 500px;
}

.wid600 {
    width: 600px;
}

.wid620 {
    width: 620px;
}

.wid640 {
    width: 640px;
}

.wid687 {
    width: 687px;
}

.wid730 {
    width: 730px;
}


.lh24 {
    line-height: 24px;
}

.lh18 {
    line-height: 18px;
}

/* ================ Header Section ============== */
.topbar {
    background: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.header {
    width: 100%;
    height: 56px;
}

    .header h1 {
        width: 48px;
        height: 28px;
        float: left;
        padding: 16px 0 0 4px;
    }

ul.nav {
    list-style: none;
    float: right;
}

    ul.nav li {
        display: inline; /*padding:10px 15px;*/
        padding: 8px;
        float: left;
    }

.nav li ul {
    display: none;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    list-style: none outside none;
    position: absolute;
    top: 55px;
    z-index: 12;
}

    .nav li ul li {
        float: left;
        clear: both;
    }

        .nav li ul li a:hover {
            font-weight: bold;
        }

ul.nav li a {
    font-size: 9px;
    text-transform: uppercase;
    color: #000;
}

    ul.nav li a.home {
        background: url(../../Webadmin/images/home.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.home:hover, ul.nav li a.home_on {
            background: url(../../Webadmin/images/home_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.orders {
        background: url(../../Webadmin/images/order.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.orders:hover, ul.nav li a.orders_on {
            background: url(../../Webadmin/images/order_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.customer {
        background: url(../../Webadmin/images/customer.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.customer:hover, ul.nav li a.customer_on {
            background: url(../../Webadmin/images/customer_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }




    ul.nav li a.products {
        background: url(../../Webadmin/images/product.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.products:hover, ul.nav li a.products_on {
            background: url(../../Webadmin/images/product_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.page {
        background: url(../../Webadmin/images/page.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.page:hover, ul.nav li a.page_on {
            background: url(../../Webadmin/images/page_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.gallery {
        background: url(../../Webadmin/images/gallery.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.gallery:hover, ul.nav li a.gallery_on {
            background: url(../../Webadmin/images/gallery_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.newsletter {
        background: url(../../Webadmin/images/newsletter.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.newsletter:hover, ul.nav li a.newsletter_on {
            background: url(../../Webadmin/images/newsletter_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.promotion {
        background: url(../../Webadmin/images/promotion.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.promotion:hover, ul.nav li a.promotion_on {
            background: url(../../Webadmin/images/promotion_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.preference {
        background: url(../../Webadmin/images/refrence.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.preference:hover, ul.nav li a.preference_on {
            background: url(../../Webadmin/images/refrence_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }

    ul.nav li a.logout {
        background: url(../../Webadmin/images/logout.png) no-repeat center top;
        padding: 26px 0 0 0;
        float: left;
    }

        ul.nav li a.logout:hover, ul.nav li a.logout_on {
            background: url(../../Webadmin/images/logout_on.png) no-repeat center top;
            padding: 26px 0 0 0;
            float: left;
            color: #000;
        }


.mid {
    border: 1px #e5e5e5 solid;
    background: #fff;
    padding: 14px 20px;
    margin: 31px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .mid h1 {
        padding: 5px 0 10px 0;
        font-size: 18px;
        text-transform: uppercase;
        color: #F16262;
        padding: 10px 0 10px 0;
    }

    .mid h2 {
        padding: 10px 0;
        text-transform: uppercase;
        color: #000;
        font-weight: normal;
    }


ul.list1 {
    list-style: none;
}

    ul.list1 li {
        display: inline;
    }

        ul.list1 li:first-child {
            border: none;
        }

    ul.list1 li {
        border-left: 1px #000 solid;
        margin-left: 10px;
    }

        ul.list1 li a {
            padding: 0 10px;
            display: inline;
            color: #000;
        }

            ul.list1 li a.contactcustomer {
                padding: 1px 0 2px 20px;
                background: url(../../Webadmin/images/contact.png) no-repeat;
            }

            ul.list1 li a.attach {
                padding: 2px 0 2px 20px;
                background: url(../../Webadmin/images/note.png) no-repeat 5px 0;
            }

            ul.list1 li a.exportexcel {
                padding: 2px 0 2px 27px;
                background: url(../../Webadmin/images/excel.png) no-repeat 5px center;
            }

            ul.list1 li a.exportpdf {
                padding: 2px 0 2px 27px;
                background: url(../../Webadmin/images/pdf.png) no-repeat 5px center;
            }

            ul.list1 li a.print {
                padding: 3px 0 2px 25px;
                background: url(../../Webadmin/images/print.png) no-repeat 5px center;
            }

            ul.list1 li a.back_icon {
                padding: 3px 3px 2px 25px;
                background: url(../../Webadmin/images/Back.png) no-repeat 5px 5px;
            }

                ul.list1 li a.back_icon:hover {
                    background-image: url(../../Webadmin/images/Back_on.png);
                }

            ul.list1 li a.lock {
                padding: 4px 0 3px 25px;
                background: url(../../Webadmin/images/lock.png) no-repeat 5px 0;
            }

            ul.list1 li a.close {
                padding: 2px 0 2px 20px;
                background: url(../../Webadmin/images/close.png) no-repeat 5px 0;
            }

            ul.list1 li a.add_icon {
                padding: 2px 0 2px 27px;
                background: url(../../Webadmin/images/add_icon.png) no-repeat 5px center;
            }

                ul.list1 li a.add_icon:hover {
                    background-image: url(../../Webadmin/images/add_icon_on.png);
                }

ul.list2 li a.add_pro {
    padding: 2px 0 2px 20px;
    background: url(../../Webadmin/images/add_pro.png) no-repeat 5px 0;
}

ul.list1 li a.edit {
    padding: 2px 0 2px 25px;
    background: url(../../Webadmin/images/edit.png) no-repeat 5px center;
    margin-left: 5px;
}

    ul.list1 li a.edit:hover {
        background-image: url(../../Webadmin/images/edit_on.png);
    }

ul.list1 li a.deletebtn {
    padding: 0px 0 2px 25px;
    background: url(../../Webadmin/images/delete.png) no-repeat 5px 0;
}

ul.list1 li a.mail {
    padding: 0px 0 2px 25px;
    background: url(../../Webadmin/images/mail.png) no-repeat 5px 0;
}



.message {
    background-color: #DFF2BF;
    border: 1px solid #95A486;
    border-radius: 5px 5px 5px 5px;
    color: #59911C;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

.errormessage {
    color: #FF0000;
    background-color: #FFBABA;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding: 10px;
    border: solid 1px red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
}

.box {
    background: #f9f9f9;
    border: 1px #ececec solid;
}

.gray_bg {
    background: #f9f9f9;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}

.invent td {
    padding: 10px;
    color: #000;
    border-bottom: 1px #ececec solid;
}

.invent th {
    padding: 7px 10px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    border-bottom: 1px #ececec solid;
    background: #F16262;
    font-size: 18px;
}

a.grd_btn {
    padding: 0 10px;
    font-size: 10px;
    color: #000;
    display: block;
    float: left;
    line-height: 28px;
    text-transform: uppercase;
    border: 1px #ccc solid;
    border-radius: 5px;
    background: url(../../Webadmin/images/btn.png) repeat-x;
}

    a.grd_btn:hover {
        background: #fff;
    }

.gray_bar {
    padding: 0 0 0 12px;
    font-size: 12px;
    font-weight: bold;
    color: #F16262;
    line-height: 24px;
    background: #eeeeee;
    border-bottom: 1px #cccccc solid;
}

input, select {
    background: #fff;
    border: 1px #e9edf2 solid;
    border-top: 1px #b1b3b8 solid;
    padding: 5px;
    font-size: 12px;
    color: #000;
    text-transform: none;
}

textarea {
    border: 1px #ccc solid;
    background: #fff;
    resize: none;
}

.botm_bar {
    padding: 0 10px;
    font-size: 10px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    background: url(../../Webadmin/images/botm_bar.png) repeat-x;
}

.button {
    font-size: 10px;
    color: #000;
    display: block;
    float: left;
    line-height: 18px;
    text-transform: uppercase;
    border: 1px #ccc solid;
    border-radius: 5px;
    background: url(../../Webadmin/images/btn.png) repeat-x;
    cursor: pointer;
}

input.button:hover {
    background: #fff;
}

.field-validation-error {
    color: Red;
}

.graytxt_8 {
    color: #888888;
    font-size: 11px;
    padding-top: 10px;
    width: 400px;
}

.popup {
    margin: 0 auto;
    width: 780px;
    background: #fff;
    border: 1px #ccc solid;
    margin: 60px auto 0;
}

.order td {
    padding: 7px 10px;
    font-size: 10px;
    color: #000;
    text-transform: uppercase;
}

.order th {
    padding: 7px 10px;
    font-size: 8px;
    color: #000;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 1px #ececec solid;
    background: #f7f7f7;
}

.UpdateProgress {
    background: url(../../Webadmin/images/blacktrans80.png);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    min-height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
}

.Close {
    cursor: pointer;
    float: right;
    font-size: 12px;
    font-weight: bold;
}



.radius {
    border-radius: 5px 5px 5px 5px;
}

.dabal_bor td {
    border-bottom: 1px #dddddd solid;
    color: #000;
    padding: 10px;
}

.dabal_bor .gray_td {
    background: none repeat scroll 0 0 #F16262;
    border-bottom: 1px solid #ECECEC;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    padding: 7px 10px;
    text-align: left;
    ;
}

.mail_box {
    margin: 20px 0 0 25px;
    padding: 10px 10px 20px 10px;
    width: 335px;
    background: #fcfcfc;
    border: 1px #ccc solid;
    border-radius: 5px;
    min-height: 70px;
}

.uline {
    text-decoration: underline;
}

    .uline:hover {
        text-decoration: none;
    }


.gray_bg table {
    background: #fff;
}

.gray_bg tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #f4f3f3;
}

.headingbrd {
    border-bottom: 1px solid #EEEEEE;
}


#pagging {
    float: right;
}

.Pagination th {
    background: #e6e6e6 !important;
    font-family: Arial, "MS Sans Serif", Helvetica;
    font-size: 12px;
}

.Pagination a, .Pagination span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    line-height: 23px;
    border: solid 1px #c0c0c0;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
    height: 23px;
}

    .Pagination a:hover, .Pagination span:hover {
        background: #fefefe;
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
        background: -moz-linear-gradient(0% 0% 270deg, #FEFEFE, #f0f0f0);
    }

#pagging .active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg, #f8f8f8, #e9e9e9);
}

.previous-off {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.operations a, .operations span {
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

    .operations a:hover, .operations span:hover {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        filter: alpha(opacity=100);
        opacity: 1;
    }

.img_pad {
    float: left;
    margin: 0 10px 0 0;
}

.word-wrap {
    word-wrap: break-word;
}

.lam {
    background: url("../images/btn_left.png") no-repeat scroll left top transparent;
    color: #90B7CE;
    display: block;
    float: left;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    padding: 0 0 0 10px;
    text-shadow: 1px 2px #FFFFFF;
}

    .lam span {
        background: url("../images/btn_right.png") no-repeat scroll right top transparent;
        color: #90B7CE;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 37px;
        padding: 0 10px 0 0;
    }

.next_pagging {
    font-size: 16px !important;
    line-height: 20px !important;
}

.k-widget.k-dropdown.k-header {
    display: inline-block !important;
}

    .k-widget.k-dropdown.k-header.k-filter-and {
        height: 10px !important;
    }

        .k-widget.k-dropdown.k-header.k-filter-and span {
            display: none !important;
        }


.lam {
    background: url("../images/btn_left.png") no-repeat scroll left top transparent;
    color: #90B7CE;
    display: block;
    float: left;
    font-family: "Arial Black",Gadget,sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 37px;
    padding: 0 0 0 10px;
    text-shadow: 1px 2px #FFFFFF;
}

    .lam span {
        background: url("../images/btn_right.png") no-repeat scroll right top transparent;
        color: #90B7CE;
        display: block;
        float: left;
        font-size: 16px;
        line-height: 37px;
        padding: 0 10px 0 0;
    }



/*******************21 August 2014********************/





.step {
    padding: 0px;
    width: 100%;
    display: table;
    border-top: solid 1px #E2E2E2;
}

.row {
    margin-left: -7px;
    margin-right: -7px;
}

.register-field {
    padding-top: 10px;
    padding-bottom: 10px;
}

.attach-photo {
    background: #F0F0F0;
    border: solid 1px #BEBEBE;
    border-radius: 2px;
    padding: 75px 25px 25px;
    text-align: center;
    width: 50%;
}

.upload-photo {
    border: solid 1px #BEBDBD;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}







.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1.076923077em;
    line-height: 1.42857143;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #F5F5F5;
    -webkit-transition: .3s;
    -moz-transition: .3s;
}

.btn-lg {
    text-transform: uppercase;
    padding: 12px 20px;
    font-size: 12px;
    height: 15px;
    line-height: 1.33;
    font-weight: 700;
}

.btn-black {
    background: #333;
    color: #fff;
    font-weight: 700;
}


.list-squarebullet {
    text-align: left;
    margin: 22px auto 0;
    width: 65%;
    color: #666;
}


    .list-squarebullet > li {
        background: url(../images/square-bullet.png) no-repeat 0 7px;
        padding-left: 10px;
    }

.IconImage {
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #bebebe;
    margin-left: 10px;
    margin-top: 9px;
    padding: 8px;
    width: 50%;
}

.condition_view {
    text-align: center;
}


.Description {
    height: 111px;
    width: 75%;
}




.Loginbutton {
    background: url("../../Webadmin/images/btn.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 10px;
    line-height: 18px;
    margin: 0 auto !important;
    text-transform: uppercase;
    width: 156px;
}



.MultListpnl {
    background-color: #F0F0F0;
    border-radius: 4px;
    display: inline-flex;
    margin-top: 12px;
    padding: 12px;
    width: 70%;
    border: 1px solid #bebebe;
}


.MultList {
    border-radius: 3px;
    height: 170px;
    margin-top: 7px;
    width: 270px;
}

.MultListSuppliers {
    border-radius: 3px;
    height: 170px;
    margin-left: -4px;
    width: 289px;
}

.upload-photobanner {
    border: solid 1px #BEBDBD;
    width: 50%;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 410px;
    height: 140px;
    margin-left: -324px;
    margin-top: -200px;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
}

.li_newImage .text {
    position: relative;
    bottom: 30px;
    left: 0px;
    visibility: hidden;
    color: white;
}

.li_newImage:hover .text {
    visibility: visible;
}

.allimages .text {
    position: relative;
    bottom: 30px;
    left: 0px;
    visibility: hidden;
    color: white;
}

.allimages:hover .text {
    visibility: visible;
}



/* Style the list */
ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Float the list items side by side */
    ul.tab li {
        float: left;
    }

        /* Style the links inside the list items */
        ul.tab li a {
            display: inline-block;
            color: black;
            text-align: center;
            padding: 0px 9px;
            text-decoration: none;
            transition: 0.3s;
            font-size: 17px;
            margin-top: 2px;
            margin-left: 3px;
        }

            /* Change background color of links on hover */
            ul.tab li a:hover {
                background-color: #fff;
            }

            /* Create an active/current tablink class */
            ul.tab li a:focus, .active {
                background-color: #fff;
            }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}


.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

@-webkit-keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.EmailSend {
    background: #e60606;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #e60606;
    cursor: pointer;
}


.EmailNotSend {
    background: #0e6b02;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #0e6b02;
}

.EmailSendText {
    color: #e60606;
    font-size: 18px;
    font-weight: bold;
}

.EmailNotSendText {
    color: #0e6b02;
    font-size: 18px;
    font-weight: bold;
}


.invoicebtn {
    color: #fff;
    background: red;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
}

.paymentbtn {
    color: #fff;
    background: green;
    padding: 4px;
    border-radius: 4px;
}

.creditnotebtn {
    color: #fff;
    background: #820c0c;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
}

.pendingbtn {
    color: #fff;
    background: #820c0c;
    padding: 4px 9px 4px 9px;
    border-radius: 4px;
    cursor: pointer;
}

.statuspendingbtn {
    color: #fff;
    background: #820c0c;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
}

.statuspaidbtn {
    color: #fff;
    background: green;
    padding: 4px;
    border-radius: 4px;
}

.statusunpaidbtn {
    color: #fff;
    background: #820c0c;
    padding: 4px 15px 4px 15px;
    border-radius: 4px;
}

.statussentbtn {
    color: #fff;
    background: #e87108;
    padding: 4px 10px 4px 10px;
    border-radius: 4px;
}

.imgsection {
    border: 1px solid #dddddd !important;
    border-radius: 5px !important;
    float: left !important;
    margin-bottom: 20px !important;
    margin-right: 19px !important;
    min-height: 120px !important;
    padding: 0px 0 !important;
    text-align: center !important;
    width: 136px !important;
}


.headersubmenu > li {
    border-bottom: 1px solid;
    width: 92%;
}

    .headersubmenu > li > a {
        font-weight: normal !important;
    }


/*Start Custom modal 5-02-19*/


.createmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999999999; /* Sit on top */
    /*padding-top: 100px;*/ /* Location of the box */
    padding-top: 1px;
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.createmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    border: 1px solid #ccc;
}

/* Modal Content */
.createmodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }

    to {
        top: 0;
        opacity: 1;
    }
}

/* The Close Button */
.close {
    color: black;
    float: right;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

.createmodal-header {
    padding: 2px 16px;
    background-color: #f1f1f1;
    color: #F16262 !important;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    border: 1px solid #ccc;
}

.createmodal-body {
    padding: 2px 16px;
}

.createmodal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.commentBoxDiv {
    overflow: auto;
    max-height: 320px;
}

@media (min-width:1700px) and (max-width:1950px) {
    .commentBoxDiv {
        max-height: 600px;
    }
}

/*End Custom modal 5-02-19*/

/*Add Store Summary 25-03-19*/

.chectext {
    width: 30%;
    float: left;
}

.errequired {
    color: red;
    display: none;
}

.checdate > .errequired {
    position: absolute;
    margin-top: 24px;
    margin-left: -130px;
}

.comment-datebox {
    position: relative;
}

.admincount {
    background: #f91800 none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    min-width: 11px;
    padding: 2px;
    position: absolute;
    text-align: center;
    right: 10px;
}
/*End Store Summary 25-03-19*/

/*Add New POS Ticket 05-06-19*/
.txtbrcode {
    height: 90px;
    width: 70%;
}

.tickrt_fieldset {
    height: 300px;
}


@media (min-width:1700px) and (max-width:1920px) {
    .btn-Replytoticket {
        margin-left: 6% !important;
    }

    .btn-img-update {
        margin-right: 25%;
    }
}

@media (max-width:1500px) {
    .tickrt_fieldset {
        height: 217px;
    }

    .txtbrcode {
        width: 65%;
    }

    .btn-img-update {
        margin-right: 2%;
    }
}

.wid50 {
    width: 50%;
}

.buttonShadowbtn {
    background-color: #781115; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.buttonShadowbtn {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

    .buttonShadowbtn:hover {
        box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
    }

/*End  Ticket 05-06-19*/


/*Store Credit Amount 28-08-2019*/
.btn-save-cramount {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    margin-left: 465px;
}

@media (min-width:1300px) and (max-width:1500px) {
    .btn-save-cramount {
        margin-left: 345px;
    }
}

@media (min-width:1100px) and (max-width:1300px) {
    .btn-save-cramount {
        margin-left: 306px;
    }
}
/*End Store Credit Amount 28-08-2019*/



/*start  added by vipual   11-oct-2019*/
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
/*end  added by vipual   11-oct-2019*/
.newviewbtn {
    color: #fff !important;
    background: #820c0c;
    border-radius: 6px;
    padding: 12px;
    cursor: pointer;
    padding-left: 13px;
    padding-right: 13px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin: auto !important;
    text-align: center;
}


.radiusDataticket {
    border-radius: 5px 5px 5px 5px;
    margin-top: -30px;
}

.txtDimension {
    width: 50px;
}

@media (max-width:1700px) {
    .Dimension-input {
        width: 100% !important;
    }

    .txtDimension {
        width: 24px;
    }
}


/*annouce mnet css 1-oct-2020 */
#filehtmldiv {
    padding: 10px;
}

.attachcloseicon {
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 100;
    background-color: #ed1c24;
    padding: 3px 2px 2px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    opacity: 1;
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
}

.attachimgicon {
    position: relative;
    display: inline-block;
    font-size: 0;
    border: 5px solid #ed1c24;
    margin: 2px;
}

    .attachimgicon img {
        width: 125px;
        height: 125px;
    }
