/* Minification failed. Returning unminified contents.
(930,1): run-time error CSS1019: Unexpected token, found '('
(930,2): run-time error CSS1019: Unexpected token, found '5'
(930,4): run-time error CSS1030: Expected identifier, found '15'
(930,4): run-time error CSS1031: Expected selector, found '15'
(930,4): run-time error CSS1025: Expected comma or open brace, found '15'
 */
@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Lato-Regular.woff') format('woff'), url('../fonts/Lato-Regular.ttf') format('truetype'), url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
}

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;
    }

li {
    list-style: none;
}



body {
    font-family:'Lato', sans-serif;
    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;
}

.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: 66px;
    background-color:#fff !important;
}

    .header h1 {
        width: 48px;
        height: 28px;
        float: left;
        padding: 0px 0 0 14px;
    }

ul.nav {
    list-style: none;
    float: right;
}

    ul.nav li {
        display: inline;
        padding: 1px 5px;
        float: left;
    }

.nav li ul {
    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(../Areas/Webadmin/images/home.png) no-repeat center top;
    padding: 26px 0 0 0;
    float: left;
    color: #000 !important;
}

    ul.nav li a.home:hover, ul.nav li a.home_on {
        background: url(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/Webadmin/images/product.png) no-repeat center top;
    padding: 26px 0 0 0;
    float: left;
    color: #000 !important;
}

    ul.nav li a.products:hover, ul.nav li a.products_on {
        background: url(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/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(../Areas/Webadmin/images/refrence.png) no-repeat center top;
    padding: 26px 0 0 0;
    float: left;
    color: #000 !important;
}

ul.nav li a {
    color: #000 !important;
}
ul.nav li a.preference:hover, ul.nav li a.preference_on {
    background: url(../Areas/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(../Areas/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(../Areas/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: #780609;
        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(../Areas/Webadmin/images/contact.png) no-repeat;
            }

            ul.list1 li a.attach {
                padding: 2px 0 2px 20px;
                background: url(../Areas/Webadmin/images/note.png) no-repeat 5px 0;
            }

            ul.list1 li a.export, ul.list2 li a.export {
                padding: 2px 0 2px 20px;
                background: url(../Areas/Webadmin/images/export.png) no-repeat 5px 0;
            }

            ul.list1 li a.print {
                padding: 3px 0 2px 25px;
                background: url(../Areas/Webadmin/images/print.png) no-repeat 5px 0;
            }

            ul.list1 li a.back_icon {
                padding: 3px 3px 2px 25px;
                background: url(../Areas/Webadmin/images/Back.png) no-repeat 5px 5px;
            }

                ul.list1 li a.back_icon:hover {
                    background-image: url(../Areas/Webadmin/images/Back_on.png);
                }

            ul.list1 li a.lock {
                padding: 4px 0 3px 25px;
                background: url(../Areas/Webadmin/images/lock.png) no-repeat 5px 0;
            }

            ul.list1 li a.close {
                padding: 2px 0 2px 20px;
                background: url(../Areas/Webadmin/images/close.png) no-repeat 5px 0;
            }

            ul.list1 li a.add_icon {
                padding: 2px 0 2px 27px;
                background: url(../Areas/Webadmin/images/add_icon.png) no-repeat 5px center;
            }

                ul.list1 li a.add_icon:hover {
                    background-image: url(../Areas/Webadmin/images/add_icon_on.png);
                }

ul.list2 li a.add_pro {
    padding: 2px 0 2px 20px;
    background: url(../Areas/Webadmin/images/add_pro.png) no-repeat 5px 0;
}

ul.list1 li a.edit {
    padding: 2px 0 2px 25px;
    background: url(../Areas/Webadmin/images/edit.png) no-repeat 5px center;
    margin-left: 5px;
}

    ul.list1 li a.edit:hover {
        background-image: url(../Areas/Webadmin/images/edit_on.png);
    }

ul.list1 li a.deletebtn {
    padding: 0px 0 2px 25px;
    background: url(../Areas/Webadmin/images/delete.png) no-repeat 5px 0;
}

ul.list1 li a.mail {
    padding: 0px 0 2px 25px;
    background: url(../Areas/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 #ed1c24 solid;
    background: #ed1c24;
    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(../Areas/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: #000;
    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(../Areas/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(../Areas/Webadmin/images/btn.png) repeat-x;
    cursor: pointer;
}

input.button:hover {
    background: #fff;
}

.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: #ed1c24;
}

.UpdateProgress {
    background: url(../Areas/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 #C5881E;
    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("../Areas/Webadmin/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("../Areas/Webadmin/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;
}

.frm_box .field-validation-error {
    font-family: 'MyriadProRegular';
    text-align: left;
    font-size: 13px;
    color: red;
    display: block;
    margin-bottom: -15px;
    padding-top: 5px !important;
    clear: both;
}

.field-validation-error {
    color: red;
}

.landing_main {
    background: none !important;
    border-top: none !important;
    padding: 10px 0 10px 0;
}

(5:15 PM) Abhishek Kumar Sharma: .container {
    max-width: 1170px;
    margin: auto;
}



.col-sm-12 {
    width: 100%;
}

.profile_poto {
    float: left;
    position: relative;
    z-index: 2;
}

.pfile_poto {
    position: absolute;
    top: 0;
    left: 15px;
}

.photo_shadow {
    height: 10px;
    background: url(../Areas/Webadmin/images/shadow.png) no-repeat top right;
    background-size: 100%;
}

.profile_poto .chnged_pto {
    display: none;
}

.profile_user {
    float: left;
    padding: 0px 0 15px 15px;
    margin-left: 200px;
}

.reviews {
    font-family: 'MyriadProRegular';
    font-size: 14px;
    color: #999;
    padding: 0px 0 5px;
    float: right;
}


.col-sm-12 {
    width: 100%;
}

.cover_images {
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
    border: 1px solid #A4A4A4;
    border-radius: 2px;
}

    .cover_images img {
        width: 99.9%;
        border: solid 1px #a4a4a4;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
    }

    .cover_images .chnged_covr {
        display: none;
    }

.pfile_poto img {
    border: 1px solid #DBD6CA;
    background: none repeat scroll 0 0 #FFFFFF;
}



.lbl_cat {
    padding: 4px;
    /*padding: 15px;*/
    background-color: rgb(224, 224, 224);
    /*width: 100%;*/
    margin-bottom: 12px;
}


.bx-next, .bx-prev {
    width: 40px;
    height: 40px;
    background: url(../Areas/Webadmin/images/sprite.png) no-repeat -370px -162px;
    overflow: hidden;
    text-indent: 10000px;
    position: absolute;
    right: 10px;
    top: 60%;
    margin-top: -50px;
    opacity: .8;
}

    .bx-next:hover, .bx-prev:hover {
        opacity: 1;
    }

.bx-prev {
    background-position: -325px -162px;
    left: 15px;
}

.bx-wrapper {
    position: relative;
}

.listingdetail-slider .bxslider {
    margin: 0;
}

.listingdetail-slider .bx-wrapper .bx-next {
    background-position: -55px -215px;
    right: 10px;
}

.listingdetail-slider .bx-wrapper .bx-prev {
    background-position: -6px -215px;
    left: 10px;
}

    .listingdetail-slider .bx-wrapper .bx-next.disabled,
    .listingdetail-slider .bx-wrapper .bx-prev.disabled {
        display: none;
    }

.listingdetail-slider .bx-wrapper .bx-next,
.listingdetail-slider .bx-wrapper .bx-prev {
    margin-top: -20px;
}

.listingdetail-slider .bx-wrapper .bx-pager-item {
    display: inline-block;
    margin: 0 3px;
}

    .listingdetail-slider .bx-wrapper .bx-pager-item a {
        width: 16px;
        height: 16px;
        background: #ccc;
        border-radius: 50%;
        display: block;
        text-indent: 10000px;
        overflow: hidden;
    }

        .listingdetail-slider .bx-wrapper .bx-pager-item a:hover,
        .listingdetail-slider .bx-wrapper .bx-pager-item .active {
            background: #006199;
        }

.listingdetail-slider .bx-wrapper .bx-pager {
    text-align: center;
    margin: 1em 0 0;
}

.imgcontainer img {
    height: 119px;
}

/*.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-black {
    background: #333;
    color: #fff;
    font-weight: 700;
}

    .btn-black:hover {
        background: #111;
    }

.btn-lg {
    text-transform: uppercase;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
}


.verified {
    color: #00B22D;
}

.notverified {
    color: #FF0000;
}


/*******KendoCss**********/
.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;
        }

.k-grid-header .k-filterable .k-link {
    width: 50px !important;
}

.k-pager-wrap .k-dropdown {
    width: 60px !important;
}


.Plotmap {
    width: 99%;
    height: 425px;
    float: right;
    margin-top: 10px;
    border: 3px #00A5D3 solid;
    border-radius: 5px;
}


.Plotleftdiv {
    min-height: 520px;
}


/*#ui-id-2
{
    display:block !important;

}

#ui-id-1
{
    display:block !important;

}*/




.dashboardcss {
    margin-left: 10px;
}


.gray_bg_dash {
    background: none repeat scroll 0 0 white;
    border-radius: 5px;
    margin-left: 2px;
    overflow: hidden;
    padding: 1px;
    width: 98%;
    margin-top: 5px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 25%;
    left: 25%;
    width: 50%;
    height: 20%;
    padding: 16px;
    border-radius: 2px;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}



.dashboardtd {
    background-color: white;
    border: 1px solid gray;
    border-radius: 4px;
    vertical-align: top;
    width: 30%;
}

.dashboardtd1 {
    background-color: white;
    border: 1px solid gray;
    border-radius: 4px;
    vertical-align: top;
    width: 70%;
}

.boxnew {
    background-color: #ececec !important;
}



/*
Tables
---------------------------------------------------------------------------------------------------- */

table {
    max-width: 100%;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.428571429;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.lbl_cat {
    padding: 4px;
    background-color: rgb(224, 224, 224);
    margin-bottom: 12px;
}





.ribbon {
    color: #fff;
    height: 22px;
    padding: 0 8px;
    position: absolute;
    right: -2px;
    top: 5px;
    line-height: 1.6;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

    .ribbon::before {
        background: rgba(0, 0, 0, 0) url("../Areas/Webadmin/images/sprite.png") no-repeat scroll 0 0;
        content: "";
        display: inline-block;
        height: 22px;
        left: -9px;
        position: absolute;
        top: 0;
        width: 9px;
    }

.ribbon-pink {
    background: #F6006A;
}

.ribbon.no2 {
    top: 32px;
}

.i-plus {
    width: 22px;
    height: 22px;
    background-position: -109px -230px;
    margin: 6px 0 0 6px;
}

.ex-img {
    float: left;
    padding: 5px;
    width: 157px;
}


.loader {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

    .loader > figure {
        left: 50%;
        border: 2px solid #fbd919;
        position: fixed;
        top: 50%;
        background-color: #fff;
        border-radius: 50%;
        padding: 10px;
    }

    .loader img {
        border-radius: 50%;
        max-width: 40px;
    }

/*address content 30 jul 2019*/
.formbtn {
    background-color: #000;
    color: #fff;
    cursor: pointer;
    padding: 7px;
    cursor: pointer;
    margin-bottom: 2%;
}

#mnmdiv {
    display: flex;
    width: 100%;
    margin: 15px;
}

    #mnmdiv .col-sm-5 {
        width: 40%;
    }

    #mnmdiv .col-sm-3 {
        width: 20%;
    }

    #mnmdiv .col-sm-3 {
        width: 30%;
    }

    #mnmdiv .input_type {
        width: 93%;
        margin-left: 3%;
        margin-top: 2%;
    }

    #mnmdiv #mnmchkbox {
        margin-left: 2%;
    }

#fieldsetmnm {
    margin-bottom: 1%;
}


#mnmchtxt:disabled {
    background-color: #a9a9a942;
}

#mnmvalmsg:disabled {
    background-color: #a9a9a942;
}

#mnmdiv span {
    margin-left: 3%;
}

