body {
    margin: 0px;
    padding: 0px;
}

.mg-0-force {
    margin: 0px !important;
}
.mg-b-10 {
    margin-bottom: 10px;
}
.mg-t-90 {
    margin-top: 50px;
}


.mg-l-0-force {
    margin-left: 0px !important;
}

.mg-r-0-force {
    margin-right: 0px !important;
}

.pd-0-force {
    padding: 0px !important;
}

.pd-l-0-force {
    padding-left: 0px !important;
}

.pd-r-0-force {
    padding-right: 0px !important;
}

.kathi_juction_report {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}
    .kathi_juction_report h1 {
        font-size: 22px;
        text-align: center;
        font-weight: 500;
        font-family: roboto;
        color: #111111;
        padding-top: 10px;
    }

        .kathi_juction_report h1 span {
            font-size: 14px;
            text-align: center;
            font-weight: 500;
            font-family: roboto;
            color: #5a5a5a;
            padding-top: 0;
            margin-bottom: 0px;
            display:block;
        }

.kathi_juction_report h2 {
    font-weight: 500;
    font-size: 22px;
    font-family: roboto;
    text-align: center;
    color: #5a5a5a;
}

.kathi_juction_report .sub_heading {
    background: #4ecdc4;
    color: #ffffff;
    padding: 12px 15px;
    font-size: 23px;
    font-family: roboto;
}

.kathi_juction_report .form-item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    font-size: 20px;
    font-family: roboto;
}

    .kathi_juction_report .form-item span {
        font-weight: 600;
    }

    .kathi_juction_report .form-item b {
        font-weight: 400;
        width: 25%;
        text-align: left;
    }

.kathi_juction_report hr {
    margin-bottom: 50px;
}


.kathi_juction_report table.r-table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 30px;
}


    .kathi_juction_report table.r-table tr {
        background-color: #ffffff;
        border: 2px solid #dddddd;
        padding: .35em;
    }

    .kathi_juction_report table.r-table th,
    .kathi_juction_report table.r-table td {
        padding: .625em;
        text-align: left;
        border: 2px solid #dddddd;
    }

    .kathi_juction_report table.r-table th {
        background: #4ecdc4;
        color: #ffffff;
        text-align: left;
        font-size: 19px;
        font-family: roboto;
        font-weight: 600;
        letter-spacing: 0.5px;
        border: 0px;
    }

.kathi_juction_report .taxes-main-div {
    display: flex;
    border-top: 2px solid #f3f3f3;
}

    .kathi_juction_report .taxes-main-div .item {
        width: 50%;
    }

        .kathi_juction_report .taxes-main-div .item h1 {
            background: #4ecdc4;
            color: #ffffff;
            text-align: left;
            font-size: 19px;
            font-family: roboto;
            font-weight: 600;
            letter-spacing: 0.5px;
            border: 0px;
            padding: 15px 15px;
            margin: 0px;
        }

        .kathi_juction_report .taxes-main-div .item .item_sub {
            border: 1px solid #cccccc;
            padding: 30px;
            height: 190px;
            display: flex;
            align-items: center;
        }

        .kathi_juction_report .taxes-main-div .item table {
            width: 100%
        }

            .kathi_juction_report .taxes-main-div .item table td {
                border: 1px solid #cccccc;
                padding: 8px 8px;
            }

.kathi_juction_report table.Summary_table {
    width: 100%;
}

    .kathi_juction_report table.Summary_table td {
        border: 1px solid #cccccc;
        padding: 8px;
    }
.orderwise-report{

    margin-top:50px;
}

.orderwise-report h1 {
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    font-family: roboto;
    color: #111111;
    padding-top: 10px;
}

    .orderwise-report h1 span {
        display: block;
        font-size: 20px;
        color: #8e8e8e;
    }

.orderwise-report h2 {
    font-weight: 600;
    font-size: 17px;
    font-family: roboto;
    text-align: center;
    color: #222222;
}

