/*

    istaFarben(1) = RGB(10, 40, 100) Blau
    istaFarben(2) = RGB(59, 83, 131) Blau
    istaFarben(3) = RGB(108, 126, 162) Blau
    istaFarben(4) = RGB(157, 169, 193) Blau

    istaFarben(5) = RGB(132, 180, 0) Grün
    istaFarben(6) = RGB(157, 195, 51) Grün
    istaFarben(7) = RGB(181, 210, 102) Grün
    istaFarben(8) = RGB(206, 225, 153) Grün

    istaFarben(9) = RGB(230, 63, 12) Rot
    istaFarben(10) = RGB(235, 101, 61) Rot
    istaFarben(11) = RGB(240, 140, 109) Rot
    istaFarben(12) = RGB(245, 178, 158) Rot

    istaFarben(13) = RGB(242, 175, 0) Orange
    istaFarben(14) = RGB(245, 191, 51) Orange
    istaFarben(15) = RGB(247, 207, 102) Orange
    istaFarben(16) = RGB(250, 223, 153) Orange

*/

/*
tbody {
	max-height: 500px !important;
	height: 500px !important;
	border: 2px solid red !important;
}
*/


.aktiv {
	background-color: RGB(157, 195, 51) !important;
}

.inaktiv {
	background-color: RGB(245, 191, 51) !important;
}

img.icon{
	margin-right: 5px !important;

}

img.iconsmall{
	margin-right: 5px !important;
	width: 25%;
	height: 25%;

}

.col30{
	width: 30% !important;
}

.col70{
	width: 70% !important;
}

li.active a{
	background-color: RGB(59, 83, 131) !important;
	color: white !important;
}

li a:hover{
	background-color: RGB(157, 169, 193) !important;
	color: white !important;
}

option.danger{
	color : RGB(230, 63, 12) !important;
}

input.chkSpace{
	margin-right: 10px;
}

table.padright{
	width: 80%;
	
}

table.padright td{
	padding-right: 15px;
}

tr.summe td{
	font-weight: bold;
}

li.ZEI {
	/*background-color: red !important;*/
}

div.withTopBorder{

	border-top: 3px solid RGB(132, 180, 0);
	
}

td.RV{
	background-color: RGB(245, 191, 51) ;	
}

.itemSelected{
	background-color: RGB(206, 225, 153) ;
}

div.DSDetail{
		min-width: 1200px;
}

.margtopbig{
	margin-top: 10px;
}

.margtop{
	margin-top: 5px;
}

div.debug{
	margin-bottom: 5px;
	border-bottom: 1px dotted silver;
}

div.innerBlock{
	margin: 10px;
}

div.block{
	margin-bottom: 25px;
}

h3.block {
	background-color: RGB(108, 126, 162);	
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	color: white;
	font-size: 18px;
}


div.Rahmen {
	border: 1px solid silver;
}

#lyrDetailListe{
	background-color: white;
	/*height: 300px;*/
	overflow: auto;
	margin-top: 10px;
	/*border: 1px solid silver;*/
}

#lyrDetail{
	background-color: white;
	margin-top: 10px;
	/*border: 1px solid silver;*/
	padding-bottom: 10px;
}

div.headerProject{
	background-color: rgb(10, 40, 100);
	color: white;
	padding: 10px;
}


tr.headerProject > td{

	color: silver;
	font-size: 8pt;
}

tr.Project > td{
	
	padding-right: 40px;
	color: white;
	font-size: 11pt;
	font-weight: bold;
	vertical-align: top;
}

.noDisplay{
	display: none;
}

#myTopButton{
	display : none;
	position : fixed;
	bottom: 45px;
	right: 300px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: RGB(230, 63, 12);
	color: white;
	cursor: pointer;
	padding: 15px;
	padding-bottom: 0px;
	border-radius: 10px;
	font-size: 30px;
	opacity: 0.7;
}

#myTopButton:hover{
	background-color: #555;
}

.verantwortlichIsta{
	color: RGB(132, 180, 0) !important;
}

.verantwortlichKunde{
	color: RGB(242, 175, 0) !important;
}

.anzeigen{
	display: block-inline;
}

.nichtanzeigen{
	display: none;
}

tr.loeschen{
	background-color: RGB(235, 101, 61)  !important;
}

textarea.d3List{
	width: 100%;
	height: 120px;
	font-family: monospace;
}

textarea.masterdata{
	width: 400px;
	height: 100px;
	/*
	max-width: 600px;
	min-width: 200px;
	*/
}

p.Message{
	background-color: RGB(206, 225, 153);
	padding: 10px;
	border: 1px solid silver;
	margin-bottom: 20px;
}

h4.Message{
	margin-bottom: 10px;
	color: RGB(59, 83, 131);
}

