﻿/* CSS Table Custom Variables */

:root {
    --ghmc_table_head_color: #dcddc5;
    --ghmc_table_odd_color: rgba(22, 126, 145, 0.1);
    --ghmc_table_even_color: #fff;
    --ghmc_table_hover_color: rgba(22, 126, 145, 0.3);
    --ghmc_table_border_color: #185ba34d;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-left: -1px;
    height: calc(2.25rem + 2px);
    border: 1px solid #167e91;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    /* padding-left: 25px; */
}

div.dataTables_wrapper div.dataTables_filter label {
    margin-bottom: 0;
    position: relative;
}

/* div.dataTables_wrapper div.dataTables_filter label:before {
    content: "\f002";
    font: normal normal normal 15px/1 "Font Awesome 5 Free";
    position: absolute;
    left: 0px;
    top: 0;
    opacity: 1;

    height: 35px;
    width: 35px;
    color: #000;
    line-height: 35px;
    text-align: center;
} */
.content-wrapper {
    /*background: url(./bg.png) repeat;*/
}

table.dataTable.ghmc_table {
    width: 100%;
    margin: 0 !important;
}

table.dataTable.ghmc_table_Shop_Dts {
    width: 100%;
    margin: 0 !important;
}

table.dataTable.ghmc_table_Tenant {
    width: 100%;
    margin: 0 !important;
}

table.dataTable.ghmc_table_PaymentSearch {
    width: 100%;
    margin: 0 !important;
}

table.dataTable.ghmc_table_printReciept {
    width: 100%;
    margin: 0 !important;
}

table.dataTable.ghmc_table_outTenant_Dts {
    width: 100%;
    margin: 0 !important;
}

table.dataTable.ghmc_table_SearchReport_Dts {
    width: 100%;
    margin: 0 !important;
}

.dt-bootstrap4 .dt-buttons .btn-secondary {
    background: white;
    border-color: #167e91;
    color: #167e91;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* background: #d4d4d4;
    background-image: linear-gradient(to top, #c1c1c1 0%, #f1f1f1 100%);
    color: black; */
}

.ghmc_table thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}

.ghmc_table_Shop_Dts thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}

.ghmc_table_Tenant thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}

.ghmc_table_PaymentSearch thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}

.ghmc_table_printReciept thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}

.ghmc_table_outTenant_Dts thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}

.ghmc_table_SearchReport_Dts thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}


.ghmc_table.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table_Shop_Dts.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table_Tenant.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table_PaymentSearch.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table_printReciept.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table_outTenant_Dts.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table_SearchReport_Dts.table-bordered {
    border: 1px solid #167F92;
}

.ghmc_table.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}

.ghmc_table_Shop_Dts.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}

.ghmc_table_Tenant.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}

.ghmc_table_PaymentSearch.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}

.ghmc_table_printReciept.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}

.ghmc_table_outTenant_Dts.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}

.ghmc_table_SearchReport_Dts.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}


.ghmc_table.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_Shop_Dts.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_Tenant.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_PaymentSearch.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_printReciept.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_outTenant_Dts.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_SearchReport_Dts.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}


.ghmc_table.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table_Shop_Dts.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table_Tenant.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table_PaymentSearch.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table_printReciept.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table_outTenant_Dts.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table_SearchReport_Dts.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}

.ghmc_table.table tfoot {
    color: #005f70;
}

.ghmc_table_Shop_Dts.table tfoot {
    color: #005f70;
}

.ghmc_table_Tenant.table tfoot {
    color: #005f70;
}

.ghmc_table_PaymentSearch.table tfoot {
    color: #005f70;
}

.ghmc_table_printReciept.table tfoot {
    color: #005f70;
}

.ghmc_table_outTenant_Dts.table tfoot {
    color: #005f70;
}

.ghmc_table_SearchReport_Dts.table tfoot {
    color: #005f70;
}

    .ghmc_table.table tfoot td {
        font-weight: bold;
        border-top: 2px solid #005f70;
    }

.ghmc_table_Shop_Dts.table tfoot td {
    font-weight: bold;
    border-top: 2px solid #005f70;
}

