
BODY {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: normal;
  font-size:10pt;
  border:0pt;
}

html {
    padding: 0;
}
PRE{
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: normal;
  font-size:10pt;
  color: #000000;
  text-decoration: none;
  height:100%;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:0;
}

#navigationsidebar {
    width: 12vw;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    padding-top: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

#main-content {
    margin-left: 12vw;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
    margin-top:50px;
    height: calc(100vh - 50px);
}

#main-content-print {
    margin-left: 12vw;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
    margin-top:0;
    height: 100vh;
}

#main-content-dogmajsp {
    margin-left: 12vw;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
    padding-top: 50px;
    height: calc(100vh - 50px);
}

.printiframe {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: auto;
    margin-top:0;
    height: calc(100vh - 50px);
    width: 100%;
    position:fixed;
    top: 0px;
    left: 0px;
    margin-left: 12vw;
}

.topPrintFrameAlign {
    height: 50px;
    margin-top: calc(100vh - 50px);
}

.topPrintFrameForm {
    margin-top: calc(100vh - 50px)
}

.topPrintFrameAlignZusatzdokumente {
    height: 50px;
    margin-top: calc(100vh - 50px);
    position: fixed;
    top:0;
}

TABLE{
 font-size:10pt;
}
body form table tr td{
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: normal;
  font-size:10pt;
  color: #000000;
  text-decoration: none;
  height:100%;
  margin-left:0;
  margin-right:0;
  margin-bottom:0;
  margin-top:0;
  padding: 0.5px 4px;
}

