/* stylesheet for welldone project */

* {
	padding:0;
	margin:0;
}

body {
	font: .85em/150% "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
	text-align:center;
	background:#f3f3f3;
}

html {
  overflow-y:scroll;
  background:#f3f3f3;
}

a {
	color:#3988de;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline !important;
}

#wrapper {
	width:96%;
	margin:0 auto;
	text-align:left;
	border-top:none;
	padding-bottom:20px;
	background:#FFF;
}

#header {
	width:100%;
}

#header a {
	color:#333;
}

#topline {
	background:#f3f3f3;
	padding:10px;
	height:20px;
	border-bottom:2px solid #333;
}

.logo {
	width:50%;
	float:left;
	color:#FFF;
	font-weight:bold;
	font-size:120%;
}

.logo a {
	text-decoration: none;
}

#topnav {
	width:50%;
	float:right;
	font-size:80%;
}

#topnav ul {
	list-style-type: none;
}

#topnav ul li {
	float:right;
	padding-right:6px;
}

#content {
	padding:20px 10px 30px 10px;
}

.title_department {
	font-size:120%;
}

.month {
	float:left;
}

.kalenderwoche {
	text-transform: uppercase;
	color:#999;
	font-size:80%;
	margin:0 0 0 8px;
	line-height:50%;
	top:2px;
	position:relative;
}

#activ_week {
	margin:20px 0 10px 0;
	padding-bottom:10px;
}

#activ_week ul, #sometimes ul {
	list-style-type: none;
}

#activ_week ul li, #sometimes ul li {
	border-bottom:1px dotted #ccc;
	height:1.8em;
	margin-right:15px;
	line-height:220%;
	white-space:nowrap;
	width:100%;
	overflow:hidden;
}

.day {
	width:18%;
	float:left;
	font-size:120%;
}

.weekday {
	text-align:center;
}

.date {
	font-size:70%;
	color:#999;
	text-align:center;
}

.today {
	color:#000 !important;
	font-weight:bold;
}

.day_one, .day_tow, .day_three, .day_four {
	border-right:1px solid #ccc;
	padding-right:1.2%;
}

.day_tow, .day_three, .day_four, .day_five {
	padding-left:1.2%;
}

.clear {
	clear:both;
}

.task {
	font-size:70%;
}

.done {
	text-decoration: line-through;
	color:#ccc;
}

.copyright {
	color:#999;
	font-size:80%;
	float:right;
	position:relative;
	top:30px;
}

.past_day {
	color:#ccc 	!important;
}

.unternehmen, .abteilung {
	color:#999;
	font-size:40%;
	font-weight:normal;
	padding-top:20px;
}

.monthdays {
	border-top:1px solid #e6e6e6;
	height:20px;
	margin:20px 0 10px 0;
	border-bottom:1px solid #e6e6e6;
	width:65%;
	font-size:80%;
	padding:1px 0 4px 0;
	color:#666;
}

.monthdays ul {
	list-style-type: none;
}

.monthdays ul li {
	float:left;
	width:3.2%;
	text-align:center;
}

.current_week {
	background:#ebebeb;
	border-bottom:2px solid #ebebeb;
}

.selected_week {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.first_day_selected_week {
	border-left:1px solid #ccc;
}

.last_day_selected_week {
	border-right:1px solid #ccc;
}

.current_day {
	font-weight:bold;
	font-size:130%;
	color:#000;
}

#top_right {
	text-align:right;
	width:35%;
	float:right;
	height:60px;
}

#top_right h1, #top_right h2 {
	padding: 0 2px 0;
}

#top_right h1 {
	padding-bottom:10px;
}

#top_right h1 span, #top_right h2 span {
	padding-right:10px;
}

.abteilung {
	font-size:60%;
}

.month_weekend {
	color:#ccc;
}

#sometimes, #month_overview {
	margin-top:25px;
	height:300px;
}

#sometimes h2, #month_overview h2 {
	font-size:110%;
}

#sometimes {
	float:left;
	width:39%;
}

#month_overview {
	float:right;
	width:60%;
}

