﻿@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');


body {
    background: #e9e9e9;
    font-weight: 500;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.header {
    height: 66px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 995;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    padding: 0
}

#LeftNav {
    height: 66px;
    width: 60px;
    text-align: center;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    outline: none
}

    #LeftNav > .material-icons {
        line-height: 66px;
        color: #224c97;
        text-shadow: 0 1px 2px rgba(0,0,0,.1)
    }

.page-title {
    line-height: 66px;
    vertical-align: top;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    text-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.rightlinks {
    text-align: right
}

    .rightlinks > a {
        height: 66px;
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 42px;
        color: #FFF
    }

        .rightlinks > a > .material-icons {
            line-height: 66px;
            text-shadow: 0 1px 2px rgba(0,0,0,.1)
        }

.freezsp {
    height: 66px
}

.LeftNav {
    height: calc(100% - 65px);
    width: 270px;
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 992;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background: #FFF;
    transition: left .5s ease-in-out;
    overflow: auto;
}

.menu, .menu li {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu {
    height: calc(100vh - 76px)
}

    .menu > li > a {
        height: 37px;
        display: block;
        padding: 11px 15px;
        font-weight: 500;
        color: #666; /* line-height:45px; */
        text-decoration: none
    }

        .menu > li > a:focus, .menu > li > a:hover {
            background: #4aa035;
            color: #fff;
        }

        .menu > li > a > .material-icons {
            width: 40px;
            position: relative;
            top: 7px;
            color: #5472b7;
        }

    .menu > li.lpro {
        height: 100px;
        background: #224c97;
        position: relative;
        overflow: hidden;
    }

        .menu > li.lpro:before {
            height: 100px;
            width: 120px;
            background: rgba(0,0,0,.1);
            position: absolute;
            content: '';
            right: -15px;
            bottom: -10px;
            transform: rotate(-15deg)
        }

        .menu > li.lpro:after {
            height: 120px;
            width: 240px;
            background: rgba(0,0,0,.1);
            position: absolute;
            content: '';
            right: -20px;
            bottom: -22px;
            transform: rotate(-15deg)
        }

.lpro > img {
    margin: 15px;
    display: block;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0,0,0,.2)
}

.lpro > span {
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    width: 100%;
    text-shadow: 0 1px 2px rgba(0,0,0,.1)
}

    .lpro > span > small {
        font-weight: 300;
        display: block
    }

.lpro .material-icons {
    position: absolute;
    line-height: 56px;
    right: 15px;
    bottom: 0;
    color: #FFF;
    z-index: 1;
    text-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.pbody {
    padding: 30px 30px 30px 300px;
    transition: padding .5s ease-in-out;
}

.cards {
    background: #FFF;
    margin: 0 0 30px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2)
}

    .cards h2 {
        margin: 0px;
        padding: 10px 15px;
        text-transform: uppercase;
        font-size: 16px;
        color: #fff !important;
        background: #224c97;
        border-bottom: 1px solid #8080801c;
    }

    .cards:not(.tbl) .form-control {
        height: 40px;
        border: none;
        border-bottom: solid 1px #ddd;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
        outline: none
    }

        .cards:not(.tbl) .form-control + span {
            height: 2px;
            display: block;
            margin: 0 auto;
            background: #2196F3;
            position: relative;
            top: -2px;
            width: 0;
            transition: all .2s ease-in-out
        }

        .cards:not(.tbl) .form-control:focus + span {
            width: 100%
        }

    .cards .col-md-6 {
        margin-bottom: 20px
    }

    .cards.tbl .form-control {
        border-radius: 0;
        outline: none !important; /* box-shadow:none; */
    }

.cfooter {
    padding: 15px;
    background: #F8F8F8;
    margin-top: 10px
}

    .cfooter .btn { /* background:#224c97!important; */ /* border-color:#224c97!important; */
        border-radius: 0;
        padding: 10px 20px;
        box-shadow: 0 2px 5px rgba(0,0,0,.2);
        text-transform: uppercase
    }

.cards.tbl .pagination > li > a {
    border-radius: 0;
    outline: none;
    font-size: 12px;
    color: #333;
}

.insights {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px
}

    .insights > .col-md-4 {
        width: calc(33.3333% - 10px);
        height: 145px;
        background: #e91e63;
        padding: 35px 15px;
        color: #FFF;
        font-size: 14px;
        text-transform: uppercase;
        padding-left: 105px;
        text-shadow: 0 1px 2px rgba(0,0,0,.1);
        font-weight: 500;
        position: relative;
        box-shadow: 0 1px 5px rgba(0,0,0,.2)
    }

    .insights .col-md-4 + .col-md-4 {
        margin-left: 15px
    }

    .insights > .col-md-4:nth-child(2) {
        background: #00bcd4
    }

    .insights > .col-md-4:nth-child(3) {
        background: #ff9800
    }

    .insights > .col-md-4 > div {
        font-size: 24px
    }

    .insights .material-icons {
        height: 100%;
        width: 65px;
        font-size: 26px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,.2);
        position: absolute;
        left: 0;
        top: 0
    }

