body .footer-content .footer {
    margin: 0px auto;
}
.navbar .navbar-left {
    background-color: #00041c;
	padding: 5px;
}
.sidebar {
    background-color: #00041c;
}
body .footer-content .footer {
    max-width: 100% !important;

}
.btn-primary {
    background-color: #f86a2b;
    border-color: #f86a2b;
}  
.btn-primary:hover {
	background: #c03d03;
}
.sidebar .nav-item>.nav-link.active , .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .sidebar .nav-item>.nav-link:hover:not(.active){
    color: #fff;
    background-color: #f86a2b;
}
.text-primary {
    color: #f86a2b!important;
}
a:hover, a {
    color: #f86a2b;
}
.root-boxes .root-box:hover{   border-color: #f86a2b !important;}
.ui-pnotify .brighttheme.brighttheme-info{
	background-color: #f86a2b!important;
    border-color: #f86a2b!important;
}
.brighttheme-info {
    background-color: #ff9161;
    border: 0 solid #f86a2b;
    color: #012831;
}
.table-responsive.table-borders {
    border: 0.07rem solid #00041c;
    background: beige;
}
.table thead th {
    background: #f2f2f2;
    font-size: 16px;
    color: #031934;
	    font-weight: 700;
	border-bottom: 0.07rem solid #24283d;
}
.table thead th a{
    color: #031934;
}
.table {
    background-color: white;
}
@media (min-width: 994px) {
body .body-content .section-main {

    padding: 20px 40px;
}
}

.btn-group-sm>.btn, .btn.btn-sm, .btn.btn-xs {
    color: #fff;
    display: inline-block;
    border-radius: 1px;
    font-weight: 700;
    text-decoration: none;
}
/******************27-12-2021----------------*/
.section-account.section-account-service .leftnavigation-box .nav-item {
    background-color: #eff3f7;
	  /* border: 1px solid #f86a2b;
    padding: 0px 10px;
    margin: 5px 0px; */
}
.small, small {
    font-size: 100%;
    line-height: initial;
}
.section-account.section-account-service .leftnavigation-box .nav-item .active {
    border: 0.07rem solid #2dc76b;
    padding: 0px 10px;
    margin: 11px -10px;
    border-radius: 0.43rem;
}
b, strong {
    font-weight: bolder;
}