﻿html,body,form
{
    height:100%;
    width:100%;
}
#hbstable_wrapper {
width:100%;
padding-top:10px;
}
#hbstable tbody {
}
.sorting:before, .sorting:after, .sorting_asc:before, .sorting_asc:after, .sorting_desc:before, .sorting_desc:after {
    display: none !important;
}

.faturafilter {
    top: 9px;
    position: absolute;
    left: 13px;
    max-width: 335px;
    z-index: 9;
}

.refresh-block{
    background-color:#fff;
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
z-index:999;
text-align:center;

}
    .refresh-block img {
    position:absolute;
    left:50%;
    margin-left:-55px;
    top:90px;
    width:110px
    }