.ashtable > thead > tr > th {
    font-weight: 500;
    border-bottom-width: 1px;
    text-transform: uppercase
}

.dataTables_wrapper {
    padding: 18px 15px;
}

.in.ashmodal {
    align-items: center;
    display: flex !important
}
/*modal start*/

.ashmodal .modal-body {
    padding-top: 30px;
    padding-bottom: 30px
}

    .ashmodal .modal-body .material-icons {
        height: 80px;
        width: 80px;
        line-height: 75px;
        border: solid 2px #f44336;
        font-size: 48px;
        border-radius: 50%;
        color: #f44336
    }

    .ashmodal .modal-body h2 {
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 500;
        color: #666;
        margin: 0;
        padding: 25px 0 10px
    }

    .ashmodal .modal-body p {
        margin: 0;
        padding: 0;
        width: 80%;
        margin: 5px auto 15px;
        color: #757575;
        font-size: 16px
    }

    .ashmodal .modal-body .btn {
        border-radius: 2px;
        background: #f44336 !important;
        padding: 10px 30px;
        border-color: #f44336 !important;
        font-size: 14px;
        text-transform: uppercase;
        color: #FFF;
        outline: none !important;
        margin-top: 10px
    }

/*modal end*/







































.search-filter-input.order-details-fields-div {
    padding: 26px 0px;
    margin: 10px 0 20px 0;
}

.search-filter-input .col-md-6 {
    margin-bottom: 0;
}

    .search-filter-input .col-md-6 .col-xs-4 {
        margin-top: 8px;
    }

.search-filter-input {
    float: left;
    width: 100%;
    padding: 20px 0px 30px;
    background-color: #fff;
    /*margin:10px 0 30px 0;*/
}

.header img {
    width: 165px;
}

.log-out-btn {
    margin-top: 17px;
    background: #4aa035;
    color: #fff;
}

    .log-out-btn i {
        font-size: 17px;
        position: relative;
        top: 3px;
    }

    .log-out-btn:hover {
        background-color: #fff;
        color: #4aa035;
        border: 1px solid #4aa035;
    }

.LeftNav-left {
    left: -300px;
}

.pbody-padding {
    padding: 30px 30px 30px 30px;
}
/*.table-home {
            overflow:auto;
        }*/

.table-home .dataTables_wrapper .row:nth-child(2) {
    overflow: auto;
}


.admin-btn {
    background: #4aa035;
    color: #fff;
    font-size: 13px;
    border-radius: 0px !important;
}

    .admin-btn i {
        line-height: 0;
        position: relative;
        top: 4px;
        font-size: 15px;
    }

    .admin-btn:hover {
        background: #fff;
        color: #4aa035;
        border: 1px solid #4aa035;
    }

