
.waiting-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(128,128,128,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
	z-index: 9999;
}

.waiting-label {
	color:#FF0000;
}

.site-setttings-header {
	background-color:#F5F5F5;
	border-bottom: 1px solid #BBBBBB;
	width: 100%;
	font-size: 12px;
	padding: 5px 0px 5px 15px;
	color: #AAAAAA;
	box-sizing: border-box;
	margin-bottom: 10px;
	margin-top: 40px;
}

.site-picture-thumb {
	box-sizing: border-box;
	width: 75px;
	height: 50px;
	border:1px solid #EEEEEE;
	margin: 2px;
	position: relative;
	cursor:pointer;
	object-fit: cover;
	border-radius: 5px;
}

.site-settings-picture {
	box-sizing: border-box;
	display:inline-block;
	width: 100px;
	height: 77px;
	border:1px solid #EEEEEE;
	margin: 10px 20px 10px 0px;
	position: relative;
	cursor:pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.site-settings-picture-add {
	color: #BBBBBB;
	border-radius: 5px;
	background: #EEEEEE url("../img/add_picture.png") no-repeat center top 8px;
	background-size: 40px 40px;
	text-align: center;
}

.site-image-selected {
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,128,0,0.55);
	-moz-box-shadow: 0px 0px 10px -1px rgba(0,128,0,0.55);
	box-shadow: 0px 0px 10px -1px rgba(0,128,0,0.55);
}

.image-drag-enter {
	border: 1px solid #000000;
	-webkit-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 20px -1px rgba(0,0,0,0.55);
}

