﻿body {
}


.table_standard td:nth-child(2){
    width:65%
}
.table_standard td:nth-child(3) {
    width: 15%
}
.heading_titles_{
    display:flex;
    justify-content:space-between;
    align-items:center
}
/*.table.table_nonstandard thead th, .table.table_nonstandard td {
    white-space: nowrap;
}*/
.category_popup .modal-title {
    line-height: 1;
    font-size: 20px;
    font-weight: normal;
}
.category_popup .modal-header {
    background: #1bb99a;
    color: #fff;
    padding: 10px;
}
    .category_popup .modal-header button, .category_popup .modal-header button:hover {
        color: #fff;
        opacity: 1;
        position: relative;
        top: -2px;
        border:0px;
        outline:0px;
    }
.category_popup .modal-body span {
    padding: 0px 20px;
    width: 33%;
    float: left;
}
.m-table__main .table td {
    vertical-align: middle;
    padding: 4px 20px !important;
    font-size: 13px;
    background: #fff;
}
.wrapper-page{
    margin:10% auto !important;
}
/*.logo img{
    width:37%
}*/
.width-60{
    width:300px;
}
.width-40{
    width:130px
}
.table thead th {
    vertical-align: middle;
}

.jqgrid-multibox{
    width:60px !important
}
td.jqgrid-multibox {
    width: 59px !important;
}
.ui-jqgrid-hbox select {
    width: 100%;
    border: 1px solid #dedede !important;
}
.card-box .d-flex{
    justify-content:space-between;
    align-items:center
}
.wrapper{
    min-height: calc(100vh - 40px)
}
.modal_non_standard_ .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}
.dashboard_align i.fa.fa-calendar {
    position: absolute;
    right: 20px;
    top: 12px;
}
.dashboard .table-responsive {
    min-height: .01%;
    overflow-x: auto;
    height: 330px;
    overflow: auto;
}
    .dashboard .table-responsive td{
        padding:10px;
    }
.width_100{
    width:110px;
}
.popup_save_cancel button{
    padding:2px 10px;
}
.btn_button button{
    font-size:12px !important; 
}
.modal_non_standard_ .modal-dialog.modal-lg {
    max-width: 95%;
    margin: 1.75rem auto;
}
.between-d-flex {
    justify-content: space-between;
}
.ui-state-hover i.fa, i.fa{
    
    color:#000
}
    .ui-state-hover i.fa:hover {
        /*color: #1976d2*/
        color: #1bb99a;
    }
.icon_section i.fa {
    font-size: 20px;
    padding: 0px 5px;
}
label.m-0 {
    padding: 0px 15px;
    align-items:center
}
    label.m-0 b{
        font-size:15px;
    }
a.cursor-pointer {
    cursor: pointer;
}

.ui-state-hover .color-black, .ui-state-hover a.color-black, .ui-state-highlight a.color-black, .ui-widget-content .ui-state-highlight a.color-black, .ui-widget-header .ui-state-highlight a.color-black {
    color: #1976d2 !important;
    text-decoration: underline !important;
}
    .ui-state-hover .color-black:hover {
        color: #1976d2 !important;
        text-decoration: underline !important;
    }
.jqgrid_pop.category_popup .modal-body .ui-jqgrid-htable span {
    padding: 0px 20px;
    width: auto !important;
    float: left;
    display: none
}
/*=== Jqgrid Styles ===*/
.m-table__main .ui-jqgrid {
    width: 100% !important;
    /*min-width: 992px !important;*/
    background: none;
}

    .m-table__main .ui-jqgrid .ui-jqgrid-hdiv {
        background: none;
    }

.m-table__main.-no-min-width .ui-jqgrid,
.m-table__main.-no-min-width .ui-jqgrid-view {
    width: 100% !important;
    min-width: 0 !important;
}

.m-table__main .ui-jqgrid-view {
    width: 100% !important;
    margin-top: 0px;
}

.bank_transfer .m-table__main .ui-jqgrid-view {
    margin-top: 0px;
}

.m-table__main .ui-jqgrid-hdiv {
    width: 100% !important;
}

.m-table__main .ui-jqgrid-bdiv {
    width: 100% !important;
    height: auto !important;
    /*max-height: 190px;*/
}

.ui-jqgrid .ui-jqgrid-hbox {
    float: none !important;
}

.ui-jqgrid-bdiv div:first-child {
    height: auto !important;
}