.order-details-c-table {
    width: 100%;
}

    .order-details-c-table tr td:nth-child(odd) {
        font-weight: 400;
    }

    .order-details-c-table tr td:nth-child(even) {
    }

    .order-details-c-table tr td {
        padding: 5px 0;
    }

.view-order-btn {
    font-size: 12px;
    padding: 4px 6px;
    margin: 3px 0;
}


.approve-btn {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .approve-btn:hover {
        color: #5cb85c;
        background-color: #fff;
        border-color: #5cb85c;
    }

.decline-btn {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

    .decline-btn:hover {
        color: #c9302c;
        background-color: #fff;
        border-color: #c9302c;
    }

.product-search-btn {
    margin-top: 27px;
}

.dash-head-sum {
    margin: 0 !important;
}


.file-upload-div input {
    width: 100%;
}

.edtbtnprice {
    font-size: 14px;
}

    .edtbtnprice i {
        top: 3px;
        font-size: 16px;
    }

@media(max-width:768px) {
    .search-filter-input {
        padding: 0;
    }
    /*.LeftNav {
                left:-300px;
            }*/
    .pbody {
        padding: 10px 10px 30px 10px !important;
    }

    .header img {
        width: 85px;
    }

    .insights > .col-md-4 {
        width: 100%;
        margin-bottom: 15px;
    }

    .insights .col-md-4 + .col-md-4 {
        margin-left: 0px;
    }

    .insights {
        margin-bottom: 0;
    }
}

.active-page {
    background: #224c97;
    color: #fff !important;
}

.table-home > h2 {
    color: #224c97;
}

    .table-home > h2 i {
        position: relative;
        top: 4px;
    }

.bg-blue-1 {
    background-color: #295880 !important;
}

.bg-green-1 {
    background-color: #5fb16d !important;
}

.bg-yellow-1 {
    background: #ffc107 !important;
}

.menu > li > a.active-page i {
    color: #fff;
}

.menu > li > a:hover i {
    color: #fff;
}

.upper-black {
    display: none;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    transition: right 2s ease-in-out;
}
/*.right-upper-black {
             right:0px;
        }*/
@media (max-width:768px) {
    .LeftNav {
        width: 260px;
    }

    .order-details-c-table tr td {
        padding: 0px 10px;
    }
}

.binded-table-div-cover {
    overflow: auto;
    width: 100%;
    padding: 10px;
    background: #fff;
}

.table-address-p {
    float: left;
    width: 233px;
    margin: 0;
}


.order-details-fields-div > div > div {
    position: relative;
    z-index: 1;
}

.back-btn-order {
    float: right;
    bottom: 7px;
    position: relative;
    color: #fff;
    background-color: #01458e;
}

    .back-btn-order i {
        font-size: 13px;
        top: 1px !important;
    }

    .back-btn-order:hover {
        color: #01458e;
        background-color: #fff;
        border-color: #01458e;
    }


/*=============== snack bar css start =================*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 56.5%;
    top: 100px;
    font-size: 17px;
}

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
        animation: fadein 0.5s, fadeout 0.5s 4.5s;
    }

@-webkit-keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        top: 0;
        opacity: 0;
    }

    to {
        top: 100px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        top: 100px;
        opacity: 1;
    }

    to {
        top: 0;
        opacity: 0;
    }
}

/*=============== snack bar css end =================*/



.sidebar-navigation > ul > li > a {
    text-transform: uppercase;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}

    .sidebar-navigation ul li {
        display: block;
        border-bottom: 1px solid #fff;
    }

        .sidebar-navigation ul li a {
            cursor: pointer;
            position: relative;
            display: block;
            font-size: 13px;
            text-decoration: none;
            color: #333;
            /* letter-spacing: 0.02em; */
            border-bottom: 1px solid #eee;
            -webkit-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .sidebar-navigation ul li a em {
                font-size: 13px;
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                padding: 0px;
                border-radius: 50%;
            }

        .sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
            background-color: #27509a;
            color: #ffffff;
            border-color: rgba(255, 255, 255, 0.1);
        }

        .sidebar-navigation ul li ul {
            display: none;
        }

            .sidebar-navigation ul li ul.open {
                display: block;
            }

            .sidebar-navigation ul li ul li a {
                color: #333;
                font-weight: 400;
                border-color: rgba(255, 255, 255, 0.1);
            }

            .sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
                background-color: #e6ebed;
                color: #333;
            }

                .sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
                    margin-right: 10px;
                }

            .sidebar-navigation ul li ul li.selected.selected--last > a {
                background-color: #94aab0;
                color: #fff;
            }

                .sidebar-navigation ul li ul li.selected.selected--last > a:before {
                    background-color: #fff;
                }

