@font-face {
	 font-family: 'Inter';
	 src: url('/fonts/Inter-Regular.woff2') format('woff2');
	 font-weight: 400;
}
 @font-face {
	 font-family: 'Inter';
	 src: url('/fonts/Inter-SemiBold.woff2') format('woff2');
	 font-weight: 600;
}
 @font-face {
	 font-family: 'Inter';
	 src: url('/fonts/Inter-Bold.woff2') format('woff2');
	 font-weight: 700;
}
 .v, .va, .vt, .Caption {
	 font-family: "Inter", sans-serif;
	 font-size : 8pt;
}
 .vt {
	 color: #0C4C7C;
	 font-size: 14px;
}
 th.v {
	 color : #FFFFFF;
	 background-color : #808080;
	 padding: 2px;
}
// th a {
	// color : #FFFFFF;
//}
 td{
	 border-bottom: 1px solid #dbe8db;
}
 td.v {
	 color : #000000;
	 background-color : #e8f5e9;
	 padding: 2px;
}
 td.va {
	 color : #000000;
	 background-color : #FFFFFF;
	 padding: 2px;
}
 .table {
	 font-family: "Inter", sans-serif;
	 font-size: 10px;
	 position: relative;
	 border: 1px solid #dbe8db;
}
 .table-secondary{
	 --bs-table-bg: #086634;
	 color: white;
	 border: 0px;
}
.table-secondary th a,
.table-secondary thead a {
    color: #fff;
}
 .table-light{
	 --bs-table-bg: #fff;
	 color: #000;
	 border: 1px;
}
 .table-secondary th{
	 border-bottom-width: 0px;
}
.text-bg-success{
background-color: #086634 !important;;
}
 .table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
	 background: #e8f5e9;
	 font-family: "Inter", sans-serif;
	 font-size: 10px;
}
 .table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
	 background: #FFFFFF;
	 font-family: "Inter", sans-serif;
	 font-size: 10px;
}
 .table-nonfluid {
	 width: auto !important;
}
 .fixed-table-toolbar{
	 display: none;
}
 .nav-pills .nav-link.active {
	 background-color:#086634;
}
 .nav-pills .nav-link {
	 color:#086634;
	 font-size:12px;
}
.badge {
    --bs-badge-font-size: 0.85em;
    width: 30px;
}
 