.ghmc_table_Tenant.table tfoot td {
    font-weight: bold;
    border-top: 2px solid #005f70;
}

.ghmc_table_PaymentSearch.table tfoot td {
    font-weight: bold;
    border-top: 2px solid #005f70;
}

.ghmc_table_printReciept.table tfoot td {
    font-weight: bold;
    border-top: 2px solid #005f70;
}

.ghmc_table_outTenant_Dts.table tfoot td {
    font-weight: bold;
    border-top: 2px solid #005f70;
}

.ghmc_table_SearchReport_Dts.table tfoot td {
    font-weight: bold;
    border-top: 2px solid #005f70;
}

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.5em;
    white-space: nowrap;
}

/* .table-wrapper.clearfix.top {
    background: #d4d4d4;
    background-image: linear-gradient(to top, #c1c1c1 0%, #f1f1f1 100%);
    margin-bottom: 0;
    padding: 8px 10px;
    overflow-y: hidden;
    overflow-x: hidden;
} */
/* .ghmc_table.table.table-bordered td, .ghmc_table.table.table-bordered th {
    border-color: #6fa7b1;
} */
.ghmc_table.table.table-bordered td,
.ghmc_table.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

.ghmc_table_Shop_Dts.table.table-bordered td,
.ghmc_table_Shop_Dts.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

.ghmc_table_Tenant.table.table-bordered td,
.ghmc_table_Tenant.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

.ghmc_table_PaymentSearch.table.table-bordered td,
.ghmc_table_PaymentSearch.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

.ghmc_table_printReciept.table.table-bordered td,
.ghmc_table_printReciept.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

.ghmc_table_outTenant_Dts.table.table-bordered td,
.ghmc_table_outTenant_Dts.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

.ghmc_table_SearchReport_Dts.table.table-bordered td,
.ghmc_table_SearchReport_Dts.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}

table.dataTable.ghmc_table_Estat_Dtls {
    width: 100%;
    margin: 0 !important;
}


.ghmc_table_Estat_Dtls thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}


.ghmc_table_Estat_Dtls.table-bordered {
    border: 1px solid #167F92;
}


.ghmc_table_Estat_Dtls.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}


.ghmc_table_Estat_Dtls.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_Estat_Dtls.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}


.ghmc_table_Estat_Dtls.table tfoot {
    color: #005f70;
}


    .ghmc_table_Estat_Dtls.table tfoot td {
        font-weight: bold;
        border-top: 2px solid #005f70;
    }


.ghmc_table_Estat_Dtls.table.table-bordered td,
.ghmc_table_Estat_Dtls.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}


table.dataTable.ghmc_table_Estat_Update {
    width: 100%;
    margin: 0 !important;
}


.ghmc_table_Estat_Update thead {
    background-color: var(--ghmc_table_head_color);
    color: #185ba3;
}


.ghmc_table_Estat_Update.table-bordered {
    border: 1px solid #167F92;
}


.ghmc_table_Estat_Update.table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #005f70;
}


.ghmc_table_Estat_Update.table.table-striped tbody tr:nth-of-type(odd) {
    background-color: var(--ghmc_table_odd_color);
}

.ghmc_table_Estat_Update.table.table-hover tbody tr:hover {
    color: #000;
    background-color: var(--ghmc_table_hover_color);
}


.ghmc_table_Estat_Update.table tfoot {
    color: #005f70;
}


    .ghmc_table_Estat_Update.table tfoot td {
        font-weight: bold;
        border-top: 2px solid #005f70;
    }


.ghmc_table_Estat_Update.table.table-bordered td,
.ghmc_table_Estat_Update.table.table-bordered th {
    border-color: var(--ghmc_table_border_color);
}



.table-wrapper.clearfix.top {
    margin-bottom: 3px;
}

.ghmc_gis_card .card-title {
    float: left;
    font-size: 1.3rem;
    font-weight: 400;
    margin: 10px 0;
}


.card-ghmc .card-body {
    padding: .5rem 1.25rem!important;
}