.ssl_one_report table tbody td:first-child{
    background-color: #f2f2f2;
    /*padding: 1em!important;*/
    font-weight: 600;
    width: 24%;
}
.fs-12px {
    font-size: 12px;
}

.bi {
    display: inline-block;
    width: 1rem;
    /*height: 1rem;*/
}
.wft_code {
    font-family: "Courier New", serif;
}

/*
 * Sidebar
 */
.sidebar {
    height: 100vh;
    /*transform: translateX(0%);*/
    /*max-height: calc(100% - 48px);*/
}
@media (max-width: 768px) {
    .sidebar { height:0;}
}
@media (min-width: 768px) {
    .sidebar .offcanvas-lg {
        position: -webkit-sticky;
        position: sticky;
        top: 48px;

    }
    .navbar-search {
        display: block;
    }
}

.sidebar .nav-link {
    font-size: 1rem;
    font-weight: bold;
}

.sidebar .nav-link.active {
    color: #2470dc;
}

.sidebar-heading {
    font-size: .75rem;
}

/*
 * Navbar
 */
.navbar {
    background-color:#0a53be;
}
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color:#0a53be;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
    padding: .75rem 1rem;
}

.bd-navbar {
    padding: 0.75rem 0;
    /*background-color: transparent;*/
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15), inset 0 -1px 0 rgba(255,255,255,0.15);
}
