.mb_0{
    margin-bottom: 0!important;
}

.mb_5{
    margin-bottom: 5px!important;
}

.mb_20 {
    margin-bottom: 20px!important;
}

.mr-5{
    margin-right: 5px!important;
}

.p-15 {
    padding: 15px !important;
}

.p-30 {
    padding: 30px !important;
}

.fs_16{
    font-size: 16px;
}

.d-block{
    display: block!important;
}

.d-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

.justify-content-between{
    justify-content: space-between;
}

.flex-wrap{
    flex-wrap: wrap;
}

.fifth_wd{
    width: 20%
}

@media (max-width: 1199px){
    .fifth_wd{
        width: 33.3333333%;
    }
}
@media (max-width: 767px){
    .fifth_wd{
        width: 50%;
    }
}
@media (min-width: 1200px){
    .text-lg-right{
        text-align: right;
    }
}

#modalOne .modal-dialog {
    width: 720px;
}

.table.table-borderless>tbody>tr>td, 
.table.table-borderless>tbody>tr>th, 
.table.table-borderless>tfoot>tr>td, 
.table.table-borderless>tfoot>tr>th, 
.table.table-borderless>thead>tr>td, 
.table.table-borderless>thead>tr>th{
    border-top: 0
}

.table.table-inventory td:first-child{
    width: 40%;
}

/*--------------------------*/
.qty-container{
    display: flex;
    align-items: center;
    justify-content: center;
  }
.qty-container .input-qty {
    padding: 6px 10px;
    border: 1px solid #d4d4d4;
    width: 100%;
}
.qty-container .qty-btn-minus, 
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 9px 13px;
    font-size: 10px;
    width: 38px;
    transition: 0.3s;
}
.qty-container .qty-btn-plus{
    margin-left: -1px;
}
.qty-container .qty-btn-minus{
    margin-right: -1px;
}

.left_icon{
    font-size: 40px;
    margin-right: 20px;
}

.select2-container{
    max-width: 100%;
    width: 100%!important;
    display: block;
}

.form-control-feedback {
    right: auto;
    left: 0;
    z-index: 3;
}

.text_act{
    color: #2d2d2d;
    margin: 0 3px;
}

.modal-title {
    text-align: left;
}

.row-m-10{
    margin-right: -10px;
    margin-left: -10px;
}
.col-p-10{
    padding-right: 10px;
    padding-left: 10px;
}
.row-m-3{
    margin-right: -3px;
    margin-left: -3px;
}
.col-p-3{
    padding-right: 3px;
    padding-left: 3px;
}

@media(min-width: 1200px){
    .col-p-3 {
        width: 20%;
    }
}

/* .panel-inverse > .panel-heading {
    color: #fff;
    background-color: #3b3e47;
    border-color: #3b3e47;
}
*/

/*---------- Product search area -----------*/
.navbar-search {
    width: 75%;
    margin: 0 auto 20px;
}
.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.navbar-search > .input-group {
    width: 100%;
}
.navbar-search .form-control {
    background: #fff;
    line-height: 1.34em;
    padding: 1.01em 15px;
    border-radius: 2px;

}
.navbar-search .input-group .form-control {
    border-width: 2px;
    border-style: solid;
    border-right: 0;
    border-color: #37a000;
    height: 53px;
}
.navbar-search .input-group .input-group-addon {

    border: solid #37a000;
    border-width: 2px 0;
    background-color: #fff;
}

