
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

html {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}
@media print {
    .table-print table tr td .form-control {
        text-align: right !important;
    }
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    background: #f5f5f5;
    padding-top: 49px;
}
#tblInventoryList tbody tr td a {
    font-weight:600;
}
.mar-left20 {
    margin-left: -20px;
}
.mar-left10 {
    margin-left:5px;
}
#collap {
    width: 50%;
}

.white-box {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 10px #d6d6d6;
}

.white-box .heading h2 {
	display: inline-block;
}

.white-box .heading a {
	float: right;
}

.hideControle {
    display: none;
}

.divPourReportClass table thead tr:first-child td {
    width: 330px;
}

.btn-xs {
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 2px;
}

.btn:hover {
    cursor: pointer;
}

.form-group {
    position: relative;
}

.login-bg {
    background: url('../images/login-bg.jpg');
    background-size: cover;
}

.login-panel {
    margin-top: 50px;
}

.login-logo-box {
    margin: 30px 0;
}

.login-box {
    background: rgba(0,0,0,.5)
}

    .login-box h2 {
        text-transform: uppercase;
        color: #fff;
        border-left: 7px solid #ff8a00;
        padding: 10px 0 10px 25px;
        margin: 25px 0;
        display: inline-block;
        font-weight: 400;
        width: 100%;
    }

.login-content {
    padding: 0 30px 30px 30px;
}

    .login-content .form-group {
        margin-bottom: 3rem;
    }

    .login-content.forgot-content .form-group {
        margin-bottom: 2rem;
    }

    .login-content .input-field {
        position: relative;
    }

        .login-content .input-field i {
            position: absolute;
            left: 0;
            color: #e3c196;
            font-size: 26px;
            width: 40px;
            height: 30px;
            line-height: 32px;
            border-right: 1px solid #e3c196;
            text-align: center;
        }

        .login-content .input-field .form-control {
            background: transparent;
            box-shadow: none;
            border: 0;
            border-bottom: 1px solid #e3c196;
            border-radius: 0;
            padding: 10px 0 10px 55px;
            color: #fff;
            font-weight: 300;
        }

    .login-content input[type="text"].form-control::-webkit-input-placeholder,
    .login-content input[type="password"].form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #e3c196;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .login-content input[type="text"].form-control::-moz-placeholder,
    .login-content input[type="password"].form-control::-moz-placeholder { /* Firefox 19+ */
        color: #e3c196;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .login-content input[type="text"].form-control:-ms-input-placeholder,
    .login-content input[type="password"].form-control:-ms-input-placeholder { /* IE 10+ */
        color: #e3c196;
        font-size: 12px;
        letter-spacing: 2px;
    }

    .login-content input[type="text"].form-control:-moz-placeholder,
    .login-content input[type="password"].form-control:-moz-placeholder { /* Firefox 18- */
        color: #e3c196;
        font-size: 12px;
        letter-spacing: 2px;
    }

.login-error {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.login-btn {
    background: rgba(0,0,0,.5);
    border: 2px solid #ff8a00;
    border-radius: 0;
    color: #ff8a00;
    padding: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 20px;
    cursor: pointer;
}

    .login-btn:hover {
        color: #ccc;
    }

    .login-btn:focus, .login-btn:active {
        outline: none;
    }

.forgot-link {
    color: #ccc;
    font-size: 12px;
}

    .forgot-link:hover {
        color: #fff;
    }

.custom-nav {
    background: #fff;
    box-shadow: 0 1px 5px #e2e2e2;
    padding: 0;
}

    .custom-nav .logo-box {
        background: #4169E1;
        padding: 0.2rem 1rem;
        display: inline-block;
        width: 299px;
    }

        .custom-nav .logo-box .navbar-toggle {
            float: right;
            background: transparent;
            border: 0;
            color: #fff;
            font-size: 38px;
            line-height: 16px;
            cursor: pointer;
        }

            .custom-nav .logo-box .navbar-toggle:focus {
                outline: none;
            }

.user-detail > span {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    float: left;
    margin: 4px;
}

.user-detail a {
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding: 13px;
}

.log-out a i {
    color: #fff;
    font-size: 22px;
}

.log-out a {
    background: #4169e1;
    width: 50px;
    text-align: center;
}




/* Sidebar Styles */
/* Toggle Styles */

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

/*#wrapper.toggled-2 {
    padding-left: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 0;
    height: 100%;
    overflow-y: auto;
    /*background: #fff;*/
    background: #343a40;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    box-shadow: 0 0 10px #ccc;
}

#wrapper.toggled-2 #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    position: relative;
    padding: 15px;
    /*width: 100%;*/
    /*overflow-x: hidden;*/
}