.drag{
	cursor: move;
}

.vertrag{
	background-color: RGB(157, 169, 193);
	background-color: RGB(222, 222, 222);

	padding-left: 2% !important;
}

.umbrechen {
	word-wrap: break-word !important;
}

div.AttachedFile{
	/*
	width: 200px;
	height: 100px;
	*/
	
	word-wrap: break-word;
	width: 23%;
	/*height: 120px;*/
	min-height: 120px;


	border: 1px solid silver;
	padding: 5px;
	margin-right: 20px;
	margin-bottom: 20px;
}


img.AttachedFile{
	margin-right: 10px;
	margin-bottom: 10px;
	height: 45px;
}

.half{
	width: 50%;
}

.threequarters{
	width: 75%;
}

.third{
	width: 33%;
}

table.istadetail td{
	padding-right: 60px !important;
}


.TESTSYSTEM {
	background-color: orange;
	color: white !important;
}

.PRODSYSTEM {
	background-color: RGB(132, 180, 0);
	color: white !important;
}



.LOGOUT {
	background-color: RGB(235, 101, 61)  !important;
	color: white !important;
	font-weight : bold;
}

.cursor{
	cursor: pointer;
}

td.AUSZAHLUNG{
	background-color: orange;
}

td.link, span.link{
	color: RGB(59, 83, 131);
	text-decoration: underline;
}

.table-hover > tbody > tr:hover {
  background-color: RGB(206, 212, 224);
}

.GroupHeader{
	margin-left: 15px;
	margin-right: 15px;	
	color: RGB(157, 169, 193);	
}

hr.ista{
	background-color: RGB(157, 169, 193);
	height: 2.5px;
	margin-left: 15px;
	margin-right: 15px;
	/*margin-bottom: 2px;*/
	min-width: 1200px;
}

.clear{
	clear: both;
}

.links{
	float: left;
}

.rechts{
	float: right;
}


button.closeButton{
	margin-right: 20px;
}

div.panel-body{
	max-height: 600px !important;
	overflow: auto !important; 
}


div.istaBlock{
	width: 100%;
	height: 300px;
	border: 1px solid silver;
	background-color: #f5f5f5;
	margin-bottom: 10px;
}

div.istaBlock > h1{
	font-size: 12pt;
	padding: 6px;
	background-color: RGB(108, 126, 162);
	margin: 0;
	color: white;
	font-weight: bolder;
} 

div.istaBlock > div{
	padding: 10px;
} 


body {
  padding-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 40px;
}

.navpadding{
	margin-left: 2%;
}


.cfg-header {
  padding: 40px 15px;
  text-align: center;
}

.cfg-spacer-small {
	height: 10px;
}

.cfg-spacer-middle {
	height: 20px;
}

.cfg-spacer-big {
	height: 40px;
}

input.max, textarea.max{
	width: 100%; 
}

#lyr_header{
	margin-top: 5px;
	/*border-top: 1px solid silver;*/
	border-bottom: 1px solid silver;
	padding-top: 5px;
	padding-bottom: 5px;
}

#lyr_main{
	position: relative;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	/*
	border-bottom: 1px solid rgb(157, 169, 193);
	min-height: 500px;
	*/
}

#lyr_footer{
	color: white;
	font-size: 8pt;
	position: fixed;
	bottom: 0px;
	height: 40px;
	background-color: rgb(132, 180, 0) ;
	padding-top: 10px;
	padding-left: 2%;
	width: 100%;
	border-top: 1px solid rgb(157, 169, 193);
}

#lyr_overlay{
	position: fixed;
	z-index: 99;
	top: 120px;
	left: 40px;
	/*
	border: 3px solid rgb(10, 40, 100);
	background-color: white;
	padding: 15px;
	*/
}

#lyr_Debug{
	
	position: fixed;
	z-index: 99;
	top: 50px;
	left: 1350px;
	width: 500px;
	background-color: white;
}

#lyr_Solar{
	position: fixed;
	z-index: 99;
	top: 100px;
	left: 1000px;
	/*
	width: 200px;
	height: 50px;
	*/
	background-color: white;
}

#lyr_variable_position{

	position: absolute;

	z-index: 99;
	top: 180px;
	left: 40px;
	min-width: 500px;	
	max-width: 1000px;
}

#lyr_new_wb{

	position: absolute;

	z-index: 999;
	top: 180px;
	left: 40px;
}

#lyr_shadow{
	position: absolute;
	z-index: 66;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: gray;
	opacity: 0.5;
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: rgb(157, 169, 193);
}

td.CENTER{
	text-align: center;	
}

td.AUSWAHL{
	background-color: rgb(181, 210, 102);	
}

