
.table-responsive {
	border: none;
	overflow-x: hidden;
}

#processingPreloader{
    position: fixed;
    z-index: 99999999999;
    width: 100%;
    height: 100%;
    background: #fff url(../images/preloader.gif) no-repeat center center;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
    display: none;
}

#processingPreloaderContainer{
    position: relative;
    width: 100%;
    height: 100%;
}

#processingPreloaderContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 55px;
    font-size: 14px;
}
