/* CSS Document */
/* customize tabulator */

/*
.tabulator .tabulator-cell {
  height: 31px !important;
  height: 1.93rem !important;
}
.tabulator .tabulator-cell  > img:only-of-type {
  height: auto !important;
}
*/
.tabulator-row {
	min-height: 1.0rem !important;
}
.tabulator-row .tabulator-cell {
	padding: .25rem !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
	padding: .5rem !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: bottom;
	color: var(--primary);
	font-size: 0.85rem;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
	padding-right: 10px;
	color: var(--primary);
	font-size: 0.85rem;
}
.tabulator .tabulator-footer .tabulator-page {
	display: inline-block;
	margin: 0;
	margin-top: 5px;
	padding: 4px 8px;
	border: 1px solid #dee2e6;
	border-right: none;
	background: rgba(255, 255, 255, 0.2);
	font-size: .85rem;
}
.tabulator .tabulator-footer {
	padding: 5px 10px;
	border-top: 2px solid #dee2e6;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	display: flow-root !important;
}

.tabulator .tabulator-footer .tabulator-paginator {
	float: right;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
	border: 1px solid #ccc;
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid var(--gray) !important;
	background: var(--gray) !important;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
	border-left: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	border-left: 2px solid var(--gray) !important;
	border-bottom: 2px solid var(--gray) !important;
	margin-left: 5px !important;
}
#sec-form-localita .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
	border-left: 2px solid #dee2e6;
	border-bottom: 2px solid #dee2e6;
	border-left: 2px solid var(--gray) !important;
	border-bottom: 2px solid var(--gray) !important;
	margin-left: 9px !important;
	margin-top: -5px !important;
}
.tabulator-row.tabulator-group .tabulator-arrow {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
	display: inline-block;
	vertical-align: middle;
	width: auto;
	height: auto;
	margin-right: 8px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 0;
	border-bottom: 0;
	border-right: 0;
	border-left: 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
}
.tabulator-row.tabulator-group .tabulator-arrow::before {
	content: "\f0fe";
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #666;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow::before {
	content: "\f146";
	font-family: 'Font Awesome 5 Free';
	font-size: 0.75rem;
	display: inline-block;
	font-style: normal;
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #666;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
}
.tabulator-row.tabulator-group {
	/*
	box-sizing: border-box;
	border-bottom: 1px solid #999;
	border-right: 1px solid #dee2e6;
	border-top: 1px solid #999;
	padding: 5px;
	padding-left: 10px;
	background: #dadada;
	font-weight: bold;
	min-width: 100%;
	*/
	background-color: #dadada !important;
}
.tabulator-row.tabulator-group:hover {
	background-color: rgba(0, 0, 0, 0.1) !important;
}