.taskElementMax {
	height: 30px !important;
}

.pall.taskElementMax {
	height: 15px !important;
}

.taskSlot {
	background-color: #C0C0C0;
}

.taskSlotSick {
	background-color: #B0A0A0;
}

.taskSlotVacation {
	background-color: #B0B0A0;
}

.taskSlotGeneralHoliday {
	background-color: #B0B0C0;
}

.taskSlotSpezial {
	background-color: #B0B0E0;
}

.taskTop {
	height: 15px;
	background-blend-mode: multiply;
	border-radius: 2px 2px 0 0;
	box-sizing: border-box;
	color: white;
	position: relative !important;
	font-size: 12px !important;
}

.taskBottom {
	height: 15px;
	background-blend-mode: multiply;
	border-radius: 0 0 2px 2px;
	box-sizing: border-box;
	color: white;
	position: relative !important;
	font-size: 12px !important;
}

.taskContinueRight {
	border-top-right-radius: 7.5px;
	border-bottom-right-radius: 7.5px;
}

.taskContinueLeft {
	border-top-left-radius: 7.5px;
	border-bottom-left-radius: 7.5px;
	padding-left: 5px
}

.taskOk.taskTop {
	background: rgba(92, 108, 43, 0.8);
	border-color: rgba(92, 108, 43, 0.8);
}

.taskWarn.taskTop {
	background: rgba(186, 150, 36, 0.8);
	border-color: rgba(186, 150, 36, 0.8);
}

.taskDisabled.taskTop {
	background: rgba(50, 50, 50, 0.8);
	border-color: rgba(50, 50, 50, 0.8);
}

.taskFinished.taskTop {
	background: rgba(95, 90, 162, 0.8);
	border-color: rgba(95, 90, 162, 0.8);
}

.taskOk.taskBottom {
	background: rgba(92, 108, 43, 0.7);
	border-color: rgba(92, 108, 43, 0.7);
}

.taskError.taskTop {
	background: rgba(189, 108, 48, 0.7);
	border-color:rgba(189, 108, 48, 0.7);
}

.taskMaterialError.taskTop {
	background: rgba(250, 10, 48, 0.7);
	border-color:rgba(250, 10, 48, 0.7);
}

.taskStarted.taskBottom {
	background: rgba(147, 188, 75, 0.7);
	border-color: rgba(147, 188, 75, 0.7);
}

.taskWarn.taskBottom {
	background: rgba(186, 150, 36, 0.7);
	border-color: rgba(186, 150, 36, 0.7);
}

.taskDisabled.taskBottom {
	background: rgba(50, 50, 50, 0.7);
	border-color: rgba(50, 50, 50, 0.7);
}

.taskFinished.taskBottom {
	background: rgba(95, 90, 162, 0.7);
	border-color: rgba(95, 90, 162, 0.7);
}

.taskOk.taskStart {
	border-left: 4px solid rgba(92, 108, 43, 1);
	padding-left: 1px
}

.taskWarn.taskStart {
	border-left: 4px solid rgba(186, 150, 36, 1);
	padding-left: 1px
}

.taskDisabled.taskStart {
	border-left: 4px solid rgba(50, 50, 50, 1);
	padding-left: 1px
}

.taskError.taskStart {
	border-left: 4px solid rgba(189, 108, 48, 1);
	padding-left: 1px
}

.taskMaterialError.taskStart {
	border-left: 4px solid rgba(250, 10, 48, 1);
	padding-left: 1px
}

.taskStarted.taskStart {
	border-left: 4px solid rgba(95, 90, 162, 1);
	padding-left: 1px
}
.taskFinished.taskStart {
	border-left: 4px solid rgba(95, 90, 162, 1);
	padding-left: 1px
}

.ppitem {
	float: left;
}

.ppitemO {
	height: 100%;
	width: 100%;
}

.ppitemOfirst:hover {
	z-index: 1000;
}

.ppitem1 {
	min-width: 100px;
	background-color: #4D5E85;
}

