﻿
:root {
    --main-font: Inter, sans-serif;
    --main-font-size: 13px;
}

body {
    font-family: var(--main-font) !important;
    font-size: var(--main-font-size) !important;
}
.dropdown .dropdown-menu,
ul li a {
    font-family: var(--main-font) !important;
    font-size: var(--main-font-size) !important;
}


table.js-table {
    table-layout: fixed;
    width: 100%;
}

    table.js-table td, table.js-table th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
    }
.js-table tr.row-sort th {
    background-color: #dee2e6;
    padding: .45rem .4rem;
    border-bottom-width: 2px;
    font-weight: bold;
    border-bottom-color: #c8cbcf;
}
table.js-table th.col-checkbox,
table.js-table td.col-checkbox {
    width: 20px;
}
table.js-table tr:nth-child(odd) td {
    background-color: #F8F9FA;
}

.JTabsView .nav-tabs .nav-item .nav-link {
    font-weight:bold;
}

table.js-table .col-checkbox,
table.js-table .col-detail {
    width: 35px;
}
    table.js-table .col-checkbox.col-detail {
        width: 70px;
    }

.searchBar {
    display: flex;
}
/*table.js-table thead input:not([value=""]) {
    background-color: #e0f4f4;
    border-color: #0d7377;
}
 */
/*.badge.rounded-pill {
    padding: 3px 8px;
    min-width: 48px;
    text-align: center;


    background: #3b82f6;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.3px;
}*/