td.INDIVIDUELL{
	background-color: rgb(242, 175, 0);	
}

td.ERGEBNIS{
	font-size: 18pt !important;
}

td.Betrag, th.Betrag{
	text-align: right !important;
}

td.unvollstaendig{
	background-color: rgb(247, 207, 102);
}

td.offen, td.todo_offen {
	background-color: rgb(247, 207, 102);
}

td.genehmigt, td.todo_abgeschlossen {
	background-color: rgb(181, 210, 102);
}

td.aufhebung, td.todo_zurueck {
	background-color: rgb(157, 169, 193);
}

td.schwebend, td.todo_inarbeit {
	background-color: rgb(206, 225, 153);
}

td.abgelehnt{
	background-color: rgb(240, 140, 109);
}

td.fuer{
	background-color: rgb(157, 169, 193); /*ista 4*/
}

td.von{
	background-color: rgb(250, 223, 153); /*ista 16*/ 
}

thead.ista{
	background-color: rgb(10, 40, 100) !important;
	color: white;
}

th{
	background: rgb(10, 40, 100) !important;
}

thead.istafilter{
	background-color: RGB(132, 180, 0);
	color: white;
}

nav.ista{
	background-color: rgb(10, 40, 100);
}

/*
tbody.mitHover tr:hover {
	border:2px dotted #f00;
}
*/

table.ista td{
	font-size: 9.5pt;
}

table.ista > tbody > tr > td {
	padding: 4px;
}

table.istadetail td{
	font-size: 9pt;
}

table.istadetail > tbody > tr > td {
	padding: 3px;
}

.GANZKLEIN{
	width: 4% !important;
}

.LGNR, .ERSTELLER , .DATUM, .RGNR{
	width: 7% !important;
}

.GELD{
	width: 10% !important;
}

.CHECK{
	width: 20% !important;
}

.GRUND, .RGTYP{
	width: 14% !important;
}

.RECHTS{
	text-align: right;
}

.PADDINGRECHTS{
	padding-right: 20px !important;
}

.STATUS, .GENEHMIGER , .BEARBEITUNG{
	width: 10% !important;
}


.KLEIN{
	width: 10% !important;
}

.MITTEL{
	width: 20% !important;
}
.GROSS{
	width: 40% !important;
}

/*
.FELD{
	padding-right: 10% !important; 
}

.WERT{
	padding-left: 10% !important; 
}

*/


span.tabShort{
	width: 3%;
	display: inline-block;
}

div.istaWell{
	padding: 5px;
}

div.filter{
	background-color: RGB(157, 169, 193);

}


form.filter{
	background-color: RGB(157, 169, 193);
	padding: 5px;
	border: 1px solid gray;
	margin-bottom: 15px;
}

div.filter-parameter{
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 200px;

}

.filter-ungenehmigt {
	width: 130px !important;
	
}

.filter-eigene {
	width: 70px !important;
	
}

div.filter-parameter label{
		font-weight: bolder;
		font-size: 9pt;
}

.custom-control-label::before, 
.custom-control-label::after {
top: .8rem;
width: 0.25rem !important;
height: 1.25rem !important;
}

div.filter-parameter input, div.filter-parameter select{
		font-weight: normal;
		font-size: 9pt;
}

div.filter-parameter input[type=checkbox]{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  margin-left: 7px;
  margin-top: 10px;
}



input.ista,
textarea.ista,
select.ista,
span.ista {
	height: 20px;
	font-size: 9pt;
}

input.ista,
textarea.ista,
select.ista {
	border: 1px solid silver;
}

.istalong{
	width: 100%;
}
.istapflicht{
	background-color: RGB(250, 223, 153);
}

.contractOK{
	background-color: RGB(132, 180, 0) !important;
}

.contractFehler{
	background-color: RGB(245, 178, 158) !important;
}

.istaOK{
	color: green;
}

.istaFehler{
	color: red;
	font-weight: bold;
}

div.istaFormRow {
	min-height: 42px;
	/*border-bottom: 1px solid silver;*/
}

div.istaFormRow > span{
	font-size: 8pt;
}

form.ista{
	max-width: 1000px;
}

div.istaContainer{
	margin-left: 2%;
	margin-right: 2%;
}

div.login{
	margin-bottom: 150px;
	width: 33%;
	margin-left: 33%;
	margin-right: 33%;
	border: 2px solid RGB(157, 169, 193);
}

div.log{
	background-color: rgb(250, 223, 153);
	padding: 10px;
	margin: 10px;	
}


div.innerlogin{
	padding: 10%;
}

.unsichtbar{
	display: none;
}

.sichtbar{
	display: block;
}

.buttonClose{
	position: absolute;
	right: -20px;
	top: -20px;
}