.-virtual-scroll .ui-jqgrid .ui-jqgrid-hbox {
    padding-right: 0;
    background: none;
}

.m-table__main .ui-jqgrid .ui-search-table td.ui-search-clear {
    display: none;
}

.m-table thead {
    /*background-color: #ebeff8;*/
    background: #ceebf7;
}


.m-table__main .ui-jqgrid .ui-jqgrid-htable {
    width: 100% !important;
    /*padding-right: 17px !important;*/
}
/*@media (max-height: 285px) {
    .m-table__main .ui-jqgrid .ui-jqgrid-htable {
        padding-right: 17px !important;
    }
}*/

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels {
    background: #02694f;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: none !important;
    border: none !important;
    color: #fff !important;
}

.m-table__main .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #000000 !important;
    font-size: 14px;
}

.m-table__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.m-table__total--icon {
    display: flex;
    align-items: center;
    margin-right: 15px;
}

    .m-table__total--icon > i {
        color: #3f8efc;
        font-size: 18px;
        margin-right: 5px;
    }

.m-table__total--cart-count {
    background: #f5b064;
    color: #fff;
    padding: 1px 7px;
    border-radius: 100px;
    font-size: 12px;
}

.m-table__total--label {
    text-align: right;
}

.m-table__total--label-count {
    font-size: 13px;
}

    .m-table__total--label-count > span {
        font-weight: 600;
        font-size: 14px;
    }

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    border: 1px solid #e6e6e6;
    font-size: 14px;
    font-weight: 300;
    white-space: initial !important;
}

.ui-jqgrid .ui-jqgrid-pager .ui-paging-info {
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
}

.m-table__main .ui-jqgrid .ui-jqgrid-htable .ui-th-div {
    /*height: 20px !important;*/
    height: auto !important;
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: "OpenSans-Regular", sans-serif;
    font-size: 14px;
    line-height: normal;
    /*color: #fff;*/
    color: #000;
    font-weight: 500;
}

.ui-widget, .ui-widget input {
    font-family: "OpenSans-Regular", sans-serif;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    white-space: unset !important;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    font-weight: 600 !important;
    /*border-right: 0.6px solid #7aabdc;*/
    border-right: 0.6px solid #ecf0f5;
}

.m-table__main .table td {
    vertical-align: middle;
    padding: 5px 20px !important;
    font-size: 13px;
    background: #fff;
}

.jqgfirstrow {
    display: none;
}

.m-table__main.childtable .table .jqgfirstrow {
    display: table-row;
}

    .m-table__main.childtable .table .jqgfirstrow td {
        padding: 0px !important;
        border: 0 !important;
    }

.m-table__main .table td a.btn {
    color: #fff;
}

.ui-jqgrid .ui-jqgrid-btable {
    border-collapse: collapse !important;
}



.m-table__main .ui-jqgrid .ui-jqgrid-btable {
    width: 100% !important;
}
/*@media screen and (max-height: 100px) {
    .m-table__main .ui-jqgrid .ui-jqgrid-btable {
        width: calc(100% - 17px) !important;
    }
}*/

.ui-jqgrid .ui-jqgrid-htable .ui-jqgrid-labels th {
  /*  background: #1b1825;*/
  background:#ccc;
}

.ui-jqgrid .ui-jqgrid-htable .ui-search-toolbar th {
    background: #ffffff;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow: auto;
}

.ui-jqgrid-hdiv.ui-state-default.ui-corner-top {
    border-bottom: 0px !important;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    text-align: left !important;
}

.m-table thead tr th {
    padding: 4.5px 10px;
    border-bottom-width: 1px;
    font-weight: 400;
    color: #fff;
    font-size: 12px;
    text-transform: none;
}

.m-table tbody tr td {
    padding: 4.5px 10px;
    border-color: #ceebf7;
    font-size: 12px;
}

    .m-table tbody tr td .form-control {
        font-size: 12px;
    }

.m-table.-table.-first-col-heading tbody tr th {
    padding: 5.5px 10px;
    border-color: #fff;
    font-size: 12px;
    font-weight: 500;
    background: #eff6f9;
}

.grid-icons-group {
    display: flex;
    align-items: center;
}

    .grid-icons-group.-justify-center {
        justify-content: center;
    }

    .grid-icons-group.-switches .switch input[type=checkbox] + .cr {
        margin-bottom: 0;
        top: 0;
    }

