[class*=sidebar-dark-]
{
    background-image:linear-gradient(to top, #fff 0%, #fff 1%, #fff 100%) !important;
}
[class*=sidebar-dark] .brand-link
{
   border-bottom: 1px solid #fff;
    color: rgba(255,255,255,.8);
    background:rgba(250,251,252,0.1) !important;
   /*background: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;*/
   /*color: #fafbfc;*/
}
.layout-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
    background-color: transparent  !important;
}
.layout-navbar-fixed .wrapper .sidebar-dark-warning .brand-link:not([class*="navbar"]) {
    background-color: transparent !important;
}
.navbar-secondary
{
   background: linear-gradient(to top, #fff 0%, #fff 1%, #fff 100%) !important;
    color:#fafbfc;
}
.bg-info {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;
}
.regmem_msgbox{
    position: fixed;
    z-index: 999;
    top: 45%;
    right: 30%;
}
.btn-info {
    background-image: linear-gradient(to top, #1e3c72 0%, #1e3c72 1%, #2a5298 100%) !important;
}
.badge{
    font-size:100% !important;
}
.li-header-aits
{
    color: #8e8e8e;
    margin-left: 5%;
    padding: 5px;

}
.ui-widget{font-size:14px !important;}
.aits-thumb
{
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,.075);
    max-width: 50px;
    height: auto;
    
}
.item_list{
    max-height: 250px;
    overflow-y: auto;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 0px;
    background: #fff;
    height: 200px;
    position: absolute;
    width: 98.6%;
    z-index: 999;
    top: 76px;
    border:1px solid;
    border-color:#dedede;
    border-radius:0px 0px 5px 5px;
    border-top:0px;
}
.item_list li {
    font-size: 15px;
    padding-left: 3rem;
    padding-top:1rem;
    background-color:#dedede;
}
.item_list li a{
    cursor:pointer;
    color:#254988;
}
.item_list li:hover{
    background:lightgray;
}
.btn-warning{
    color:#000000 !important;
}

.tbl_input_lgt
{
    width:85px;border:0;background:transparent;
}
.tbl_input_wht
{
    width:75px;border:1px solid #dedede;
}
.qty_input
{
    width:46px;border:0;
}
.qty_input_brd
{
    width:75px;border:1px solid #dedede;
}