#month_overview ul {
	list-style-type: none;
}

#month_overview ul li {
	border-right:1px solid #ccc;
	width:32.5%;
	float:left;
	height:250px;
	padding-left:1%;
}

#month_overview ul li p {
	margin-bottom:10px !important;
}

#month_overview ul li:first-child {
	padding-left:0px !important;
}

#month_overview ul li:last-child {
	border-right:none;
}

#month_overview ul li ul li {
	width:95%;
	float:none;
	height:50px;
	border-bottom:1px solid #ccc;
	border-right:none;
	color:#999;
	font-size:80%;
}

#month_overview ul li ul li:first-child {
	border-top:1px solid #ccc;
}

#todolist {
	width:64%;
	float:left;
	min-height:400px;
}

.todo {
	border-bottom:2px solid #3988de;
	padding:0 0 5px 0;
}

#todolist ul {
	list-style-type: none;
	font-weight: bold;
}

#todolist ul li span.project_name {
	display:block;
	border-bottom:2px solid #666;
	line-height:35px;
	text-align:center;
	clear:both;
	font-size:120%;
}

#todolist ul ul {
	font-weight: normal;
	font-size: 90%;
	margin-bottom:25px;
}

#todolist ul ul li {
	line-height:30px;
	min-height:30px;
	border-bottom:1px dotted #ccc !important;
	text-align:left !important;
	float: left;
	width: 100%;
}

#todolist ul ul li:last-child {
	border-bottom:none !important;
	margin-bottom:30px;
}
#todolist ul ul li.done_task {
	border-bottom:none !important;
	line-height:21px;
	display:block;
	width:100%;
	position:relative;
}

#labelproject {
	height:20px;
	border-bottom:1px solid #ccc;
}

#labelproject span {
	font-size: 70%;
	color:#999;
	line-height:20px !important;
	border:none !important;
	text-align:left !important;
	float:left;
}

.celltask {
	float:left;
	display:block;
	width:65%;
}

.celltask .check_task {
  	float:left;
  	width: 15px;
  	position:relative;
	top:10px;
  	left: 0;
}

#todolist ul ul li.done_task {
	min-height:24px;
}

#todolist ul ul li.done_task .check_task {
	top:5px !important;
}

.celltaskdesc {
	padding:6px 0 6px 25px;
	display: block;
	line-height:20px;
}

li .done_task .celltaskdesc {
	padding:6px 0 6px 25px;
	display: block;
	line-height:13px;
}

.cellemployee {
	float:left;
	display:block;
	width:12%;
	margin-left:8px;
}

.done_task .cellemployee {
	margin-top:2px;
}

.done_task .celldate {
	margin-top:2px;
}

#active_projects, #inactive_projects {
	float:right;
	margin:0;
	width:35%;
	text-align:left;
}

#active_projects h2, #inactive_projects h2 {
	border-bottom:2px solid #ccc;
	padding:0 0 5px 0;
	margin-bottom:8px;
}

#inactive_projects h2 {
	font-size:110%;
	color:#666;
}

#active_projects ul, #inactive_projects ul {
	list-style-type: none;
}

#inactive_projects a {
  color: #999;
  font-size: 90%;
  
}

.add_task {
	color:#3988de;
	text-decoration: none;
	background:url(/images/new.gif) 0 8px no-repeat;
	text-indent: 20px;
	font-size:90%;
	width: 50%;
  float: left;
	display:block;
}

.order_this {
  width: 140px;
  float: right;
  text-align: right;
  display: block;
}

.finish_order {
  width: 140px;
  float: right;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 90%;
  padding: 0 10px;
  background: #77af00;
}

.add_project {
	float:right;
	margin-top:-34px;
}

#active_projects ul li {
	margin-bottom:8px;
}

a.add_project {
	color:#3988de;
	text-decoration: none;
	background:url(/images/new.gif) 0 4px no-repeat;
	font-size:90%;
	text-indent: 20px;
	width:135px;
	display:block;
	float:right;
}

a.new_entry {
	color:#3988de;
	text-decoration: none;
	background:url(/images/new.gif) 0 4px no-repeat;
	font-size:90%;
	text-indent: 20px;
	width:135px;
	display:block;
}