.image-delete {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-image: url("../img/delete_picture.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}


.image-delete:hover {
	background-image: url("../img/delete_picture_active.png");
	background-size: 30px 30px;
}

.image-delete-waiting {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	background-size: 20px 20px;
	background-image: url("../img/loader.gif");
}

.image-preview-nav {
	position:absolute;
	width:30%;
	height:100%;
	top:0px;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	cursor: pointer;
}

.image-preview-nav-prev {
	left:0px;
	background-position: left 10px center;
	background-image: url("../img/image_prev.png");
}
.image-preview-nav-prev:hover {	background-image: url("../img/image_prev_sel.png"); }

.image-preview-nav-next {
	right:0px;
	background-position: right 10px center;
	background-image: url("img/image_next.png");
}
.image-preview-nav-next:hover { background-image: url("../img/image_next_sel.png"); }

.perf-index-indicator {
	display:inline-block;
	border:1px solid #005500;
	width:12px;
	height:20px;
	font-size:22px;
}

.perf-index-header {
	color: #999999;
	margin-top:10px;
}

.perf-index-header-day {
	color:#BBBBBB;
	font-size: 12px;
	display:inline-block;
	border-radius:3px;
	padding: 3px 5px 2px 5px;
	border:1px solid #FFFFFF;
	box-sizing: border-box;
	cursor: pointer;
}

.perf-index-header-day:hover {
	color:#999999;
	border:1px solid #BBBBBB;
}

.perf-index-header-day-selected {
	color:#999999;
	border:1px solid #BBBBBB;
}

.perf-index-usage {
	margin:5px 0px 0px 10px;
	color:#555555;
	height: 28px;
	width: 400px;
	border: 1px solid #AAAAAA;
	position: relative;
	overflow: hidden;
}

.perf-index-number {
	color:#555555;font-size:32px;display:inline-block;padding:0px 30px 0px 10px;
}

.perf-index-subtitle {
	font-size:10px;color:#999999;
}

.usage-div {
	position:absolute;
	top:0px;
	height:28px;
}

/* Battery */

.block-selected-td {
    background-color: rgba(146, 255, 172, 0.55);
}

.battery-display {
	font-family:'digital-clock-font';
	font-size:22px;
	position:absolute;
	display:inline-block;
	color:#FFFF00;
	cursor: pointer;
}

.block-selected {
    background-color: rgba(25, 216, 69, 0.55);
}

.battery-higlight {
    position: absolute;
    display: inline-block;
}

.battery-info-details {
	margin: 10px 0px 0px 10px;
}

.battery-info-details td {
	padding: 5px 0px 5px 10px;
}

.temp-display-h {
	background-repeat: no-repeat;
	position: relative;
	width: 275px;
	background-size: 100% 100%;
	background-position: top 0px left 0px;
	background-image: url('../img/temp_gradient.png');
}

.gauge {
	display: inline-block;
	margin: 30px 20px 0px 0px;
	width: 150px;
	height: 75px;
	background-repeat: no-repeat;
	position: relative;
	background-size: 100% 100%;
	background-position: top 0px left 0px;
}

.gauge-voltage {
	background-image: url('../img/gauge_voltage.png');
}

.gauge-current {
	background-image: url('../img/gauge_current.png');
}

.gauge-text {
	position: absolute;
	left: 0px;
	bottom: 15px;
	width: 100%;
	text-align: center;
	font-family: 'digital-clock-font';
	font-size: 26px;
	color: #000000;
}

.gauge-needle {
	top: 0px;
	left: 75px;
	width: 5px;
	height: 75px;
	background: #555555;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	display: inline-block;
	position: absolute;
	transform-origin:bottom;
}

.gauge-needle-voltage {
	transform:rotate(-90deg);
}

.gauge-needle-current {
	transform:rotate(0deg);
}

.table-battery {
	font-size: 12px;
	margin: 20px 0px 20px 50px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}

.table-battery th {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 3px 0px 3px 0px;
	background-color: #cfeac8;
	text-align: center;
}

.table-battery td {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 10px 15px 10px 15px;
	text-align: right;
}

.calendar-popup {
	display: none;
	left:100px;
	top:90px;
	width:700px;
	height:500px;
	text-align: center;
	background-color:#FFFFFF;
	position:absolute;
	overflow: hidden;
	box-shadow: rgb(0, 0, 0, 0.2) 5px 5px 20px 20px;
}

.calendar-popup-data {
	height:475px;
	box-sizing: border-box;
	padding: 20px 0px 100px 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.calendar-popup-header {
	width: 100%;
	padding: 5px 0px 5px 20px;
	background-color: #EEEEEE;
	color: #555555;
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
	box-sizing: border-box;
	cursor: pointer;
}

.calendar-popup-close {
	position: absolute;
	right: 2px;
	top: 0px;
	padding: 5px 10px 5px 20px;
	color: #FF5555;
	cursor: pointer;
	box-sizing: border-box;
}

.calendar-popup-close:hover {
	color: #FF0000;
}

.calendar-month-table {
	font-size: 12px;
	display:inline-block;
	margin:15px 10px 10px 10px;
	vertical-align: top;
}

.calendar-month-table td {
	border: 1px solid #EEEEEE;
	color: #FFFFFF;
	padding: 3px 5px 3px 5px;
}

.calendar-month-table th {
	color: #555555;
	background-color: #EEEEEE;
	padding: 3px;
}

.calendar-dow {
	padding-top: 4px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
}

.calendar-day {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
}

.calendar-type-header {
	border: 1px solid #FFFFFF;
	display:inline-block;
	border-radius: 5px;
	padding:3px 10px 3px 10px;
	font-size: 12px;
}

.calendar-type-header-selected {
	border: 1px solid #999999;
	background-color: #d1dad1;
}

.chart-data-button {
	width: 40px;
	height: 40px;
	border: 1px solid #BBBBBB;
	border-radius: 5px;
	background-color: #FFFFFF;
	margin: 5px 0px 5px 0px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px 20px;
}

.chart-data-button-calendar-waiting {
	color: #DDDDDD;
}

.cal-button-up {
	height: 25px;
	background-image: url("../img/cal_btn_up.png");
	background-size: 25px 15px;
}

.cal-button-down {
	height: 25px;
	background-image: url("../img/cal_btn_down.png");
	background-size: 25px 15px;
}

.cal-button-Up-disabled { background-image: url("../img/cal_btn_up_disabled.png"); border: 1px solid #EEEEEE; }
.cal-button-Down-disabled {	background-image: url("../img/cal_btn_down_disabled.png");  border: 1px solid #EEEEEE; }

.chart-data-button-power {
	margin-top: 20px;
	background-image: url("../img/power_button.png");
	background-size: 25px 25px;
}



.chart-data-button-temp {
	background-image: url("../img/temp_button.png");
	background-size: 25px 25px;
}

.chart-data-button-download {
	background-image: url("../img/download_button.png");
	background-size: 20px 20px;
	margin-top:20px;
}

.cal-button-disabled {
	border: 1px solid #F5F5F5;
}

/* Power Flow */

.power-icon-label {
	position:absolute;
	font-size:12px;
	color:#005500;
	font-weight: bold;
	text-align: right;
}

.power-icon {
	position:absolute;
	border:2px solid #555555;
	border-radius:50%;
	width:50px;
	height:50px;	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-size: 30px 30px;
}

.power-icon-inverter {
	background-image: url("../img/icon_inverter.png");
}

.power-icon-inverter-error {
	background-image: url("../img/icon_inverter_broken.png");
	border:2px solid #FF0000;
	background-color: #FFEEEE;
}

.power-icon-ev {
	cursor:pointer;
	background-image: url("../img/icon_ev.png");
}

.power-icon-ev-unplugged {
	background-image: url("../img/icon_ev_unplugged.png");
	border:2px solid #BBBBBB;
}

.power-icon-ev-error {
	background-image: url("../img/icon_ev_error.png");
	border:2px solid #FF0000;
	background-color: #FFEEEE;
}

.charger-popup-close {
    position: absolute;
    right: 2px;
    top: 0px;
    padding: 5px 10px 5px 20px;
    color: #FF5555;
    cursor: pointer;
    box-sizing: border-box;
}

.charge-session-dot {
	position:absolute;
	width:10px;
	height:10px;
	border-radius:50%;
	background-color:#000000;
	cursor:pointer;
}

.charge-session-dot:hover {
	background-color: #5599FF;
}

.charge-session-dot-selected {
	background-color: #FFFFFF;
	border:1px solid #999999;
}

.table-session {
	font-size: 12px;
	margin: 20px 0px 20px 50px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}

.table-session td {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 7px 15px 7px 15px;
	text-align: right;
}

.table-session td.session-data {
	text-align: left;
	min-width: 250px;
}

.session-details-button {
	position:absolute;
	cursor:pointer;
	right:-10px;
	top:-10px;
	padding:3px 10px 3px 10px;
	color:#0000FF;
	border:1px solid #999999;
	border-radius:5px;
	font-size:12px;
	background-color:#FFFFFF;
}

.session-details-button:hover {
	background-color:#EEFFFF;
}

.table-sessions {
	font-size: 12px;
	margin: 20px 0px 20px 20px;
	border-left: 1px solid #BBBBBB;
	border-top: 1px solid #BBBBBB;
}

.table-sessions th {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 3px 0px 3px 0px;
	background-color: #cfeac8;
	text-align: center;
}

.table-sessions td {
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
	padding: 10px 15px 10px 15px;
	text-align: right;
	cursor:pointer;
}

.table-sessions tr:hover {
	background-color: #d7eaff;
}