.xyz {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
}

.fixed-brand {
    width: auto;
}


.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: #fff;
            border-radius: 0;
            font-weight: 400;
            /*padding: 10px 0;*/
            padding: 5px 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border-bottom: 1px solid #3c474c;
        }

        .sidebar-nav li.active a {
            background: #4169e1;
            border-radius: 0;
            color: #fff;
            border-left: 5px solid #fff;
            font-weight: 500;
        }

            .sidebar-nav li.active a span i {
                color: #fff;
            }

            .sidebar-nav li.active a:hover {
                background: #4169e1 !important;
                border-radius: 0;
                color: #000;
                border-left: 2px solid #343a40 !important;
                font-weight: 500;
            }

            .sidebar-nav li.active a i {
                color: #777163;
            }

        .sidebar-nav li a:hover {
            background: #47515a;
            text-decoration: none;
            color: #fff !important;
            /*border-left: 5px solid #4169E1;*/
            -webkit-transition: background 0.3s ease;
            -moz-transition: background 0.3s ease;
            -o-transition: background 0.3s ease;
            transition: background 0.3s ease;
        }

        .sidebar-nav li a:active,
        .sidebar-nav li a:focus {
            text-decoration: none;
        }

        .sidebar-nav li.submenu a {
            position: relative;
            color: #fff;
        }

        .sidebar-nav li.submenu > a:before {
            font: normal normal normal 14px/1 FontAwesome;
            content: "\f107";
            position: absolute;
            right: 10px;
            top: 20px;
            font-size: 18px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .sidebar-nav li.submenu a.arrow:before {
            transform: rotate(180deg);
            right: 0;
        }

        .sidebar-nav li.submenu ul {
            /*background: #ddd;*/
            background: #47515a;
            /*box-shadow: 0 0 10px #c7c7c7 inset;*/
        }

            .sidebar-nav li.submenu ul li a {
                border-bottom: 1px solid #3c474c;
                padding-left: 38px;
            }

                .sidebar-nav li.submenu ul li a:hover {
                    border-left: 0;
                    background: #47515a;
                    color: #fff !important;
                }

                .sidebar-nav li.submenu ul li a i {
                    margin-right: 15px;
                }




    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }
/* Sidebar Styles End */

.content-heading {
    font-weight: 400;
}

.heading-line {
    width: 50px;
    height: 3px;
    /*background: #4169E1;*/
    display: inline-block;
    margin-bottom: 15px;
}

.btn-min-pad {
    padding: 0 5px;
}


.custom-modal .scroll-modal {
    max-height: 450px;
    overflow: auto;
}

.form-error {
    position: absolute;
    right: 15px;
    font-size: 11px;
}


.gray-box {
    background: #fbfbfb;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}

    .gray-box .gray-box-heading {
        margin-bottom: 10px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #ccc;
    -webkit-text-fill-color: #ccc;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

/*==Multiselect CSS==*/
.custom-multiselect button.multiselect {
    background: #fff;
    border: 1px solid rgba(0,0,0,.15);
}

.custom-multiselect .dropdown-toggle::after {
    margin-top: 7px;
    float: right;
}
/*2017-11-09*/
.margin-t15 {
    margin-top: 15px;
}

.padd-L0 {
    padding-left: 0px;
}

.scroll-info {
    max-height: 250px;
    overflow: auto;
}

/*2017-12-30*/
.company-list .btn-info {
    background: #27a9e3;
    border-color: #27a9e3;
}

#tblCompany thead {
    background: #45545a;
    color: #fff;
}

.btn:focus {
    outline: 0;
    box-shadow: none;
}

.update-btn {
    color: #fff;
    background-color: #546d77;
    border-color: #546d77;
}

    .update-btn:hover {
        color: #fff;
        background-color: #45545a;
        border-color: #45545a;
    }

.cancel-btn {
    color: #fff;
    background-color: #dc6570;
    border-color: #dc6570;
}

    .cancel-btn:hover {
        color: #fff;
        background-color: #d44b58;
        border-color: #d44b58;
    }

#tblupdateItem thead tr th {
    font-weight: 600;
    white-space: nowrap;
}