.ppitemLabel {
	white-space: nowrap;
	background-color: white;
	position: relative !important;
	font-size: 11px;
	text-align: left;
	float: top;
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.tundra table.dojoDndAvatar {
	border: none;
	color: black;
	font-size: 100%;
	border-collapse: separate;
	border-style: solid;
	border-width: 3px;
	border-color: #455A82;
	background-color: #455A82;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 15px #455A82;
	-webkit-box-shadow: 0 0 15px #455A82;
	box-shadow: 0 0 15px #455A82;
}

.tundra .dojoDndItem {
	padding: 0px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}

.tundra .dojoDndAvatar td {
	border: none;
}

.tundra .dojoDndAvatar tr {
	border: none;
}

.tundra .dojoDndAvatarHeader td {
	height: 20px;
	padding: 0 0 0 21px;
}

.tundra .dojoDndAvatarItem td {
	padding: 0;
}

/* .tundra .dojoDndAvatarHeader {
	background-color: #f58383;
	background-image: url(Image/dndNoMove.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.tundra.dojoDndCopy .dojoDndAvatarHeader {
	background-color: #f58383;
	background-image: url(Image/dndNoCopy.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.tundra.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
	background-color: #97e68d;
	background-image: url(Image/dndMove.png);
	background-repeat: no-repeat;
	background-position: 2px center;
}

.tundra.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {
	background-color: #97e68d;
	background-image: url(Image/dndCopy.png);
	background-repeat: no-repeat;
	background-position: 2px center;
} 
*/
.ppitemOrder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: dotted;
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: dotted;
}

.ppitemHead {
	position: relative !important;
	height: 15px;
	color: white;
	font-size: 12px !important;
}

.orderHighlight {
	background-color: #000000 !important;
	color: white !important;
}

.ppitemOptions {
	position: relative !important;
	height: 15px;
}

.ppitemOrderStart {
	border-left-width: 1px;
	border-left-color: black;
	border-left-style: solid;
}

.ppitemOrderEnd {
	border-right-width: 1px;
	border-right-color: black;
	border-right-style: solid;
}

.ppitemHidden {
	display: none;
}

.tundra .dijitTooltipContents {
	white-space: nowrap;
}

.dndHeader {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	background-color: #D0DAE4;
}

.ppitemday {
	position: absolute !important;
	width: 140px;
	height: 6px;
	background-color: white;
}

.unusedthemeIconClear {
	background-image: url("./Image/Load.png");
}

.unusedthemeIconClear:hover {
	background-image: url("./Image/LoadHover.png");
}

.resourceLabel {
	color: #003366;
	width: 8%;
	font-size: 11px;
	text-align: left;
	padding-left: 2px;
	background-color: #F8F8F8;
	line-height: 16px !important;
}

.resourceButton {
	border-right-width: 2px;
	border-right-color: #829BB4;
	border-right-style: solid;
	background-color: #365E87;
	background: -webkit-gradient(linear, left top, left bottom, from(#deeeff), to(#9ba6b2));
	background: -moz-linear-gradient(top, #deeeff, #858f99);
}

.resourceSpecial {
	background-color: #B4B4B4;
}

.resourceDiseased {
	background-color: #A5A5A5;
}

.resourceNa {
	background-color: #C3C3C3;
}

.resourceVacation {
	background-color: #E1E1E1;
}

.resourceGeneralHoliday {
	background-color: #F0F0F0;
}

.resourceOverruled {
	background-color: #6E8EC1;
}

.resourceNormal {
	background-color: #dddddd;
}

.orderTopOk {
	background-color: green;
}

.orderBottomOptimizable {
	background-color: yellow;
}

.orderBottomConflict {
	background-color: red;
}

.orderBottomConflict {
	background-color: red;
}

.orderBottomUnfinished {
	background-color: orange;
}

.orderBottomCompleted {
	background-color: #000000;
}

.themeHelpBody {
	font-size: 12px;
	line-height: 22px;
	color: black !important;
}

.themeHelpPanel {
	background-image: none;
	background-color: #FFFFFF;
}

.dojoDndContainer {
	bottom: 0;
	right: 0;
}

.dojoDndContainerOver {
	bottom: 0;
	right: 0;
}

.orderLevelColor2 {
	background-color: #E3B352;
}

.orderLevelColor3 {
	background-color: #FFEB69;
}

.orderLevelColor4 {
	background-color: #CAE86F;
}

.orderLevelColorChild1 {
	background-color: #FF540D;
}

.orderLevelColorChild2 {
	background-color: #E8960C;
}

.orderLevelColorChild3 {
	background-color: #FFDF00;
}

.tundra .dojoDndItemAnchor, .tundra .dojoDndItemSelected {
	background-color: transparent !important;
}

.dojoDndItemBefore {
	border-top: 0px solid #369;
}

.taskPlanningMax {
	position: fixed !important;
	top: 113px !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 5 !important;
}

.menuVisible .taskPlanningMax {
	position: fixed !important;
	top: 113px !important;
	left: 200px !important;
	right: 0 !important;
	bottom: 0 !important;
	z-index: 5 !important;
}