#task_description {
	width:350px;
	padding:2px;
}

#active_projects ul li {
	line-height:20px;
	border-bottom:1px dotted #ccc !important;
}

ul.companys_list {
	margin-top:8px;
	list-style-type: none;
}

input {
	padding:3px;
}

ul li .celldate {
	font-size: 80%;
	width: 10%;
	display: block;
	float:left;
}

ul li .task_actions {
  width: 7%;
}

.check_task {
	margin-right:6px;
}

#todolist .done_task {
	color:#999 !important;
	font-size:80% !important;
	font-weight:normal !important;
}

a.movetask {
	float:right;
	height:30px;
	width:16px;
	display:block;
	text-decoration: none;
	background:url(/images/move.gif) 0 10px no-repeat;
}

a.movetask:hover {
	text-decoration: none !important;
}

input.delettask {
	float:right;
	width:16px;
	text-decoration: none;
	background:url(/images/delete.gif) 0 10px no-repeat;
	margin-right:10px;
	text-indent: -5000px;
	display:none;
	border:none;
	height:25px;
	cursor:pointer;
}

.a_task:hover input.delettask {
	display:block;
}

input.delettask:hover {
	text-decoration: none !important;
	background:url(/images/delete_hover.gif) 0 10px no-repeat;
}

.own_task {
	font-weight:bold;
}

.other_task {
	color:#666;
}

a.edit {
	float:right;
	width:16px;
	display:block;
	text-decoration: none;
	background:url(/images/edit.gif) 0 10px no-repeat;
	margin-right:10px;
	text-indent: -5000px;
	display:none;	
}

.a_task:hover a.edit {
	display:block;
}

a.edit_project {
	float:right;
	width:16px;
	display:block;
	text-decoration: none;
	background:url(/images/edit.gif) 0 10px no-repeat;
	margin-right:10px;
	text-indent: -5000px;
	display:block;
	position:relative;
	top:-7px;
	height:26px;
}

#user_tasks_scope {
	float:right;
	width:100%;
	margin-top:-23px;
}

#user_tasks_scope li {
	float:right;
	padding:0 10px;
	font-weight:normal;
}

#user_tasks_scope li.current_scope {
	background:#3988de;
}

#user_tasks_scope li.current_scope a {
	color:#FFF;
	text-decoration: none !important;
}

.a_task:hover {
	background:#f4f8fa !important;
}

.other_task.a_task {
	background:#f3f3f3;
}

.done_task.other_task {
	background:none;
}

.tick {
	float:left;
	margin-top:-3px;
}

.done_task a {
	color:#999;
}

a.comments {
	float:right;
	width:16px;
	display:block;
	text-decoration: none;
	background:url(/images/comments.png) 0 10px no-repeat;
	margin-right:10px;
	text-indent: -5000px;
	display:block;
}

.a_task:hover a.comments, .a_task:hover a.no_comments {
	display:block;
}

a.no_comments {
	float:right;
	width:16px;
	display:block;
	text-decoration: none;
	background:url(/images/no_comments.png) 0 10px no-repeat;
	margin-right:10px;
	text-indent: -5000px;
	display:none;
}

.done_task a.no_comments, .done_task input.delettask, .done_task a.edit {
	background-position:0 7px;
}


.due_today {
	color:#cc3333;
}

.due_this_week {
	color:#ffcc00;
}

.overdue {
  background: #cc3333;
  color: #fff;
  padding: 2px 3px;
  margin: -2px -3px;
  font-weight: normal !important;
}

#comments ul {
	list-style-type: none;
	font-weight:normal;
}

#comments p {
	color:#999;
}

.comment {
	margin-bottom:20px;
	color:#000 !important;
	width:640px;
}

#add_comment textarea {
	height:100px;
}

#add_comment label {
	font-weight:bold;
	font-size:130%;
}

.h2_comments {
	margin-bottom:10px;
}

input#login, input#password {
	width:186px;
	margin:3px 0 7px 0;
}