.orderwise-data {
    border: 1px solid #cccccc;
    border-top: 0px;
}

    .orderwise-data table {
        border: 2px solid #dadada;
    }

        .orderwise-data table tr th {
            background: #4ecdc4;
            color: #ffffff;
            padding: 12px 15px;
            font-size: 14px;
            font-family: roboto;
            font-weight: 500;
            border: 0px;
        }

        .orderwise-data table tr td {
            padding: 12px 15px;
            font-size: 12px;
            font-family: roboto;
            font-weight: 500;
            color: #636363;
            border: 2px solid #dadada;
        }

        .orderwise-data table tr.d_tr {
            background: #c6efb2;
        }

    .orderwise-data .table-responsive {
        overflow: auto;
        height: 100%;
        position: relative;
        max-height:500px;
    }


    .orderwise-data table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }

.responsivetable_cls {
    overflow: auto;
    height: 100%;
    position: relative;
    max-height: 450px;
}

    .responsivetable_cls table thead th {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
    }


/* check for position:sticky support */
detect {
    display: none;
}




@supports (position: sticky) or (position: -webkit-sticky) {
    detect {
        display: block;
    }
}

.order-wise-filter {
    margin-top: 20px;
}

    .order-wise-filter .form-control {
        font-size: 13px;
        width: 100%;
        max-width: initial;
        height: 35px;
        outline: 0px;
        box-shadow: none;
    }

    .order-wise-filter .form-row {
        align-items: flex-start;
        justify-content: center;
    }

        .order-wise-filter .form-row .btn.btn-primary {
            width: 100%;
        }

.pdf_icon {
    text-align: right;
    padding: 5px;
    padding-top: 0px;
    border: 1px solid #cccccc;
}

    .pdf_icon .fa {
        font-size: 20px;
        color: red;
        margin-top: 10px;
        cursor: pointer;
    }


        .pdf_icon .fa.fa-file-excel-o {
            font-size: 20px;
            color: #007bff;
            margin-top: 10px;
            cursor: pointer;
            margin-left: 5px;
        }

@media screen and (max-width: 1200px) {
    .kathi_juction_report .taxes-main-div .item .item_sub {
        height: 250px;
    }
}

@media screen and (max-width: 900px) {
    .kathi_juction_report .taxes-main-div .item .item_sub {
        height: 320px;
    }

    .kathi_juction_report h1 {
        font-size: 25px;
    }

    .kathi_juction_report h2 {
        font-size: 18px;
    }

    .kathi_juction_report .sub_heading {
        font-size: 20px;
    }

    .kathi_juction_report .form-item {
        font-size: 17px;
    }

    .kathi_juction_report table.r-table th {
        font-size: 17px;
        font-weight: 500;
    }

    .kathi_juction_report .taxes-main-div .item h1 {
        font-size: 17px;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .kathi_juction_report .taxes-main-div .item .item_sub {
        height: 200px;
    }

    .kathi_juction_report h1 {
        font-size: 20px;
    }

    .kathi_juction_report h2 {
        font-size: 15px;
    }

    .kathi_juction_report .sub_heading {
        font-size: 18px;
    }

    .kathi_juction_report .form-item {
        font-size: 15px;
    }
}






@media screen and (max-width: 600px) {
    .kathi_juction_report table.r-table {
        border: 0;
    }



        .kathi_juction_report table.r-table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .kathi_juction_report table.r-table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        .kathi_juction_report table.r-table td {
            border: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
            margin-bottom: -1px;
        }

            .kathi_juction_report table.r-table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

    /*.kathi_juction_report table td:last-child {
    border-bottom: 0;
  }*/

    .kathi_juction_report .taxes-main-div {
        flex-direction: column;
    }

        .kathi_juction_report .taxes-main-div .item {
            width: 100%;
        }
}

.order-wise-filter .form-row .main_index .btn.btn-primary {
    width: auto;
    padding: 4px 10px;
    outline: 0px;
    box-shadow: none;
    margin-left: 5px;
    background-color: #0069d9;
    border-color: #0062cc;
}

.order-wise-filter .btn.btn-primary {
    width: auto;
    padding: 4px 10px;
    outline: 0px !important;
    box-shadow: none !important;
    margin-left: 5px;
    background-color: #0069d9;
    border-color: #0062cc;
}

.validation {
    position: relative;
    background: #fff4bf;
    color: #ab8d00;
    font-weight: 100;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-family: roboto;
}

    .validation:before {
        position: absolute;
        content: "\f06a";
        font-family: FontAwesome;
        left: 5px;
        top: 4px;
        color: #ab8d00;
    }

.border-1 {
    border: 1px solid #cccccc !important;
}

.border-zerp {
    border: 0px !important;
}

.sales-by-profitcenter {
    margin-top: 50px;
    font-family: 'Roboto', sans-serif;
}
.sales-by-profitcenter h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    font-family: roboto;
    color: #111111;
    padding-top: 10px;
}