ul.sub_menu_sec li:last-child {
    border-bottom: 1px solid #eee;
}

.subMenuColor1 {
    background-color: #fbfcfc;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

.subMenuColor2 {
    background-color: white;
}

ul.sub_menu_sec li a {
    background: #ececec;
    border-left: 4px solid transparent;
    padding: 7px 18px;
    color: #333;
}
/*ul.sub_menu_sec li a::before{content:"\f1e0"}*/
/*==============Theme change===================*/
textarea#txtenterremark {
    width: 100%;
    resize: none;
    border: 1px solid #ddd;
}

p#modalpopuptext {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

div#enterremark {
    font-size: 16px;
    color: #000;
}

.cfooter .btn { /* background: #224c97!important; */ /* border-color: #224c97!important; */
    background: -webkit-linear-gradient(45deg, #81c24596 0%, #224c97 100%) !important;
    border: none !important;
}

button.btn.btn-submit.log-out-btn {
    outline: none !important;
}

div.modal-content table.table {
    width: 78%;
}

.modal-header {
    border: none;
}

button:focus {
    outline: none !important;
}

.modal-dialog {
    width: 72% !important;
}

.forgotpswrd {
    color: #224c97 !important;
}

input:focus ~ i {
    color: #224c97 !important;
}

span.refreshtime {
    background: #fff !important;
    color: #4aa035 !important;
    padding: 9px 15px 5px;
    font-weight: 600 !important;
    margin-right: 5px;
}

.w-50 {
    width: 25%;
    display: inline;
}

span.spantxt {
    font-size: 14px;
    font-weight: 400;
}

span.spanbox {
    font-size: 18px;
    background: #224c97;
    color: #fff;
    padding: 5px 24px;
    border-radius: 4px !important
}

button.btn1 {
    background: #4aa035 !important;
    color: #ffffff;
    padding: 2px 10px;
    font-size: 20px;
}

.modal-dialog.orderprocessmodal {
    width: 40% !important;
}

textarea {
    resize: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #4aa035 !important;
    border-color: #4aa035 !important;
    color: white !important;
}

.delbrypersondetails {
    width: 75%;
    margin: 0px 12.5%;
}

th.sorting, th.sorting_asc {
    font-weight: 500 !important;
}

.btn-success, .red.btn {
    color: #fff;
    background-color: #224c97 !important;
    border-color: #224c97 !important;
}

.modal-body1 {
    padding: 5px 15px;
}

#binddeliverpersonlist label {
    margin-left: 10px;
    text-transform: capitalize
}

.col-sm-3 img {
    height: 145px !important;
}

button.btn.btn-default.admin-btn.btnotpverifyforpickup, button.btn.btn-default.admin-btn {
    letter-spacing: 1px !important;
}

span.deliverycharges {
    font-weight: 400;
    font-size: 15px;
    vertical-align: sub;
}

input#File1_idproof {
    margin-top: 5px;
}

span.bold_span {
    font-weight: 400;
}

.add-btn {
    background-color: #fff !important;
    color: #4aa035 !important;
    border: 1px solid #4aa035 !important;
}

.rightlinksadd .add-btn {
    margin-top: -69px !important;
}