#fieldsetmnm .formbtn {
    margin-bottom: 0px !important;
    float: right;
}

.Newheadersubmenu > li, .ANewheadersubmenu > li {
    border-bottom: 1px solid;
    width: 92%;
    padding: 6px !important;
}

.Newheadersubmenu, .Newheadersubmenu:hover {
    height: 500px !important;
    width: 235px !important;
}
    .ANewheadersubmenu, .ANewheadersubmenu:hover {
        height: 70px !important;
        width: 235px !important;
    }

.anchormanage {
    background: url(../Areas/Webadmin/images/customer.png) no-repeat center top;
    padding: 26px 0 0 0 !important;
    float: left;
}

/*.anchormanage:hover .Newheadersubmenu, .Newheadersubmenu li {
        display: block;
    }*/

/*.Newheadersubmenu > li > a {
    font-weight: normal !important;
}*/
/*end address content 30 jul 2019*/


.caret.caret-up {
    border-top-width: 0;
    border-bottom: 4px solid #000;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}


/* Edited by Sachin*/
.main-sidebar {
    /*bottom: 0;
    float: none;
    left: 0;
    position: relative;
    top: 0;*/
}
.main-sidebar {
    min-height: 100vh;
    height: 100%;
    z-index: 1038;
    background-color: #000;
}

.left-part-content {
    background-color: #000;
    padding: 15px 0 40px;
}

    .left-part-content ul li {
        position: relative;
    }

        .left-part-content ul li:before {
            font-family: FontAwesome;
            content: "\f054";
            position: absolute;
            left: 12px;
            top: 15px;
            font-size: 9px;
            color: #fff;
        }

        .left-part-content ul li a {
            color: #fff;
            font-size: 15px;
            padding: 10px 5px 10px 25px;
            display: block;
        }

            .left-part-content ul li a.active {
                background-color: #ed1c24;
            }

        .left-part-content ul li ul {
            padding-left: 15px;
        }

.post-title {
    background-color: #ed1c24;
    color: #fff;
    padding: 18px 15px;
    font-size: 22px;
    font-weight: 700;
    margin: -1px -21px 0;
}
.annoucement-box {
    border-color: #ed1c24 !important;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.post-description {
    padding-top: 0;
    padding-bottom: 0;
    border-color: rgba(0, 0, 0, 0.15);
    margin-bottom: 18px;
}

.white-bg {
    background-color: #fff;
    padding: 0px 20px;
    border: 1px solid #000;
}

.btn {
    background-color: #ed1c24;
    color: #fff;
}
.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

    .btn:hover {
        border: 1px solid #d0cfcf !important;
    }
    .supportbtn {
    background: #ed1c24;
    padding: 6px;
    width: 20%;
    float: right;
}

.tabheader {
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

    .tabheader li {
        display: list-item;
        unicode-bidi: isolate;
    }

    .tabheader .tablinks {
        padding-right: 2px;
        color: #fff !important;
        width: 20%;
        font-family: 'Lato', sans-serif;
        text-align: center;
        font-size: 18px;
        font-weight: 400;
    }

        .tabheader .tablinks a {
            position: relative;
            display: block;
            padding: 10px 15px;
            background-color: #d0cfcf !important;
            color: #000 !important;
            font-family: 'Lato', sans-serif;
            border-radius: 4px 4px 0 0;
        }


    .tabheader .active a {
        background-color: red !important;
        color: #fff !important;
    }

.tab-content {
    border: 1px solid #ccc;
    padding: 15px 0px 15px 0px;
}

.pop-up-close-btn {
    position: fixed;
    top: 0px;
    font-size: 33px !important;
    right: 10px;
    padding: 10px;
    color:#fff !important;
    border:none;
    background:none;
}

.modal-header {
    background-color: red !important;
    color: #fff !important;
}
.modal-footer
{
    bottom:0px;
}
