/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17.10.2019, 10:23:51
    Author     : marcus
*/

body {
    overflow-y: scroll;
    font-family: sans-serif;
    background-color: #e8eef3;
}

.background {
    background: url(../images/Logo90.jpg) no-repeat;
    background-size: 100%;
    text-align: center;
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.activeColl, .collapsible:hover {
  background-color: #555;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activeColl:after {
  content: "\2212";
}

.contentColl {
  padding: 0 18px;
  max-height: 1000px;
  overflow: auto;
  transition: max-height 0.5s ease-out;
  background-color: #f1f1f1;
}

.contentCollActive {
    
}

.content table {
    border-spacing: 0px;
    text-align: center;
}

.content thead tr th {
    background-color: #bbb;
}

/*.content thead tr th:last-child {
    background-color: transparent;
}*/

.content tbody tr:nth-child(even) td {
  background-color: #b3cbdc;
}

.content tbody tr:nth-child(odd) td {
  background-color: #d6e1e6;
}

.content tfoot tr th {
    background-color: #bbb;
}

/*.content tfoot tr th:last-child {
    background-color: transparent;
}*/

td, th {
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}

.beschriftung {
    padding-left: 10px;
    text-align: left;
}

.posright {
    text-align: right;
}

.header {
    
}

.scroll {
    height: 600px;
    overflow-y: scroll;
}

.menu {
    float: left;
    padding: 5px;
}

.main {
    margin-left: 40px;
    margin-right: 40px;
    box-shadow: -21px 22px 4px #777777d1;
    margin-bottom: 30px;
}

.content {
    display: none;
}

.aufmasse {
    
}

.aufmasslist {
    
}

.aufmasstabelle {
    width: 98%;
}

.meinAufmass {
    margin-left: 25px;
    cursor: pointer;
    margin-top: 2px;
    transition: all 0.35s ease-in-out;
}

.meinAufmass:hover {
    background: rgb(200, 200, 200);
}

.meineAufmasse {
    font-weight: bold;
    margin-top: 20px;
    text-decoration: underline;
}

.meineAufmasseJahr {
    font-weight: bold;
    margin-left: 15px;
    margin-top: 4px;
}

.voll {
    width: 100%;
}

.dreiviertel {
    width: 75%;
}

.zweidrittel {
    width: 66%;
}

.halb {
    width: 50%;
}

.viertel {
    width: 25%;
}

.footer {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 2000;
}

.footer a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

#login {
    background: url(../images/Logo90.jpg) no-repeat;
    background-size: 60%;
    background-position: center;
}

.titel {
    margin: 0 auto;
    top: 200px;
    position: relative;
    text-align: center;
    padding-top: 84px;
    background-color: transparent;
    text-shadow: -21px 22px 4px #777777d1;
    font-size: 95px;
    font-weight: bold;
    color: #333333;
}

table tfoot select {
    width: 98%;
    min-width: 50px;
}

.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    left: 0px;
    top: 0px;
    display: none;
}

.overlaycenter {
    margin: 0 auto;
    top: 200px;
    position: relative;
    text-align: center;
    background-color: #cecece;
    border: #777777d1 1px solid;
    padding: 15px;
    box-shadow: -21px 22px 4px #777777d1;
    display: flex;
    flex-direction: column;
}

.overlaycenter>div {
    flex: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}

.width400 {
    width: 400px;
}

.width300 {
    width: 300px;
}

.width200 {
    width: 200px;
}

.kopfdaten {
    margin-top: 20px;
    margin-bottom: 10px;
}

.zeile {
    height: 25px;
    vertical-align: middle;
}

.zeile input {
    width: 98%;
    min-width: 200px;
}

.zeile select {
    width: 98%;
    min-width: 50px;
}

.bezeichnung {
    
}

.linie {
    border-bottom: #000000 1px solid;
}

.bold {
    font-weight: bold;
}

.kalkulation {
    width: 100%; 
}

.zeileTauschen {
    display: none;
    position: relative;
    top: 11px;
}

.zeileEntfernen {
}

.aktion {
    cursor: pointer;
    width: 20px;
}

.nummerierung {
    width: 30px;
    text-align: right;
}

.keineFarbe {
    background-color: transparent !important;
}

.ergebnisspalte {
    vertical-align: middle;
}

.ergebnis {
    text-align: right;
    font-family: Courier New;
    vertical-align: middle;
}

.overlayheader {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4444CC;
    color: white;
    text-align: left;
    width: 100%;
    height: 22px;
    padding-top: 3px;
    font-weight: bold;
}

.formel {
    font-family: Courier New;
}

.zeilenelement .zeilenelementfix {
    height: 19px;
    padding-top: 2px;
}

.laibung {
    font-family: Courier New;
}

.left {
    text-align: left;
}

.filter {
    margin-left: 20px;
}

.colorpicker {
    width: 20px;
    height: 20px;
    float: left;
    display: inline-block;
    border: #333333 1px solid;
}

.farbe {
    width: 60px;
    margin-left: 10px;
}

.logout {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

/**
* Tabs
*/
/* Style the tab */
.tabs {
  overflow: hidden;
  background-color: #cccccc;
  border-top: #ccc 1px solid;
}

/* Style the buttons inside the tab */
.tabs button {
  background-color: #dddddd;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding-top: 5px;
  transition: 0.3s;
  font-size: 17px;
  border-top: 0;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid white;
}

.plus {
    background-color: transparent !important;
    border: transparent 1px solid !important;
    font-weight: bold;
}

.plus:hover {
    background-color: #dddddd !important;
}

/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #e4e4e4;
}

/* Create an active/current tablink class */
.tabs button.active {
  background-color: #eeeeee;
  border-right: 0;
  border-bottom-color: #eeeeee;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #eee;
}

.tabbutton {
    font-size: 14px;
    border: transparent 1px solid;
    margin-left: 5px;
}

.tabbutton:hover {
    border: #cdcdcd 1px solid;
    border-radius: 5px;
}

.tabicon {
    height: 13px;
    border: transparent 1px solid;
    margin-right: 5px;
    cursor: pointer;
    box-shadow: -3px 3px 2px #777777d1;
    transition: 0.5s ease-in-out;
}

.tabicon:hover {
    border: #cdcdcd 1px solid;
    border-radius: 5px;
    box-shadow: -3px 3px 8px #777777d1;    
}

.tabname {
    margin-left: 10px;
    margin-right: 10px;
}

.tab {
    overflow-x: hidden;
    white-space: nowrap;
    max-width: 180px;
}

.flleft {
    float: left;
}

.nowrap {
    white-space: nowrap;
}

.closebtn {
    position: fixed;
    top: 3px;
    right: 3px;
    cursor: pointer;
    width: 15px;
    text-align: center;
    border-radius: 9px;
}

#impressum {
    display: none;
    z-index: 3000;
}