.sales-by-profitcenter p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: roboto;
    color: #5a5a5a;
    padding-top: 0;
    margin-bottom: 0px;
}

.sub_heading {
    background: #4ecdc4;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 20px;
    font-family: roboto;
}

.sales-by-profitcenter .orderwise-data table tr th {
    background: #54626f;
    padding: 6px 10px;
    border: 0;
    font-size: 15px;
}

.sales-by-profitcenter .orderwise-data table {
    border: 0px solid #dadada;
}

    .sales-by-profitcenter .orderwise-data table tr td {
        padding: 6px 10px;
        border: 0px;
        border-bottom: 1px solid #dadada;
        font-size: 13px;
    }

ul.sale-profit-ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin-top: 60px;
    margin-bottom: 0px;
}

    ul.sale-profit-ul li {
        background: #ff6b6b;
        width: 15%;
        padding: 2px 20px;
        color: #ffffff;
        font-size: 14px;
        text-align: left;
    }

ul.sale-profit-ul-values {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin-bottom: 60px;
}

    ul.sale-profit-ul-values li {
        width: 15%;
        padding: 2px 20px;
        color: #333333;
        font-size: 13px;
        text-align: left;
    }

.spin-spinning {
    position: static;
    display: inline-block;
    opacity: 1;
}

.spin {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    z-index:9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0,0,0,0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
    color: #1890ff;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
    transition: -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
    transition: transform .3s cubic-bezier(.78, .14, .15, .86);
    transition: transform .3s cubic-bezier(.78, .14, .15, .86), -webkit-transform .3s cubic-bezier(.78, .14, .15, .86);
}

.spin-lg .spin-dot {
    font-size: 25px;
    /*margin-bottom: 30%;*/
}

.spin-dot-spin {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: antRotate 1.2s infinite linear;
    animation: antRotate 1.2s infinite linear;
}

.spin-dot {
    position: relative;
    display: inline-block;
    font-size: 20px;
    width: 1em;
    height: 1em;
    font-size: 25px;
}

.spin-lg .spin-dot i {
    width: 10px;
    height: 10px;
}

.spin-dot-item:nth-child(1) {
    top: 0;
    left: 0;
    opacity: 0.47;
}

