/* ----------------------- */
/*      General Styles     */
* {
	padding: 0;
	margin: 0;
}

body, html, .maxHeight {
	height: 100%;
	background-color: #FFF;
}

.page-container {
	min-height: 100vH;
	position: relative;
}

.page-body {
	padding-bottom: 120px;
}

@media (max-width: 767px) {

	.page-body {
		padding-bottom: 180px;
	}

}

h1, h2, h3 {
	font-weight: 300;
}

h1, h1 >i {
	padding-right: 0.4rem;
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

h2, h2 >i {
	padding-right: 0.4rem;
	font-size: 1.7rem;
	margin-bottom: 1rem;
}

h3, h3 >i {
	padding-right: 0.4rem;
	font-size: 1.4rem;
	margin-bottom: 0.6rem;
}

table {
	font-size: 16px !important;
}

/* NewCustomer Form Styles */
.newcustomer-btn {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

.login-tab-bar, .newcustomer-tab-bar {
	height: 38px;
}

.newcustomer-tab-bar {
	display: inline-block;
}

.tab_active {
	width: inherit;
}

.border-none {
	border: 0;
}
.border-top-1 {
	border-top: 1px solid #b6c0c9;
}
.border-top-3 {
	border-top: 3px solid #000000;
}
.boxshadow-none {
	box-shadow: none;
}
.background-none {
	background: 0;
}
.green, .green:hover {
	color: green;
}
.bg-green {
	background-color: green;
}
.red, .red:hover {
	color: red;
}
.bg-red {
	background-color: red;
}
.blue, .blue:hover {
	color: blue;
}
.thin {
	font-weight: 300;
}
.bold {
	font-weight: 700;
}

.bg-white {
	background-color: white;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.center {
	text-align: center;
}
.verticalmiddle {
	vertical-align: middle !important;
}
.no-padding {
	padding: 0 !important;
	border: 0 !important;
}
.margin-left {
	margin-left: 15px !important;
}
.margin-right {
	margin-right: 15px;
}
.margin-right-10 {
	margin-right: 10px;
}
.margin-top-5 {
	margin-top: 5px;
}
.margin-top-10 {
	margin-top: 10px;
}
.margin-top-15 {
	margin-top: 15px;
}
.margin-top-20 {
	margin-top: 20px;
}
.margin-top-25 {
	margin-top: 25px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-50 {
	margin-bottom: 50px;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.float-left {
	float: left;
}

.float-right {
	float: right;
}
.no-margin-full-width {
	width: 100%;
	margin-left: 0;
}
.no-margin {
	margin: 0;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.rel {
	position: relative;
}
/* Mouse Styles */
.mouse_pointer {
	cursor: pointer;
}
/* Font */
.font-right {
	text-align: right;
}
.font-size-17 {
	font-size: 17px;
}
.font-size-18{
	font-size: 18px;
}
.font-size-20{
	font-size: 20px;
}
@media (max-width: 1280px) {
	.small {
		font-size: 11px !important;
	}
}
@media (min-width: 1280px) and (max-width: 1400px) {
	.small {
		font-size: 12px !important;
	}
}
@media (min-width: 1400px) {
	.small {
		font-size: 14px !important;
	}
}
/* Links */
a.thumbnail {
	border: 0 !important;
}
.row-spaccing {
	padding-top: 3px;
	padding-bottom: 3px;
}
.row-padding {
	padding-bottom: 10px;
}
.form-control:focus {
	outline: none;
	border: 0;
	box-shadow: none;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.radioArea {
	padding-bottom: 0.8em;
}

.pr {
	padding-right: 1em;
}

button > i {
	padding-left: 0.7rem;
}

a > i {
	padding-left: 0.7rem;
}

/* logo in header */
.navbar-aktif {
	background-color: #003057;
	height: 70px;
	border-bottom: 2px solid white;
}
.navbar-aktif .navbar-header {
	height: 70px;
}
.navbar-aktif .navbar-nav > .nav-link {
	color: #fff;
}
.btn-aktif-menu {
	margin-top: 20px;
	border: 0;
}

/* TOOLBAR */
.btn-toolbar.right {
	justify-content: flex-end;
}

.toolbar-search {
	background: none;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
	bottom: 0;
	margin-top: 0px;
	font-size: 0.8rem;
	font-weight: 700;
}
.toolbar-searchlist {
	white-space: nowrap;
	height: auto;
	padding: 5px;
	margin: 5px;
}

.breadcrumb-nav {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 6px 12px;
}

/* Footer Style */
.footer {
	height: 120px;
	position: absolute;
	bottom: 0;
	width: 100%;
	font-size: .9rem;
}

@media (max-width: 767px) {

	.footer {
		height: 200px;
	}

}

.footer, .footer * {
	background-color: #003056;
	color: #FFF;
}

.footer ul {
	list-style: none;
	padding: 0;
}

.footer ul li {
	margin-left: 2%;
	float: right;
	width: 20%;
}

.footer a {
	color: #FFF;
	display: block;
	text-decoration: none;
}

@media (min-width: 768px) {

	.footer-link-container {
		text-align: right;
	}

}

.footer-link > i {
	padding-left: 0;
	padding-right: 0.7rem;
}

.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}




.panel-calculation {
	padding: 40px 15px;
}
.panel-calculation h1,
.panel-calculation h2 {
	font-weight: 300;
}
.panel-calculation h2 {
	font-size: 22px;
}
.panel-calculation > .control-label {
	font-weight: 500;
}

/* ----------------------- */
/*       MAIN styles       */
.login-content {
	padding-top: 70px;
}
.usersettings {
	top: 100% !important;
	left: 0 !important;
}

/* ----------------------- */
/*     Toolbar styles      */
.nav .btn-breadcrumb {
	margin: 0 7px;
}

@media (min-width: 768px) {
	.nav .btn-breadcrumb {
		float: left;
		margin: 7px 10px;
	}
}
.navbar-right {
	margin-right: 7px !important;
}
/* ----------------------- */
/*      Buttom styles      */
.dropdown-toggle-noafter::after {
	display: none;
}
.btn-no-border, .btn-group-no-border {
	background: 0 !important;
	border: 0 !important;
}
.btn-no-border:hover, .btn-group-no-border:hover {
	border: 0 !important;
}
.btn-group .btn+.btn {
	margin-left: 0 !important;
}
.mini {
	font-size: 11px !important;
	margin-bottom: 5px;
}
.mini-right {
	float: right;
	font-size: 11px !important;
	margin-bottom: 5px;
}
.mini-left {
	float: left;
	font-size: 11px;
	margin-top: 15px;
	margin-left: 30px;
}
.input-xs {
	height: 22px;
	padding: 2px 5px;
	font-size: 12px;
	border-radius: 3px;
}
.no-border-input {
	border: 0 !important;
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.input-success, .input-success:hover, .input-success:focus {
	border: 1px solid green;
}
.input-failed, .input-failed:hover, .input-failed:focus {
	border: 1px solid red;
}
/* ---------------------- */
/*    Smart Table Sort    */
.st-sort-ascent:before {
	content: '\25B2';
}

.st-sort-descent:before {
	content: '\25BC';
}
/* ---------------------- */
/*      Form styles       */
.form-control[readonly] {
	background-color: #FFF;
}

.aktif-form {
	padding: 30px;
}
/* ----------------------- */
/*      Table styles       */
.responsive-title {
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	color: #999;
}
@media (min-width: 768px) {
	.responsive-title {
		display: none;
	}
}
.panel-body > .table-responsive {
	margin: auto;
	width: auto;
}
@media only screen and (min-width: 1240px) {
	.table-responsive {
		overflow-x: hidden;
	}
}
.py {
	padding-top: 10px;
	padding-bottom: 10px;
}
.row-padding {
	padding-bottom: 10px;
}

@media (max-width: 991px) {
	.pb-sm {
		padding-bottom: 10px;
	}
}
@media (max-width: 767px) {
	.pb-xs {
		padding-bottom: 10px;
	}
}
.table-stammdaten th {
	text-align: right;
	font-weight: 300;
	width: 40%;
}
.table-stammdaten td {
	font-weight: 600;
}

.table-grey {
	background-color: #eee !important;
}

.fake-table {
	border: 1px solid #e9ecef;
}

.fake-table > .row {
	margin-left: 0;
	margin-right: 0;
}

.fake-table > .row ~ .row {
	border-top: 1px solid #e9ecef;
}

.fake-table > .row .fake-table-col {
	padding: .2rem .75rem;
}

.fake-table > .row .fake-table-col ~ .fake-table-col {
	border-left: 1px solid #e9ecef;
}

.fake-table > .row:nth-of-type(odd) {
	background-color: rgba(0,0,0,.05);
}
/* ----------------------- */
/*       Chart styles      */
#line {
	margin-top: 10px;
}
/* ----------------------- */
/*      Button styles      */
.clean-button, .clean-input {
	background: none;
	border: 0;
}
.clean-button:hover {
	background: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	border: 0 !important;
}
.clean-button:active {
	background: 0 !important;
	box-shadow: none !important;
	border: 0 !important;
}
.cursor-default {
	cursor: default !important;
}
/* ----------------------- */
/* ----------------------- */
@media (min-width: 576px) {
	.card-columns-tariff {
		column-count: 1;
		display: flex;
	}

	.tariff {
		margin-top: 0px;
		margin-right: 15px;
		margin-left: 15px;
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.card-columns-tariff {
		column-count: 2;
		display: flex;
	}

	.tariff {
		margin-top: 0px;
		margin-right: 15px;
		margin-left: 15px;
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.card-columns-tariff {
		column-count: 2;
		display: flex;
	}

	.tariff {
		margin-top: 0px;
		margin-right: 15px;
		margin-left: 15px;
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.card-columns-tariff {
		column-count: 2;
		display: flex;
	}

	.tariff {
		margin-top: 0px;
		margin-right: 15px;
		margin-left: 15px;
		display: inline-block;
		width: 100%;
	}
}

.tab {
	width: 45%;
}

.tab_active {
	width: 45%;
	background-color: #003057;
}

.angucomplete-dropdown {
	border-color: #003057;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	width: auto;
	cursor: pointer;
	z-index: 9999;
	left: 5px;
	right: 5px;
	margin-top: -2px;
	background-color: #ffffff;
	position: absolute;
	color: black;
}

.angucomplete-row {
	width: 100%;
	cursor: pointer;
	padding-left: 5px;
	z-index: 9999;
	top: 32px;
	left: 0px;
	margin-top: -2px;
	background-color: #ffffff;
}

.angucomplete-selected {
	background-color: #003057;
	color: white;
}

/* Form Styles */
.aktif-form {
	background-color: #e2e6e9;
}

.login_form {
	padding: 10px;
	background-color: #e2e6e9;
}

.bottom_line {
	border-bottom: 1px solid #657888;
	width: 100%;
	margin-left: 15px;
	margin-right: 15px;
}

.tab_first{
	margin-left: 55px;
	border-radius: 0.25rem 0.25rem 0 0;
	border-bottom: 0;
}
.tab_next{
	margin-left: 5px;
	border-radius: 0.25rem 0.25rem 0 0;
	border-bottom: 0;
}

.bottom_line_graph {
	width: 100%;
	margin-bottom: 50px;
	border-bottom: 1px solid #7F96AA;
}

.consumption-table tr:nth-child(even) {
	background-color: #ECEDEE;
}

.consumption-table tr:nth-child(odd) {
	background-color: white;
}

.table_header {
	color: #FFF;
	background-color: #003056;
}

.summary_line {
	font-weight: bold;
	border-bottom: 2px solid #003056;
}

.details-summmary {
	color: #003056;
	text-decoration: underline;
}

.nowrap {
	white-space: nowrap;
}

.barline{
	margin-left: -7px;
	vertical-align: middle;
	color: #003056;
}

summary::-webkit-details-marker {
	display: none;
}
summary {
	outline: none;
}
summary::marker {
	display: none;
}

.details-summmary:hover {
	color: #7F96AA;
}

details {
	padding-top: 20px;
}

.choosenTariff {
	border: 1px solid #003056;
}

.card-body {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-top: 0.00rem;
	padding-bottom: 1.25rem;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

/* ----------------------- */

/* ----------------------- */
/*     Icons for button    */
.btn-pdf {
	background-image: url('img/icon/icon_pdf.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 37px;
}
.btn-pdf-small {
	background-image: url('img/icon/icon_pdf_small.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 22px;
	padding: 11px;
}
.btn-xls {
	background-image: url('img/icon/icon_xls.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 37px;
}
.btn-invoice {
	background-image: url('img/icon/icon_rechnungen.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 22px;
	padding: 11px;
}
.btn-download {
	background-image: url('img/icon/icon_download.png');
	background-repeat: no-repeat;
	width: 25px;
	height: 27px;
}
.btn-png-large {
	background-image: url('img/icon/icon_png_large.png');
	background-repeat: no-repeat;
	width: 35px;
	height: 37px;
}
.btn-png {
	background-image: url('img/icon/icon_png.png');
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	padding: 11px;
}

.tablinks {
	border-color: #7F96AA;
	background-color: #FFF;
}

.tablinksSelected {
	background-color: #7F96AA;
	color: #FFF;
}

.btnText {
	color: white;
}

.icon-red {
	color: red;
}

.icon-blue {
	color: #003056;
	font-size: 16px;
}

.toolbar-style{
	height: 40px;
	padding-top: 5px;
}

.toolbar-labels{
	font-size: 0.8rem;
	font-family: 'Roboto';
}

.multiselect-parent{
	background-color: #FFF;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	margin: 0 150px 0 15px;
}

.multiselect-parent:hover{
	background-color: rgba(246,246,247,50);
}

.font-weight-bold{
	font-weight: bold;
}

.toolbar-margin{
	margin-top: 5px;
	margin-left: -5px;
}

.toolbar-group-left{
	margin-left: 0;
	margin-right: auto;
	display: inherit;
}
.toolbar-group-right{
	margin-right: 0;
	margin-left: auto;
	display: inherit;
}

.aktif-select-group{
	font-size: 0.8rem;
	font-family: 'Roboto';
	font-weight: bold;
	background-color: #ECEDEE;
	height: 24px;
	padding: 2px 0 0 20px;
	margin-bottom: 5px;
}

.aktif-select-icon{
	color: #003056;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 16px;
}

.aktif-select-item-label{
	font-size: 0.8rem;
	font-family: 'Roboto';
	padding: 5px 25px 5px 20px;
}

.aktif-select-item-label:active{
	background-color: #003057;
	color: #FFF;
}

.aktif-select-item-label:hover{
	background-color: rgba(246,246,247,50);
}

.aktif-select-search{
	margin-bottom: 15px;
}

.aktif-select-dropdown-menu{
	overflow-y: auto;
	overflow-x: hidden;
	display: block;
	max-height: 400px;
	width: auto;
}

.fa-remove::before,
.fa-close::before,
.fa-times::before {
	font-size: 20px;
	margin-left: -10px;
}

.fa-check-square::before {
	font-size: 18px;
	margin-left: -10px;
}

.fa-file-photo-o::before,
.fa-file-picture-o::before,
.fa-file-image-o::before {
	font-size: 18px;
	margin-left: -10px;
}

.fa-file-excel-o::before{
	font-size: 18px;
	margin-left: -10px;
}

/* Tabs mit radio-Buttons */
.tabbed figure {
	display: block;
	margin-left: 0;
	border-bottom: 1px solid #003056;
	clear: both;
}

.form-radio {
	display : none;
}

.tabbed > input,
.tabbed figure > div {
	display: none;
}

.tabbed figure>div {
	padding: 20px;
	width: 100%;
	border: 1px solid #7F96AA;
	background: #fff;
	line-height: 1.5em;
	letter-spacing: 0.3px;
	color: #003056;
}

input.tab1:checked ~ figure .tab1,
input.tab2:checked ~ figure .tab2,
input.tab3:checked ~ figure .tab3 {
	display: block;
}

nav label {
	float: left;
	padding: 15px 15px;
	border-top: 1px solid #7F96AA;
	border-right: 1px solid #7F96AA;
	background: #7F96AA;
	color: #FFF;
}
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
	background-image: none;
	border-top: 1px solid #7F96AA;
	border-right: 1px solid #7F96AA;
	border-left: 1px solid #7F96AA;
}
nav label:nth-child(1) {
	border-left: 1px solid #7F96AA;
	border-top: 1px solid #7F96AA;
	border-right: 1px solid #7F96AA;
}
nav label:hover {
	background: #7F96AA;
}
nav label:active {
	background: #ffffff;
	color: #003056;
}

input.tab1:checked ~ nav label[tabNr="1"],
input.tab2:checked ~ nav label[tabNr="2"],
input.tab3:checked ~ nav label[tabNr="3"] {
	background: white;
	color: #003056;
	position: relative;
	border-left: 1px solid #7F96AA;
	border-top: 1px solid #7F96AA;
	border-right: 1px solid #7F96AA;
}

input.tab1:checked ~ nav label[tabNr="1"]:after,
input.tab2:checked ~ nav label[tabNr="2"]:after,
input.tab3:checked ~ nav label[tabNr="3"]:after {
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	color: #003056;
	background: white;
	left: 0;
	bottom: -1px;
}

.tab_padding{
	padding: 0.9rem .5rem 0.75rem;
}

.tab-space{
	padding-top: 50px;
}
.tab-space-with-border{
	padding-top: 50px;
	border-top: 1px solid #7F96AA;
}

.tab-tst-summary::marker {
	color: transparent;
}

.form-row-0 {
	height: 0.5px;
	width: 0.5px;
	font-size: 0;
}

.col-0 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 0.1px;
	flex: 0 0 0.1px;
	max-width: 0.1px;
}

.form-control-0 {
	border-width: 0.1px;
	border-style: none;
}

.tooltip {
	position: absolute;
	left: -9999px;
	box-sizing: initial;
	opacity: 0;
	padding: 5px 10px;
	margin: -5px 0 0 0px;
	border: 1px solid #333;
	border-radius: 5px;
	background: #303030;
	color: white;
	transition: all linear .2s;
	box-shadow: 0 0 5px #999;
	&.active {
		left: auto;
		opacity: 1;
	}
}