/*

Farben


Hintergründe:

  dunkelgrau (aktive tabs, überschriften, toolbar): #615D5C
  mittelgrau 1 (inaktive tabs): #CCCCCC
  mittelgrau 2 (hintergrund tableiste): #C1C1C1
  mittelgrau 3 (hintergrund hauptfenster): #EDEDED
  hellgrau (klickbare tabs, fußleiste): #DDDDDD

*/

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 25px;
  vertical-align: middle;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #615D5C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #615D5C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* Hide default HTML checkbox */
.switchvertical input {display:none;}

.switchvertical {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 25px;
  vertical-align: middle;
}

/* The slider */
.slidervertical {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slidervertical:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  left: 4px;
  bottom: 19px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slidervertical {
  background-color: #615D5C;
}

input:focus + .slidervertical {
  box-shadow: 0 0 1px #615D5C;
}

input:checked + .slidervertical:before {
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

/* Rounded sliders */
.slidervertical.round {
  border-radius: 34px;
}

.slidervertical.round:before {
  border-radius: 50%;
}

#test_email {
  display: none;
}

.formheadline {
  background-color: #615D5C;
  color: white;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
  margin-top: 25px;
}

.formhr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}

.systemtable {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  background-color: white;
}

.systemtable2 {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  background-color: lightgrey;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
}

.systemtable3 {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
}

.systemtable4 {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: black;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: black;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: black;
  background-color: lightgrey;
}

.systemtable5 {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  background-color: lightgrey;
}

.kledbez {
  font-size: 10pt;
  margin-top: 5px;
  padding-right: 2px;
  padding-left: 4px;
}

.lastSelected {
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  text-align: center;
  text-decoration: bold;
  background-color: white;
}

.systemtableinput {
  font-size: 8pt;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 35px;
  border-radius:3px;
  text-align: center;
}

.auflagertabelle {
  font-size: 8pt;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
  vertical-align: middle;
  min-height: 10em;
  display: table-cell;
}

.auflagerinput {
  font-size: 8pt;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  width: 50px;
  border-radius:5px;
  text-align: center;
}

.transparent {
  opacity: 0.25;
  filter: alpha(opacity=25); /* msie */

}

.tdcenter {
  text-align: center;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.infotextbox {
  color: white;
  padding: 5px;
  font-size: small;
  margin-top: 15px;
}

h3{
  font-size: 1.4em
}

.form-group{
  margin-bottom: 7px;
}

div.form-group label{
  width:130px;
}

.singleCombobox{
  width: 96%;
}

.hint--right{
  width: 100%;
}

.form-horizontal .control-label {
    text-align: left;
    width: 100%;
    padding-top: 3px;;
}

.col-sm-5{
  width: 80%;
}

.projektdaten .col-sm-5{
  width: 100%;
}

.projektdaten .form-group{
  margin-bottom: 0;
}

.plzort{
  width: 100%;
}

.plz{
  float: left;
  width: 40%;
}

.ort{
  float: right;
  width: 70%;
}

.einheit{
  height: 34px;
}

.einheit div{
  position: absolute;
  bottom: 0;
}

.textRechts{
  text-align: right;
}

.container {
  background-color: #ededed;
  border-style: solid;
  border-width: 1px;
}
.grafik {
  float: left;
}
.header {}
.footer {
  border-top-style: solid;
  border-top-width: 1px;
  width: 100%;
}
.footer{
padding-left: 3px;
}
.content {
  margin: 10px 0;
  width: 100%;
}
.navright {
  text-align: right;
  width: 100%;
}
.subcontainer {
  margin: 10px;
  width: 300px;
}

.ember-application {
  margin: 20px;
}
.active {
  background-color: #615D5C;
  color: white;
}
.nav-tabs {
  background-color: #DDDDDD;
  color: #000000;
}

.navbar .nav > li > a {
    float: none;
    line-height: 16px;
    padding: 9px 10px 11px 0;
    text-decoration: none;
    color: #000000;
}

.navbar {
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #615D5C;
  min-height: 39px;
}

.navbar-inner {
  background-color: #615D5C;
}

.navbar .nav > li .active {
 color: #ffffff;
}

.nav > li > a:focus{
  background-color: #615D5C;
}

.nav > li > a.active:hover{
  background-color: #615D5C;
}

.disabled {
  opacity: 50%;
  background-color: #CCCCCC;
  color: #AFAFAF;
  padding-left: 20px;
}

#container {
  padding: 15px;
}
#headline {
  font-weight: bold;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
  display: table;
}
.left {
  float: left;
  width: 30%;
  /*background-color: #F6F6F6;*/
  padding: 10px;
  -moz-transition: width 400ms ease;
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  -ms-transition: width 400ms ease;
  transition: width 400ms ease;
  padding: 8px auto;
}

