@charset "utf-8";
html,body{
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#F5F5F5;
	font-family:'Raleway';
}
.selectedNaviAnalisis{
	background-color:#e1e1ef !important;
}
.oddYo:hover{
	background-color:#ccc;
}
.wg-padding-content{
	padding-top:50px;
}
.daterangepicker{
	z-index:100000 !important;
	font-family:'Raleway' !important;
	
}
.inputSmall{
	width:75px !important;
	border: none;
}
.tooltip{
font-family:'Raleway' !important;
}
.menus-drop{
font-size:14px;
}
.drop-headers{
font-size:16px;
}
.load{
	position:fixed;
	width:100%;
	height:100%;
	background-color:#999;
	opacity:0.4;
	top:0px;
	left:0px;
	z-index:100000;
}
.innerLoad{
	position:absolute;
	width:100px;
	height:100px;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;;
}
.ps__rail-y{
display:none;
}
.ps__rail-x{
display:none;
}