/** Home Page **/

@-webkit-keyframes NEW-ORDER-ANIMATION {
    0%, 49% {
        background-color: #16B5F1;
        border-color: #16B5F1 !important;
    }

    50%, 100% {
        background-color: #3f6ad8;
        border-color: #3f6ad8 !important;
    }
}

@-webkit-keyframes READY-ORDER-ANIMATION {
    0%, 49% {
        background-color: #ff152b;
        border-color: #ff152b !important;
    }

    50%, 100% {
        background-color: #16B5F1;
        border-color: #16B5F1 !important;
    }
}

body {
    padding-top: 0;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    /*background:white;*/
}


@media (min-width: 979px) {
    body {
        padding-top: 60px;
    }
}

@media (min-width: 768px) {
    mr {
        position: relative;
        height: 39px;
        width: 100%;
        float: right;
        top: 14%;
        left: 30%;
        right: 0;
        bottom: 17px;
        /* margin: 20px 0; */
        /* border: 0; */
        border-top: 3px solid #020202;
    }
}

/** Login Page **/
#login {
    padding-top: 21px;
    padding-bottom: 40px;
}

    #login .form-signin {
        max-width: 500px;
        padding: 15px;
        margin: 0 auto 20px;
        /*background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
    }

        #login .form-signin .form-signin-heading,
        #login .form-signin .checkbox {
            margin-bottom: 28px;
        }

        #login .form-signin input[type="text"],
        #login .form-signin input[type="password"] {
            font-size: 16px;
            height: auto;
            margin-bottom: 15px;
            padding: 5px 9px;
            min-width: 285px;
        }

/** 2 level sub menu **/
.dropdown-menu-with-subs .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu-with-subs li:hover .sub-menu {
    visibility: visible;
    display: block;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}

.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

/** Global **/
#content {
    margin-left: 0px;
}

.hide-sidebar, .show-sidebar {
    cursor: pointer;
}

.padd-bottom {
    margin-bottom: 5px;
}

.breadcrumb {
    margin: 0 0 0px;
    padding: 10px 0px;
    background-color: transparent;
}

.block {
    border: 1px solid #cccccc;
    /*    background: white;*/
    margin-top: 0;
    border-top: none;
    border-radius: 16px;
}

/*.block-content {
    margin: 1em;
    min-height: .25em;
}*/

.block-content {
    margin: 0;
    min-height: .25em;
}