.grid-text-icon {
    display: flex;
    justify-content: space-between;
    white-space: normal;
}

    .grid-text-icon .grid-icon-only {
        margin-left: 12px;
    }

    .grid-text-icon p {
        margin-bottom: 0;
    }

.grid-icon-only.-medidum-size {
    font-size: 18px;
}

.ui-widget-content a.grid-icon-only {
    color: #0052cb;
}

.grid-form-group {
    display: flex;
    align-items: center;
}

    .grid-form-group.-justify-center {
        justify-content: center;
    }

.btn.btn-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 50%;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn.btn-icon.-img {
        width: 30px !important;
        height: 30px !important;
    }

.btn.-small-grid-icon {
    width: 20px;
    height: 20px;
    font-size: 9px;
    line-height: 10px;
}

    .btn.-small-grid-icon > i {
        color: #fff;
    }

.grid-icons-group .btn + .btn {
    margin-left: 5px;
}

.grid-icons-group.-space-icons .btn + .btn {
    margin-left: 8px;
}

.grid-icons-group .btn + .btn.-no-margin {
    margin-left: 0;
}

.ui-jqgrid .ui-jqgrid-view button {
    font-size: 9px;
}

.btn.-small-grid-btn {
    padding: 0.1rem 0.05rem 0.1rem 0.05rem;
    font-size: 11px;
    color: #fff;
}

.fa.fa-inr {
    margin: 0 2px;
}

.m-table tfoot tr th {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
}

.ui-jqgrid .ui-jqgrid-htable th {
    padding: 4px 20px !important;
    border: 1px solid #e7ecf1 !important;
}

.ui-jqgrid .ui-jqgrid-view .c-btn-icons {
    font-size: 9px !important;
    color: #fff;
    padding: 0;
    width: 20px;
    height: 20px;
}

.ui-jqgrid .ui-jqgrid-view .c-btn-icons {
    color: #fff;
    line-height: 19px;
}

.ui-jqgrid .ui-jqgrid-view .c-btn {
    padding: 0.1rem 1rem;
    margin: 3px auto;
    color: #fff;
}

.m-table__responsive {
    overflow: auto;
    max-width: 100%;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #ffffff !important;
}

    .ui-state-hover a.c-btn-link, .ui-state-hover a.c-btn-link:hover, .ui-state-hover a.c-btn-link:link, .ui-state-hover a.c-btn-link:visited, .ui-state-focus a.c-btn-link, .ui-state-focus a.c-btn-link:hover, .ui-state-focus a.c-btn-link:link, .ui-state-focus a.c-btn-link:visited {
        color: #1976d2 !important;
    }

    .ui-state-hover a.-edit, .ui-state-hover a.-edit:hover, .ui-state-hover a.-edit:link, .ui-state-hover a.-edit:visited, .ui-state-focus a.-edit, .ui-state-focus a.-edit:hover, .ui-state-focus a.-edit:link, .ui-state-focus a.-edit:visited {
        color: #4680ff !important;
    }

        .ui-state-hover a.-delete, .ui-state-hover a.-delete:hover, .ui-state-hover a.-delete:link, .ui-state-hover a.-delete:visited, .ui-state-focus a.-delete, .ui-state-focus a.-delete:hover, .ui-state-focus a.-delete:link, .ui-state-focus a.-edit:visited {
            color: #fc7242 !important;
        }

    .ui-state-hover a.-info, .ui-state-hover a.-info:hover, .ui-state-hover a.-info:link, .ui-state-hover a.-info:visited, .ui-state-focus a.-info, .ui-state-focus a.-info:hover, .ui-state-focus a.-info:link, .ui-state-focus a.-info:visited {
        color: #99f134 !important;
    }

    .ui-state-hover a.-approve, .ui-state-hover a.-approve:hover, .ui-state-hover a.-approve:link, .ui-state-hover a.-approve:visited, .ui-state-focus a.-approve, .ui-state-focus a.-approve:hover, .ui-state-focus a.-approve:link, .ui-state-focus a.-approve:visited {
        color: #2ca731 !important;
    }