.btnaddnew, .btn-back {
    background-color: #fff !important;
    color: #4aa035 !important;
    border: 1px solid #4aa035 !important;
    margin-top: -107px !important;
}

    .btnaddnew:hover, .btn-back:hover {
        padding-right: 20px !important;
    }

table.ashtable td button {
    padding: 1% 8%;
    font-size: 12px;
}

.col-xs-3, .col-xs-6 {
    font-weight: 400 !important;
}

td {
    font-weight: normal;
}

textarea {
    border: 1px solid #cccccc !important;
}

.modal-body2 {
}

    .modal-body2 input {
        margin-left: 10px !important;
    }

.modal-header {
    padding: 5px 15px;
}

span.minute_span {
    margin-left: 15px;
    font-weight: 400;
    margin-top: 5px;
}

.w_50 {
    width: 50%;
    display: inline;
}

.text-center {
    text-align: center;
}

.modal-footer {
    border-top: none !important;
}

span#DeliverypersonName {
    text-transform: capitalize;
    font-weight: 400;
    margin-left: 5px;
}

.delbrypersondetails {
    width: 50%;
    margin: 0px 25%;
}

.modal-body {
    position: relative;
    padding: 15px 10px !important;
}

button.tablinks {
    font-weight: 400 !important;
}

button.btnstyle {
    padding: 5px 20px !important;
    margin: 10px;
    font-size: 13px !important;
}

.order_list .col-sm-12, th {
    font-weight: 400 !important;
}

h5, .timeleft span {
    font-size: 17px !important;
}

h4 b {
    text-transform: capitalize !important;
}
/*.order_status br{display:none;}*/
span.refreshtime span {
    font-size: 15px !important;
}

.rowadminpanel-boxes .col12forpartitions h5 {
    padding: 5px 10px !important;
    font-size: 15px !important;
}

textarea:focus {
    outline: none;
}

.col-xs-8 {
    font-weight: 400 !important;
}

div#divbindattribute .modal-dialog.mdw .modal-content .container {
    width: 100%;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
    width: 100% !important;
}

textarea#txtDescription {
    width: 100%;
}

span.red {
    color: red !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background: none !important;
}

.pagination > li > a, .pagination > li > span {
    color: #000 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: none !important;
}

.fgvbyh_tri {
    margin-top: 30px
}


.form-group {
    margin-bottom: 0px !important;
    min-height: 72px !important;
}

.ashtable {
    margin-top: 20px !important;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ddd !important;
    border: none !IMPORTANT;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding-right: 30px;
    border: none !important;
}


.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    color: #333;
    border: none;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
    white-space: nowrap;
    background: #0000000d;
    color: #000000;
    font-size: 12px;
}

table.dataTable tbody tr {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd !IMPORTANT;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
    border-bottom-width: 0;
    color: #333;
    border: none;
    border-bottom: 1px solid #dddddd40;
    font-size: 12px;
    padding: 7px 10px;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 8px 10px !important;
    border-bottom: 1px solid #111;
}

table#AshTable {
    margin-top: 46px !important;
}

.textarea:focus {
    border-color: #66afe9 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #ddd !important;
}

button, input, select, textarea {
    color: #333;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 12px;
    font-weight: 400;
}

.efhgvbybh_tri {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.efhgvb_tri {
    font-size: 12px;
    font-weight: 400;
}
/*.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05);
}*/

.btnedit {
    background-color: gray !important;
    border-color: gray !important;
}

    .btnedit:hover {
        background-color: #fff !important;
        border-color: gray !important;
        color: gray !important;
    }

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th > input {
    border: 1px solid #ddd;
    padding: 2px 10px;
}

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th > input:focus {
        border-color: #66afe9 !important;
        outline: 0 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6) !important;
    }


h3.fegbyh_tri {
    color: #4aa035 !important;
    font-size: 16px;
    border-bottom: 1px solid #80808038;
    padding-bottom: 12px;
    font-weight: 600;
}

.modal-dialog {
    width: 40% !important;
}