.spin-dot-item:nth-child(2) {
    top: 0;
    right: 0;
    opacity: 0.84;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.spin-dot-item:nth-child(3) {
    right: 0;
    bottom: 0;
    opacity: 0.55;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}

.spin-dot-item:nth-child(4) {
    bottom: 0;
    left: 0;
    opacity: 0.7;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.spin-dot-item {
    position: absolute;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .3;
    -webkit-animation: antSpinMove 1s infinite linear alternate;
    animation: antSpinMove 1s infinite linear alternate;
}

.tips {
    font-size: 0.3rem;
    font-size: 20px;
    margin-top: 0.5rem;
    color: #ffffff;
}

@keyframes antRotate {
    to {
        -webkit-transform: rotate(405deg)
    }
}

.sales-by-profitcenter h1 {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    font-family: roboto;
    color: #111111;
    padding-top: 10px;
}

.sales-by-profitcenter p {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
    font-family: roboto;
    color: #5a5a5a;
    padding-top: 0;
    margin-bottom: 0px;
}

.sub_heading {
    background: #4ecdc4;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 20px;
    font-family: roboto;
}

.sales-by-profitcenter .orderwise-data table tr th {
    background: #54626f;
    padding: 6px 10px;
    border: 0;
    font-size: 15px;
}

.sales-by-profitcenter .orderwise-data table {
    border: 0px solid #dadada;
    margin-bottom: 0px;
}

    .sales-by-profitcenter .orderwise-data table tr td {
        padding: 6px 10px;
        border: 0px;
        border-bottom: 1px solid #dadada;
        font-size: 13px;
    }

ul.sale-profit-ul {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin-top: 60px;
    margin-bottom: 0px;
}

    ul.sale-profit-ul li {
        background: #ff6b6b;
        width: 15%;
        padding: 4px 20px;
        color: #ffffff;
        font-size: 14px;
        text-align: right;
    }

ul.sale-profit-ul-values {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
    margin-bottom: 60px;
}

    ul.sale-profit-ul-values li {
        width: 15%;
        padding: 2px 20px;
        color: #333333;
        font-size: 13px;
        text-align: right;
    }

table.sale_total_table {
    width: 100%;
    margin: 40px 0px;
}

    table.sale_total_table tr td.heading {
        background: #ff6b6b;
        padding: 6px 10px;
        border: 0px;
        font-size: 13px;
        color: #ffffff;
    }

    table.sale_total_table tr.values td {
        padding: 6px 10px;
        font-size: 13px;
        color: #333333;
    }

.orderwise-data table thead th.left {
    text-align: left
}

.orderwise-data table thead th {
    text-align: right;
}

/*===================== Daily Wise Reports =========================*/
.daily_wise_reports {
    /*margin-top: 50px;*/
    font-family: 'Roboto', sans-serif;
}

    .daily_wise_reports h1 {
       
        font-size: 20px;
        padding: 7px 10px;
        font-weight: 600;
        margin-bottom: 10px;
        text-align:center;
    }

    .daily_wise_reports .content {
        border: 1px solid #cccccc;
        padding: 10px;
    }

        .daily_wise_reports .content h2 {
            font-size: 15px;
            color: #383838;
            display: inline-block;
        }

            .daily_wise_reports .content h2 span {
                display: block;
                font-size: 25px;
                color: #333333;
            }

        .daily_wise_reports .content h3 {
            font-size: 11px;
            color: #333;
            float: right;
        }

    .daily_wise_reports .table_content {
        border: 1px solid #cccccc;
        margin-top: 10px;
    }

        .daily_wise_reports .table_content h1 {
            background: transparent;
            font-weight: 500;
            font-size: 15px;
            text-decoration: underline;
            margin: 0px;
            float: left;
        }

        .daily_wise_reports .table_content .pdf_icon {
            border: 0px;
        }

        .daily_wise_reports .table_content .table thead th {
            border-bottom: 2px solid #dee2e6;
            border-top: 0px;
            font-weight: 500;
            font-size: 13px;
            vertical-align: top;
            padding: 5px;
            color: #757575;
            background: #ffffff;
        }

        .daily_wise_reports .table_content .table tr td {
            border: 0px;
            border-bottom: 1px solid #dee2e6;
            font-weight: 500;
            font-size: 14px;
            vertical-align: top;
            padding: 5px;
            color: #000000;
        }

        .daily_wise_reports .table_content .table tr.total {
            border-top: 2px solid #848484;
        }

            .daily_wise_reports .table_content .table tr.total td {
                border: 0px;
            }

.datepicker.datepicker-dropdown{
    z-index:99999;
}
h1.reports {
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    font-family: roboto;
    color: #111111;
    padding-top:0px;
    margin-bottom: 0;
    line-height: 30px;
}

p.reports {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    font-family: roboto;
    color: #5a5a5a;
    padding-top: 0;
    margin-bottom: 5px;

}
.font-500{
    font-weight:500 !important
}

.center {
    text-align: center !important;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}
.inventory-stock {
    margin-bottom: 90px;
}

.inventory-stock table {
    border: 1px solid #cccccc;
    border-top: 0px;
}

    .inventory-stock table th {
        background: #4ecdc4;
        color: #ffffff;
        padding: 7px 10px;
        font-size: 14px;
        font-family: roboto;
        font-weight: 500;
        border: 0px;
        text-align: left;
    }

    .inventory-stock table td {
        border: 1px solid #cccccc;
        padding: 7px 10px;
        font-size: 14px;
        font-family: roboto;
        font-weight: 500;
        text-align: left;
    }

.inventory-stock .responsivetable_cls {
    border: 1px solid #cccccc;
    border-top: 0px;
}
tr.total-cls {
    background: #e1e1e1;
}
#InventoryPreparationReportGrid
{
    margin:auto;
}
@media only screen and (max-width: 600px) {
    #InventoryPreparationReportGrid {
        width: auto !important;
        padding:10px;
    }
}