.table-overflow {
    overflow-x: auto;
}

.white-bg {
    background: #fff;
    border: 1px solid #ddd;
}


.error_red {
    border-style: solid;
    border-color: red;
}


.btn-top {
    margin-top: 15px;
}

.lab-top {
    padding-top: 8px;
}

.sel-sec {
    margin-top: 7px;
}

#autocompleteproductRecipe ul.user-list {
    padding: 0;
}

#autocompleteUpdateproductRecipe ul.user-list {
    padding: 0;
}

/* CSS used here will be applied after bootstrap.css */

.dropdown {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
}


.glyphicon-bell {
    font-size: 1.5rem;
}

.notifications {
    min-width: 340px;
    overflow: auto;
    max-height: 250px;
    width: 100%;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 250px;
    width: 100%;
}

.notify-sec {
}

.notifications.open {
    transition: .4s ease-in-out;
}

.notify-sec .dropdown-menu.notifications {
    left: unset;
    right: 0;
}

.notify-sec h6 {
    font-size: 15px;
    margin-bottom: 0;
}

.menu-title {
    color: #4169E1; /*#4169E1*/
    font-size: 1.5rem;
    display: inline-block;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}

.notify-sec h6.item-title {
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 107px;
}

.notification-heading, .notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    font-size: 1.3rem;
    color: #000;
}

.notifications a.content {
    text-decoration: none;
    
}

.notification-item {
    padding: 10px;
    margin: 5px;
    background: #f5f5f5;
    border-radius: 4px;
    position: relative;
}

.item-info {
    margin-bottom: 0;
    font-size: 13px;
}

.view-sec {
    padding-top: 4px;
}

.count-sec {
    text-align: center;
    background: #4169E1; /*#4169E1*/
    color: #fff;
    width: 50px;
    height: 20px;
    position: absolute;
    top: 7px;
    right: 10px;
    font-size: 13px;
}

.notify-count {
    background: #d41a1a; /*#4169E1*/
    width: 18px;
    height: 18px;
    color: #fff;
    border-radius: 50px;
    padding: 1px;
    font-size: 11px;
    position: absolute;
    top: 2px;
    text-align: center;
    right: -1px;
}

.mob-log {
    display: none;
}

.modal label {
    font-weight: 500;
}

.mid-sec {
    position: relative;
    right: 7%;
}

/*.back-sec {
    top:10px;
}*/

.btn-success {
    color: #fff !important;
}

.header-companyname {
    float: left;
    text-align: center;
    width: 90%;
    font-size: 25px;
    padding-left: 150px;
}

.back-sec {
    color: #fff;
}


th.switch.show:before {
    content: "\f30f";
    font-family: 'Ionicons';
    transform: rotate(180deg);
    position: absolute;
    left: 9px;
}

.multiselect-container-width {
    width: 257px !important;
}


.desk-print {
    display: none;
}
/*----------------------------------8/6/18-----------------------*/
.formar {
    margin-top: 15px;
    margin-bottom: 15px;
}

.dropdownmain {
    width: 27%;
    float: left;
    display: inline-block;
    margin: 0 4px;
}

    .dropdownmain.buttonaearch {
        width: auto;
        margin: 27px 0px 0 5px;
    }

    .dropdownmain label {
        display: block;
    }

.mainCharArea {
    min-height: 393px;
}

.chartSection {
    margin: 10px 0;
}

    .chartSection img {
        width: 100%;
        height: auto;
    }

