.h-full {
  height: calc(100vh - 40px);
}
table{
	width: 100%!important;
	white-space: nowrap!important;
}
.card table{
	font-weight: 300!important;
	font-size: 80%;
}

.card table tbody tr:hover td {
    background: #ffffcc !important;
}
.card-header{
	padding-top: .3rem!important;
	padding-bottom: .3rem!important;
}
.modal-body table {
	width: 100%!important;
}
.modal-content {
	border-left-width: 0px !important;
    border-right-width: 0px !important;
}
.Invoice {
	line-height: 20.00px;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: 700;
    color: #808080;
    background-color: transparent;
    text-decoration: underline;
    font-variant: normal;
    font-size: 20.0px;
    vertical-align: 0;
	text-align:center;
	}
.Date {	   
	line-height: 20.00px;
    font-family: "Times New Roman", serif;
    font-style: normal;
    font-weight: 700;
    color: #808080;
    background-color: transparent;
    text-decoration: none;
    font-variant: normal;
    font-size: 16.0px;
    vertical-align: 0;
	}
.Right {
	text-align:right;
	}
.Center {
	text-align: center;
	}
.table2{
	font: Tahoma, Geneva, sans-serif ;
	font-family: Tahoma, Geneva, sans-serif ;
	font-size:12px;
}
.dataTables_info {
	font-size: 0.9rem !important;
	color: grey !important;
}
.page-item.active .page-link {
	background-color: #ffbf00e6 !important;
    border-color: #ffc107 !important;
	color: #fff !important;
}
.page-link {
	font-size: 0.9rem !important;
    color: grey !important;
}
.link-unstyled, .link-unstyled:link, .link-unstyled:hover {
  color: inherit !important;
  
}
.bg-gold {
    background-color: #17a2b8ba!important;
}

.w-min {
    width: 0 !important;
}
.text-grey {
	color:#0000004d!important; /* For In-Active Rows */
}
.card-body {
padding: .5rem!important;
}
/* Datatable SUCCESS */
.success .page-item.active .page-link {
	background-color: #28a745 !important;
    border-color: #28a745 !important;
	color: #fff !important;
}
/* Datatable DANGER */
.danger .page-item.active .page-link {
	background-color: #dc3545 !important;
    border-color: #dc3545 !important;
	color: #fff !important;
}
/* Datatable WARNING */
.warning .page-item.active .page-link {
	background-color: #ffc107 !important;
    border-color: #ffc107 !important;
	color: #fff !important;
}
/* Datatable INFO */
.info .page-item.active .page-link {
	background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
	color: #fff !important;
}
/* Datatable SECONDARY */
.secondary .page-item.active .page-link {
	background-color: #6c757d !important;
    border-color: #6c757d !important;
	color: #fff !important;
}
/* Datatable Custom-1 */
.custom-1 .page-item.active .page-link {
	background-color: #cccccc !important;
    border-color: #cccccc !important;
	color: #fff !important;
}
/* Datatable Custom-1 */
.custom-2 .page-item.active .page-link {
	background-color: #ff634799 !important;
    border-color: #ff634799 !important;
	color: #fff !important;
}
.Btn_Filter {
	border: .01rem solid #343a40; /* For Filter Button Border */
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.bg-custom-1{background-color: hsl(0, 0%, 80%) !important;}
.bg-custom-2{background-color: hsla(9, 100%, 64%, 0.6) !important;}

.hand {
    cursor: pointer;
}
.navbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 9px;
}
.dropdown-item{
	font-size: 80%;
	color: #6c757d;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #28a745;
}
.border-left{border-left: 3px double #dee2e6!important;}
.f-1r {font-size:1rem!important;}
.bg-yellow {background-color: #ffff00 !important;}
.bg-dark-green {background-color: #006600 !important;}