.TableHeadTheme{
    background-color: #007bff;
    color: #fff;
}
.form-control-dropdown {
    display: block;
    width: 100%;
    height: 30px;
    padding: 2px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 05;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .2rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ModalFooterBorder{
    border-top: 2px solid #6c757d;
}
.CaptchaReloadImagePadding{
    padding-top: 18px;
}
.login-page{
    align-items: center;
    /* background-color: #e9ecef; */
    background-image: url("img/loginBackground1.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
.CardHeaderBackground{
    color:#007bff;
}
.MultipleShippingCardBodyBorder{
    border-bottom: 1px solid #9d9e9f;
    margin-top: 8px; 
    margin-bottom: 8px;
}
/*Nested Grid*/
.ExpandedTableMainDataStyle{
    font-weight: 700;
    background-color: #fff;
}
.NestedMainDataBackground{
    background-color: #fff;
}
.TableHeadTheme {
    background-color: #FFD580;
    color: #000;
    font-weight: 600;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #FFD580;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #343a40;
    background-color: #FFD580;
    border-color: #FFD580;
}
.searchBtn{
    margin-right:2rem; 
    background-color: #FFD580; 
    font-weight: 600;
    border: #FFD580;
}
/* [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link {
    color: #c2c7d0;
}
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgba(255,255,255,.9);
    color: #343a40;
    fill: #343a40;
} */
/* MenuActive.active{
    background-color: rgba(255,255,255,.9);
    color: #343a40;
    fill: #343a40;
}
.MenuActive{
    color: #e0e0e0;
    fill: #e0e0e0;
} */
.btnB {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.NoDisplay{
    display: none;
}