/*------------------- Notice ----------------------*/

.notification {
	display:block;
	background:transparent;
}

.error {
	position:absolute;
	color:#FFF;
	border:1px solid #cc3333;
	background:#cc3333;
	display:inline;
	padding:9px;
	width:auto;
	
}

.notice {
	position:absolute;
	color:#FFF;
	border:1px solid #66cc99;
	background:#66cc99;
	display:inline;
	padding:9px;
	width:auto;
	
}

.back_link {
	float:left;
	width:20px;
	height:10px;
}

.edit_project p {
	margin:5px 0;
}

.confidential {
	background:url(/images/confidential.gif) right bottom no-repeat;
}

.handle {
  display: none;
}

.is_in_order_mode .handle {
  cursor: move;
  left: -3px;
  top: 2px;
  position:relative;
  height:16px;
  width: 13px;
  overflow: hidden;
  display: block;
  float: left;
}

#projects .things_to_do {
  margin-bottom: 0 !important;
  position: relative;
}

#projects .things_to_do li:last-child {
  border-bottom:1px dotted #ccc !important;
	margin-bottom: 0 !important;
}

.add_task_dialog form {
  position:relative;
  top: 0px;
  width: 50%;
}

small.hint {
  color: #555;
}

.new_project_form {
  padding: 10px;
  background: #eee;
  margin-bottom: 10px;
  margin-top: -8px;
}

.new_project_form p {
  margin-bottom: 10px;
}

/* copy */

.copy {
  font-size: 90%;
  padding-left: 1em;
}

.copy h1, .copy h2, .copy h3, .copy h4, .copy h5 {
  margin-bottom: 0.5em;
  margin-top: 1em;
  line-height: 1.3em;
}

.copy p {
  margin-bottom: 1em;
  line-height: 1.4em;
}

.copy ul {
  margin-left: 2em;
  margin-bottom: 1em;
}

.side form {
  background: #fff9d8;
  border: 2px solid #ffe8cd;
  padding: 15px;
  margin: 3px;
}

.side form h2 {
  margin-top: 0;
}

#projects #project_due_today li:last-child {
  margin-bottom: 30px !important;
}

#project_due_today .project_name a {
  text-decoration: none;
  color: #cc3333;
}

#project_due_today .minimized {
  font-size: 9pt !important;
  border: none !important;
  text-decoration: underline;
  color: #cc3333;
}



#log h2 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  color: #555;
  font-size: 1.1em;
}

#log ul {
  font-weight: normal;
  list-style: none;
}

#log ul a {
  padding: 0 10px;
}

.log {
  color:#3988de !important;
	text-decoration: none;
}

/* *** ask *** */

.delete_question {
  display: none;
  position: absolute;
  width: 110px;
  height: 30px;
  background: #fff9d8;
  border: 1px solid #ffe8cd;
  text-align: center;
  font-size: 12px;
  right: 0;
}

.done_task .delete_question {
	height: 23px !important;
}

.delete_question form {
  display: inline;
}

.answer_yes {
  color: green;
  font-weight: bold;
  border: none;
  background: none;
  display: inline;
  font-size: 12px;
}

#projects .answer_no {
  color: #cc3333;
}

.answer_yes:hover {
  text-decoration: underline;
}

/* ** companies menu ** */

.companies_menu {
  position: relative;
}

.companies_menu ul {
  position: absolute;
  background: #fff;
  right: 0;
  -webkit-box-shadow: 0 3px 4px #aaa;
  -moz-box-shadow: 0 3px 4px #aaa;
  z-index:5000;
}

.companies_menu ul li {
  display: block;
  white-space: nowrap;
  float: none !important;
  font-weight: bold;
  padding: 0 !important;
  font-size: 120%;
}

.companies_menu li a {
  padding: 5px 10px;
  display: block;
  margin: 0 !important;
  color: #3988de;
}

.companies_menu li a:hover {
  background: #3988de;
  color: #fff !important;
  text-decoration: none !important;
}



/*
#project_due_today li {
  background: #fff9d8;
}

#project_due_today li.other_task {
  background: #fffced;
}*/