.block-header {
    margin-bottom: 0px;
    border-right: none;
    border-left: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

    .block-header div {
        /*padding-top: 10px;*/
    }

.easyPieChart {
    margin: 0px auto;
}

.chart-bottom-heading {
    margin-top: 5px;
    text-align: center;
}

/** Side Bar **/
.bs-docs-sidenav {
    max-width: 228px;
    margin: 30px 0 0;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
    box-shadow: 0 1px 4px rgba(0,0,0,.065);
}

    .bs-docs-sidenav > li > a {
        display: block;
        width: 190px \9;
        margin: 0 0 -1px;
        padding: 8px 14px;
        border: 1px solid #e5e5e5;
    }

    .bs-docs-sidenav > li:first-child > a {
        -webkit-border-radius: 6px 6px 0 0;
        -moz-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .bs-docs-sidenav > li:last-child > a {
        -webkit-border-radius: 0 0 6px 6px;
        -moz-border-radius: 0 0 6px 6px;
        border-radius: 0 0 6px 6px;
    }

    .bs-docs-sidenav > .active > a {
        position: relative;
        z-index: 2;
        padding: 9px 15px;
        border: 0;
        text-shadow: 0 1px 0 rgba(0,0,0,.15);
        -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
        box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
    }
    /* Chevrons */
    .bs-docs-sidenav .icon-chevron-right {
        float: right;
        margin-top: 2px;
        margin-right: -6px;
        opacity: .25;
    }

    .bs-docs-sidenav > li > a:hover {
        background-color: #f5f5f5;
    }

    .bs-docs-sidenav a:hover .icon-chevron-right {
        opacity: .5;
    }

    .bs-docs-sidenav .active .icon-chevron-right,
    .bs-docs-sidenav .active a:hover .icon-chevron-right {
        opacity: 1;
    }

    .bs-docs-sidenav.affix {
        top: 40px;
    }

    .bs-docs-sidenav.affix-bottom {
        position: absolute;
        top: auto;
        bottom: 270px;
    }

/* Icons
------------------------- */
.the-icons {
    margin-left: 0;
    list-style: none;
}

    .the-icons li {
        float: left;
        width: 25%;
        line-height: 25px;
    }

    .the-icons i:hover {
        background-color: rgba(255,0,0,.25);
    }


.control-label .required {
    color: #e02222;
    font-size: 12px;
    padding-left: 2px;
}

.ErrorControl {
    width: 270px;
    border: solid 1px Red !important;
}
/* MASTER ERRORS */
.clear {
    border: medium none;
    clear: both;
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
}

.messageBox {
    background-color: #F4F4F4;
    background-position: 7px 5px;
    background-repeat: no-repeat;
    color: #333;
    font-family: Tahoma;
    font-size: 11px;
    margin: 5px 0;
    padding: 8px 8px 8px 30px;
}

.messageBoxError {
    background-color: #FFECEC;
    background-image: url(images/error-message.gif);
}

.messageBoxSuccess {
    background-image: url(images/success-message.gif);
}

.login-box {
    border: 1px solid #cccccc;
    background: #FFF;
    padding: 20px 15px 25px;
}

#login .form-signin-heading {
    text-align: center;
}

.logoin-text {
    float: left;
    width: 25%;
    margin-right: 15px;
}

.logoin-input {
    float: left;
    width: 65%;
}

.logoin-input01 {
    float: left;
    width: 65%;
    margin-left: 28%;
}

.login-title {
    background: #7db9e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDE0NTQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjMyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #7db9e8 0%, #414549 0%, #202327 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(0%,#414549), color-stop(100%,#202327)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#414549 0%,#202327 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#414549 0%,#202327 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#414549 0%,#202327 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7db9e8 0%,#414549 0%,#202327 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#202327',GradientType=0 ); /* IE6-8 */
    margin: 0px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.configuration-title {
    background: #7db9e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    margin: 0px;
    padding: 8px 15px;
    font-size: 18px;
    font-weight: normal;
    color: #fff !important;
}

.logoin-input01 .checkbox {
    float: left;
    font-size: 12px;
}

.login-button {
    float: right;
    font-size: 16px;
    padding: 5px 15px;
}

/*
.Configuration-color {
    color: #fff !important;
    font-size: 16px !important;
    padding: 0px !important;
}
*/
.Configuration-color {
    color: white !important;
    font-size: 16px !important;
    padding: 0px !important;
    font-weight: 600;
}

.admin-list {
    padding: 15px;
}

.list-inner-box {
    margin: 15px 0 !important;
    padding: 0 !important;
    border: 1px solid #cccccc;
}

    .list-inner-box h3 {
        font-size: 16px;
        margin: 0px;
        padding: 0 15px;
        font-weight: normal;
        background: #ffffff;
        background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#E2DFDF));
        background: -webkit-linear-gradient(#ffffff, #E2DFDF);
        background: -moz-linear-gradient(#ffffff, #E2DFDF);
        background: -ms-linear-gradient(#ffffff, #E2DFDF);
        background: -o-linear-gradient(#ffffff, #E2DFDF);
        background: linear-gradient(#ffffff, #E2DFDF);
    }

.fl {
    float: left;
}

.fr {
    float: right;
}

.dashboard-editwebadmin {
    padding: 0px !important;
    margin: 0px !important;
}

.dashboard-add-01 {
    background: url(../img/edit01.png) no-repeat;
    height: 17px;
    width: 17px;
    border: none;
    display: inline-block;
}

.dashboard-delete-01 {
    background: url(../img/Delete01.png) no-repeat;
    height: 17px;
    width: 17px;
    border: none;
    margin-left: 5px;
    display: inline-block;
}

.dashboard-download {
    background: url(../img/Download.jpg) no-repeat;
    height: 17px;
    width: 17px;
    border: none;
    margin-left: 5px;
    display: inline-block;
}

.full_weight {
    min-height: 88px;
    width: 96%;
}

.main_Category_select {
    width: 285px;
}

.icon-plus01 {
    background: url(../img/icon-plus-01.png) no-repeat;
    margin-left: 14px;
    margin-top: 4px;
}

.block-outlet {
    background: none !important;
    margin-top: 10px !important;
}

.navbar-inner01 {
    /*min-height: 40px;*/
    padding-right: 20px;
    padding-left: 20px;
    background: none;
    border: none;
    box-shadow: none;
}

    .navbar-inner01 label {
        font-size: 16px;
        font-weight: bold;
        color: #212528;
    }

.control-group01 {
    padding: 0px !important;
    margin: 0px !important;
}

.block-content01 {
    border: 1px solid #ccc;
    padding: 10px 0 0;
}

.outletname-active {
    color: #115486 !important;
}

#loginload {
    float: right;
    margin-right: 31px;
}

.forgot-password-left {
    float: left;
}

.forgot-password-right {
    float: right;
    width: 65%;
    margin-right: 10px;
}

.pull-right a {
    color: #ffffff;
}

.submenuList-top {
    margin-bottom: -6px;
    margin-left: 8px;
}

.dashboard-box {
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.checkbox-type {
    margin-bottom: 10px !important;
}

.dashboard-box h4 {
    background: #7db9e8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkYjllOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDE0NTQ5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwMjMyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #7db9e8 0%, #414549 0%, #202327 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7db9e8), color-stop(0%,#414549), color-stop(100%,#202327)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7db9e8 0%,#414549 0%,#202327 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7db9e8 0%,#414549 0%,#202327 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7db9e8 0%,#414549 0%,#202327 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7db9e8 0%,#414549 0%,#202327 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#202327',GradientType=0 ); /* IE6-8 */
    margin: 0px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}

.dataTables_wrapper {
    margin-top: 15px;
}

.config-img {
    border: 1px solid #ccc;
    height: 110px;
    width: 110px;
    padding: 2px;
}

.notification a {
    color: white;
    padding-left: 24px;
}

/*
    .roundcoircle{
 background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    float: left;
    height: 25px;
    margin: 5px;
    padding-top: 7px;
    text-align: center;
    width: 37px;
    }
*/
.blue-order {
    background: #0062C3;
    color: #fff;
}

.red-order {
    /*        background:red;*/
    background: #ff152b;
    color: #fff;
}

.yellow-order {
    background: #cfea5c;
}

.sky-order {
    background: #16B5F1;
}

.green-order {
    /*background:green;
        color:#fff;*/
    background: #0d9e0d none repeat scroll 0 0;
    color: #fff;
    min-height: 20px;
    min-width: 20px;
}

.orange-order {
    background: orange none repeat scroll 0 0;
    color: #fff;
    min-height: 20px;
    min-width: 20px;
}


.blue-order-label {
    background: #0062C3;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

    .blue-order-label a {
        color: white;
        text-decoration: none;
    }

.sky-order-label {
    background: #16b5f1;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

    .sky-order-label a {
        color: white;
        text-decoration: none;
    }

.red-order-label {
    background: #ff0000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

    .red-order-label a {
        color: white;
        text-decoration: none;
    }

.yellow-order-label {
    background-color: #cfea5c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

    .yellow-order-label a {
        color: white;
        text-decoration: none;
    }

.green-order-label {
    background: #008000;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}

    .green-order-label a {
        color: white;
        text-decoration: none;
    }

/*
 .block .title {
    background: none repeat scroll 0 0 #33363B;
    color: #fff;
    font-size: 18px;
    padding: 8px;
}
*/
/*
 
.navbar.navbar-inner.block-header .totalcount {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    float: right;
    margin-right: -20px;
    padding: 7px;
    width: 25%;


}
*/
.navbar.navbar-inner.block-header .otletname {
    /*    width: 70%;*/
    width: 67%;
    float: left;
    padding: 7px;
    font-weight: 700;
    vertical-align: middle; /*by umang*/
    line-height: 2; /*by umang*/
}

.order-details {
    float: right;
}

.order-specification {
    display: inline-block;
    height: 20px;
    margin-bottom: -4px;
    margin-right: 5px;
    width: 20px;
}

.notification {
    background-image: url(../img/notification.png);
    background-size: 45px;
    background-repeat: no-repeat;
    height: 38px;
    width: 45px;
    padding-top: 3px;
    background-position-x: 0%;
}

.testing ul li {
    float: left;
    list-style: none;
}

.chk-box-02 {
    text-align: center;
}

.testing ul {
    margin: 0px !important;
}












/*------MyChanges----*/

.btn-reserve {
    width: 139px; /*by Umang*/
    color: #fff;
    background-color: orange;
    border-radius: 50px;
    border: none;
    padding: 15px 0px 15px 0px; /*by Umang*/
    outline: none;
    font-size: 14.5px; /*by Umang*/
    font-weight: 600;
    cursor: unset;
    margin: 8px 10px 8px 10px;
}

.btn-new {
    width: 139px; /*by Umang*/
    color: #fff;
    background-color: #3f6ad8;
    border-radius: 50px;
    border: none;
    padding: 15px 0px 15px 0px; /*by Umang*/
    outline: none;
    font-size: 14.5px; /*by Umang*/
    font-weight: 600;
    cursor: unset;
    margin: 8px 10px 8px 10px;
}


.btn-Progress {
    width: 139px; /*by Umang*/
    color: #fff;
    background-color: #16B5F1;
    border-radius: 50px;
    border: none;
    padding: 15px 0px 15px 0px; /*by Umang*/
    outline: none;
    font-size: 14.5px; /*by Umang*/
    font-weight: 600;
    cursor: unset;
    margin: 8px 10px 8px 10px;
}


.btn-Ready {
    width: 139px; /*by Umang*/
    color: #fff;
    background-color: #ff152b;
    border-radius: 50px;
    border: none;
    padding: 15px 0px 15px 0px; /*by Umang*/
    outline: none;
    font-size: 14.5px; /*by Umang*/
    font-weight: 600;
    cursor: unset;
    margin: 8px 10px 8px 10px;
}

.btn-Delivery {
    width: 139px; /*by Umang*/
    color: white;
    background-color: #cfea5c;
    border-radius: 50px;
    border: none;
    padding: 15px 0px 15px 0px; /*by Umang*/
    outline: none;
    font-size: 14.5px; /*by Umang*/
    font-weight: 600;
    cursor: unset;
    margin: 8px 10px 8px 10px;
}


.btn-Bill {
    width: 139px; /*by Umang*/
    color: #fff;
    background-color: #0d9e0d;
    border-radius: 50px;
    border: none;
    padding: 15px 0px 15px 0px; /*by Umang*/
    outline: none;
    font-size: 14.5px; /*by Umang*/
    font-weight: 600;
    cursor: unset;
    margin: 8px 10px 8px 10px;
}

.block .title {
    /*background: none repeat scroll 0 0 #2e4b7b;
    background-image: linear-gradient(90deg, rgb(23, 41, 132) 0%, rgba(252,70,107,1) 100%);*/
    background-color: #007bb6; /*By Umang*/
    color: #fff;
    font-size: 18px;
    border-radius: 12px 0 12px 0;
    padding: 8px;
}

/*
.block{
     border-radius: 16px;
      background-color: #7FFFD4;
    
}
*/

.order-details {
    /*padding: 3px 16px 3px 0px;*/
    padding: 4px 0 4px 10px; /*By Umang*/
}

.block-header {
    padding-bottom: 11px;
    padding-top: 11px;
    /*background-image: linear-gradient(0deg, rgb(73, 190, 191) 0%, rgb(239, 255, 241) 100%);*/
    border-radius: 13px 13px 0 0px;
    /*border-radius: 16px;*/
    background-color: #1ab394; /*by umang*/
    vertical-align: middle; /*by umang*/
    line-height: 2;
    color: white;
}

.navbar.navbar-inner.block-header .totalcount {
    background: none repeat scroll 0 0 #4c418e;
    /* background-image: linear-gradient(90deg, rgba(61,123,184,1) 0%, rgba(6,209,141,1) 88%); */
    color: #fff;
    float: right;
    border-radius: 15px 0 15px 0;
    margin-right: -12px;
    padding: 8px 0 8px 13px;
    width: 21%;
    font-size: 1em;
}

.roundcoircle {
    display: inline-block;
    font-weight: 400;
    box-shadow: 6px 0.325rem 6px rgba(52, 58, 64, 0.4), 0 0.0625rem 0.125rem rgba(52, 58, 64, 0.5);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    /*    color: black;*/
    /*    background-color: #f4fdff;*/
    /* border-color: #efeaea; */
    border: none;
    padding: .645rem .87rem;
    font-size: 14px;
    /* line-height: 1.5; */
    border-radius: .65rem;
    margin-right: 9px;
    margin-left: 1px;
    min-height: 20px;
    min-width: 20px;
    margin-top: 2px;
}

/*
.row-fluid .span5 {
    width: 46%;
}
*/

.lockCenter {
    /*    padding-left: 07px;*/
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}

/*

li {
    line-height: 20px;
    margin-top: 15px;
}
*/
a.tableNumber {
    color: unset;
    text-decoration: none;
}

.bg-green {
    border: 1px solid #cccccc;
    margin-top: 17px;
    border-top: none;
    border-radius: 16px;
    background: #eee; /*By Umang*/
    /*background-color: #7FFFD4;*/
}


.p-t-3 { /*By Umang*/
    padding-top: 41px;
}

.w-100 { /*By Umang*/
    width: 100%;
}

.icon-size {
    font-size: 22px !important;
    color: #a00303;
    margin-right: 5px;
}

.icon-edit1 {
    font-size: 22px !important;
    color: #1644ef;
    margin-right: 9px;
}

.icon-cancel {
    font-size: 22px !important;
    color: #ff1777;
    margin-right: 0;
}

.icon-detail {
    font-size: 22px !important;
    color: #1644ef;
    margin-left: 16px;
}

.icon-dwl {
    font-size: 22px !important;
    color: #337ab7;
    margin-right: 9px;
}

.clr-icon {
    color: blue;
    font-size: 22px;
}

.d-flex {
    display: flex;
}

.text-none {
    text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .col-md-6 {
        width: 100%;
    }
}



@media (min-width: 1600px) {
    .modal1 {
        width: 900px !important;
        left: 43% !important;
        position: fixed;
        top: 10%;
        z-index: 9999;
        margin-left: -280px;
        background-color: #fff;
        border: 1px solid #999;
        border: 1px solid rgba(0,0,0,0.3);
        *border: 1px solid #999;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        outline: 0;
        -webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
        -moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
        box-shadow: 0 3px 7px rgba(0,0,0,0.3);
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
    }
}

/*@media (min-width: 768px) {
    .modal-dialog {
        width: 600px ;
        margin: 30px auto;
    }
}*/

/*@media only screen and (max-width: 768px) {
    #myOrderModal.modal {
        width: 745px !important;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}*/


.navbar .brand {
    display: block;
    float: left;
    padding: 13px 8px 10px;
    margin-left: -20px;
}

.text-white {
    color: white !important;
}

.text-shadow-none {
    text-shadow: none !important;
}

.btn-primary {
    border-radius: 4px;
}

.d-inline-block {
    display: inline-table;
}
.navbar .nav {
    margin: 15px 0 0 0;
}
.font-weight-700{
    font-weight:700;
}

.mybtns {
    padding: 0 18px 13px 17px;
}

.word-br {
    white-space: pre-line;
    word-break: break-word;
    line-height: 9px;
}


#tblResponsiveNew1 .table th, .table td {
    padding: 3px 18px !important;
}

