@charset "utf-8";
/* CSS Document */

html, body, form {
	margin: 0;
	padding: 0;
}
body, td, th {
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	color: #002456;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-family: "Open Sans";
	font-weight: 600;
	font-style: normal;
	line-height: 120%;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 9px;
}
a {
	color: #002456;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
hr{
	border:0 #ccc solid;
	height:1px;
	color:#ccc;
	background:#ccc;
}
ol li {
	margin-bottom: 10px;
}
.c,.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.box_, .box_ok, .box_error, .box_hinweis {
	padding: 10px;
	background: #f4f4f4;
	border-radius: 5px;
	color: #555;
	font-size: 16px;
	text-align: center;
	margin: 10px;
	border: 1px dashed #555;
}
.box_ok {
	background-color: #E1F4DD;
	border-color: #336633;
	color: #336633;
}
.box_error {
	background-color: #FFEAEA;
	border-color: #900;
	color: #900;
}
.box_hinweis {
	background-color: #FFC;
	border-color: #F93;
	color: #F93;
}
.validerror {
	background-color: #FFEAEA;
	border-color: #900;
	color: #900;
}

.ui-autocomplete-loading {
	background: white url('/img/ui-anim_basic_16x16.gif') right center no-repeat;
}
button#addMe{ float:right;}

#selectable .ui-selecting { background: #FECA40;}
#selectable .ui-selected { background: #F39814; color: white; }
#selectable { list-style-type: none; margin: 0; padding: 0;  }
#selectable li { margin: 2px; padding:2px 3px ; font-size: 11px; float:left;}
#selectable li label{ cursor:pointer !important;}
#selectable li input[type='checkbox'] { display:none;}

.clearable{
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center;
  border: 1px solid #999;
  padding: 3px 18px 3px 4px; /* Use the same right padding (18) in jQ! */
  border-radius: 3px;
  transition: background 0.4s;
}
.clearable.xleft  { background-position: left 5px center !important;}
.clearable.x  { background-position: right 5px center; }
.clearable.onX{ cursor: pointer; }
/* Grundgerüst */
header {
	background: rgb(89,89,89); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(63,63,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(89,89,89,1)), color-stop(100%, rgba(63,63,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(63,63,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(63,63,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(89,89,89,1) 0%, rgba(63,63,63,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(89,89,89,1) 0%, rgba(63,63,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#595959', endColorstr='#3f3f3f', GradientType=0 ); /* IE6-9 */
	height: 40px;
	width: 100%;
	min-width:1010px;
	border-bottom: 3px solid #333;
	position: fixed;
	z-index:100;
}
header ul {
	list-style: none;
	padding: 0 20px 0 20px;
	margin: 0;
	height: 40px;
}
header ul li {
	margin: 0;
	padding: 0;
	float: left;
}
header #hm li a {
	color: #efefef;
	text-shadow: 0 0 2px #000000;
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	text-decoration: none;
	transition-delay: 0s;
	transition-duration: 0.2s;
	transition-property: all;
	transition-timing-function: ease;
	z-index: 99;
	position: relative;
}
header #hm li:last-child {
/*background:red;*/
}

header #hm li a.am {
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 ); /* IE6-9 */
}
header #hm li a:hover,header #hm li a.amh {
	background: #313131;
	z-index: 100;
}
header #sm{
	background: #313131;
	color:#fff;
	position:absolute;
	padding:10px 0;
	z-index: 101;
	margin-top:-1px;
	display:none;
}

header #sm ul{
	height:auto;
	padding:0 10px;
}
header #sm li {
	float:none;
}
header #sm li a {
	display: block;
	width:162px;
	margin-right:10px;
	padding:3px;
	text-decoration:none;
}
header #sm li a:hover {
	background:#fff;
	color:#313131;
}
#toollogo{
	position:fixed;
	top:70px;
	right:20px;
}
#content {
	padding:60px 0;
	min-width:1000px;
}
#innercontent {
	padding:0 20px;
	margin-right:200px;
}
#outercontent {
	position:fixed;
	top:120px;
	right:10px;
	width:200px;
}
#footer {
	background: rgb(169,3,41); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169,3,41,1)), color-stop(44%, rgba(143,2,34,1)), color-stop(100%, rgba(109,0,25,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=0 ); /* IE6-9 */
	color: #fff;
	height: 50px;
	text-align: right;
	position: fixed;
	bottom: 0;
	width: 100%;
	font-size:12px;
}
header a,#footer a{
	color:#fff;
}
#footer div{
	margin:20px;
}
/* Element */
.formframe{
	background:#efefef;
	padding:15px;
	border-radius:5px;
	margin:15px 0;
	min-width:740px;
}
.formframe input,.formframe textarea,.formframe select{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	border:1px solid #ccc;
	border-radius:5px;
	padding:5px;
	box-sizing:border-box !important;
}
input[readonly],textarea[readonly]{
	background:#f4f4f4;
}
input .inputorange, .inputorange{
	border-color:#F90;
	background-color:#FFE6CC;
	
}
.formframe label{
	display:inline-block;
}
.inputdate{
	text-align:left;
	width:95px !important;
}
.inputtime{
	width:59px !important;
}
.inputeuro{
	width:80px !important;
	text-align:right;
}
.input2{
	text-align:left;
	width:40px !important;
}
.inputplz{
	width:50px !important;
	margin-right:3px;
	text-align:center;
	float:left;
}
#savebuttons{
	margin-top:15px;
	padding-top:15px;
	border-top: 1px solid #ccc;
	height:30px;
}
#savebuttons div:not(.c){
	float:right;
}