.formZu .left{
  width: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body {
  background-color: #f2f2f2;
}

.container{
  margin:0 auto;
  padding:0;
  border:0;
}

.leftHeader {

  display:table-cell;
  vertical-align: middle;
  background-color: #cc0000;
  color: white;
  font-weight: bolder;
  width: 100%;
  text-align: right;
  padding-right: 20px;
}

.leftHeaderSWG {
  display:table-cell;
  vertical-align: middle;
  background-color: #FFED00;
  font-weight: bolder;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  margin: 10px;
}

.leftLogo {
  float: left;
  width: 300px;
  padding: 10px;
  display:table-cell;
  vertical-align: middle;
  background-color: white;
}

.leftHeaderReisser {
  display:table-cell;
  vertical-align: middle;
  /* background: linear-gradient(to bottom,#dddddd 0%,#fafafa 41%,#fafafa 63%,#d4d4d4 100%); */
  background-color: #08112D;
  color: rgb(255, 255, 255);
  font-weight: bolder;
  width: 100%;
  text-align: right;
  padding-right: 20px;
  margin: 10px;
}

.leftLogoReisser {
  float: left;
  width: 300px;
  padding: 15px 0 14px 10px;
  display:table-cell;
  vertical-align: middle;
  /* background: linear-gradient(to bottom,#dddddd 0%,#fafafa 41%,#fafafa 63%,#d4d4d4 100%); */
  background-color: #08112D;
}

.right {
  float: right;
  width: 65%;
  -moz-transition: width 400ms ease;
  -webkit-transition: width 400ms ease;
  -o-transition: width 400ms ease;
  -ms-transition: width 400ms ease;
  transition: width 400ms ease;
}

.formZu .right{
  width: 100%;
  margin: 0;
  padding: 0;
}

.x3dsteuerelemente{
  width: 100%;
  padding-bottom: 7px;
}

.x3dsteuerelemente button{
  padding: 0 1;
  border: none;
  background: none;
}

#x3d{
  background-color: #FFFFFF;
}

.threedee {
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.toolbar {
  padding: 5px;
  background-color: #29B2EF;
  color: white;
  height: 32px;
}

.tlbbtn{
  margin-left: 2px;
  float: left;
}


select.language option[value="en"] {
  background-image: url(images/us.png);
}
select.language option[value="de"] {
  background-image: url(images/de.png);
}

.newbutton {
  background: url('images/page_add.png') left center no-repeat;
  padding-left: 16px;
  height: 25px;
}

.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}

.not-active {
   pointer-events: none;
}

.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

.clearBoth{
  clear:both;
}

.leftHead{
  margin:25 auto;
  text-align:center;
}

#headline {
  font-family: Arial;
  font-size: 12pt;
  font-weight: bold;
}

#subheadline {
  font-family: Arial;
  font-size: 11pt;
  font-weight: bold;
}

#screw {
  font-family: Times;
  font-size: 11pt;
}

#content {
  font-family: Times;
  font-size: 11pt;
  font-style: italic;
}

#formToggler{
    width: 24px;
    height: 24px;
    padding: 1px
    margin-bottom: 0;
    float: left;
    margin-right: 10px;
}

.hamburger-menu{
    display: block;
    width:100%;
    height:5px;
    background-color:#615D5C;
    border-radius:3px;
    position:relative;
    top: 10px;
    margin-top: 1px;
}

