

/*efre2022*/
body{
    box-sizing: border-box;
    background-color: #efefef;
    margin: 0;
    }
    nav{
    background-color: #efefef;
    line-height: 5;
    }
    .title{
    line-height: 1.25;
    background-color: #fff;
    padding: 30px;
    box-shadow: 0 4px 3px 0 rgb(0 0 0 / 20%);
    font-size: 15px;
    font-weight: 500;
    }
    
    .t-data{
    background-color: #fff;margin: 20px 0px 0px 0px;padding: 30px;
    }
    .side-left{
    box-shadow: 5px 1px 4px -2px rgb(0 0 0 / 20%);
    background-color: #fff;
    }
    
    
    .btn-light{ 
    border: solid 1px #000;
    padding: 5px 8px;
    font-size: 15px;
    border: none;
    background-color: #0f2c7a;;
    color: #fff;
    border-radius: 4px;
    }
    
    
    .btn-light a{
        text-decoration: none;
        color: #fff;
    }
    
    .btn-light a:hover{
        
        color: #000;
    }
    
    
    .session{
    margin-bottom: 20px;
    display: inline-block;
    width: calc(100% - 200px);
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    }
    
    
    .nav-tabs .nav-link {
    border: 1px solid #ccc !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    color: #000 !important;
    font-weight: bold !important;
    margin: 10px !important;
    }
    .nav-link.active {
    color: #fff !important;
    background-color: #0a708c !important;
    border: solid 1px #000 !important;
    }
    .nav-tabs {
    border: 1px solid #dee2e6;
    
    }
    
    table {
    border-collapse: collapse;
    text-align: center;
    }
    .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
    }
    
    table tr td a {
    
    background-color: #cdcccc;
    width: fit-content;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    
    }
    
    table tr td a:hover {
    text-decoration: none;
    color: #000;
    }
    
    footer{
    margin-top: 15px;
    background-color: #efefef;
    padding: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    }
    footer p{
    margin: 0;
    }
    
    footer h2{
    color:#4d4d4d;font-weight: bold;
    }
    
    footer .h22{
    margin-left: -11px;
    }
    footer h2 span{
    color:#e29024;
    }
          
    
    
    
    .bookmark{
    margin: 7px 0px 9px 0px;
    border-left: 5px solid #eee;
    padding-left: 10px;
    }
    .bookmark img{
    vertical-align: top;
    }
    .bookmark .data-mark {
    display: inline-block;
    }
    .bookmark .data-mark p{
    margin: 0;
    }
    
    .bookmark .data-mark p span{
    font-weight: bold;
    }
    
    .bookmark .data-personal {
    width: 70%;
    font-size: 13px;
    display: inline-block;
    }
    
    .timing{
    margin: 30px 0px;
    background-color: rgb(15, 44, 122);
    color: #fff;
    padding: 2px 16px;
    font-weight: bold;
    }
    
    @media only screen and (max-width: 768px) {
    .t-data {
    margin: auto;
    }
    }
    
    
    
    td, th{
    padding: 4px 5px !important;
    }
    
    thead tr{
    background-color: #5f9ea0;
    color: #fff;
    font-weight: bold;
    }
    
    
    tr td:first-child {
    background-color: #5f9ea0;
    color: #fff;
    font-weight: bold;
    }
    
    
    
    .col-lg-2{
        margin-top: 20px;
        padding-top: 30px;
    }
    
    
    .col-lg-2 ul{
    list-style: none;
    font-size: 17px;
    font-weight: bold;
    }
    
    
    .responsive{
        width: 50%;
        height: auto;
        display: block;
        margin: auto;
    }