  <style>

body, html {
  height: 100%;
}

.bg {
  /* The image used */
  background-image: url("/bootstrap/img/background.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#container-dach{
	background: white;
    width: 450px;
    padding: 10px;
}

  /* Flex-Container */
  .flex-panel-left {
	  flex: 1;
	  display: list-item;
  }
  .flex-panel-right {
	  flex: 2;
	  display: list-item;
  }
  
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0px;
    }
    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: 450px}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    /* Set black background color, white text and some padding */
    footer {
      background-color: #555;
      color: white;
      padding: 15px;
    }
    @media (min-width: 768px){
		.col-sm-8 .text-left {
			min-width: 400px;
		}
	}
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
    }

/********************** Panel-Styles *************************************/	

input {
	font-size: 10px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    width: 20px;
    height: 20px;
    border-width: thin;
}

/* BEGIN PANELS  *****************************************************************************/
.subpanel-right {
	display: block;
}
.panelSelectContainer {
	display: flex;
	-webkit-flex-flow: row wrap;
    justify-content: flex-end;
	background: #313138;
	border-radius: 25px;
	padding: 10px;
	margin: 1px;
}
.btn-selectPanel {
	background: #313138;
	padding: 7px;
	padding-right: 10px;
	font-size: 13px;
	color: white;
	cursor: pointer;
	border-radius: 25px;
}
#selectPanel5 {
	color: red;
}
.panelSelectSubContainer {
	display: flex;
	-webkit-flex-flow: row wrap;
    justify-content: flex-end;
	background: #cac3c3;
}
.btn-selectSubPanel {
	background: #cac3c3;
	padding: 7px;
	padding-right: 10px;
	font-size: 13px;
	color: #252121;
	cursor: pointer;
}
#rightPanel1 {
	display: block;
}
.panel-left{
	float: left;
	padding-right: 3px;
	margin: 3px;
	border-right: solid 2px;
	height: 1000px;
}
.result-container{
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
}
.panel-help {
	margin-left: 409px;
}
.input-field{
	border:solid 1px #958c8c;
	color: black;
	background-color: #fff; 
	font-family: Roboto,-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Oxygen,Ubuntu,Cantarell,'Open Sans',Arial,sans-serif; 
	font-size: 10px;
	padding-left: 5px;
	width: 40%;
}
.input-field-small{
	border:solid 1px #958c8c;
	color: black;
	background-color: #fff; 
	font-family: Roboto,-apple-system,BlinkMacSystemFont,'Helvetica Neue','Segoe UI',Oxygen,Ubuntu,Cantarell,'Open Sans',Arial,sans-serif; 
	font-size: 10px;
	padding-left: 5px;
	margin-left: 25px;
	width: 60px;
}

.cal-label {
	display: inline;
	font-weight: bold;
	width: 160px;
}
.label-container {
	display: flex;
    list-style: none;
    flex-flow: row wrap;
    align-items: stretch;
	font-size: 12px;
	margin: 10px;
}
.label-marker {
	margin-left: 10px;
	margin-right: 5px;
}
.graph-container{
	display: flex;
	align-items: flex-end;
	margin-bottom: 20px;
	border-top: 1px solid black;
    padding-top: 5px;
}
.graph-bar{
	width:28px;
	margin-left: 5px;
	text-align: center;
}
.graph-label{
	width:170px;
	margin-left: 5px;
	color: #000;
}
.graph-total{
	border:solid 1px #000;
    width: 80%;
	padding-top: 1px;
	padding-bottom: 1px;
}
.value-unit{
	display: inline;
}
.spacer{
	height: 5px;
}
.warnings{
	font-size:15px;
	font-size: 15px;
    background: #a19494;
	margin-left: 409px;
    padding: 5px;}
#featureIds {
  width: 383px;
}
.simu-container {
	display: flex;
    list-style: none;
    flex-flow: row wrap;
    align-items: stretch;
	font-size: 12px;
	margin: 10px;
}
.simu-left {
	width: 45%;
}
.simu-right {
	background-color: #e4e7f0;
	width: 45%;
}

