@import url("forms.css");

@import url("style_header.css");

@import url("style_content.css");

@import url("style_calendar_week_cells.php");

@import url("style_deko_kw.php");

.debug {
	width: 100%;
	color: #FFFFFF;
	position: absolute;
	z-index: 999;
}
.kastenB{
-webkit-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.26);
-moz-box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.26);
box-shadow: 1px 1px 10px 1px rgba(0,0,0,0.26);
}
.debug a,.debug a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.notizP{
    color: #00F; 
}

.fa-pencil-square-o{
    color:#8cb82b;
    font-size: 20px!important;
}
.clickable{
	cursor: pointer;
}

.saveBtn{
	padding:4px;
	border:1px solid #ccc;
	margin-left:10px;
}
.green_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:22px;
	width:240px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}

/* ###############  QUALITY ################### */
.box_ql_check{
	float: none;
	box-sizing: border-box;
	/* border: 1px solid #ff0000; */
	background: rgba(200,200,200,.3);
	padding:2rem;
	width:100%;
	display:block;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	/* flex-direction: column; */
}
.box_ql_item{
	background:rgba(200, 200, 200, 0.5);
	padding:5px;
	margin:3px;
	color:#990000;
	font-weight: bold;
}
.box_ql_item.checked{
	color:green;
}
.box_ql_item::before{
	content: "\292B";
	font-weight: bold;
	font-size:1.5rem;
	color:#990000;
	padding-right:5px;
}
.box_ql_item.checked::before{
	content: "\2713";
	color:green;
}
.box_ql_item.add::after{
	content: "\002B";
	color:#000;
	/* font-weight: bold; */
	font-size:1.5rem;
	color:#990000;
	padding-left:10px;
}
.box_ql_item.checked.add::after{
	color:green;
}
/* ###############  QUALITY ################### */
.red_button {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d10505), color-stop(1, #ab0303) );
	background:-moz-linear-gradient( center top, #d10505 5%, #ab0303 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d10505', endColorstr='#ab0303');
	background-color:#d10505;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #d10505;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:22px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}

.green_button.kl{
	font-size:10px;
	font-weight:bold;
	font-style:normal;
	height:16px;
	line-height:16px;
} 


table.tablesorter tbody tr.checked.hideLineP td, table.tablesorter tbody tr.checked.showLineP td{
    color:#CCC;
}

table.tablesorter tbody tr.checked.hideLineP td:hover, table.tablesorter tbody tr.checked.showLineP td:hover, table.tablesorter tbody tr.checked.showLineP:hover td{
    color:#000;
}


.box_line_project_running.checked{
       background-color: #cce8ff;
}

.lblSM{
    font-weight:bold;
    color:#fff;
}

.navAdelta{
color:#fff;
padding:4px 6px;
line-height:20px;
}
.green_button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.green_button:active {
	position:relative;
	top:1px;
}


.red_button:hover {

}



.uppC{
 text-transform:uppercase;   
}



.k_notizen{
	width:230px;
	overflow:auto;
	border:1px solid #ccc;
	padding:2px;
	height:240px;
	background-color:#fff;
/* 	 overflow-y: scroll; */
 }
 
 .inputtextarea_projsekdescription{
 	width:100%;
	overflow:auto;
	border:1px solid #ccc;
	padding:2px;
	height:400px;
	background-color:#fff;
 	 overflow-y: scroll; 
 }
.datumP, .userP{
	color:#ccc;
	font-size:90%;
	}
#returnToOldUser{
position:absolute;
top:10px;
/*left:300px;*/
background-color:#990000;
padding:6px;
border-radius: 10px;
border:1px solid #333;
}
#returnToOldUser a{
color:#fff;
text-decoration:none;
}
table.tablesorter tbody td {
border-bottom:1px solid #ccc;
}
.eintragP{
	border-bottom:1px dotted #ccc;
}

.debug_icon {
	width: 100%;
	height: 16px;
	cursor: pointer;
	background-image: url(../images/debug_icon.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.debug_text {
	padding: 5px 5px 5px 5px;
	background-color: #AB3030;
}

.env {
	width: 1000px;
}

.site {
	width: 1000px;
	float: left;
	text-align: left;
}

.site_header {
	width: 1000px;
	height: 170px;
	float: left;
}

.site_content {
	width: 1000px;
	float: left;
	background-image: url(../images/site_content_bg.jpg);
}

.site_footer {
	width: 770px;
	height: 20px;
	float: left;
	padding: 20px 20px 0px 210px;
	background-image: url(../images/site_footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 11px;
	color: #999999;
}

.site_footer a {
	color: #999999;
	text-decoration: none;
}

.site_footer a:hover {
	color: #999999;
	text-decoration: underline;
}

.timeline_sect {
	background-color: #ccc;
}
.timeline_sect_holder{
		border:1px solid #285171;
		clear:both;
		position:relative;
}

.catMenuOpen {
	background-color: #2A5577;
	color:#FFF;
}
.box_line.catMenuOpen {

	color:#FFF;
}
.fll{
	float:left;
	padding:2px 6px;
	font-weight:bold;
}
.tfsek{
	width:50px;
	}
	
	.nameF{
	width:200px;
	}
	.dclear{
	clear:both;
	}
	.btnSave, .btnAdd, .btnRemove{
		background-color: #2A5577;
		border:1px solid #fff;
		padding:8px;
		color:#fff;
		font-weight:bold;
		cursor:pointer;
	}
	.level0{
	background-color:#006600;
	}
	.level1{
	background-color:#fec500;
	}
	.level2{
	background-color:#d70000;
	}
