body{
	color: #000 !important;
}
.tableSortButton {
    opacity: 0.6;
	cursor: pointer;
}
.tableSortButton:hover {
    opacity: 1;
}
.tableSortButtonAct{
	background: #35d0ff99;
    border-radius: 25px;
    padding: 2px;
}
#reportDataDivXLSX{
    font-size: 1.1rem;
    font-weight: bold;
}




div.b_modal {
    max-height: 90%;
    max-height: 90vh;
    height: auto;
	
    position: relative;
    width: 1000px;
    overflow-x: scroll;
    padding: 24px;
    margin-top: 20px;
    background: #fff;
    border: 3px solid #bbb;
    border-radius: 10px;
}
	
	.yel {
		background-color:yellow;
	}
	
	.row{
		padding:15px;
	}
	
	header.row{
		min-width:100%;
		background-size: cover;
	}
	
	.date_input_line{
		display: inline-block !important;
    	width: 100px !important;
	}
	
	
	
	
	.preloader {
    	position: absolute;
    	padding-left: 0px;
    	padding-top: -50px;
    	width: 100%;
    	height: 100%;
    	z-index: 999999;
    	display: flex;
    	align-items: center;
    	justify-content: center;  
    	background: #fff;
    	transition: all 0.5s;
    	opacity: 1;
	}
	.preloader-remove {
    	opacity: 0;
    	z-index: -10;}
	
	.preloader-5 {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    margin: 10px auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 2s linear infinite;
}
.preloader-5:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BFE2FF;
    animation: preloader-5-spin 3s linear infinite;
}
.preloader-5:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #337AB7;
    animation: preloader-5-spin 1.5s linear infinite;
}
@keyframes preloader-5-spin {
    0%   {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



