
.aggregationFun {
visibility:hidden;
margin-top: 4px;
float: right;
}
/*
.button {
width:80px;
text-align:center;
padding: 2.5px 3px 3px 3px;
background-color:#F0F0F0;
border:1px solid #DEDEDE;
border-top:1px solid #EEE;
border-left:1px solid #EEE;
cursor:pointer;
margin-top:15px;
}
*/
.fieldFilter {
background-color:#CCCCCC;
background:#CCCCCC;
}
/*
div#table-viewer .ui-widget-content .alernateRow{
background:whiteSmoke;
}
*/
#controllerContainer{
	float:right;
}

#list{
	font-size: 11px;
}

#table-viewer .button:hover{
/*
background-color: #EEE;
border: 1px solid #CCC;
*/

	background-color: #EDEDED;
	border: 1px solid gray;
	color: #2E6E9E;
	
font-size: 12px;
cursor: pointer;
}


#table-viewer .button {
	/*
	BUTTON GRAY
	background-color: #DDD;
	border: 1px solid #CCC;
	padding: 2.5px 3px 3px 3px;
	*/
	background-color: whiteSmoke;
	border: 1px solid #C5DBEC;
	color: #2E6E9E;
	padding: 3.5px 4px 5px 4px;
	
	
	font-size: 12px;
	font-weight: bold;
	width:80px;
	text-align:center;
	
}

.multidimensionalFullScreen{	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: white;
	height: 100%;
	width: 100%;
	padding: 5px;
}

.controllerContainerFullScreen{
	margin-right: 50px;
}

.viewer_img_button:hover{
	cursor: pointer;
	vertical-align: middle;
}

.viewer_img_button{
	visibility: hidden;
	float: right;
	vertical-align: middle;
}

.closeFullscreen{
	z-index: 5000;
	position:fixed; 
	background:transparent; 
	top:5px; 
	right:5px; 
	color:white; 
	cursor:pointer;
}

.viewer_img_link_button{
	float:right;
	cursor:pointer;	
	vertical-align: middle;
}

.alignRight{
	text-align: right;
}

.font-bold{
	font-weight: bold;
}

#geoviewerMeasures{
	max-width: 400px;
	max-height: 20px;
	vertical-align: middle;
	margin-top: -2px;
}

/* necessario important altrimenti vengono sovrascritte dal background url*/
.table-link-ext
{
	  background-repeat: no-repeat !important;
	  padding-left: 20px !important;
	  background-size: 15px !important;
}

.table-link-ext-pdf
{
	background: url('../img/file_format/pdf.png');
}

.table-link-ext-ai
{
	background: url('../img/file_format/ai.png');
}

.table-link-ext-avi
{
	background: url('../img/file_format/avi.png');
}

.table-link-ext-xls
{
	background: url('../img/file_format/xls.png');
}

.table-link-ext-xlsx
{
	background: url('../img/file_format/xlsx.png');
}

.table-link-ext-doc
{
	background: url('../img/file_format/doc.png');
}

.table-link-ext-docx
{
	background: url('../img/file_format/docx.png');
}

.table-link-ext-gif
{
	background: url('../img/file_format/gif.png');
}

.table-link-ext-jpg
{
	background: url('../img/file_format/jpg.png');
}

.table-link-ext-mpg
{
	background: url('../img/file_format/mpg.png');
}

.table-link-ext-ppt
{
	background: url('../img/file_format/ppt.png');
}

.table-link-ext-pptx
{
	background: url('../img/file_format/pptx.png');
}

.table-link-ext-zip
{
	background: url('../img/file_format/zip.png');
}

