.float-left-box{
    float:left;
    margin-right: 20px;
    margin-top: 10px;
    box-shadow: 0 5px 5px #eee;
}

body{
    font-family: 'Ubuntu Condensed',Helvetica,Arial,Lucida,sans-serif;
}

a, button.smenu{
    color: #333 !important;
    text-decoration: none !important;
}
.xmlmenuholder a,.xmlmenuholder  button.smenu
,.navbar a,.navbar button.smenu
{
    color: #fff !important;
}
a:hover, button.smenu:hover{
    /*color: #fff !important;*/
    background: #5190c2 !important;
}


#dde_selector a{
    display: block;
    padding: 20px;
    border: 1px solid #5190c2;
}

#dde_selector a:hover,#dde_selector a.selected{
    background: #5190c2;
    color: #fff;
}


.container{
    max-width: 100%!important;
}
#admin_footer{
    background: #fff;
    color: #808080;
    font-weight: 500;
    padding: 15px;
    box-shadow: 0px 10px 15px #eee;
}
#asm-header-holder0{
   background: url('/resources/mfk_border_02.png') bottom repeat-x;
   min-height: 50px;
   min-width: 300px;
}
#asm-header-overlay{
    min-height: 100px;
    min-width: 300px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F7F7F7 20%, #00000000 100%);
    opacity: 1;
    /*transition: background 0.3s, border-radius 0.3s, opacity 0.3s;*/
}
#asm-header{
    background: url('/resources/ibpn_logo.png') 20px 40px no-repeat;
    text-align: center;
    color: #3C3665 ;
     min-height: 160px;
    padding: 10px 188px;
    font-size: 50px;
    font-weight: 700;
    background-size: auto 50%;
}
#asm-header label{
    margin-top: -30px;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.form-control{
    font-size: 0.95rem !important;
}
.asm_reportfilter{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#report_filter .form-check-input{
    margin-left:0px !important;
}
#asm_customer_datamatrix{
    width: auto !important;
}
#asm_customer_datamatrix td{
    text-align: center;
}
#asm_customer_datamatrix td input{
    text-align: right;
}
    
.btn-primary:hover{
    background: #5190c2!important;
    color:#000!important;
}

tr.master-sum td{
    background: #5190c2 !important;
    font-weight: bold !important;
}
tr.master-group-sum{
    background: #5190c2 !important;
    color: #666;
    /*font-weight: bold !important;*/
}

nav .btn-toolbar a.btn,nav .btn-toolbar button.btn, nav .btn-toolbar .chktoolbaritem{
    background: #3C3665;
}

.type_dat{
    width:8em;
}

td.deleterow input{
    background: url('/img/sdel.png') center center no-repeat;
    width:32px;
    height: 32px;
    border: 1px outset;
}