.showOnLogin{
	display: none;
}
.addEvent label{
	margin-bottom: 5px;
	font-weight: 500
}
#main{
	min-height: 740px;
}
.logo img {
    max-height: 66px;
    margin-right: 6px;
}
/*.toggle-sidebar .logo img {
    max-height: 66px;
    margin-right: 6px;
}*/
.sidebar-nav .nav-link {
    color: #02319b;
    }
.sidebar-nav .nav-link i {
    color: #02319b;
}
.back-to-top:hover {
    background: #010101;
    color: #fff;
}
.dashboard .info-card h6 {
    color: #02319b;
}
.btn-primary {
    color: #fff;
    background-color: #012970;
    border-color: #012970;
}
.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.dataTable-input, .dataTable-selector {
    padding: 6px 12px;
    border: 1px solid #ced4da;
}
.dataTable-wrapper.no-footer .dataTable-container{
	border-bottom: 0;
}
.uploadBtn{
    border: 2px solid #000;
    padding: 1px 10px;
    border-radius: 4px;
    font-size: 14px !important;
}
table.trialBalanceTable tr td:last-child,
table.trialBalanceTable tr th:last-child,
table.trialBalanceTable tr:last-child td:nth-child(2),
table.trialBalanceTable tr:last-child td:nth-child(3),
table.trialBalanceTable tr:last-child td:nth-child(4),
table.trialBalanceTable tr th:nth-child(4),
table.trialBalanceTable tr td:nth-child(4),
table.trialBalanceTable tr th:nth-child(5),
table.trialBalanceTable tr td:nth-child(5),
table.trialBalanceTable tr th:nth-child(6),
table.trialBalanceTable tr td:nth-child(6){
    text-align: right !important;
}
table tr th
.dataTable-sorter::before, 
table tr th
.dataTable-sorter::after,

table.trialBalanceTable tr th
.dataTable-sorter::before, 
table.trialBalanceTable tr th
.dataTable-sorter::after
{
    opacity: 0;
}
/*table.trialBalanceTable tr th:first-child
.dataTable-sorter::before, 
table.trialBalanceTable tr th:first-child
.dataTable-sorter::after{
    opacity: 0.2;

}*/

table.trialBalanceTable tr th,
table.trialBalanceTable tr td{
    font-size: 15px;
}

table.profitLossTable tr th,
table.profitLossTable tr td{
    text-align: right;
}
table.profitLossTable tr th
.dataTable-sorter::after,
table.profitLossTable tr th
.dataTable-sorter::before{
    opacity: 0;
}


table.profitLossTable tr th:first-child,
table.profitLossTable tr td:first-child{
    text-align: left;
    }
/*table.profitLossTable.table-striped>tbody>tr:last-child {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}*/