.ui-jqgrid .ui-state-highlight, .ui-widget-content .ui-state-highlight {
    color: #333 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: rgba(0, 194, 146, 0.2);
}

    .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
        /*color: #1976d2 !important;*/
        color: #fff;
    }

        .ui-state-highlight a.c-btn-link, .ui-widget-content .ui-state-highlight a.c-btn-link, .ui-widget-header .ui-state-highlight a.c-btn-link {
            color: #1976d2 !important;
        }

        .ui-state-highlight a.-edit, .ui-widget-content .ui-state-highlight a.-edit, .ui-widget-header .ui-state-highlight a.-edit {
            color: #00acc1 !important;
        }

        .ui-state-highlight a.-delete, .ui-widget-content .ui-state-highlight a.-delete, .ui-widget-header .ui-state-highlight a.-delete {
            color: #fc7242 !important;
        }

        .ui-state-highlight a.-info, .ui-widget-content .ui-state-highlight a.-info, .ui-widget-header .ui-state-highlight a.-info {
            color: #99f134 !important;
        }

        .ui-state-highlight a.-approve, .ui-widget-content .ui-state-highlight a.-approve, .ui-widget-header .ui-state-highlight a.-approve {
            color: #2ca731 !important;
        }

.ui-jqgrid .ui-jqgrid-pager {
    width: 100% !important;
    background: #f9f9f9 !important;
    border-top: 1px solid #f9f9f9 !important;
}

#userGridPager_left {
    display: none;
}

.m-table__main .table td:first-child {
    border-left: 0px;
}

.ui-widget-content {
    border: 0px !important;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child {
    /*border-left: 0.6px solid #00acc1 !important;*/
    border-left: 0.8px solid #e7ecf1 !important;
}

input.ui-widget-content {
    border: 1px solid #ecf0f5 !important;
}

.c-btn-link {
    color: #1976d2 !important;
    padding: 0;
}

input.ui-pg-input.ui-corner-all {
    border: 1px solid #1bb99a;
    text-align: center;
    height: 20px;
    padding: 6px 0px;
    background: #1bb99a;
    color: #fff;
    font-size: 11px;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border-radius: 0px;
}

.ui-jqgrid .ui-jqgrid-pager .ui-pager-table {
    border: 1px solid #e7ecf1;
    border-top: 0;
}

.table-responsive {
    overflow-y: hidden;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
}

.m-table__main .ui-jqgrid .ui-search-table td.ui-search-clear {
    display: none;
}

.m-table__main .ui-jqgrid tr.ui-search-toolbar td > input {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 100% !important;
    border: 1px solid #ced4da !important;
    background: none;
    border-radius: 3px !important;
    transition: all 300ms linear 0s;
    font-family: "OpenSans-Regular", sans-serif;
    height: 28px;
}
/*=== End Jqgrid Styles ===*/



.ui-widget-content a.color-black{
    color:#1976d2 !important;
    text-decoration:underline !important;
}
.ui-widget-content a.color-black:hover {
    color: #000 !important
}
.d-flex_content{
    display:flex;
    align-items:center;
    justify-content:space-between
}
.upload-button_top_{
    margin-top:22px;
}
.modal_checkbox {
    max-width: 600px !important;
}
.float_right_width{
    width:100%;
    float:right
}
.datepicker-dropdown{
    z-index:10000 !important
}

.backdrop_popup {
    background: rgb(0 0 0 / 50%) !important;
}
td.jqgrid-multibox, th.jqgrid-multibox {
    width: 36px !important;
}
.relocated_popup{
    width:50%
}
    .relocated_popup .category_popup .modal-body span.ui-jqgrid-resize.ui-jqgrid-resize-ltr {
        display: none
    }
.relocated_popup .category_popup .span_text {
    width: 100%
}



.tooltip {
    position: inherit;
    display: inline-block;
    border-bottom: 1px dotted black;
    opacity: 1;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 1px 5px;
        position: relative;
        z-index: 100;
        margin-left: 20px;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: black transparent transparent transparent;
        }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }
span.tiiltip_hover{
display:none
}
.btn_button{
    position:relative
}
    .btn_button:hover .tiiltip_hover {
        display: block;
        position: absolute;
        background: #000;
        padding: 2px 7px;
        border-radius: 5px;
        bottom: -8px;
        color: #fff;
        font-size: 12px;
        left: 24px;
        z-index: 100;
    }
.ui-jqgrid .ui-jqgrid-htable th{
    border:1px solid #dedede    
}
    .ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr, .ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
        border: 0px solid #e6e6e6 !important;
    }
        .ui-search-toolbar th {
    border: 1px solid #dedede !important;
}