body {
    overflow-y: scroll;
}

span.light {
    height: 18px;
    width: 19px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
}

span.indicator0 {
    background-image: url('/images/green_light.png');
}

span.indicator1 {
    background-image: url('/images/yellow_light.png');
}

span.indicator2 {
    background-image: url('/images/red_light.png');
}

#cont{
	width:100%;
	overflow:auto;
}

#cont_upper{
	width:100%;
	height:20px;
	overflow:auto;
}

#scroller_content{
	height:20px;
}

table.tabschedule * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

table.tabschedule {
/*    table-layout: fixed;*/
    background: white;
    border: 1px solid black;
    width: 100%;
    overflow-x: hidden;
}

table.tabschedule tr {
    height: 21px;
}

table.tabschedule td input.new_task {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    width: 100%;
}

table.tabschedule tr.trseparator {
    border-top: 1px dotted black;
}

/*table.tabschedule tr:hover {
	background-color: #ddd;
}*/

table.tabschedule tr:not(.header):hover div.tday:not(.header):not(.today):not(.weekday6):not(.weekday0), table.tabschedule tr:not(.header):hover {
    background-color: #ddd;
}

table.tabschedule tr.header:hover, table.tabschedule tr.header * tr:hover {
    background-color: #fff;
}

table.tabschedule tr:hover div.tday.weekday6:not(.header):not(.today), table.tabschedule tr:hover div.tday.weekday0:not(.header) {
    background-color: #D0D9E2;
}

table.tabschedule td {
    height: 21px;
    line-height: 21px;
    overflow-x: hidden;
}

table.tabschedule td.tasklist.projekt, table.tabschedule div.timeline.tl_projekt, table.tabschedule td.task_plusminus {
    background-color: #eeeef0;
}

table.tabschedule td.task_plusminus {
    padding-left: 1px;
}

table.tabschedule td.slim {
    width: 15px;
}

table.tabschedule td.tasklist {
    padding-right: 5px;
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    z-index: 99;
    /*position: relative;*/
    background-color: white;
}

table.tabschedule td.tasklist.ui-draggable-dragging {
    position: absolute;
}

table.tabschedule td.right_part {
    width: 0px;
    display: none;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

table.tabschedule td.std_off {
    text-align: right;
    padding-right: 5px;
}

table.tabschedule.left_panel_active td.right_part {
    width: auto;
    display: table-cell;
}

table.tabschedule.left_panel_active td.tasklist.task {
    cursor: grab;
}

#zusammenfassung_left{
	border:1px solid black;
	border-radius:25px;
	float:left;
	margin:15px;
	padding:0 30px;
	position:relative;
	width:35%;
	overflow-y:auto;
	height:94%;
}

#zusammenfassung_right{
	float:left;
	height:94%;
	position:relative;
	text-align:center;
	width:60%;
	padding-top:55px;
	background:#3f445a;
}

#zusammenfassung_table{
	border:1px solid black;
}

div.feinplan_container {
    max-height: 96%;
	overflow-y:auto;
}

.feinplan_container_gross{
  position: relative;
  border: 1px solid #000;
  background-color:#767988;
  padding-top:60px;
}

.feinplan_container_gross_inner {
  overflow-y: auto !important;
  height:900px;
  padding-top:40px;
}

.feinplan_container_gross th {
  height: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: transparent;
  border: none;
  white-space: nowrap;
}

.feinplan_container_gross th div{
  position: absolute;
  background: transparent;
  color: #fff;
  padding: 9px 25px;
  top: 0;
  margin-left: -4px;
  line-height: normal;
  border-left: 1px solid #800;
}

.feinplan_container_gross thead tr:nth-child(2) th div{
  top: 33px;
}
.feinplan_container_gross th:first-child div{
  border: none;
}

table.feinplan, table.feinplan_gross {
    table-layout: fixed;
    border: 1px solid white;
    background-color: white;
	margin-top:-40px;
}

table.feinplan td.today, table.feinplan th.today, table.feinplan_gross td.today, table.feinplan_gross th.today {
    background-color: yellow;
}

table.feinplan .ferien, table.feinplan_gross {
	white-space:pre;
	background-color:white;
	width:100%;
}

.ferien{
	background-color:lightgray;
}

table.feinplan td.day_droppable.padme, table.feinplan_gross td.day_droppable.padme {
    padding-bottom: 18px;
}

table.feinplan td.day_droppable span.morning, table.feinplan_gross td.day_droppable span.morning {
    background-color: lightgray;
    display: block;
    height: 40%;
}

table.feinplan td.day_droppable span.abend,table.feinplan_gross td.day_droppable span.abend {
    background-color: lightgray;
    position: relative;
    display: block;
    height: 40%;
    margin-top:5px;
}


table.feinplan td, table.feinplan th,table.feinplan_gross td, table.feinplan_gross th {
    text-align: center;
    border: 1px solid black;
    font-size: 10px;
    line-height: 21px;
}