/* END PANELS  *******************************************************************************/

/* BEGIN TABLES  *******************************************************************************/
.table-title{
	text-align: left;
	font-weight: 800;
	font-size: 14px;
}
.table-field{
	text-align: left;
	font-size: 14px;
}
.table-underline{
	text-decoration: underline;
}
/* END TABLES  *******************************************************************************/

/* BEGIN EINGABEFELDER  ***********************************************************************/

.button-row {
    margin-top: 10px;
    margin-left: 10px;
}

.button-row:after {
    content: "";
    display: block;
    clear: both;
}
.col-inp-flex {
	display: flex;
	align-items: flex-end;
	width: 200px;
}
.info-click {
    float: right;
    padding-top: 6px;
    padding-right: 10px;
    color: #393b3c;
    background-color: #3498DB;
    height: 41px;
}
.col-bez1 {
    float: left;
    width: 200px;
    margin-top: 6px;
	color: #393b3c;
}
.col-bez2 {
    width: 50px;
    margin-top: 6px;
	color: #393b3c;
}
.col-inp1 {
    float: left;
    margin-top: 6px;
}
.col-inp2 {
    margin-top: 3px;
}
.input1 {
    width: 196px;
}
.label1 {
    width: 196px;
	background: #c4c2c2;
	font: 400 13.3333px Arial;
	padding-left: 5px;
	padding-top: 2px;
}
.input2 {
    width: 196px;
}
.clear {
	clear: both;
}
.btn-show-hide {
	border-radius: 25px;
	border: none;
	color: #fff;
	background-color: #393b3c;
	cursor: pointer;
	height: 25px;
	padding: 5px;
	margin-left: 10px;
}
.btn-show-hide:hover {
	background-color: #999;
}
.btn-navigate {
	border-radius: 25px;
	border: none;
	color: #fff;
	background-color: #393b3c;
	cursor: pointer;
	width: 200px;
	height: 20px;
	font-size: 10px;
	margin-top: 10px;
}
.btn-action {
	border-radius: 25px;
	border: none;
	color: #fff;
	background-color: #388e3c;
	cursor: pointer;
	width: 120px;
	height: 20px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.btn-action:hover {
	background-color: #999;
}
.js-textareacopybtn {
	border-radius: 25px;
	border: none;
	color: #fff;
	background-color: #393b3c;
	font-weight: 3px;
	cursor: pointer;
	width: 120px;
	height: 20px;
	margin-left: 430px;
    text-align: center;
    padding-top: 5px;
	margin-bottom: 2px;
}
.copy-info {
	color: green;
	margin-left: 600px;
}
.js-textareacopybtn:hover {
	background-color: #999;
}
.js-copytextarea{
	overflow: hidden;
    resize: none;
}
.download{
	font-size: 14px;
	padding: 10px;
}

/* END EINGABEFELDER  *********************************************************************************/

.myCanvas{
	padding: 5px;
	margin: 10px;
	display: flex;
}
.length-roof {
	font-size: 18px;
	margin-left: 20px;
}
/* BEGIN DROPDOWN  ************************************************************************************/

.dropdown-liste {
height: 30px;
    font-size: 13px;
    margin: 5px 0 5px 0;
    background: #222;
    color: #9d9d9d;
}

/* END DROPDOWN  ************************************************************************************/

/* DASHBOARD ***************************************************************************************/

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 0;
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 48px; /* Height of navbar */
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*
 * Utilities
 */

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.dt-button{
	border-radius: 25px;
	border: none;
	color: #fff;
	background-color: #388e3c;
	cursor: pointer;
	width: 120px;
	height: 20px;
	margin-bottom: 10px;
}
.table-bezeichner{
	display: inline-block;
    width: 300px;
}
.table-bezeichner0{
	display: inline-block;
    width: 303px;
}
.table-bezeichner2{
	display: inline-block;
    width: 600px;
}
#table-pdf_info{
	display: none;
}
#load-data{
	padding: 10px;
    width: 100%;
    background: #dc5521;
    margin-top: 10px;
    font-size: 10px;
    font-weight: bold;
    display: none;
}
</style>