html {
    background-image: ('404.jpg');
    height: 100%;
}
.loadingBar_midle {
    background-color: #ffffff;
    border-radius: 25px;
    display: block;
    left: 50%;
    margin: auto;
    position: absolute;
    top: 50%;
    z-index: 99999;
}
.invisible {
    display: none!important;
    visibility: hidden!important;
}
.k-grid tbody tr {
    height: 24px;
}
.boxSelectContainer .k-grid td {
    white-space: normal;
}
.k-grid td {
    white-space: nowrap;
}