table.feinplan th,table.feinplan_gross th {
    border: 1px solid black;
    padding-left: 3px;
    padding-right: 3px;
}

table.feinplan tr {
    height: 33px;
}

table.feinplan th.left, table.feinplan td.left {
    padding-left: 3px;
    text-align: left;
}

table.feinplan td.day_droppable.ui-state-active {
    background-color: green !important;
    background-image: none;
}

table.feinplan td.day_droppable.ui-state-active {
    background-color: lightgreen;
    background-image: none;
}

table.feinplan span.feinplan_item:last-child {
    margin-bottom: 3px;
}

table.feinplan span.feinplan_item span.delete {
    background-image: url('/images/delete.png');
    background-size: 8px 8px;
    background-repeat: no-repeat;
    width: 8px;
    height: 8px;
    right: 1px;
    top: 1px;
    position: absolute;
    cursor: pointer;
}

span.star {
    height: 8px;
    width: 8px;
    display: block;
    left: 1px;
    top: 1px;
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 8px 8px;
    background-image: url('/images/star_inactive.png');
}

div.feinplan_uebersicht span.star {
    height: 16px;
    width: 16px;
    background-size: 16px 16px;
}

span.star_active {
    background-image: url('/images/star_active.png');
    background-size:9px 9px;
    background-repeat:no-repeat;
    background-position:right;
}

table.feinplan span.feinplan_item {
    position: relative;
    display: block;
    width: 100%;
    line-height: normal;
    border-bottom: 1px solid black;
}

table.feinplan span.feinplan_item span.feinplan_desc {
    line-height: normal;
    overflow: hidden;
    height: 22px;
    text-overflow: ellipsis;
}

table.feinplan th.tweek,table.feinplan td.tweek,table.feinplan_gross th.tweek,table.feinplan_gross td.tweek {
    background-color: #3F445A;
    color: white;
    text-align: center;
}

table.feinplan thead th{
	height: 0;
	line-height: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: transparent;
	border: none;
	white-space: nowrap;
  	border-bottom:1px solid #eee;
  	padding: 10px 25px;
}

table.feinplan thead tr{
	height:0 !important;
}

table.feinplan thead tr:nth-child(1) th div{
	top:0;
	margin-left:0;
}

table.feinplan thead tr:nth-child(2) th div{
	top:25px;
}

table.feinplan th div{
	position: absolute;
	background: transparent;
	color: #fff;
	padding: 9px 25px;
	line-height: normal;
	margin-left:-25px;
}

table.tabschedule td.tasklist.notask {
    background-color: #3f445a;
    color: white;
    padding: 6px;
}

table.tabschedule td.tasklist.notask:hover {
    background-color: #3f445a !important;
    cursor: initial;
}

table.tabschedule td.tasklist:hover {
    background-color: orange !important;
}

table.tabschedule td.tasklist.notask:hover {
    background-color: #3f445a;
}

table.tabschedule div.timeline {
    /*border-bottom: 1px solid black;*/
    white-space: nowrap;
    position: relative;
    height: 21px;
    overflow: hidden;
}

table.tabschedule div.weekoverview.timeline {
    background-color: #3f445a;
    overflow: visible;
    position: relative;
}

div.sched_task, div.sched_proj {
    top: 2px;
    width: 0px;
    height: 17px;
    position: absolute;
    text-align: center;
}

div.sched_task.draggableActive, div.sched_proj.draggableActive {
    cursor: move;
}