#editable input[type='text'],#editable textarea{
	width:100%;
	box-sizing:border-box;
}
.headline{
	margin-bottom:20px;
	border-bottom:1px dashed #ccc;
	padding-bottom:15px;	
}
.cobox,.cobox2{
	width:280px;
	height:100px;
	border:1px solid #dfdfdf;
	border-radius:4px;
	box-shadow: 0 2px 4px rgba(0,0,0,.05);
	float:left;
	padding:15px;
	margin-right:15px;
	margin-bottom:15px;
	overflow:hidden;
	cursor:pointer;
	background: linear-gradient(to bottom, #ffffff 60%,#ededed 100%); 
}
.cobox2{
	height: 80px;
}

.cobox:hover,.cobox2:hover{
	opacity:1;
	background:#fff;
	box-shadow: #ccc 2px 2px 10px;
}
.cobox a.startplink,.cobox2 a.startplink{
	display:block;
	position:absolute;
	margin-left:250px;
	margin-top:75px;
}
.cobox2 a.startplink{
	margin-top:55px;
}
.cobox a.startnexttime,.cobox2 a.startnexttime{
	float:right;
	margin-right:-3px;
}
#service_onoff{
	float:right;
	margin-bottom:5px;
}
.deltmp{
	float:right;
	margin-right:-3px;
	margin-left:6px;
}
.cobox h3,.cobox2 h3{
	font-size:16px;
	font-weight:400;
}
.cobox a.ui-icon,.cobox2 a.ui-icon{
	display:inline-block;
}
.startdeadline{
	color:#333;	
}
.startkunde{
	color:#888;	
}
.startdeadline2{
	color:#900;	
	font-weight:bold;
}
.startactivwork{
	/*background: linear-gradient(to bottom,  0%,rgba(227,245,171,0.64) 65%, 100%)  W3C */
	background: linear-gradient(to bottom, #ffffff 60%,rgba(183,223,45,0.45) 100%) !important; 
	border-color: rgba(183,223,45,0.45);
	opacity:1;
}
.startredwork{
	border-color:#EF8686;
	background: linear-gradient(to bottom, #ffffff 60%,#ffcccc 100%); 
	opacity:1;
}
.startorangework{
	border-color:#ffaf4b;
	background: linear-gradient(to bottom, #ffffff 60%,#fceaba 100%); 
	opacity:1;
}
#loginbox{	
	width:300px;
	margin:70px auto;
	box-sizing:border-box;
}

#loginbox div{
	width:100%;
	min-height:200px;
	border:1px solid #dfdfdf;
	border-radius:4px;
	box-shadow: 0 2px 4px rgba(0,0,0,.05);
	float:left;
	padding:15px;
	margin-right:15px;
	margin-bottom:15px;
	box-sizing:border-box;
}

#loginbox label{
	width:100%;
	display:block;
	color:#999;
	margin-bottom:5px;
}

#loginbox input{
	width:93%;
	display:block;
	border:1px solid #ccc;
	padding:10px;
	font-size:18px;
	border-radius:7px;
	margin-bottom:15px;
	color: #C10000;
}

#loginbox span{
	font-size:10px;
	display:block;
	float:right;
}
#loginbox button{
	display:block;
	margin:20px auto;
}
#loginbox button .ui-button-text{
	font-size:18px;
}
.ui-button-text{
	font-family: "Open Sans";
	font-style: normal;
	font-weight: 400;
	font-size:13px;
}
.select2-dropdown{
	z-index: 1000000;
}
@media print {
	header, 
	#footer,
	#backbutton { display:none}
	
	#content { margin-top: 0px;}
	
	#toollogo { display:none; position:fixed; top: 0mm; right: 10mm;}
	hr { display:block; 
			background-color:#0;
			border-width:1px;
			color:#000;
			height:2px;
			line-height:0;
			margin:0px;
			text-align:center;
			width:100%;
	}
	@page 
	{
		size: auto;   /* auto is the initial value */
		margin: 10mm 10mm 5mm 15mm;  /* this affects the margin in the printer settings */
	}
}