﻿.tableGrid {
	border-spacing: 0;
	border-collapse: collapse;
	table-layout: fixed;
	height: auto;
	width: 100%;
	font-size: 11px;
	font-family: 'Lucida Sans';
}

	.tableGrid td, .tableGrid th {
		overflow: hidden;
		-ms-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		border: 1px solid gainsboro;
	}

	.tableGrid th {
		/*border-bottom: 0px;*/
		padding-right: 36px;
	}

.headerDiv {
	background-image: url(/img/sfumaturaVerde.png);
}

	.headerDiv th {
		line-height: 16px;
		text-overflow: ellipsis;
		/*white-space: nowrap;*/
	}

		.headerDiv th span {
			-ms-text-overflow: ellipsis;
			-o-text-overflow: ellipsis;
			text-overflow: ellipsis;
			white-space: nowrap;
		}

.footerDiv {
	line-height: 16px;
	font-size: 11px;
	font-family: 'Lucida Sans';
	border: 1px solid gainsboro;
}

.consoleDiv {
	line-height: 16px;
	font-size: 11px;
	font-family: 'Lucida Sans';
	border: 1px solid gainsboro;
	position: relative;
	overflow: hidden;
}

.footerDivInner {
	padding: 5px;
}

.bodyDiv {
	overflow-y: scroll;
	overflow-x: auto;
}

.innerDiv {
	overflow: hidden;
	font-size: 11px;
	font-family: 'Lucida Sans';
}

.bodyTable .alternato {
	background-color: #f9f9f9;
}

.tablesContainer {
	position: relative;
	/*background-color: whitesmoke;*/
	
}

.headerDivInner {
	overflow: hidden;
}

.detailEspander {
	cursor: pointer;
}

.scrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

.iconCommand {
	cursor: pointer;
}

.paginaCorrente {
}

.elencoPagine {
	margin-left: 20px;
}

.pagina {
	cursor: pointer;
	border: 1px solid gainsboro;
	padding: 3px;
	margin: 3px;
}

.paginaSelezionata {
	background-color: yellow;
}

.icon {
	background-image: url(ico.png);
	display: inline-block;
	width: 16px;
	height: 16px;
}

.toolbarButton {
	border: 1px solid gainsboro;
	cursor: pointer;
	margin: 1px;
	height: 20px;
}

.toolbarButtonText {
	border: 1px solid gainsboro;
	cursor: pointer;
	margin: 1px;
	height: 14px;
	width: auto;
	padding: 3px;
	display: inline-block;
}

.iconText {
	height: 20px;
	display: inline-block;
}

.icoSortUp {
	background-position: 0 -16px;
}

.icoSortDown {
	background-position: -64px -16px;
}

.icoNoSort {
	background-image: none;
}

.icoExpand {
	background-position: -16px -128px;
}

.icoFilter {
	background-position: -160px -112px;
}

.icoCompact {
	background-position: -48px -128px;
}

.icoRefresh {
	background-position: -64px -80px;
}

.icoDelete {
	background-position: -80px -128px;
}

.icoExport {
	background-position: -96px -112px;
}

.icoDocument {
	background-position: -32px -96px;
}

.icoAlert {
	background-position: 0 -144px;
}

.icoAdd {
	background-position: -32px -128px;
}

.sortableColumn {
	cursor: pointer;
}

.rowSelected td {
	background-color: lightcyan;
}

.expander {
	cursor: pointer;
}

.filterDiv {
	font-size: 11px;
	font-family: 'Lucida Sans';
}

	.filterDiv table {
		border-collapse: collapse;
	}

		.filterDiv table td {
			border: 0px;
		}

.gridTitle {
	font-size: 13px;
	font-family: 'Lucida Sans';
	font-weight: bold;
	margin-bottom: 3px;
}

.filed {
}

.dataType_int {
	width: 80px;
}

.dataType_datetime {
	width: 80px;
}

.dataType_float {
	width: 80px;
}

.dataType_string {
	width: 100%;
}

.tgrid-TableEditor {
	width: 100% !important;
	table-layout: fixed;
}

.labelField {
	width: 100px;
}


.attesa {
	position: fixed;
	top: 0px;
	left: 0px;
	margin: auto;
	width: 172px;
	text-align: center;
	height: 19px;
	bottom: 0px;
	right: 0px;
	z-index: 100000;
	moz-box-shadow: inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow: inset 0px 1px 0px 0px #cf866c;
	box-shadow: inset 0px 1px 0px 0px #cf866c;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background: -moz-linear-gradient(top, #d0451b 5%, #bc3315100%);
	background: -webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: -ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background: linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color: #d0451b;*/
	background-color:#b80f14;
	-moz-border-radius: 7px;
	-webkit-border-radius: 3px;
	border-radius: 7px;
	border: 1px solid #942911;
	display: inline-block;
	color: #ffffff;
	font-family: arial;
	font-size: 13px;
	padding: 6px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #854629;
}