.sidebar-item a,
.sidebar-nav ul .sidebar-item .sidebar-link,
.sidebar-nav ul .sidebar-item .sidebar-link span {
    opacity: 1 !important;
    color: #fff;
    font-family: "Kalimati";
}


.sidebar-item a:hover {
    background: #00994b;
    font-family: "Kalimati";
}

.bg-inverse {
    background-color: #197600 !important;
    font-family: "Kalimati";
}

.btn-primary {
    background-color: #0f8b00;
    border-color: #0f8b00;
    font-family: "Kalimati";
}

.btn-warning {
    background-color: #0f8b00;
    border-color: #0f8b00;
    color: #fff;
    font-family: "Kalimati";
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #e6e6e6 !important;
    border-radius: 0;
}

.table thead th {
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle;
    font-family: "Kalimati";
}


.table tbody th, .table tbody td {
    font-size: 11px !important;
    font-family: "Kalimati";
}
.form-control, .select2-container {
    border: 1px solid #aaa !important;
    padding: 5px !important;
    font-family: "Kalimati";
}

form label {
    font-weight:  bold;
    font-family: "Kalimati";
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

.hidden {
    display: none;
}

.report-table tr td, .report-table tr th {
    padding: 2px !important;
}