.navbar-search .search-categories > select {
    color: #999;
    padding: 0 1.75rem 0 .75rem;
    background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 150px;
}
.navbar-search .input-group .btn {
    border-width: 2px;
    border-style: solid;
    border-left: 0;
    color: #fff;
    background-color: #37a000;
    padding: 12px 30px;
    font-size: 18px;
    height: 53px;
    /*border-radius: 25px;*/
}
.navbar-search  .input-group-btn:last-child > .btn{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

/*---------- Product -----------*/

.product-panel {
    margin-bottom:  6px;
    cursor: pointer;
}
.product-panel .panel-body{
    padding: 8px;
}
.product-panel img{
    width: 100%;
    height: 100px;
}
.product-panel .panel-footer {
    background-color: #f7f9fa;
    border-top: 1px solid #e1e6ef;
    padding: 8px;
    font-weight: 600;
    font-size: 13px;
    min-height: 58px;
}
.actives .panel-footer{
    background-color: #37a000;
    color: #fff;
}
.actives{
    border: 1px solid #37a000;
}



/*.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    }*/


    .col-form-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
    .select2-container--default .select2-selection--single {
        border-radius: 0;
        box-shadow: none;
        border: 1px solid #e4e5e7;
        height: 34px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }
    .select2-dropdown {
        border: 1px solid #e4e5e7;
        border-radius: 0;
    }

    .product-list .table > thead > tr > th,
    .product-list .table > tbody > tr > th,
    .product-list .table > tfoot > tr > th,
    .product-list .table > thead > tr > td,
    .product-list .table > tbody > tr > td,
    .product-list .table > tfoot > tr > td {
        vertical-align: middle;
    }
    .total-price .table > tbody > tr > td:last-child{
        text-align: right;
    }








    /*---------- Client form -----------*/

    .client-add {
        padding: 15px 15px 20px;
        border: 2px solid #3b3e47;
        margin-bottom: 20px;
        position: relative;
    }
    .client-add-btn {
        position: absolute;
        bottom: 0;
        right: 0;
        background-color: #3b3e47;
        color: #fff;
        padding: 3px;
        font-size: 13px;
    }
    .client-add-btn:hover{
        color: #fff;
        background-color: #37a000;
    }

    /*Form wizard*/
    .form-wizard .steps, .form-wizard .steps > li > a.step {
        background-color: #fff;
        background-image: none;
        border: 0;
        box-shadow: none;
        filter: none;
        color: #374767;
    }
    .form-wizard .steps > li > a.step > .number {
        background-color: #eee;
        text-align: center !important;
        padding: 11px 15px 13px;
        margin-right: 10px;
        height: 45px;
        width: 45px;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
    }
    .form-wizard .steps > li.active > a.step .number {
        background-color: #37a000;
        color: #fff;
    }


    .pager li button {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 15px;
        color: #37a000;
    }
    .pager li button:focus, .pager li button:hover {
        text-decoration: none;
        background-color: #eee;
    }

    /*Time line css*/

    #status-timeline {
        position: relative;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    #status-timeline::before {
        /* this is the vertical line */
        content: '';
        position: absolute;
        top: 0;
        left: 18px;
        height: 100%;
        width: 4px;
        background: #d7e4ed;
    }
    @media only screen and (min-width: 1170px) {
        #status-timeline {
            margin-top: 3em;
            margin-bottom: 3em;
        }
        #status-timeline::before {
            left: 50%;
            margin-left: -2px;
        }
    }

    .status-timeline-block {
        position: relative;
        margin: 2em 0;
    }
    .status-timeline-block:after {
        content: "";
        display: table;
        clear: both;
    }
    .status-timeline-block:first-child {
        margin-top: 0;
    }
    .status-timeline-block:last-child {
        margin-bottom: 0;
    }
    @media only screen and (min-width: 1170px) {
        .status-timeline-block {
            margin: 4em 0;
        }
        .status-timeline-block:first-child {
            margin-top: 0;
        }
        .status-timeline-block:last-child {
            margin-bottom: 0;
        }
    }

    .status-timeline-img {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
    }
    .status-timeline-img img {
        display: block;
        width: 24px;
        height: 24px;
        position: relative;
        left: 50%;
        top: 50%;
        margin-left: -12px;
        margin-top: -12px;
    }
    .status-timeline-img.status-picture {
        background: #75ce66;
        text-align: center;
        line-height: 56px;
        font-size: 15px;
        font-weight: bold;
        color: white;
    }
    .status-timeline-img.status-movie {
        background: #c03b44;
    }
    .status-timeline-img.status-location {
        background: #f0ca45;
    }
    @media only screen and (min-width: 1170px) {
        .status-timeline-img {
            width: 60px;
            height: 60px;
            left: 50%;
            margin-left: -30px;
            /* Force Hardware Acceleration in WebKit */
            -webkit-transform: translateZ(0);
            -webkit-backface-visibility: hidden;
        }
        .cssanimations .status-timeline-img.is-hidden {
            visibility: hidden;
        }
        .cssanimations .status-timeline-img.bounce-in {
            visibility: visible;
            -webkit-animation: status-bounce-1 0.6s;
            -moz-animation: status-bounce-1 0.6s;
            animation: status-bounce-1 0.6s;
        }
    }

    @-webkit-keyframes status-bounce-1 {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.5);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale(1.2);
        }

        100% {
            -webkit-transform: scale(1);
        }
    }
    @-moz-keyframes status-bounce-1 {
        0% {
            opacity: 0;
            -moz-transform: scale(0.5);
        }

        60% {
            opacity: 1;
            -moz-transform: scale(1.2);
        }

        100% {
            -moz-transform: scale(1);
        }
    }
    @keyframes status-bounce-1 {
        0% {
            opacity: 0;
            -webkit-transform: scale(0.5);
            -moz-transform: scale(0.5);
            -ms-transform: scale(0.5);
            -o-transform: scale(0.5);
            transform: scale(0.5);
        }

        60% {
            opacity: 1;
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            -o-transform: scale(1.2);
            transform: scale(1.2);
        }

        100% {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
    }
    .status-timeline-content {
        position: relative;
        margin-left: 60px;
        background: white;
        border-radius: 0.25em;
        padding: 1em;
        box-shadow: 0 3px 0 #d7e4ed;
    }
    .status-timeline-content:after {
        content: "";
        display: table;
        clear: both;
    }
    .status-timeline-content h2 {
        color: #303e49;
    }
    .status-timeline-content p, .status-timeline-content ul, .status-timeline-content .status-read-more, .status-timeline-content .status-date {
        font-size: 13px;
        font-size: 0.8125rem;
    }
    .status-timeline-content .status-read-more, .status-timeline-content .status-date {
        display: inline-block;
    }
    .status-timeline-content p {
        margin: 1em 0;
        line-height: 1.6;
    }
    .status-timeline-content ul {
        margin: 1em 0;
        line-height: 1.6;
    }
    .status-timeline-content .status-read-more {
        float: right;
        padding: .8em 1em;
        background: #acb7c0;
        color: white;
        border-radius: 0.25em;
    }
    .no-touch .status-timeline-content .status-read-more:hover {
        background-color: #bac4cb;
    }
    .status-timeline-content .status-date {
        float: left;
        padding: .8em 0;
        opacity: .7;
    }
    .status-timeline-content::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid white;
    }
    @media only screen and (min-width: 768px) {
        .status-timeline-content .status-read-more, .status-timeline-content .status-date {
            font-size: 14px;
            font-size: 0.875rem;
        }
    }
    @media only screen and (min-width: 1170px) {
        .status-timeline-content {
            margin-left: 0;
            padding: 1.6em;
            width: 45%;
        }
        .status-timeline-content::before {
            top: 24px;
            left: 100%;
            border-color: transparent;
            border-left-color: white;
        }
        .status-timeline-content .status-read-more {
            float: left;
        }
        .status-timeline-content .status-date {
            position: absolute;
            width: 100%;
            left: 122%;
            top: 6px;
            font-size: 16px;
            font-size: 1rem;
        }
        .status-timeline-block:nth-child(even) .status-timeline-content {
            float: right;
        }
        .status-timeline-block:nth-child(even) .status-timeline-content::before {
            top: 24px;
            left: auto;
            right: 100%;
            border-color: transparent;
            border-right-color: white;
        }
        .status-timeline-block:nth-child(even) .status-timeline-content .status-read-more {
            float: right;
        }
        .status-timeline-block:nth-child(even) .status-timeline-content .status-date {
            left: auto;
            right: 122%;
            text-align: right;
        }
        .cssanimations .status-timeline-content.is-hidden {
            visibility: hidden;
        }
        .cssanimations .status-timeline-content.bounce-in {
            visibility: visible;
            -webkit-animation: status-bounce-2 0.6s;
            -moz-animation: status-bounce-2 0.6s;
            animation: status-bounce-2 0.6s;
        }
        .product_status_tab.nav-tabs>li>a,
        .product_status_tab.nav-tabs>li.active>a,
        .product_status_tab.nav-tabs>li.active>a:focus,
        .product_status_tab.nav-tabs>li.active>a:hover {
            border: 0
        }
        .order_status.nav-tabs>li>a,
        .order_status.nav-tabs>li.active>a,
        .order_status.nav-tabs>li.active>a:focus,
        .order_status.nav-tabs>li.active>a:hover {
            border: 0
        }

        .label-black {
            color: #fff;
            background-color: #000000;
            border: 2px solid #000000;
        }
        .label-purple {
            color: #fff;
            background-color: #800080;
            border: 2px solid #800080;
        }
        .label-pink {
            color: #fff;
            background-color: #FFC0CB;
            border: 2px solid #FFC0CB;
        }
    }




    /*manage order page order status column*/

    tbody.invoiceStatus .label {
        display: block;
        margin-bottom: 5px;
    }

    .count-number{    
        font-size: 0.7em;
    }



  /*Turn Off Number Input Spinners*/

    input[type=number]::-webkit-inner-spin-button, 
    input[type=number]::-webkit-outer-spin-button { 
      -webkit-appearance: none; 
      margin: 0; 
  }


.progress {
    width: 100%;
    background-color: #ddd;
    height: 15px;
}

#bar {
    width: 1%;
    height: 15px;
    background-color: #4CAF50;
}
.filter_div{
    border: 1px solid #ddd;
    margin: 10px 15px;
    border-radius: 5px;
}
.filter_submit_btn{
    margin-top: 25px !important;
}