.hamburger-menu:after, .hamburger-menu:before{
    content: '';
    width: 50%;
    height: 5px;
    background-color:#615D5C;
    position:absolute;
    border-radius:2px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.hamburger-menu:before, .hamburger-menu:after{
  left: 0;
}

.hamburger-menu:before{
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -4px;
}

.hamburger-menu:after{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 4px;
}

.open .hamburger-menu:before, .open .hamburger-menu:after{
  left: 0px;
  width: 100%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.open .hamburger-menu:before{
  top: -7px;
}

.open .hamburger-menu:after{
  top: 7px;
}

.bemerkungenAreaClass{
  float: left;
}
#textfieldToggle{
  width:10px;
  height: 10px;
  padding: 0;
  float: right;;
  margin: 10px 17px 0 0;
}
.textfieldResizerUpRight{
    display: block;
    width: 5px;
    height:2px;
    background-color:#333;
    border-radius:1px;
    position:relative;
    top: 0;
    left: 5px;
    margin-top: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.textfieldResizerUpRight:after{
    content: '';
    width: 2px;
    height: 5px;
    background-color:#333;
    position:absolute;
    left: 3px;
    border-radius:1px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.fullsize .textfieldResizerUpRight{
  -webkit-transform: translate(0, 3px);
  -moz-transform: translate(0, 3px);
  -o-transform: translate(0, 3px);
  transform: translate(0, 3px);
}
.fullsize .textfieldResizerUpRight:after{
  -webkit-transform: translate(-3px, -3px);
  -moz-transform: translate(-3px, -3px);
  -o-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.textfieldResizerBottomLeft{
    display: block;
    width: 5px;
    height:2px;
    background-color:#333;
    border-radius:1px;
    position:relative;
    top: 6px;
    margin-top: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.textfieldResizerBottomLeft:after{
    content: '';
    width: 2px;
    height: 5px;
    background-color:#333;
    position:absolute;
    top: -3px;
    border-radius:1px;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.fullsize .textfieldResizerBottomLeft{
  -webkit-transform: translate(0, -3px);
  -moz-transform: translate(0, -3px);
  -o-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
.fullsize .textfieldResizerBottomLeft:after{
  -webkit-transform: translate(3px, 3px);
  -moz-transform: translate(3px, 3px);
  -o-transform: translate(3px, 3px);
  transform: translate(3px, 3px);
}
#bemerkungenAreaID{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.fullsize .bemerkungenTextAreaID{
  width: 1150px;
}
.bemerkungenTextArea{
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.fullsize .bemerkungenTextArea{
  width: 1150px;
}
.fullsize #textfieldToggle{
 position: relative;
 left:817px;
}


.resizeableTable{
    transition: width 2s;
}

.resizeableTable:hover{
    width: 1150px;
    display: inline-block;
}

.helptext
{
  text-decoration:none;
  position:relative;
}


.helptext span
{
  display:none;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:6px;
  color:black;
  background:white;
}


.helptext span img
{
  float:left;
  margin:0px 8px 8px 0;
}


.helptext:hover span
{
  display:block;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  width:auto;
  max-width:600px;
  min-height:128px;
  border:1px solid black;
  margin-top:-200px;
  margin-left:32px;
  /*margin-top:12px;
  margin-left:32px;*/
  overflow:hidden;
  padding:8px;
}

.infopanel {
  height: 300px;
  background-color: #c0c0c0;
  overflow: scroll;
  margin-top: 10px;
  font-size: 8pt;
}

.overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#000;
    opacity:0.8;
    display:block;
    z-index:1001;
}
.overlay-message{
    position: fixed;
    top:25%;
    left:50%;
    margin-left: -300px;
    width:600px;
    height:400px;
    background-color:#fff;
    border:1px solid #000;
    opacity:1;
    z-index:1002;
    box-sizing:border-box;
    padding:10px 10px;
}

div.bildunterschrift{
  clear: both;
  padding-top: 5px;
  font-size: 10pt;
}
.menuSelected {
  color: black;
  font-weight: bold;
  margin-left: 10px;
}

.scroll {
  overflow: scroll;
  width: 100%;
}

.downloadIconsCenter{
  color: blue;
  margin: 0 10%;
}


.downloadIconsCenter span:hover{
  cursor: pointer;
  text-decoration: underline;
}

.downloadIconLeft{
  float:left;
}

#tooltipfenster{
  position: absolute;
  border: solid 1px;
  padding: 3px 15px;

  z-index: 999;

  -webkit-transition: .05s ease-in-out;
  -moz-transition: .05s ease-in-out;
  -o-transition: .05s ease-in-out;
  transition: .05s ease-in-out;

  -webkit-border-radius:2px 2px 2px 2px;
  -moz-border-radius:2px 2px 2px 2px;
  border-radius:2px 3px 2px 2px;
}

.tooltipfenster-rot{
  background-color: #f58282;
}

.tooltipfenster-gruen{
  background-color: #7bd89a;
}

.displayNone{
  display: none;
}

div.impressum span{
  font-weight: bold;
}

span.mailadresse{
  white-space:nowrap;
}

.lasttypen{
  position: relative;
  z-index: 999;
}

td.systemtable3 button, td.systemtable4 button{
  height:75px;
}

td.systemtable3 button:hover div, td.systemtable4 button:hover div{
  display: block;
}

td.systemtable3 button div, td.systemtable4 button div{
  display: none;
  background-color: #fefefe;
  z-index: 1004 ;
  position: absolute;
  left: 332px;
  top: 0;
  border: 1pt solid #dddddd;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  width: 250px;
  height: 250px;
  font-size: 8pt;
  padding-right: 2px;
  padding-left: 2px;
  padding-top:8px;
  text-align: center;
}

td.systemtable3 button div img, td.systemtable4 button div img{
  position: relative;
  top: 10%;
  width: 216px;
}

td.systemtable3 button div span, td.systemtable4 button div span{
  position: relative;
  top: 36px;
  font-weight: bold;
  font-size: 1.2em;
}

.fehlendereintrag{
  background-color: #ff9999;
}

#kompaktergebnisDIV{

}

.helpbutton{
  height: 16px;
}

#assy{
  font-size: 2em
}

a#contactengineering span, a#contactproduction span{
  font-weight: normal;
}

.textcolor--afafaf {
  color: #afafaf;
}

.textcolor--524f53 {
  color: #524f53;
}