div.sched_task {
    cursor: default;
    z-index: 90;
    font-size: 8pt;
    overflow-x: hidden;
    border: 1px solid black;
    line-height: 14px;
    top: 2px !important;
    height: 15px !important;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

div.sched_task.tstatus0 {
    background-color: green;
    color: white;
}

div.sched_task:hover {
    background-color: #00BFFF;
}

table.tabschedule.del_darb_active div.sched_task:hover {
    background-color: red;
}

div.sched_proj {
    cursor: default;
    background-color: transparent;
    z-index: 90;
    height: 17px;
    background-image: url('/images/left-top-triangle.png'), url('/images/right-top-triangle.png'), url('/images/half-black.png');
    background-position: left bottom, right bottom, left top;
    background-repeat: no-repeat, no-repeat, repeat-x;
    background-size: 14px 14px, 14px 14px, 100% 18px;
}

table.tabschedule div.tweek {
    display: inline-block;
    height: 21px;
    border-right: 1px solid black;
    text-align: center;
    color: white;
    cursor: zoom-in;
}

table.tabschedule.multi_week div.tweek {
    width: 140px;
}

table.tabschedule.single_week div.tweek {
    width: 100%;
}

table.tabschedule.single_day div.tweek {
    width: 100%;
}

table.tabschedule.four_weeks div.tweek {
    width: 25%;
}

table.tabschedule.eight_weeks div.tweek {
    width: 12.5%;
}

table.tabschedule.twelve_weeks div.tweek {
    width: 8.44%;
}

table.tabschedule td.statusbar {
    border-top: 1px solid black;
    z-index: 120;
}

div.tday {
    position: relative;
    display: inline-block;
    height: 21px;
    width: 20px;
    border-left: 1px solid black;
    text-align: center;
}

table.tabschedule.darb_active div.timeline.tl_task div.tday:hover {
    background-color: orange !important;
}

div.tday.today {
    background-color: yellow;
    color: black;
}

table.tabschedule.multi_week div.tday {
    width: 20px;
}

table.tabschedule.single_week div.tday {
    width: 14.2857142857%;
}

table.tabschedule.single_day div.tday {
    width: 100%;
}

table.tabschedule.four_weeks div.tday {
    width: 3.57142857143%;
}

table.tabschedule.eight_weeks div.tday {
    width: 1.78571428571%;
}

table.tabschedule.twelve_weeks div.tday {
    width: 1.19047619048%;
}

table.tabschedule.eight_weeks div.tday {
    width: 1.78571428571%;
}

div.tday:hover {
    /*background-color: #767988;*/
}

.weekday0, .weekday6 {
    background-color: #e0e9f2;
}

div.header {
    border-bottom: 1px solid black;
    background-color: white;
    cursor: zoom-in;
}

table.tabschedule.single_week div.tweek {
    cursor: zoom-out;
}

table.tabschedule.single_day div.header {
    cursor: zoom-out;
}

.weekday0.header, .weekday6.header {
    background-color: #767988;
    color: white;
}

table.tabschedule button {
    height: 20px;
    width: 20px;
    border-style: outset;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 15px 15px;
    cursor: pointer;
    background-color: white;
    border-color: black;
    margin: 0;
}

table.tabschedule button::-moz-focus-inner {
    border: 0;
}

table.tabschedule button.active {
    border-style: inset;
    background-color: yellow;
}

table.tabschedule div.werkzeuge {
    display: block;
}

table.tabschedule div.werkzeuge span {
    height: 100%;
    margin-right: 5px;
}

table.tabschedule button.drag {
    background-image: url('/images/drag.png');
}

table.tabschedule button.resize {
    background-image: url('/images/resize.png');
}

table.tabschedule button.dependency {
    background-image: url('/images/dependency.png');
}

table.tabschedule button.save_all {
    background-image: url('/images/save_all.png');
}

table.tabschedule button.darb {
    background-image: url('/images/plus.gif');
}

table.tabschedule button.del_darb {
    background-image: url('/images/minus.gif');
}

table.tabschedule button.fplan {
    background-image: url('/images/feinplan.png');
}

table.tabschedule.disable_edit_tools span.edittools {
    display: none;
}

div.weekoverview div.dependency_lines div {
    width: 2px;
    height: 2px;
    z-index: 80;
    position: absolute;
    background-color: black;
}

div.weekoverview div.dependency_lines div:hover {
    border: 1px solid orange;
}

div.weekoverview div.dependency_lines {
    position: static;
}

table.tabschedule div.weeks {
    overflow: hidden;
}

table.tabschedule div.dep_container {
    width: 100px;
    height: 100px;
}

table.tabschedule td.leftmost {
    width: 20px;
}

ul.jquery_menu {
    width: 150px;
    z-index: 999;
    position: absolute;
    display: none;
}

ul.jquery_menu li {
    padding: 2px;
    cursor: pointer;
	text-align:left;
}

ul.jquery_menu li:hover {
    background-color: #ddd;
}

table.filtertab {
    width: 100%;
}

table.filtertab td.label{
	width:9%;
	padding-left:20px;
}

table.filtertab td.filter{
	width:20%;
	padding:3px 0;
}
table.filtertab tr>td.filter:not(:last-child){
	border-right:1px solid black;
}

table.filtertab select{
	width:220px;
}

.group_0 {
/*    background-color: #8B0000 !important;*/
    background-color: #9a9a65 !important;
    color: white;
}

span.klein_groups {
    display: block;
    font-size: 8px;
    cursor: help;
}

table.highlight_tr tr:hover {
    background-color: #eee;
}
.disabled{
	pointer-events:none;
}
.disabled *:hover{
    background-color:none;
}

#feinplan_header{
	width:100%;
	height:75px;
	background-color:white;
	text-align:center;
	color:black;
}

#feinplan_header>div{
	height:100%;
	width:30%;
	display:inline-block;
}

#feinplan_header_week{
	float:left;
	height:60%;
	font-size:20pt;
	padding:10px;
}

#feinplan_header_schichte{
	height:60%;
	font-size:13pt;
	padding:15px;
	display:inline-block;
}

ul#schicht_menu{
	background-color:lightgray;
	border:1px solid gray;
	color:black;
	padding:0;
}

#schicht_menu li{
	list-style:none;
}

.TL:before{
	float:left;
	background-color:white;
	font-weight:bold;
	content:"TL";
	vertical-align:super;
	font-size:smaller;
	line-height:initial;
}
.feinplan_gross .day_droppable{
	font-weight:bold;
}


