html {
    line-height: 1;
    font-size: 12px;
    /* font-size: 11pt !important; */
    font-family: Arial, Helvetica, sans-serif !important;
    /* background-color: #F8F9FA; */
    font-weight: 550 !important;
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 50px;
    line-height: 30px; /* Vertically center the text there */
}

/* 2021-01-29 BK ADDED */
.nav-tabs{
    background: linear-gradient(to bottom, #ffffff 50%, #dddddd 100%) !important;
}

.tab-pane{
    background-color: #ffffff !important;
}

nav, .dropdown-item {
    font-weight: bold;
}

/* bootstrap 5 table rounded corners */
table {
    /* border-radius: 9px; */
    overflow: hidden; /* add this */
    border: 0px solid #ccd5cc;
}

/* bootstrap 5 table header color */
thead th {
    /* background-color: #ccd5cc !important; */
    background-color: #e2e5ef !important;
    color: white;
}

/*Validation Error Message*/
.error {
	color: #ff0000 !important;
}

.modal:nth-of-type(even) {
    z-index: 1062 !important;
}

.modal-backdrop.show:nth-of-type(even) {
    z-index: 1061 !important;
}

/*
th {
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
  border-right: 1px solid #dddddd !important;
}
 
th:first-child {
  border-left: 1px solid #dddddd !important;
}
*/

/*
thead th:first-child {
 border-top-left-radius: 9px;
}

thead th:last-child {
 border-top-right-radius: 9px;
}

tbody tr:last-child :first-child {
 border-bottom-left-radius: 9px;
}

tbody tr:last-child :last-child {
 border-bottom-right-radius: 9px;
}
*/

/* end bootstrap 5 table rounded corners */

/*
.dataTables_length .dataTables_paginate .dataTables_info .dataTables_processing{
    display: inline-block !important;
	width: 30% !important;
}
*/

.dataTables_wrapper .dataTables_length {
    white-space: nowrap;
}

/*Customer Status*/
.BLACKLISTED{ rgba(0, 0, 0, 0.2) !important; }
.LATE_PAYMENT{ rgba(255, 0, 0, 0.2) !important; }
.DEMANDING{ rgba(255, 192, 0, 0.2) !important; }
.VIP{ rgba(112, 48, 160, 0.2) !important; }
.NORMAL{ rgba(255, 255, 255, 0) !important; }
.INACTIVE{ rgba(255, 0, 0, 0.5) !important; }


.nav_bg{
  /* background-image: linear-gradient( to bottom, #D2691E, #E1993C ) !important; */
  background-color: #F2F5FF;
}
