/*Global Style*/
html, body {
	font-family: Roboto, "Droid Sans", "Helvetica Neue", Helvetica, Arial,
	sans-serif;
	padding: 0px;
	min-width: 100%;
}

label {
	font-weight: normal;
}

.portal {
	height: 100%;
}

.page {
	margin: 60px;
	width: auto;
}

.modalPanel {
	width: 1100px;
	margin: 60px auto;
	background-color: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 60px;
}

@media screen and (max-width: 1024px) {
    .modalPanel {
        width: 100%;
        margin: auto;
        padding: 20px;
    }

    .page {
        margin: auto;
    }
}

@media screen and (max-width: 1024px) {
	.tick text {
		font-size: 16px;
	}

	#chart2 .nv-interactive {
		display: none;
	}

	.downloadIcon {
		display: none;
	}

	.artworkBlock {
		margin-top: auto !important;
	}

	.meter-disconnected-block h1 {
		font-size: 19px !important;
	}
}

.modalPanel.newSettings {
	width: auto;
}

.container {
	/*min-width: 1100px;*/
	min-width: 100%;
}

/*.modalPanel form input {
	border: 0 none;
}*/

.modalPanel form select {
	border: 1px solid #ccc;
}

.pagination > .disabled > a {
	color: #999;
}

.formLabel {
	display: inline-block;
	padding-right: 5px;
}

.help-block {
	margin-top: 8px;
}

#feedback {
	display: none;
}

/* .form-group {
 margin-bottom: 0px;
} */

.borderless .table > thead > tr > th, .borderless .table > tbody > tr > th,
.borderless .table > tfoot > tr > th, .borderless .table > thead > tr > td,
.borderless .table > tbody > tr > td, .borderless .table > tfoot > tr > td,
.borderless > td {
	border-top: 0px !important;
}

.subtable > td {
	padding: 2px 2px 2px 20px !important;
	font-size: 11px;
}

#wicketDebugLink {
	display: none !important;
}

/*------------------------------------------------------------ PICS ------------------------------------------------------------*/
.modalPanel img.graph_icon {
	margin: 50px 0 0 0;
}

.modalPanel img.pw_icon {
	margin: 5px 0 0 0;
}

.modalPanel img.reg_icon {
	margin: 25px 0 0 0;
}

.modalPanel img.pref_icon {
	margin: 100px 0 0 100px;
}

.modalPanel img.exp_icon {
	margin: 93px 0 0 159px;
}

/*------------------------------------------------------------DASHBOARD PAGE------------------------------------------------------------*/

/* chart */
.chartcontainer {
	background-color: #F1F1F1;
	border-top: 1px solid #d6d6d6;
	clear: both;
	padding-bottom: 30px;
}

.deviceSwitch {
	cursor: pointer;
}

/*------------------------------------------------------------ LOGIN PAGE ------------------------------------------------------------*/

form span.submitSuccess {
	font-size: larger;
	color: #090;
}

form .submitFailure {
	font-size: larger;
	color: #c00;
}

/*------------------------------------------------------------ TARIFFS PAGE ------------------------------------------------------------*/
.dataTables_filter {
	text-align: right;
}

.pagination li a {
	color: #6B7F00;
	text-decoration: none;
}