.form-group {
    margin-bottom: 0px !important;
    /* min-height: 62px !important; */
}


table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 9px;
    right: 14px;
    font-size: 12px;
}

/*.LeftNav {
    height: calc(100% - 65px);
    width: 300px;
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 992;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background: #FFF;
    transition: left .5s ease-in-out;
    overflow: auto;
}*/


.LeftNav::-webkit-scrollbar {
    width: 6px;
}

.LeftNav::-webkit-scrollbar-track {
    background: #f0f0f0;
}

.LeftNav::-webkit-scrollbar-thumb {
    background-color: #224c97;
    border-radius: 3px;
}

table#AshTable {
    overflow: auto;
}


    table#AshTable::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }

    table#AshTable::-webkit-scrollbar-track {
        background: #eee;
    }

    table#AshTable::-webkit-scrollbar-thumb {
        background-color: #224c97;
        border-radius: 3px;
    }


        table#AshTable::-webkit-scrollbar-thumb:hover {
            background-color: #224c97;
        }

label {
    font-size: 13px;
}

.form-control {
    font-size: 12px;
}

.form-group textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

table#AshTable input {
    width: 100% !important;
    border: 1px solid #ddd;
    padding: 3px 10px;
}

    table#AshTable input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        border: 1px solid #ddd;
    }

span.select2-search.select2-search--inline {
    position: absolute;
    top: 1px;
    width: 100%;
    left: -4px;
}

table#AshTable thead tr:first-child th:first-child::after {
    display: none;
}

table#AshTable thead tr:first-child th:last-child::after {
    display: none;
}


table#AshTable input {
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333 !important;
    line-height: 24px !important;
    font-size: 12px !important;
}

button#btn-refresh {
    background: gray;
    border-color: gray;
}

    button#btn-refresh:hover {
        background: #fff;
        border-color: gray;
        color: gray;
    }

.mt-20 {
    margin-top: 20px !important;
}

.form-control:focus {
    border: 1px solid #ddd;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    border: 1px solid #ddd;
}

.custom-model-wrap {
    display: block;
    width: 100%;
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
    text-align: left;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-height: calc(100vh - 70px);
    overflow-y: auto;
    overflow-x: hidden;
}


    .custom-model-wrap::-webkit-scrollbar {
        width: 6px;
    }

    .custom-model-wrap::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .custom-model-wrap::-webkit-scrollbar-thumb {
        background-color: #4aa035;
        border-radius: 3px;
    }

.mt-25 {
    margin-top: 25px !important;
}

.form-control {
    height: 30px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-bottom: solid 1px #ddd;
    outline: none;
    /* border: 1px solid #aaa; */
    /* border-radius: 4px; */
    height: 30px !important;
}



.insights > .col-md-3 {
    width: calc(24% - 10px);
    margin: 10px;
    height: 73px;
    background: #e91e63;
    padding: 12px 15px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 75px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    font-weight: 500;
    position: relative;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}


button.btn.btn-submit.log-out-btn {
    display: inline-block;
    padding: 3px 10px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

    button.btn.btn-submit.log-out-btn:hover {
        background: #fff;
        color: #4aa035;
        border: 1px solid #4aa035;
    }

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
    padding: 1px 10px;
    height: 30px !important;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    height: 30px !important;
    padding: 1px 12px;
}


button.btn.btnaddnew.add-btn {
    padding: 2px 8px;
    font-size: 13px;
}

.hfvghj_tri div {
    font-size: 20px;
}

.card-body.p-4.jfayhfg_tri {
    padding: 0 20px;
}

.kdfgbshb_tri {
    display: flex;
    justify-content: space-between;
    padding: 7px 20px;
}

.fgbyhfgb_tri {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.fvbyhg_tri {
    font-size: 13px;
    color: #555;
}
button.btn.btn-sm.btn-primary.view-more-btn.Click-here {
    margin-bottom: 5px;
    background: #a5a5a5;
    border-color: #a5a5a5;
}
