﻿.bhargodatatable {
    border-collapse: inherit !important;
    width: 100%;
    border: solid 0.5px #f1f5fb;
    margin: 0px;
    border-radius: 5px;
}

    .bhargodatatable > thead > tr > th {
        /*padding: 14px 5px;*/
        height: auto !important;
        vertical-align: middle;
        /*border: solid 1px #f1f5fb;*/
        background-color: var(--theme-color3);
        /*font-family: Satoshi-Bold;*/
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #ffffff;
    }

    .bhargodatatable > tbody > tr > td {
        vertical-align: middle;
        flex-grow: 0;
        /*font-family: Satoshi-Medium;*/
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #707b8a;
    }

    .bhargodatatable.table-striped tbody tr:nth-of-type(odd) {
       /* width: 720px;*/
        height: auto;
        margin: 50px 0 0;
        padding: 5px 20px;
        background-color: #fff;
    }

    .bhargodatatable.table-striped tbody tr:nth-of-type(even) {
        /*width: 720px;*/
        height: auto;
        flex-grow: 0;
        margin: 50px 0 0;
        padding: 5px 20px;
        background-color: #f8fbff;
    }

.bhargotableditimg {
    width: 10px;
    display: inline-block
}

/*before*/

.bhargodatatable thead {
    /*background-color: #efefef;*/
}

    .bhargodatatable thead th {
        /*font-family: Satoshi-Bold;
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #374a66;*/
    }

.bhargodatatable tbody tr:nth-of-type(odd) {
    background-color: #ffffff !important;
}

.bhargodatatable tbody tr:nth-of-type(even) {
    background-color: #f8fbff;
}

.bhargodatatable > tbody > tr > td {
   /* font-family: Satoshi-Medium;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #707b8a;
}

    .bhargodatatable > tbody > tr > td.textactive, .bhargotable > tbody > tr > td.textactive,
    .bhargodatatable > tbody > tr > td > span.textactive, .bhargotable > tbody > tr > td > span.textactive {
        /*font-family: Satoshi-Bold;*/
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
        color: #596ce8;
    }

        .bhargodatatable > tbody > tr > td.textactive > span, .bhargotable > tbody > tr > td.textactive > span,
        .bhargodatatable > tbody > tr > td > span.textactive, .bhargotable > tbody > tr > td > span.textactive {
            cursor: pointer
        }

    .bhargodatatable > tbody > tr > td.tdaction {
        width: 100px;
        text-align: center
    }

.tdaction .dropdown-menu {
    min-width: 7rem;
    padding: 0px;
}

.tdaction .profile-notification li {
    padding: 5px 15px;
}

.tdaction .profile-notification a {
    /*font-family: Satoshi-Medium;*/
    font-size: 14px;
    font-weight: 500;
}
/*
    .tdaction .profile-notification a:hover {
        background-color: transparent !important;
        color: #596ce8 !important;
    }
*/


.tdaction .disableli {
    opacity: .8;
    cursor: not-allowed;
}

.tdaction li > a {
    color: #707b8a;
    cursor: pointer;
}

    .tdaction li > a:hover {
        color: #596ce8 !important;
        background-color: transparent !important;
    }

    .tdaction li > a.lidelete {
        color: #f18181;
    }

        .tdaction li > a.lidelete:hover {
            color: #ed5656 !important;
        }

.bhargodatatablediv .dataTables_length, .bhargodatatablediv .dataTables_filter, .bhargodatatablediv .dataTables_info {
    /*font-family: 'Satoshi-Bold';*/
    font-size: 14px;
    font-weight: bold;
}

.faiconactiondiv {
    margin-left: 1px;
    height: 20px;
    width: 20px;
    border-radius: 24px;
    padding: 5px 5px 5px 5px;
    text-align: center;
    float: left;
    cursor: pointer;
    background-color: #f1f5fb;
    color: #596ce8;
}

    .faiconactiondiv:hover {
        background-color: #596ce8 !important;
        color: #fff !important;
    }

    .faiconactiondiv i {
        cursor: pointer;
    }

.rcontainer {
    padding: 0px 40px 0px 0px !important;
}

.dataTables_filter label {
    width: auto !important;
}

