html, body {
	height: 100%;
	overflow: hidden;
}

body {
	padding-top: 50px;
	padding-bottom: 50px;
	color: black;
}

.enmon-eass-layout {
	padding: 0px;
	height: 100%;
}

.enmon-eass-west {
	min-width: 200px;
	max-width: 400px;
	width: 25%;
	height: 100%;
	overflow: visible;
	float: left;
}

.enmon-eass-west1 {
	/* 	min-width: 100px; */
	max-width: none;
	width: 210px;
	height: 100%;
	overflow: visible;
	float: left;
	border-right: 2px solid #f0f0f0;
}

.ui-icon.ui-icon-custom-filter {
	width: auto;
	height: auto;
}

.audit-model-section {
	margin-left: 15px;
	font-size: 20px;
	font-weight: bold;
	font-size: 20px;
}

.audit-model-field {
	background: none;
	font-size: 16px;
	margin-left: 35px;
	font-size: 16px;
}

.enmon-en-asset-content-west {
	font-size: 12px;
	margin: 0px;
	background-color: #e6e6e6;
	height: 100%;
	width: 100%;
	padding: 10px 10px 10px;
	overflow: visible;
}

.enmon-eass-est {
	overflow: auto;
	/* text-align: center; */
	height: 100%;
}

.enmon-eass-est1 {
	overflow: auto;
	height: 100%;
	padding-left: 17px;
	padding-right: 17px;
}

.enmon-eass-est-grid {
	overflow: auto;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.enmon-filter-view {
	background-color: transparent;
	margin: 20px;
	height: 100%;
	text-align: left;
	margin: 20px;
}

.enmon-eass-layout-west {
	background-color: #e6e6e6;
	padding: 0px;
	margin: 0px;
	height: 100%;
}

.hide-column-names table thead tr {
	display: none;
}

.enmon-eass-layout-west .ui-layout-unit-content {
	padding: 0px;
	height: 100%;
}

.enmon-eass-layout .ui-widget-content {
	border-right: 2px solid #f0f0f0;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-radius: 0px;
}

.enmon-eass-layout .ui-corner-all {
	border-radius: 0px;
}

#content {
	height: 100%;
}

.navbar-brand {
	color: #000000;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 20px;
	padding-right: 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 30px
		rgba(255, 255, 255, 0.125);
}

.nav-stacked .nav-header {
	margin-bottom: 10px;
	font-size: 18px;
}

body#login {
	padding-bottom: 40px;
}

.ui-grid {
	display: block;
	overflow: auto;
}

.ui-grid-col-6 {
	width: 50%;
	float: left;
}

.navbar {
	height: 50px;
}

.navbar .brand:hover {
	color: #0099ff;
}

/* added to fix non clickable dropdown nested menus on mobile browsers APF-1384 */
.navbar .dropdown-backdrop {
	position: static;
}

#switchLocale {
	position: absolute;
	right: 10px;
}

h1, h2 {
	margin-bottom: 10px;
}

.row h2 {
	margin-top: 0;
}

/* FORMS */
.controls.readonly {
	padding-top: 5px;
}

.well.form-horizontal .form-actions {
	margin-bottom: 0;
}

.btn-group {
	margin-bottom: 10px;
}

.btn-group .btn, .form-actions .btn {
	margin-left: 5px;
}

#search {
	float: right;
	margin-top: -40px;
	width: 250px;
}

#search input[type="text"] {
	display: inline-block;
}

.form-signin {
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin .checkbox {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

#login p {
	text-align: center
}

/* When using Wicket tag id can be overridden - using class here seems to more universal */
.login p {
	text-align: center
}

/* TABLES */
th.sorted a, th.sortable a {
	display: block;
}

.table th.order1 a {
	background-image: url(../images/arrow_down.png);
}

.table th.order2 a {
	background-image: url(../images/arrow_up.png);
}

.table th.sorted a, .table th.sortable a {
	background-position: right;
	background-repeat: no-repeat;
	display: block;
}

div.exportlinks a {
	text-decoration: none;
}

div.exportlinks span {
	background-repeat: no-repeat;
	background-position: 1px 2px;
}

span.csv {
	background-image: url(../images/ico_file_csv.png);
}

span.excel {
	background-image: url(../../images/ico_file_excel.png);
}

span.pdf {
	background-image: url(../../images/ico_file_pdf.png);
}

span.xml {
	background-image: url(../../images/ico_file_xml.png);
}

span.export {
	cursor: pointer;
	display: inline-block;
	padding: 0 4px 1px 20px;
}

span.pagebanner {
	display: block;
	margin: 0 0 0 10px;
	padding: 2px 4px 2px 0;
}

span.pagelinks {
	display: block;
	font-size: .95em;
	margin-bottom: 5px;
	margin-top: -18px;
	padding: 2px 0 2px 0;
	text-align: right;
	width: 80%;
}

/* Set the fixed height of the footer here */
#footer {
	background-color: #f5f5f5;
}