a:link {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a:visited {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a:active {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a:hover {
  font-weight: bold;
  color: black;
  text-decoration: underline;
}

input{
    border: solid 1px gray;
    border-radius: 3px;
    font-family: revert; /* overwrite bootstrap's inherit setting, so that browser default is used again.*/
    font-size:10pt;
    padding: 2px 4px;
}
TEXTAREA{
 padding: 2px;
  border: solid 1px gray;
  font-size:10pt; 
}
.inputRadio{
  padding: 0px;
  border: none;
}
input.readonly {
  padding: 2px;
  border: solid 1px gray;
  background-color: gray;
  font-size:10pt;
}


p.formErrorHeading {
  color: #E62D41;
  font-size: 13pt;
  font-weight: bold;
}

.innerTable {
  background-color:#EEEEEE;
  width:100%;
  border:1px;
  border-style: solid;
  border-color: gray;
}

.formname {
  font-size:22px;
  font-weight:bold;
  background-color:#00749D;
  color: white;
  line-height:30px;
  text-indent:6px;
  height: 50px;
  position:fixed;
  width:100%;
  top: 0px;
  left: 0px;
  border-top: 15px solid white;
  border-bottom: 5px solid white;
  margin-left: 12vw;
}

.formname A {
 font-size:22px;
  font-weight:bold;
  color: white;
  line-height:30px;
  text-decoration: underline;
 }

.formname.printError {
    height: 30px;
    margin-left: 0;
}

.formname.lostPassword {
    height: 30px;
}

.formname.adjustHeight {
    height: 30px;
}

#main-content .formname.adjustHeight {
    height: 50px;
}

TD .header A{
  text-decoration: underline;
}
TD .header A:visited{
   text-decoration: underline;
}
.innerTable .header {
 color:white;
 background-color: #00749D;
 font-size: 10pt;
}
.innerTable .header A{
 color:white;
}
.sectionName {
  font-size:12px;
  font-weight:bold;
  background-color:#9176B4;
  color: white;
   text-indent:6px;
  margin-left: -5px;
}
.navFrame{
  text-transform:uppercase;
  font-size:11px;
  color: black;
  font-weight: bold;
  text-align: left;
  margin-left: 0pt;
  padding-left: 0pt;
  margin-right: 0pt;
  padding-right: 0pt;
  margin-top:30px;
}
.navigation {
    border-top:1px solid black;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    white-space: nowrap;
}

.logout {
  border-style:double;
  border-left:none;
  border-right:none;
  border-bottom: 1px solid black;
  padding-top:6px;
  padding-bottom:6px;
  padding-left: 5px;
}

td.header{
  font-weight: bold;
}
 td.headerWiedervorlage{
  font-weight: bold;
  background-color: #00749D;
  width:100%;
 }
.inputdescription {
  color: #a0a0a4;
  font-size: 10px;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

.underline {
  font-size: 11pt;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-weight: bold;
}

.navilabel_needingInput {
  background-color: #FCEAEB;
  border-color: #E62D41;
}

.mandatory_field {
  background-color: #DDDDDD;
}

.invalidInput_field {
  background-color: #FCEAEB;
  border-color: #E62D41;
  border-width: 2px;
}

hr{
  border: solid #BED7F5;
  opacity: unset;
  margin: revert;
}

.forceInput{
  border-color: #e60028;
  
}
.inputM{
  text-align:right;
}

.inputS{
	width: 125px;
  text-align:right;
}
  
.textR{
  text-align: right;
}

.navLayBlack{
    background-color: #2e1a47;
    width: 12vw;
    line-height:30px;
    height: 50px;
    position:fixed;
    top: 0px;
    left: 0px;
    border-top: 15px solid white;
    border-bottom: 5px solid white;
}

.navLayBlack.adjustHeight {
    height: 30px;
}

#main-content .navLayBlack.adjustHeight {
    height: 50px;
}

.tree{
 border-style:solid;
 border-width: 1px;
 background-color: #EEEEEE;
 border-color: #581D74;
 }
  
 select{
   font-size:10pt;
 }
 
 .redStar{
  font-size-adjust: 0.5;
  color: #e60028;
 ;
 }
 .formErrorHeading{
  color: #e60028;
  font-weight: bold;
 }

 .konditionen .Button{ 
  width:180px;
  text-align: center;
 }
 .smallText{
   font-size: 7pt;
 }
 .bigText{
   font-size: 12pt;
 }
 .pageFlowButton{
  text-align: center;
 }
 .newsButton{
  background-color: #999999;
  text-align: center;
 }
 .accessDenied{
   color: #e60028;
   font-size:22pt;
   font-weight:bolder;
   text-decoration:blink;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   height: 80%;
 }
 
.openLineRed{
 background-color: #EEEEEE;
 border: 0px;
 border-style: none;
}
.openLineBlue{
 background-color: #dddddd;
  border: 0px;
  border-style: none;
}
.loginNavFrame{
 text-transform:uppercase;
  text-indent: 20px;
  font-size:11px;
  color: black;
  font-weight: bold;
  text-align: left;
  margin-left: 0pt;
  padding-left: 0pt;
  margin-right: 0pt;
  padding-right: 0pt;
  empty-cells: show;
  }
 .logo{
  position: absolute;
  bottom: 10px;
  text-align: center;
 }
 .highlightText{
  color: red;
 } 
 .selectedObject{
   background-color: #FDE6E9;
 }
 .subHeader{
  color:white;
  background-color: #581D74;
 }
 
 .hint{
   font-weight: bold;
 }
 
 .resultLine{
  width: 100%;
  color: white;
  background-color: #581D74;
  text-indent: 3px;
  font-weight: bold;
 }
 .supplierShort{
  width: 105px;
 }
 .statusLineSecond{
  background-color: #EEEEEE;
  border: 0px;
  border-style: none;
}

div.treeNode{
 margin: 0;
 padding: 0;
 height: 16px;
}

div.treeNodeSSO, div.treeNodeSSOSelected{
 margin: 0;
 padding: 0;
 height: 16px;
}

div.treeNodeDealer, div.treeNodeDealerSelected{
 margin: 0;
 padding: 0;
 height: 16px;
}

.treeNode{
 font-size: 10pt;
 margin: 0; padding: 0;
} 
.treeNodeSelected{
 font-weight:bold;
 color: #E60026;
 font-size: 10pt;
 margin: 0; padding: 0;
}

.treeNodeDealer{
 font-weight:normal;
 font-size: 9pt;
 margin: 0; padding: 0;
} 
.treeNodeDealerSelected{
 font-weight:bold;
 color: #E60026;
 font-size: 9pt;
 margin: 0; padding: 0;
}

.treeNodeSSOSelected{
 font-weight:bold;
 color: #E60026;
 font-style:italic;
 font-size: 10pt;
 margin: 0; padding: 0;
}
.treeNodeSSO{
  font-style:italic;
  font-size: 10pt;
  margin: 0; padding: 0;
}

.impressum A{
  font-size: 7pt;
  color: white;
  vertical-align:top;
  height:100%;
  
}
.impressum{
	width:100%;
	height:100%;
	padding-left: 50%;
	text-align:right;
	vertical-align:top;
}
.dynInput{
  font-size: 7pt;
}

.selVariant{
  background: #BED7F5;
}
.btnRed{
  background: red;
}

.mediumSize {
  width: 160px;
}

.fuehrungstext {
  width: 120px;
}

.customerInput {
	width: 300px;
}

table.customerInput{
  width: 306px;
}

.customerInputM {
  width: 146px;
}

.customerInputS {
  width: 92px;
}

.customerInputXS {
  width: 75px;
}

.tableSpace{
	padding-left:10px;
	padding-right: 10px;
	 white-space:nowrap;
}

.tableEven{
	
}

.tableOdd{
	background-color: lightgrey;
}

.tableSpaceWarn{
	padding-left:10px;
	padding-right: 10px;
	white-space:nowrap;
	color:red;
}

.bundleLink {
	text-decoration: none;
}

.transparentButtonHead {
  background-color: transparent;
  background-repeat: no-repeat;
  font-size: 22px;
  border: none;
  cursor: pointer;
  overflow: hidden;
  outline: none;
  text-decoration: underline;
  color:white;
  font-weight: bold;
}

.transparentButton {
  background-color: transparent;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  overflow: hidden;
  font-weight: bold;
  outline: none;
  text-decoration: underline;
  color:white;
}

/* overwrite bootstrap default*/
.innerTableVisibleBorders {
    border-collapse: unset;
}
TABLE.innerTableVisibleBorders TD {
    border-style: solid;
    border-width: 1px;
    border-color: gray;
}

.createInsuranceTable {
    border-collapse: separate;
    border-spacing: 2px;
}

.openTable{
    border-collapse: separate;
    border-spacing: 2px;
}

/* overwrite bootstrap default*/
.h3caption {
    color: #000000;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
    font-size: revert;
    font-weight: revert;
    line-height: revert;
    margin-top: revert;
    margin-bottom: revert;
}

/*Mobile and Zoom adjustments*/
@media(max-width: 1440px) {

    .navLayBlack{
        width: 15vw;
    }

    .formname {
        margin-left: 15vw;
    }

    #navigationsidebar {
        width: 15vw;
    }

    #main-content {
        margin-left: 15vw;
    }

    #main-content-print {
        margin-left: 15vw;
    }

    #main-content-dogmajsp {
        margin-left: 15vw;
    }

    .printiframe {
        margin-left: 15vw;
    }
}

@media(max-width: 1200px) {

    .navLayBlack{
        width: 18vw;
    }

    .formname {
        margin-left: 18vw;
    }

    #navigationsidebar {
        width: 18vw;
        overflow-y: scroll;
    }

    #main-content {
        margin-left: 18vw;
    }

    #main-content-print {
        margin-left: 18vw;
    }

    #main-content-dogmajsp {
        margin-left: 18vw;
    }

    .printiframe {
        margin-left: 18vw;
    }
}

@media(max-width: 1024px) {

    .navLayBlack{
        width: 20vw;
    }

    .formname {
        margin-left: 20vw;
    }

    #navigationsidebar {
        width: 20vw;
        overflow-y: scroll;
    }

    #main-content {
        margin-left: 20vw;
    }

    #main-content-print {
        margin-left: 20vw;
    }

    #main-content-dogmajsp {
        margin-left: 20vw;
    }

    .printiframe {
        margin-left: 20vw;
    }
}