.dataTables_wrapper {
    width: 100%;
}
/*
.bhargodatatablediv.table-responsive {
    height: calc(100vh - 266px);
}*/

.ellipsis::after {
    content: none;
}


.bhargodatatable .bhargotabledit-input {
    /*width: 100%;
    height: 40px;*/
    flex-grow: 0;
    /*font-family: Satoshi-Medium;*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #374a66;
    padding: 10px;
    border-radius: 4px;
    border: solid 0.5px #374a66;
    background-color: #fff;
}

.bhargodatatable .dteditspan {
    padding-left: 10px;
    flex-grow: 0;
}

.dataTables_wrapper .dataTables_filter input {
    border-radius: 3px !important;
    border: solid 0.5px #707b8a !important;
    background-color: #fff !important;
    padding: 7px !important;
    flex-grow: 0;
    /* font-family: 'Satoshi-Medium';*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #7e91b3;
    height: 35px;
    width: 250px;
}

.dataTables_wrapper div.dataTables_info {
    flex-grow: 0;
    /*font-family: 'Satoshi-Bold';*/
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: left;
    color: #374a66;
}

/****************datatable Paginagtion top*/
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0.755em !important;
}


/****************datatable border radius on top*/
.bhargodatatable thead tr:first-child th:first-child {
    border-top-left-radius: 5px;
}

.bhargodatatable thead tr:first-child th:last-child {
    border-top-right-radius: 5px;
}
/****************datatable Sorting*/
table.dataTable thead span.sort-icon {
    display: inline-block;
    padding-left: 5px;
    width: 16px;
    height: 16px;
}

table.dataTable thead .sorting span {
    background: url('../img/ArrowsImages/SortDefult.svg') no-repeat center right;
}

table.dataTable thead .sorting_asc span {
    background: url('../img/ArrowsImages/SortAscending.svg') no-repeat center right;
}

table.dataTable thead .sorting_desc span {
    background: url('../img/ArrowsImages/SortDescending.svg') no-repeat center right;
}
/*datatable Sorting*/
/*.bhargodatatable.dataTable thead .sorting_asc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_asc_disabled.png') no-repeat center right;
}

.bhargodatatable.dataTable thead .sorting_desc_disabled span {
    background: url('http://cdn.datatables.net/plug-ins/3cfcc339e89/integration/bootstrap/images/sort_desc_disabled.png') no-repeat center right;
}*/


.filterdtbtn {
    max-width: 161px;
    height: 40px;
    flex-grow: 0;
    /* margin: 0 760px 10px 0; */
    /* padding: 10px 21px; */
    border-radius: 4px;
    border: solid 0.5px #707b8a;
    background-color: #fff;
    flex-grow: 0;
    margin: 0 0 0 10px;
    /*font-family: 'Satoshi-Medium';*/
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #374a66;
}

.Filterbtn {
    float: left;
    margin-bottom: 8px;
}
/*new*/
.alt {
    background-color: #DEDFDE;
}

.bhargodatatable_RowSpan {
    border-collapse: inherit !important;
    width: 100%;
    border: solid 0.5px #f1f5fb;
    margin: 0px;
    border-radius: 5px;
}

    .bhargodatatable_RowSpan > thead > tr > th {
        /*padding: 14px 5px;*/
        height: auto !important;
        vertical-align: middle;
        /*border: solid 1px #f1f5fb;*/
        background-color: #374a66;
        /*font-family: Satoshi-Bold;*/
        font-size: 14px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        color: #ffffff;
    }

    .bhargodatatable_RowSpan > tbody > tr > td {
        vertical-align: middle;
        flex-grow: 0;
       /* font-family: Satoshi-Medium;*/
        font-size: 14px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #707b8a;
    }

    .bhargodatatable_RowSpan tbody tr:nth-of-type(odd) {
        width: 720px;
        height: 50px;
        margin: 50px 0 0;
        padding: 5px 20px;
        background-color: #fff;
    }

    .bhargodatatable_RowSpan tbody tr:nth-of-type(even) {
        width: 720px;
        height: 50px;
        flex-grow: 0;
        margin: 50px 0 0;
        padding: 5px 20px;
        background-color: #f8fbff;
    }