.cardArea {
    min-height: 120px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.cardCaption {
    text-align: right;
    padding: 10px 15px 0 0;
}

.textColorBlue {
    color: #4169E1;
}

.textColorGreen {
    color: #3bc303;
}

.textColoryellow {
    color: #e49e00;
}

.textColorRed {
    color: #ff2d2d;
}

p.cardIcon {
    color: #fff;
    font-size: 35px;
    padding: 0 15px;
    position: relative;
    top: 15px;
}

.cardFooter:hover {
    opacity: 0.7;
}

h4.cardheader {
    color: #fff;
    font-size: 20px;
}

p.smallText {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.cardFooter {
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 11px;
    line-height: 2.2em;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.blueCard {
    background: #4169E1;
    border: 1px solid #4169E1;
    overflow: hidden;
}

.greenCard {
    background: #3bc303;
    border: 1px solid #3bc303;
}

.yelloweCard {
    background: #e49e00;
    border: 1px solid #e49e00;
}

.redCard {
    background: #ff2d2d;
    border: 1px solid #ff2d2d;
}

.mybox {
    border: 1px solid #ccc;
}

    .mybox ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .mybox ul li {
            padding: 0 15px;
        }
.modal-md {
    padding-top:6%;
}
.table-print table tr td .form-control {
    text-align: right;
    width: 85%;
}

.table-print table tr th {
    font-weight: 600;
    font-size: 18px;
}
.text-time {
    width: 85%;

}

.mar-top-25 {
    margin-top:-25px;
}
/*=MEDIA QUERIES=*/
@media(max-width:768px) {
    .table-print table tr td .form-control {
        width: 100px;
    }

    .table-print table tr td {
        width: 310px;
    }
    .modal-dialog .modal-lg {
        width: 500px;
        height: 300px;
    }
    
    
    .mar-top-25 {
        margin-top: 0px;
    }
}
    @media(max-width:767px) {
        .dropdownmain {
            width: 100%;
            float: none;
        }

        #create_pdf, #btnPrint {
            display: none;
        }

        .cardArea {
            margin-bottom: 15px;
        }

        .desk-print {
            display: block !important;
        }

        .custom-multiselect {
            margin-bottom: 15px;
        }

        .notify-sec {
            position: absolute;
            right: 19px;
            padding: 5px;
        }

        #wrapper {
            padding-left: 0px !important;
        }


        div.mob-sec {
            display: block !important;
            width: 100%;
            float: none;
            text-align: center;
            padding-left: 0;
            padding-bottom: 8px;
            background-color: #fff;
            margin-bottom: 15px;
        }

        .logo-box .navbar-brand img {
            width: 125px;
        }

        .sidebar-nav {
            top: 14px;
        }

        .content-heading {
            font-weight: 400;
            font-size: 24px;
        }

        .user-detail {
            padding-right: 10px;
        }

        .navbar-toggler {
            display: none;
        }

        .custom-nav .logo-box {
            width: 100%;
            padding-right: 0;
        }

        .mob-log {
            display: inline-block;
            float: right;
        }

        .navbar-nav.mob-log li {
            display: inline-block;
        }

        .custom-nav .logo-box .navbar-toggle {
            float: unset;
            position: relative;
            top: 7px;
        }

        #page-content-wrapper {
            position: relative;
            padding: 15px 0px;
        }


        .table-box {
            overflow: auto;
        }

        .white-box {
            background: #fff;
            padding: 15px;
        }

        .table-box td button.btn-min-pad {
            width: 12px;
            margin-bottom: 4px;
        }

        .mar-25 {
            margin-left: 0%;
        }

        .mar-50 {
            margin-left: 0%;
        }

        .mar-75 {
            margin-left: 0%;
        }

        .mar-100 {
            margin-left: 0%;
        }

        .mar-125 {
            margin-left: 0%;
        }

        .modal-content {
            height: auto;
            min-height: -webkit-fill-available;
        }

        .custom-modal .scroll-modal {
            max-height: 600px;
            overflow: auto;
        }

        .table-print table tr td .form-control {
            width: 100px;
        }

        .table-print table tr td {
            width: 310px;
        }
        .mar-top-25 {
            margin-top: 0px;
        }
    }

    @media(min-width:768px) and (max-width:1023px) {
        .custom-nav .logo-box {
            width: 355px;
        }

        .mid-sec {
            right: 25%;
        }

        .period-sale-sec .col-sm-4 {
            max-width: 50%;
            flex: 50%;
        }

        .divReportHide .gray-box {
            overflow: auto;
        }

        .divReportHide .col-md-2 {
            display: inline-grid;
        }

        div.dataTables_wrapper div.dataTables_length label {
            font-size: 12px;
        }

        .content-heading {
            font-weight: 400;
            font-size: 26px;
            margin-top: 0px;
        }

        .table-box {
            overflow: auto;
        }

        .white-box {
            background: #fff;
            padding: 15px;
        }

        .mar-bottom-mob {
            margin-bottom: 10px;
        }

        .dropdownmain {
            width: auto;
            float: left;
            display: inline-block;
            margin: 0 4px;
        }

        table {
            width: 100%;
        }

        .col-agg8 {
            display: inline-block;
            width: 69%;
        }

        .col-agg4 {
            display: inline-block;
            width: 30%;
        }

        .mar-25 {
            margin-left: 0%;
        }

        .mar-50 {
            margin-left: 0%;
        }

        .mar-75 {
            margin-left: 0%;
        }

        .mar-100 {
            margin-left: 0%;
        }

        .mar-125 {
            margin-left: 0%;
        }

        .modal-content {
            height: auto;
            min-height: -webkit-fill-available;
        }

        .custom-modal .scroll-modal {
            max-height: 780px;
            overflow: auto;
        }

        .table-print table tr td .form-control {
            width: 100px;
        }

        .table-print table tr td {
            width: 310px;
        }

        .modal-dialog #AddNewItemInventoryPopup {
            max-width: 650px;
            height: 700px;
        }
        .mar-top-25 {
            margin-top: 0px;
        }
    }

    .col-agg8 table tbody tr td:nth-child(1) {
        width: 40%;
    }


    @media(min-width:1024px) and (max-width:1025px) {
        .custom-nav .logo-box {
            width: 318px;
        }

        .mid-sec {
            right: 25%;
        }

        .table-box td button.btn-min-pad {
            width: 12px;
            margin-bottom: 4px;
        }

        .table-box {
            overflow: auto;
        }
    }

    @media(min-width:768px) {


        #wrapper {
            padding-left: 250px;
        }

        .fixed-brand {
            width: 250px;
        }

        #wrapper.toggled {
            padding-left: 0;
        }

        #sidebar-wrapper {
            width: 250px;
        }

        #wrapper.toggled #sidebar-wrapper {
            width: 250px;
        }

        #wrapper.toggled-2 #sidebar-wrapper {
            width: 50px;
        }

            #wrapper.toggled-2 #sidebar-wrapper:hover {
                width: 250px;
            }


        #page-content-wrapper {
            padding: 20px 0;
            position: relative;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        #wrapper.toggled #page-content-wrapper {
            position: relative;
            margin-right: 0;
            padding-left: 250px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        #wrapper.toggled-2 #page-content-wrapper {
            position: relative;
            margin-right: 0;
            margin-left: -200px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            width: auto;
        }

        .mar-25 {
            margin-left: 0%;
        }

        .mar-50 {
            margin-left: 0%;
        }

        .mar-75 {
            margin-left: 0%;
        }

        .mar-100 {
            margin-left: 0%;
        }

        .mar-125 {
            margin-left: 0%;
        }
    }

    @media (min-width: 768px) {
        .modal-xl {
            width: 90%;
            max-width: 1200px;
        }
    }

    @media (min-width: 768px) {
        .modal-xls {
            width: 60%;
            max-width: 1200px;
        }
    }

    @media (min-width: 768px) {
        .modal-sales {
            width: 90% !important;
            max-width: 1200px;
        }
    }

    @media (min-width: 1200px) and (max-width: 1399px) {
        .modal-lg {
            max-width: 1210px !important;
            padding-top: 5%;
        }

        .custom-modal .modal-xls {
            margin-top: 8%;
        }

        .confirmation-popup .modal-sm {
            margin-top: 12%;
        }

        .modal-sm {
            padding-top: 7%;
        }

        #AddNewSupplierPopup .modal-lg {
            padding-top: 0%;
        }

        #EditSupplierPopup .modal-lg {
            padding-top: 0%;
        }

        #EditNewGroupPopup .modal-sm {
            padding-top: 0%;
        }

        #AddNewGroupPopup .modal-sm {
            padding-top: 0%;
        }

        #UpdateProductPopup .modal-lg {
            padding-top: 0%;
        }

        #EditUpdateUserPopup .modal-lg {
            padding-top: 0%;
        }

        #AddNewItemInventoryPopup .modal-lg {
            margin-top: -60px;
            max-height: 470px;
        }

        #MyProfileUpdateUserPopup .modal-lg {
            padding-top: 5%;
        }

        #NotificationSettingPopup .modal-lg {
            padding-top: 9%;
        }

        #searchUpdateItemModals {
            padding-top: 8%;
        }

        .modal-sales {
            padding-top: 5%;
        }
    }

    @media (min-width: 1400px) and (max-width: 2000px) {
        .custom-nav .logo-box {
            width: 288px;
            max-width: 288px;
        }

        .mid-sec {
            position: relative;
            right: 0;
        }

        .modal-xl {
            margin-top: 7%;
            max-width: 1720px !important;
        }

        .modal-lg {
            max-width: 1720px !important;
            margin-top: 5%;
        }

        #loadPartialViewForUser .modal-content {
            height: 700px;
        }

        #divuserUpdatePartial .modal-content {
            height: 700px;
        }

        .custom-modal .modal-xls {
            margin-top: 14%;
        }

        .confirmation-popup .modal-sm {
            margin-top: 5%;
        }

        .modal-md {
            padding-top: 15%;
            max-width: 1090px !important;
        }

        .custom-modal .scroll-modal {
            max-height: 500px;
            overflow: auto;
        }

        .modal-sm {
            padding-top: 13%;
        }

        #AddNewBarPopup .modal-lg {
            padding-top: 8%;
        }

        #EditBarPopup .modal-lg {
            padding-top: 8%;
        }

        #AddNewRevenueCentrePopup .modal-lg {
            padding-top: 8%;
        }

        #AddNewSupplierPopup .modal-lg {
            padding-top: 4%;
        }

        #EditSupplierPopup .modal-lg {
            padding-top: 4%;
        }

        #EditNewGroupPopup .modal-sm {
            padding-top: 7%;
        }

        #AddNewGroupPopup .modal-sm {
            padding-top: 7%;
        }

        #UpdateProductPopup .modal-lg {
            padding-top: 1%;
        }

        #EditUpdateUserPopup .modal-lg {
            padding-top: 1%;
        }

        #MyProfileUpdateUserPopup .modal-lg {
            padding-top: 7%;
        }

        #NotificationSettingPopup .modal-lg {
            padding-top: 8%;
        }

        #searchUpdateItemModals {
            padding-top: 8%;
        }

        #addnewCompanymodalpartial #searchUpdateItemModals {
            padding-top: 0%;
        }


        .modal-sales {
            padding-top: 8%;
        }
    }

    .sel-sec {
        margin-top: 7px;
    }

    #autocompleteUpdateItemLists {
        height: auto;
        overflow-y: auto;
        width: 100%;
        z-index: 9999;
    }

    #autocompleteUpdateItemList {
        height: auto;
        overflow-y: auto;
        width: 100%;
        z-index: 9999;
    }


    #autocompleteproductRecipe ul.user-list {
        padding: 0;
    }

    #autocompleteUpdateproductRecipe ul.user-list {
        padding: 0;
    }

    .prev .glyphicon-arrow-left::before {
        content: "\f0a8";
        font-family: fontawesome;
    }


    .next .glyphicon-arrow-right::before {
        content: "\f0a9";
        font-family: fontawesome;
    }

    .yel-colr {
        color: #4169E1;
    }

    .btn-warning {
        color: #111;
        background-color: #ff9c07;
        border-color: #ff9c07;
    }

    .btn-success, .btn-primary {
        color: #fff;
        background-color: #4169e1;
        border-color: #4169e1;
    }

    .sidebar-nav li.submenu ul li.active a:hover {
        border-left: 0;
        background: #47515a;
        color: #fff !important;
    }


    .btn-success:hover, .btn-primary:hover {
        color: #fff;
        background-color: #1d4cd6;
        border-color: #1d4cd6;
    }

    .table-box .dataTables_wrapper .dataTables_paginate .paginate_button.current, .table-box .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        color: #fff !important;
    }

    .table-box div.dataTables_wrapper div.dataTables_paginate span a.current {
        background: #4169e1 !important;
    }

    #UpdateNewCaszeSize {
        position: relative;
        top: -8px;
    }

    #addNewCaszeSize {
        position: relative;
        top: -11px;
        font-size: 14px;
    }

    .table-data .form-control {
        width: 40% !important;
    }

    .table-box div.dataTables_wrapper div.dataTables_paginate span a.current:hover {
        z-index: 3;
        color: #fff;
        background: #4169e1 !important;
    }

    .PosSetupDiv a {
        margin: 0 10px;
    }
    /*-*---------------------------------------------*/
    /*
.mybox{
    height:300px;
    width:100%;
    background:#4169E1;
    position:relative;
    border-radius:4px;
    border:1px solid #4169E1;
}
.lowbox{
    height:30px;
    background:#fff;
    position:absolute;
    bottom:0;
    left:0;
    color:#333;
    padding:0 15px;
    width:100%;
}*/

    .padding {
        padding: 15px;
    }

    .formar {
        display: block;
        padding: 15px;
        border: 1px solid #e0dcdc;
        margin-top: 20px;
    }

        .formar .gr-sec {
            display: flex;
        }

    .gray-box {
        width: 100%;
    }

    .formar .mainCharArea {
        min-height: auto;
    }


    .nested-accordion .panel-default > .panel-heading {
        color: #333;
        /*background-color: #f5f5f5;
    border-color: #ddd;*/
    }

    .nested-accordion a.accordion-toggle {
        display: block;
        position: relative;
    }

    .nested-accordion .accordion-toggle:after {
        font-family: 'FontAwesome';
        content: "\f078";
        float: right;
        transition: all 0.3s ease-in-out !important;
    }

    .nested-accordion .accordion-toggle.collapsed:after {
        content: "\f054";
        transition: all 0.3s ease-in-out !important;
    }

    /*.nested-accordion .paddingbody {
    padding: 15px 0;
}*/

    .nested-accordion .headerRightPart {
        float: right;
    }

    .nested-accordion .headerRightPart {
        float: right;
        position: absolute;
        right: 35px;
    }

    .vodka-right {
        right: 20px;
    }

    .nested-accordion .panel-body ul ul .panel-body .headerRightPart {
        position: relative;
    }

    .nested-accordion .panel-group .panel {
        margin-bottom: 0;
        border-radius: 4px;
    }

    .nested-accordion .panel-default {
        border-color: #ddd;
    }

    .nested-accordion .panel {
        margin-bottom: 20px;
        /*background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
    }

    /*.nested-accordion .panel-group {
    margin-bottom: 20px;
}*/

    .nested-accordion .panel-default > .panel-heading {
        color: #333;
        /*background-color: #f5f5f5;
    border-color: #ddd;*/
    }

    .nested-accordion .collapse {
        display: none;
    }

    .nested-accordion .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid #000;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

    .nested-accordion .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
    }

    .nested-accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
        /*border-top-color: #ddd;*/
    }

    .nested-accordion .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        /*border-top: 1px solid #ddd;*/
    }

    /*.nested-accordion  .panel-body {
    padding: 15px;
}*/

    .nested-accordion .show {
        display: block !important;
    }

    .nested-accordion .collapse.in {
        display: block;
    }

    .nested-accordion .collapse.show {
        display: block;
    }
    /*-------------------------9/7/18-------------------------------*/
    .reportHead {
        margin-bottom: 35px;
    }

    h2.compayName {
        display: inline-block;
    }

    .backBtn {
        float: right;
    }

    .upparTableArea {
        border-bottom: 1px solid #000;
        margin: 0 15px;
        width: 99%;
    }

    .forMargin {
        margin-left: 20px;
    }

    .dash-table tbody tr td.testTd {
        width: 250px !important;
    }

    /*-------------------------9/7/18 End--------------------------------*/
    @media (min-width: 768px) {
        nav .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
        }
    }

    .store-header {
        margin-bottom: 20px;
        /*box-shadow: 1px 1px 1px 1px #e3c196;*/
    }

    .storepanel {
        /*margin-bottom: 20px;*/
    }

    .storepane-title {
        margin-top: 0px;
    }

    .storepanel h4 a {
        color: #020f33;
    }

    .text-test-color {
        color: green !important;
    }

    .cate-text-color {
        color: #737300 !important
    }

    .test-color {
        color: #ad6902 !important;
    }

    .col-agg4 {
        display: inline-block;
        width: 30%;
    }

    .col-agg8 {
        display: inline-block;
        width: 69%;
    }

        .col-agg8 p {
            display: initial;
        }

    .dash-table tbody tr td {
        width: 200px !important;
        font-weight: 600;
    }

    .col-agg88 {
        display: inline-block;
        width: 34%;
    }

    .col-agg44 {
        display: inline-block;
        width: 65%;
    }

    .mar-25 {
        margin-left: 10%;
    }

    .mar-50 {
        margin-left: 20%;
    }

    .mar-75 {
        margin-left: 30%;
    }

    .mar-100 {
        margin-left: 0;
        display: block;
        padding-left: 34%;
    }

    .mar-125 {
        margin-left: 0%;
        display: block;
        padding-left: 35%;
    }

    .table-box {
        overflow: auto;
    }

    .PourReport-sec .col-agg8.table_sm {
        padding-left: 0 !important;
    }

    .PourReport-sec .upparTableArea {
        width: 99%;
    }

    .drop-sec .multiselect-native-select {
        display: inline-block;
    }

    @media (max-width: 768px) {
        .logoImg {
            text-align: center;
            margin-bottom: 25px;
        }

        .col-agg8.table_sm {
            width: 100%;
            height: auto !important;
        }

        .forMargin {
            margin-left: 0 !important;
        }

        .mar-25,
        .mar-50,
        .mar-75,
        .mar-100,
        .mar-125 {
            margin-left: 0 !important;
            padding-left: 0 !important;
        }
    }

    @media (min-width: 2000px) {
        .modal-sms {
            max-width: 300px;
        }
    }

    .multiplier-save {
        margin-left: -110px;
    }

    .btn-sec div .btn-block {
        display: inherit !important;
        width: auto;
    }

    .btn-sec span.multiselect-native-select {
        position: relative;
        display: inline-block;
    }

    .btn-sec .multiselect-native-select div {
        display: inline-block;
    }

    .btn-sec label {
        display: block;
    }


    .modal-open .modal {
        overflow: hidden;
    }

    .dash-cards .cardCaption p {
        margin-bottom: 8px;
    }

    .chartSection h6.lab, .period-sale-sec h6.lab {
        text-align: center;
        position: absolute;
        right: 0;
        left: 0;
        top: 45%;
    }

    #messageid {
        display: block;
        position: static;
    }

    .panel-right {
        padding-left: 38px;
        padding-right: 0;
    }

    .slec-box {
        width: 97%;
    }
.notificationTable thead tr th,
.notificationTable tbody tr td {
    padding: 5px;
    font-size: 13px;
}
.notificationTable tbody tr td a{
    color: #333;
    font-weight: 500;
}
.blueBar {
    text-align: center;
    background: #4169E1;
    color: #fff !important;
    font-weight: 500;
    padding: 2px 5px;
    min-width: 45px;
    display: inline-block;
}
.notificationTable tbody tr td a.dismissLink {
    color: #4169E1;
}

#deleteInventory {
    margin-left:10px;
}

.table-print table tr td .form-control {
    font-size: 14px;
}