/* FOOTER */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	text-align: center;
	/* background-color: white; */
	color: #808080;
	font-size: 0.9em;
}

#footer a {
	color: #808080;
	text-decoration: none;
	margin-left: 5px;
}

#footer a:hover {
	text-decoration: underline;
}

#footer p {
	margin: 0;
}

/* Responsive
-------------------------------------------------- */

/* Desktop large
------------------------- */
@media ( min-width : 1200px) {
}

/* Desktop
------------------------- */
@media ( max-width : 980px) {
}

/* Tablet to desktop
------------------------- */

/* Tablet
------------------------- */
@media ( max-width : 767px) {
}

/* Landscape phones
------------------------- */
@media ( max-width : 480px) {
	#search {
		float: none;
		margin-top: 0;
	}
}

/* Wicket */
.table thead tr th.wicket_orderDown a {
	background-image: url(../../images/arrow_down.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	/*padding-right: 15px;*/
}

.table thead tr th.wicket_orderUp a {
	background-image: url(../../images/arrow_up.png) !important;
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
}

/* Fix for Bootstrap theme errors in PrimeFaces: http://forum.primefaces.org/viewtopic.php?f=9&t=19250&start=10 */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error
	{
	/*background: url("") repeat-x scroll 50% 50% #CD0A0A;*/
	border: 1px solid #CD0A0A;
	color: #FFFFFF;
}

.ui-inputfield.ui-state-error, .ui-widget-header .ui-inputfield.ui-state-error,
	.ui-widget-content .ui-inputfield.ui-state-error {
	border: 2px solid #CD0A0A;
}

.ui-widget {
	font-size: 14px;
}

.container {
	width: 100% !important;
	min-width: none;
	max-width: none;
}

.enmon-container {
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	width: 100%;
	height: 100%;
}

.smallField {
	width: 50px;
}

.normalFieldl {
	width: 150px;
}

.bigField {
	width: 300px;
}

.veryBigField {
	width: 500px;
}

.ui-growl {
	top: 80px;
}

.col-40-perc {
	width: 40%;
}

.col-80-perc {
	width: 80%;
}

.col-98-perc {
	width: 98%;
}

.col-1-perc {
	width: 1%;
}

.col-1-perc {
	width: 1%;
}

.col-20-perc {
	width: 20%;
}

.col-60-perc {
	width: 60%;
}

.col-10-perc {
	width: 10%;
}

.col-10-pix {
	width: 5px;
}

/*ENMON panel layout*/
.enmon-layout {
	height: 100%;
}

.enmon-layout.ui-layout-container {
	margin: 3px;
	overflow: visible !important;
}

.enmon-layout .ui-layout-resizer-closed {
	border-right: 4px solid #f0f0f0;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-radius: 0px;
}

.enmon-layout-west.ui-widget-content {
	border-right: 2px solid #f0f0f0;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-radius: 0px;
}

.enmon-layout-west .ui-corner-all {
	border-radius: 0px;
}

.enmon-layout-center {
	width: 100%;
	height: 100%;
}

.enmon-layout-center .ui-layout-unit-content {
	overflow: hidden;
}

.enmon-layout-center.ui-widget-content {
	border: none;
}

.enmon-db-filter.ui-tooltip .ui-tooltip-text {
	border-width: 2px;
	border-style: solid;
	border-color: #3e658e;
	background-color: #e6e6e6;
	color: black;
	padding: 0px;
}

.enmon-db-filter-dialog.ui-dialog.ui-widget-content .ui-dialog-titlebar
	{
	background-color: #3e658e;
	color: white;
}

/*ENMON table*/
.enmon-tbl.ui-datatable {
	font-size: 12px;
	margin-top: 10px;
}

.enmon-table.ui-datatable {
	font-size: 12px;
	border: none;
}

.enmon-table.ui-datatable thead tr {
	font-size: 13px;
}

.enmon-table.ui-datatable thead td {
	
}

.enmon-table.ui-datatable tbody td {
	border: 2px solid white;
	padding: 3px 4px;
}

.ui-tree .ui-tree-container {
	margin: 0;
	padding: 3px;
	white-space: nowrap;
	overflow: inherit;
}

.enmon-table.ui-datatable tbody tr {
	border: 2px solid white;
}

.enmon-table .ui-datatable-even {
	
}

.enmon-table .ui-datatable-odd {
	background-color: #e0e0e0;
}

.enmon-table.ui-datatable-header {
	background-color: black;
}

.enmon-table .ui-widget-header {
	
}

.enmon-table .ui-inputfield {
	height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.enmon-table .ui-inputfield.ui-state-default {
	border-left: 2px solid white;
}

.enmon-table .ui-inputfield.ui-state-focus {
	border: 2px solid;
	border-color: rgba(82, 168, 236, 0.8);
}

.enmon-table .ui-column-filter {
	background-color: #FFFFFF !important;
	color: #000000 !important;
}

.icon-db-filter {
	background: url(../images/dbfilter3.png) !important;
}

.comfirm-no-hd .ui-confirm-dialog-severity {
	display: none;
}

.comfirm-no-hd.ui-dialog.ui-widget-content .ui-dialog-titlebar {
	display: none;
}

.enmon-table .ui-paginator {
	border-left: 0px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	background-color: white;
}

.enmon-table .ui-corner-top {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.enmon-table .ui-paginator .ui-paginator-first, .enmon-table .ui-paginator .ui-paginator-prev,
	.enmon-table .ui-paginator .ui-paginator-next, .enmon-table .ui-paginator .ui-paginator-last,
	.enmon-table .ui-paginator .ui-paginator-page {
	background-color: #e6e6e6;
	color: #333333;
}

.enmon-table .ui-paginator .ui-paginator-pages {
	background-color: none;
}

.enmon-table .ui-state-default {
	background-image: none;
	color: white;
	background-color: #3e658e;
	border-radius: 0px;
	border-color: white;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
	text-shadow: none;
}

.enmon-lnk {
	font-weight: bold;
	text-decoration: underline;
}

/*ENMON button*/
.enmon-btn-white {
	font-size: 12px;
}

.enmon-btn.ui-button {
	background-image: linear-gradient(#6d94bf, #446e9b 50%, #3e648d);
	background-repeat: no-repeat;
	border: 1px solid #345578;
	color: white;
	text-shadow: none;
	font-size: 12px;
	border-radius: 0px;
}

.enmon-btn .ui-button-text {
	padding: .2em 1em;
}

.ui-button-text-icon-left .ui-button-text {
	padding: .2em 1em .2em 2.1em
}

.enmon-btn.ui-state-hover {
	background-image: linear-gradient(#6d94bf, #4277be 50%, #3e648d);
	background-repeat: no-repeat;
	background-color: none;
	background-position: inherit;
	color: white;
	text-shadow: none;
}

/*ENMON form*/
.enmon-form {
	max-width: none;
	width: 100%;
}

.enmon-form-title {
	width: 100%;
	font-size: 1em;
	background-color: #3e658e;
	text-shadow: none;
	border-radius: 0px;
	text-align: center;
	height: 32px;
}

.enmon-form-title-label {
	font-size: 1em;
	color: white;
	font-weight: bold;
	padding-left: 20px;
	padding-top: 6px;
}

.enmon-form-content {
	width: 100%;
	font-size: 12px;
	background-color: #e6e6e6;
	margin-top: 0px;
	margin-bottom: 2px;
	padding: 10px;
}

.enmon-form-input {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	/*color: #666;*/
	color: black display: block;
	font-size: 12px ! important;
	height: auto;
	padding: 4px 9px;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s
		ease-in-out 0s;
	vertical-align: middle;
	width: 100%;
}

.enmon-form-input:focus {
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px
		rgba(102, 175 233, 0.6);
	outline: 0 none;
}

.ui-inputfield.ui-state-error, .ui-widget-content .ui-inputfield.ui-state-error
	{
	border: 2px solid #CD0A0A;
}

.enmon-form-col {
	vertical-align: middle;
}

.enmon-form-label {
	margin-bottom: 0px;
	font-weight: normal;
	white-space: nowrap;
	font-size: 12px !important;
	/*color: black;*/
}

.enmon-form-label-bold {
	font-weight: bold;
}

enmon-form-label-title {
	font-size: 40px !important;
	font-weight: bold;
}

.enmon-form-label-newline {
	margin-bottom: 0px;
	font-weight: normal;
	white-space: nowrap;
	font-size: 12px !important;
	display: block;
}

.col10 {
	width: 10%;
}

.col5 {
	width: 5%;
}

.col30 {
	width: 30%;
}

.col40 {
	width: 40%;
}

.col50 {
	width: 50%;
}

.col70 {
	width: 70%;
}

/*ENMON toolbar*/
.enmon-actions {
	margin-top: 20px;
	margin-bottom: 10px;
}

/*ENMON select one menu*/
.enmon-selonemenu.ui-selectonemenu {
	width: 100%;
	font-size: 12px;
	border-radius: 0px;
	min-width: 0px !important;
}

.enmon-selonemenu .ui-selectonemenu-label {
	width: 100%;
	padding-left: 9px;
}

.enmon-selonemenu .ui-selectonemenu-trigger {
	width: auto;
}

.enmon-selonemenu-ext.ui-selectonemenu {
	font-size: 12px;
	border-radius: 0px;
}

.enmon-selonemenu-ext .ui-selectonemenu-label {
	padding-left: 9px;
}

.enmon-selonemenu-ext .ui-selectonemenu-trigger {
	width: auto;
}

.enmon-radio {
	font-size: 12px !important;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled,
	.ui-widget-header .ui-state-disabled {
	opacity: .65;
}

.ui-selectonemenu-item {
	font-size: 12px !important;
}

legend {
	width: auto;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

.ui-fieldset {
	background-color: #e6e6e6;
}

.enmon-cl-right {
	text-align: right;
	font-weight: bold;
	font-size: 11px;
}

.enmon-cl-left {
	text-align: left;
	font-size: 11px;
}

.enmon-channel-vpanel .ui-widget-header {
	font-size: 12px;
	text-align: center;
	height: 4em;
}

.ui-panel .ui-panel-title {
	margin: 0px;
}

.enmon-calendar .ui-widget {
	font-size: 12px;
	border-radius: 0px;
	padding-left: 9px;
}

.ui-dialog.ui-widget-content .ui-dialog-buttonpane {
	text-align: center;
	padding-left: 18px;
}

.ui-dialog.ui-widget-content .ui-dialog-titlebar {
	background-color: #e6e6e6;
	padding: 4px 15px;
}

.ui-dialog.ui-widget-content .ui-dialog-title {
	font-size: 14px;
	margin: 0.8em 1em 0.1em 0;
}

.enmon-dlg.ui-widget-content .ui-dialog-buttonpane {
	text-align: center;
	padding-left: 18px;
}

.enmon-dlg.ui-widget-content .ui-dialog-titlebar {
	background-color: #e6e6e6;
	padding: 4px 15px;
}

.enmon-dlg.ui-widget-content .ui-dialog-title {
	font-size: 14px;
	margin: 0.8em 1em 0.1em 0;
}

.enmon-dlg-big.ui-widget-content .ui-dialog-buttonpane {
	text-align: center;
	padding-left: 18px;
}

.enmon-dlg-big.ui-widget-content .ui-dialog-titlebar {
	background-color: #e6e6e6;
	padding: 4px 15px;
}

.enmon-dlg-big.ui-widget-content .ui-dialog-title {
	font-size: 18px;
	margin: 0.8em 1em 0.1em 0;
}

.col-right {
	text-align: right;
}

.col-left {
	text-align: left;
}

.droppoint {
	
}

.enmon-asset-panel-col1 {
	width: 10%;
}

.enmon-asset-panel-col2 {
	width: 80%;
	text-align: center;
}

.enmon-asset-panel-col3 {
	width: 10%;
}

.enmon-sel-bool-chk .ui-chkbox-label {
	margin: 0px 0 0 3px;
}

.enmon-sel-bool-chk .ui-chkbox-box {
	border-color: #e6e6e6;
	background-color: white;
}

.tree-node-customer-icon {
	background: url(../images/customer_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-factory-icon {
	background: url(../images/factory_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-water-icon {
	background: url(../images/water_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-air-icon {
	background: url(../images/air_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-kpi-icon {
	background: url(../images/kpi_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-gas-icon {
	background: url(../images/gas_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-electricity-icon {
	background: url(../images/electricity_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-thermic-energy-icon {
	background: url(../images/thermic_energy_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-diesel-icon {
	background: url(../images/diesel_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-cooling-energy-icon {
	background: url(../images/cooling_energy_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-virtual-icon {
	background: url(../images/virtual_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-other-icon {
	background: url(../images/other_16x16.png) !important;
	height: 16px;
	width: 16px;
}

.tree-node-channel-icon {
	background: url(../images/channel_16x16_1.png) !important;
	height: 16px;
	width: 16px;
}

.enMonTrtPanel.ui-panel .ui-panel-content {
	padding: 0px;
	background: transparent;
}

.greyTab {
  background: #999999 !important;
}


.ui-timepicker-table td a{
	width: 100%; !important;
}

.enMonTrtPanel.ui-widget-content {
	padding: 0px;
	background: transparent;
}

.enMonTrtPanel.ui-panel .ui-panel-titlebar {
	background: #3e658e;
	color: white;
}

.enMonTrtPanel.ui-panel {
	padding: 0px;
	border: none;
}

.link-search {
	background: url(../images/search_lens.png) !important;
	height: 24px;
	width: 24px;
}

.enmon-pnl-accord.ui-accordion .ui-accordion-header {
	background: #3e658e;
	color: white;
	font-weight: bold;
	text-shadow: none;
	font-size: 1em;
	padding-left: 20px;
	border: none;
	border-radius: 0px;
}

.enmon-pnl-accord.ui-accordion .ui-accordion-content {
	padding: 0px;
}

.enmon-pnl-accord.ui-accordion .ui-accordion-header .ui-icon {
	display: inherit;
	top: 70%;
}

.enmon-pnl-accord.ui-accordion .ui-accordion-header .ui-icon-triangle-1-s
	{
	background: url(../images/sud.png) !important;
	background-repeat: none;
	width: 7px;
	height: 4px;
}

.enmon-pnl-accord.ui-accordion .ui-accordion-header .ui-icon-triangle-1-e
	{
	background: url(../images/est.png) !important;
	background-repeat: none;
	width: 4px;
	height: 7px;
}

.enmon-pnl-accord.ui-accordion .ui-accordion-header.ui-state-disabled {
	opacity: 1;
}

.submenu-item {
	color: #333333;
}

label {
	font-weight: normal;
}

.navbar-collapse {
	padding-left: 5px;
}

.feature-box {
	border: solid 2px #E2E4E6;
	border-radius: 0px;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 25%;
}

.feature-box a {
	text-decoration: none;
}

.feature-box:hover {
	border: solid 2px #99c455;
}

.feature-list {
	list-style: none;
	padding: 0px;
	color: #666;
	padding-top: 10%;
	line-height: 200%;
}

.feature-title {
	padding-bottom: 20px;
	padding-top: 5%;
}

.feature-btn {
	margin: 20%;
	width: 60%;
	border-radius: 0px;
	margin-top: 10%;
	margin-bottom: 10%;
}

/*Grid CSS aggiunto margine tra le colonne*/
.ui-grid-col-1, .ui-grid-col-2, .ui-grid-col-3, .ui-grid-col-4,
	.ui-grid-col-5, .ui-grid-col-6, .ui-grid-col-7, .ui-grid-col-8,
	.ui-grid-col-9, .ui-grid-col-10, .ui-grid-col-11, .ui-grid-col-12 {
	padding-right: 10px;
	/*padding-left: 10px;*/
}

.ui-grid-row {
	margin-top: 5px;
}

.upload-form div.ui-fileupload-content.ui-widget-content.ui-corner-bottom
	{
	min-height: 434px;
	background-image: url(../images/upload1.png) !important;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 40%
}

@media ( max-width : 1300px) {
	.ui-grid-col-1, .ui-grid-col-2, .ui-grid-col-3, .ui-grid-col-4,
		.ui-grid-col-5, .ui-grid-col-6, .ui-grid-col-7, .ui-grid-col-8,
		.ui-grid-col-9, .ui-grid-col-10, .ui-grid-col-11, .ui-grid-col-12 {
		width: 100%;
	}
}

@media ( max-width : 900px) {
	.ui-grid-responsive .ui-grid-row {
		display: block;
	}
}