
.table>:not(caption)>*>* {
    padding: .3rem .3rem !important;
}
table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled) {
    padding-right: 30px !important;
}
table thead th {
    background: #0075af !important;
    color: white;
    line-height: 1;
    font-size: 13px;
    padding: .3rem .3rem !important;
}
.dataTables_scrollBody table thead th {
	padding:0 !important;
	background:none !important;
}
.tabs-custom-align .nav-item:nth-child(1){
	margin-left:auto;
}
.tabs-custom-align li.nav-item a.nav-link {
    padding: 5px 18px;
    margin: 0;
    border-radius: 0;
}
.form-control{
	border-radius:0 !important;
}
.datepicker {
    padding: 3px!important;
    animation: none;
}
.datepicker table thead th {
    color: #5d5959;
    line-height: 1;
    background: white !important;
}
.pr-0{
    padding-right: 0px !important;
}
.topnav {
    margin-top: 50px;
}
.topnav .navbar-nav .nav-link {
    padding: calc(20px / 2) .8rem;
}
body[data-layout-mode=horizontal] .container-fluid {
    max-width: 100%;
}
body[data-layout-mode=horizontal] .content-page {
    padding: 45px 15px 65px 15px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6c757d;
    background-color: #fff;
    border-color: #0075af #0075af #fff;
    box-shadow: 1px 0px 5px 0px #0075af;
}
button.close {
    background: transparent;
    padding: 0;
    border: none;
}
button.close span {
    color: black !important;
    font-size: 19px;
    font-weight: 800;
}
.custom_scroll{
        height:500px;
        overflow:auto;
    }
    .th_fixed th{
        position:sticky;
        top:0px;    
        background-color: white;
        z-index:11;
        
    }
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0075af;
}
.nav-pills .nav-link:hover{
    color: #fff;
    background-color: #0075af;
}

@media (min-width: 992px){
.topnav {
    height: auto;
}
}
