﻿.exp-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    color: #0616dc !important;
    cursor: pointer;
}

.exp-main.expanded .exp-icon {
    transform: rotate(90deg);
    color: #0f66e8;
}



.doc-click {
    color: #0616dc !important;
    cursor: pointer;
    font-size: 12px;
}
/* CSS to change the Excel icon color to green */
.excel-icon.k-icon.k-i-excel {
    color: green; /* Change this to any shade of green you prefer */
}

#grid .k-header {
    color: #0616dc !important;
}

.header_class {
    font-weight: bold
}

.TRtab1 {
    font-weight: bold
}

#result_ {
    font-weight: bold
}

#grids {
    margin-left: 50px;
}

.link-style:hover {
    text-decoration: underline;
}

.k-grid-header th {
    padding: 10px 0 !important; /* Space above and below */
    text-align: center; /* Adjust alignment if necessary */
}

#btnExportExcelSL {
    border: none;
    background: none;
    padding: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #003dc7;
    border: 1px solid #b8c0c6;
    border-bottom-color: transparent;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px 8px 0 0 !important;
}

.nav-tabs {
    border-bottom: 1px solid #b8c0c6;
    margin-bottom: 15px;
}

.nav > li > a:not(.header-link) {
    color: #000;
    font-weight: bold;
    padding: 6px 15px !important;
}