.pagination > .active a {
	color: #999999;
	cursor: default;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.pagination > li > a:hover {
	color: #999999;
	cursor: default;
	border-color: #ddd;
	text-decoration: underline;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover,
.pagination > .active > span:hover, .pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #999999;
	background-color: #eee;
	border-color: #ddd;
	cursor: default;
}

.pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover,
.pagination > li > a:focus, .pagination > li > span:focus {
	z-index: 2;
	color: #999999;
	background-color: #eee;
	border-color: #ddd;
	cursor: default;
}

/*------------------------------------------------------------ TIPPS PAGE ------------------------------------------------------------*/
.tippsPage .pagination {
	padding-left: 70px;
}

.info_tip {
    width: 20px;
    height: 20px;
    padding-left: 10px
}

/*------------------------------------------------------------SETTINGS PAGE------------------------------------------------------------*/
.newSettings {
	padding: 0px;
	background-color: var(--background-color, var(--default-background-color));;
	border: none;
}

.settingsMenu {
	padding-top: 25px;
	padding-bottom: 25px;
	border-right: 1px solid #cccccc;
	background-color: var(--background-color, var(--default-background-color));;
	margin-top: 4px;
}

.settingsMenuPart {
	width: auto !important;
	border: 5px solid var(--background-color, var(--default-background-color));;
	background-color: var(--background-color, var(--default-background-color));;
	padding: 0;
	margin-top: -5px;
	margin-bottom: -5px;
	border-right: none;
}

.settingsContentPart {
	background-color: #FFFFFF;
	border: 1px solid #cccccc;
	border-radius: 6px;
	padding-top: 15px;
	padding-left: 30px;
	left: -1px;
	padding-left: 30px;
}

.settingsContent {
	padding-top: 25px;
	padding-bottom: 25px;
}

.settingsMenu .firstItem {
	border-top-right-radius: 0px !important;
}

.settingsMenu .lastItem {
	border-bottom-right-radius: 0px !important;
}

.settingsMenu a {
	padding: 10px 30px 10px 30px;
	right: -1px;
	box-shadow: inset -18px 0px 10px -20px rgba(0, 0, 0, 0.3);
	color: #888 !important;
	text-shadow: 0 1px 0 white;
	border-color: #cccccc;
	background-color: #F6F6F6;
}

.settingsMenu a.activeItem {
	background-image: none;
	webkit-box-shadow: none;
	box-shadow: none;
	border-right: 1px solid #ffffff;
	color: #555 !important;
	background-color: #FFFFFF;
	z-index: 2;
}

/* .settingsMenu a.activeItem:hover {
	background-color: #FFFFFF !important;
} */
.form-inline .form-control {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.form-inline {
	margin-bottom: 15px;
}

.saveButton {
	margin-top: 15px;
}

.settings input.hasError {
	border: 1px solid #c00;
	background-color: #fdd;
	color: #000;
	margin-bottom: 0;
}

.settings span.message.hasError {
	color: #c00;
	font-size: 1.2em;
}

.settings input {
	/*margin: 0 !important;*/

}

/* select {
	width: auto !important;
	margin: 0 !important;
} */

.tarifflabel {
	display: inline-block;
	width: 120px;
	padding-right: 5px;
}

.tarifflabel.secondaryPrice {
	margin-left: 40px;
}

.secondaryTariff {
	visibility: visible;
}

.pvinfoLable {
	display: inline-block;
	width: 110px;
	padding-right: 5px;
}

.inlinetext {
	width: 100px !important;
	text-align: right !important;
}

/* input.inlinetext:focus{
	width: 62px !important;
	text-align: right !important;
} */
.tarifftext {
	width: 200px !important;
}

.saveDescription {
	margin-top: 10px;
}

.alertsTable {
	margin-top: 30px;
}

.removeItem {
	float: right;
	margin: 2px 0px;
}

li.feedbackPanelERROR {
	color: #c00 !important;
}

/*------------------------------------------------------------ READINGS PAGE ------------------------------------------------------------*/
span.yui-skin-sam img {
	float: none;
	margin-top: -6px;
}

.align-right {
	text-align: right !important;
}

.noreading {
	white-space: nowrap;
}

.reading, .sum {
	font-weight: bold;
}

.serialNumber {
	color: #aa9999;
}

.consumption, .consumption-tariff1, .tariff1, .active-consumption, .active-consumption-tariff1 {
	color: #008739;
}

.own_consumption {
	color: #FFD700;
}

.tariff2, .consumption-tariff2, .active-consumption-tariff2 {
	color: #086FA7;
}

.production {
	color: violet;
}

.feed, .active-feed, .feed-tariff1, .active-feed-tariff1 {
	color: #FF8C00;
}

.feed-tariff2, .active-feed-tariff2 {
	color: #e67e00;
}

.reactive-consumption, .reactive-consumption-tariff1 {
	color: #5CAC00;
}

.reactive-consumption-tariff2 {
	color: #8cc44c;
}

.reactive-feed, .reactive-feed-tariff1 {
	color: #FF3D00;
}

.reactive-feed-tariff2 {
	color: #ff774d;
}

.end-row {
	border-top-style: double;
	background-color: #fcf8e3;
}

.columns br {
	display: none;
}

.columns label {
	display: inline-block;
}

.columns input {
	margin: -1px 5px 0 15px;
}

/*----------ERROR-PAGE--------*/
.alert-danger a {
	text-decoration: none;
	color: #6C6C6C;
}

.containerName {
	color: #999;
	font-style: italic;
}

/*-------------DASHBOARD-NAVIGATION----------*/

nav.chartControls {
	margin-left: 10px;
	display: inline-block;
}

nav.chartControls a {
	border-right-width: 0px;
	margin-left: -5px;
	display: inline-block;

	padding: 6px 15px;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none !important;
	line-height: 1;
	border-width: 2px 2px 2px 0;
	border-style: solid;
	border-color: #333333;

}

nav.chartControls a > img {
	filter: invert(0%);
}

nav.chartControls a:first-child {
	border-left: solid 2px #333333;
	border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	margin-left: 0px;
}

nav.chartControls a:last-child {
	border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;

}

nav.chartControls a.active {
	background-color: #008739;

}

nav.chartControls a.active > img {
	filter: invert(100%);
}

.content nav.chartControls {
	margin: 10px 0 -10px 30px;
}

.content nav.chartControls a {
	text-transform: none;
	font-weight: normal;
	font-size: 13px;
	color: #000 !important;
	border-width: 1px;
}

.content nav.chartControls a.active {
	color: #fff !important;
}

.btn-success-discovergy:active,
.btn-success-discovergy.active,
.open .dropdown-toggle.btn-success-discovergy,
.btn-success-discovergy > .open > a {
	background-image: none;
}

a.accountButton {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	background-image: none !important;
}

.counterBox {
	fill: white;
}

.counterOuterBox {
	stroke-width: 2px;
}

.counterDecimalSeperator {
	fill: #333333;
}

.digitBox {
	fill: #333333;
}

.humane-error {
	color: #a94442 !important;
	background-color: #f2dede !important;
	border-color: #ebccd1 !important;
}
