@CHARSET "UTF-8";

.ui-listview>.ui-li-static {
	border: none;
}

.ui-listview .hidden,
.ui-footer .hidden {
	display: none;
}

#login-page li.introtext {
	width: 80%;
	white-space: pre-wrap;
	text-align: justify;
	margin: 0 auto;
}

/**
 * Footer Buttons
 */
.footer-button-left,
.footer-button-right {
    position: absolute;
    margin: 0;
    top: auto;
    bottom: 0.24em;
}
.footer-button-left {
    left: 0.4em;
}
.footer-button-right {
    right: 0.4em;
}

.rehom-logo {
	display:block; 
	margin: 0 auto; 
	width: 12em;
}

.temperature-values {
	padding: 1em;
}

.temperature-values .ui-block-a {
	width: 75%;
}

.temperature-values .ui-block-b {
	width: 25%;
}

.temperature-values .label,
.temperature-values .value,
.temperature-control .label {
	color: #005599;
}

.temperature-values .label,
.temperature-control .label {
	font-size: 1.15em;
}

.temperature-values .value {	
	font-size: 1.15em;
	text-align: right;
	font-weight: bold;
}

.temperature-control .label {
	width: 60%;
}

.temperature-control .buttons {
	margin: 0;
	padding: 0;
	text-align: right;
	position: absolute;
	right: -1.25em;
	bottom: .05em;
}

.temperature-control .ui-input-btn {
	padding: 0;
}
 
.ui-listview.consumption-box {
	border: 2px solid #CCF;
	margin: 0;
}


.consumption-box .consumption-label {
}

.consumption-box .consumption-value {
	text-align: right;
}

/*
 * Storico consumi
 */
#meters-history-page .pagetitle {
	text-align: center;
	margin: 0;
	font-size: 1.2em;
	background-color: #CDF;
}
 
#meters-history-page .title {
	font-size: .9em;
	margin: 0;
}

#meters-history-page .history-chart {
	height: 4em;
}

#meters-history-page .history-chart .chart-img {
	position: relative;
	width: 100%;
	height: 100%;
}

#meters-history-page .history-recap {
	border: 1px solid #DDF;
	padding: .12em;
}

#meters-history-page .history-recap .label,
#meters-history-page .history-recap .value {
	font-size: .9em;
}

#meters-history-page .history-recap .label {
	font-weight: bold;
}

.zonelist-container .zone {
	color: #005599;
	font-size: 1.15em;
}

#zone-page .name {
	width: 80%;
	font-size: 1.15em;
}

#zone-page .edit {
	width: 20%;
	text-align: center;
	font-size: 1.5em;
} 

/* blockUI */
.blockUI.blockMsg.blockPage {
	z-index: 1011; 
	position: fixed; 
	padding: 0px; 
	margin: 0px; 
	width: 30%; 
	top: 40%; 
	left: 35%; 
	text-align: center; 
	color: rgb(0, 0, 0); 
	border: none !important;
	cursor: wait; 
	background: none !important;
}

/* Ridimensionamento testi */
.ui-header .ui-navbar .ui-btn, .ui-footer .ui-navbar .ui-btn {
	font-size: .95em;
	line-height: 1;
}

.logoutButton {
	background-color: #000099 !important;
	color: white !important;
	text-shadow: 0 1px 0 #0000CC !important;
}

/* Meters history selectmenu */
.meters-history-box .ui-btn {
	padding: .25em;
	text-align: left;
}

/* Arrow */
.ui-icon-carat-d:after {
	display:none;	
}

/* Rounded background behind arrow */
.ui-btn-icon-left:after, .ui-btn-icon-right:after, .ui-btn-icon-top:after, .ui-btn-icon-bottom:after, .ui-btn-icon-notext:after {
	display:none;	
}
