.academictable td.navbar-brand.logo-control img.logo-img {
    max-height: 80px;
    width: auto;
}
.navbar-brand.logo-control img.logo-img {
    max-height: 80px;
}
#t4-masthead .ja-masthead.has-bg {
    margin-bottom: 0rem;
}
.t4-header{
    border-bottom: 5px solid #012169;
}
.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
white-space: nowrap;
}

.ja-masthead:before {
    background-color: #023c7f;
}
.t4-section.t4-breadcrumbs {
    border-bottom: 1px solid var(--border-color);
}

.vitable {
    border: 1px solid #dce2e9;
    width: 100%;
}

.vitable tr:nth-of-type(odd) {
    background: #f6f6f6;
}
.vitable tr td,.vitable tr th {
    padding: 1rem;
    border: 1px solid #dce2e9;
}

.bg-gray {
    background-image:none;
}
.nav-link {
    color: #28367b;
}
.logo-img-sm{
    max-height: 80px;
}

.nav-link:hover, .nav-link:focus {
    color: #28367b;
}


.academictable td{
    background-color:#28367b;
    padding:5px 10px;
}
.academictable td p{
        margin-bottom: 0px;
        color:#fff;
}
.t4-footer {
    background-image: none;
}
.sidebar-l .module-title {
    margin-bottom: 0!important;
    color:#28367b;
    background-color: #ffffff;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}
.sidebar-l {
    background-color: #e7eaf3;
    padding-top:30px;
    padding-bottom:30px ;
    border-radius: 10px;
}
@media (min-width: 768px){
.t4-main-body {
    padding-top: 2rem;
    padding-bottom: 5rem;
}

}