
.navbar-header{
    background-color: #114282
}

.vertical-menu{
    background-color: #febb22;

}
.#sidebar-menu ul li a{
    color:#545a6d
}

 .menu_text {
     color:#b8c7ce
}
.custom-btn {
  background-color:  #FB6510 !important; 
  border-color:#e05504;
}


.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 .15rem rgba(253, 118, 14, 0.5);
  box-shadow: 0 0 0 .15rem rgba(238, 107, 6, 0.922);

}

.btn-primary:hover {
  color: #fff;
  background-color:  #FB6510 !important; 
  border-color:#e05504;
}


.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color:  #FB6510 ;
  border-color:  #FB6510 ;
}

.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1
}

.box-header.with-border {
    border-bottom: 1px solid #f4f4f4;
}
.headding-lead-bg {
    background-color:#114282;
    color: white;
    text-transform: capitalize;
    font-size: 14px;
    /* font-weight: 600; */
}

.box-header {
    display: block;
    color: white;
    padding: 10px;
    position: relative
}

body[data-sidebar=dark] #sidebar-menu ul li a {
    color: #fff
}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a {
    color: #fff
}

.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.form-group {
    margin-bottom: 15px;
}

.field-heading {
    border-bottom: 1px solid #efefef;
    margin-bottom: 15px;
}

.field-heading h4 {
    border-bottom: 2px solid #18a488;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: -2px;
    padding-right: 16px;
    color: #17a286;
    font-size: 16px;
}

.text-right {
    text-align: right;
}

.panel-body {
    padding: 15px;
}

.header-items {
    height: 70px;
    color: #fff;
    border: 0;
    border-radius: 0;
}


.aggregate-table-head{
    background-color: #9abda1;
}

.img_fluid img{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 50% !important ; 
    width: 50%;
}

.custom_login_div{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    height: 50% !important ; 
    width: 50%;
}


/* nav bar header color changes */

.navbar-header {
    background-color: #fff    ;

}

.navbar-brand-box{
    background-color: #fff  !important ;
}

.header-items{
    color: #000 !important;
}


/* table header  */

.table > thead , .thead-dark{
    background-color: #DDDDDD !important;
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2; /* Set your custom color here */
}

/* button styling */

 /* .btn-secondary{
    color: #f2910d;
    border-color: #f2910d;
} */




.btn-outline-danger {
    color: #f2910d;
    border-color: #f2910d;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f2910d !important;
    border-color: #f2910d !important;
}

.btn-primary.active:focus{

    background-color: #f2910d;
    border-color: #f2910d;
}


.btn-warning {
    color: #fff;
    background-color: #F58960 !important;
    border-color: #F58960 !important;
}


.btn-check:active+.btn-warning, .btn-check:checked+.btn-warning, .btn-warning.active, .btn-warning:active, .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #f89067 !important;
    border-color: #f89067 !important;
}

.btn-warning:hover {
    color: #fff;
    background-color: #f88253 !important;
    border-color: #f88253 !important;
}

.custom_remove_p_right{

padding-right: 0 !important;"

}

.custom_left_p_right{

padding-left: 0 !important;"

}