﻿table.dataTable.no-footer {
    border-bottom: 0 !important;
}

button.yadcf-filter-reset-button {
    border: 0;
    padding: 5px;
    background: none;
    color: #fff;
    /* border-radius: 50%; */
    line-height: 2;
    padding: 0;
    padding: 0 5px;
    font-size: 16px;
}

.yadcf-filter-wrapper {
    margin-left: 0 !important;
    display: block !important;
}

.yadcf-filter {
    padding: 0 !important;
}


    table.dataTable tbody td, table.dataTable thead th {
    padding: 5px 18px !important;
    min-width: 70px;
    max-width: 200px;
    /*white-space: nowrap;*/
}
table.dataTable thead th {
    padding: 10px 18px !important;
}

table.dataTable thead .sorting {
    background-image: url(../img/icon/sort_both.svg) !important;
    /*background-position-x: right !important;*/
    background-position-y: 20% !important;
    background-size: 1.2rem !important;
}

table.dataTable thead .sorting_asc {
    background-image: url(../img/icon/sort_asc.svg) !important;
    background-position-x: right !important;
    background-position-y: 20% !important;
    background-size: 0.8rem !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(../img/icon/sort_desc.svg) !important;
    background-position-x: right !important;
    background-position-y: 20% !important;
    background-size: 0.8rem !important;
}

table thead th {
    white-space: nowrap;
}

[direction=rtl] table.dataTable thead .sorting {
    background-position-x: left !important;
}

[direction=rtl] table.dataTable thead .sorting_asc {
    background-position-x: left !important;
}

[direction=rtl] table.dataTable thead .sorting_desc {
    background-position-x: left !important;
}

/*without filter input*/
table .dataTable.no-input-table thead .sorting {
    background-position-y: center !important;
}

table.dataTable.no-input-table thead .sorting_asc {
    background-position-y: center !important;
}

table.dataTable.no-input-table thead .sorting_desc {
    background-position-y: center !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: normal;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background-color: #010064 !important;
    color: #fff !important;
}

/*select dropdown*/
.select2-container-multi .select2-choices {
    min-height: auto !important;
}

    .select2-container-multi .select2-choices .select2-search-field input {
        padding: 2px !important;
        font-family: inherit !important;
        font-size: 12px !important;
        margin: 0 !important;
    }

    .select2-container-multi .select2-choices .select2-search-choice {
        font-weight: 300 !important;
        border: 0 !important;
        background-image: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        white-space: nowrap;
    }

.select2-container-multi .select2-choices {
    border: 0 !important;
}
tbody, td, tfoot, th, thead, tr {
    border: inherit !important;
}

[theme-version=dark] .table thead {
    border-bottom: 0.2px solid #989899 !important;
}

select.select-2 {
    padding: 1.6rem 3.5rem 1.6rem 2rem;
}

.change-log-table thead {
    text-align: start;
}

.change-log-table tbody td {
    font-size: inherit;
}

.comment__table {
    padding: 10px;
}

.table td .table-action a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: auto;
}
/* add class to long text in html table*/
.long-table-text {
    width: 250px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.table-icon.reise-request-icon {
    background: url(../img/icon/reise-request-icon.svg) no-repeat;
    background-position: 50%;
}
.table tbody {
    text-align: left;
}

.table td .table-action a {
    margin-right: 0;
}

.table td span.badge, .table td label.badge {
    width: 100%;
}
/*for table with nobr scrollbar*/
#ManageLicenseTypeList, #WholesaleManagerUserTable, #ExaminerUserTable,
#ServiceProviderAdminTable, #DepartmentUserTable, #loadrolemappingTable,
#AgreementUploadRequestsToSPUserTable, #AgreementRequestsListByCITC, #ServiceProviderUserTable, #RaiseAgreementRequestByEx,
#RaiseAgreementUploadRequestByEx, #UploadAgreementList, #UploadedAgreementTableBySPA, #AgreementUploadRequestsToSPUserTable {
    width: 100% !important;
}
/*for table with no action*/
#OverviewAgreementTable tbody td, #FeeBasedReportTable tbody td, #MasterLicenseType tbody td {
    padding: 15px 18px !important;
}

#MasterLicenseType {
    width: 100% !important;
}

    /*#MasterLicenseType thead th {
        background-position-x: 98% !important;
    }
*/
    #MasterLicenseType .yadcf-filter {
        max-width: 1000px !important;
        width: 500px !important;
    }
/*table icon changes */
.table-icon.view {
    background-size: 75%;
    background-position: center;
}

i.table-icon.remove {
    background-position: center;
    background-size: 70%;
}

.table-icon.modify {
    background-position-x: 70%;
    background-position-y: center;
    background-size: 75%;
}
.table-icon.editicon {
    background: url(../img/icon/GreyIcon.svg) no-repeat;
    background-position-x: 70%;
    background-position-y: center;
    background-size: 75%;
}
.richText .richText-editor table td, .richText .richText-editor table th {
    border: #EFEFEF solid 1px !important;
}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi){
    .select2-search-choice-close {
        background: url(../img/web/select2.png) right top no-repeat;
    }
}*/