.taskProgress {
    margin: 16px 0;
    width: 100%;
    height: 16px;
    overflow: hidden;
    color: #F4F4F4;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.08), 0 1px 1px rgba(0,0,0,0.40);
    border-radius: 1px;
}
.tableRows .taskProgress {
    /*height: 16px;*/
    width: 80px;
}
.taskProgress tr.main {
    height: 16px;
}
.taskProgress td {
    /*padding-left: 3px;*/
    white-space: nowrap;
}

.taskProgress .done {
    background: rgba(19, 167, 221, 1.0) !important;
    /*min-width: 2px;*/
}
.taskProgress .undone {
    background: rgba(153, 221, 170, 1.0) !important;
}

.taskProgress .okEff {
    background: rgba(19, 167, 221, 1.0);
    /*min-width: 5px;*/
}
.taskProgress .ok {
    background: rgba(19, 167, 221, 0.5);
}
.taskProgress .over {
    background: rgba(221, 153, 170, 1.0) !important;
    /*min-width: 2px;*/
}
.taskProgress .available {
    background: rgba(153, 221, 170, 1.0) !important;
    /*min-width: 2px;*/
}
.taskProgress .border {
    background: #eee;
    /*min-width: 2px;*/
}
.taskProgress td.billableIndicatorContainer {
    padding-right: 12px;
}
.taskProgress .billableIndicator {
    display: inline-block;
    position: relative;
/*    width: 2px;
    height: 5px;*/
    border: 6px solid #3d3d3d;
    border-left-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    margin-top: -3px;
}
table tr.hasActiveChildTasks {
    /*background: #f7f7f7;*/
}
table tr.hasActiveChildTasks td,
table tr.hasActiveChildTasks td .uiValue,
table tr.hasActiveChildTasks td .text,
table tr.hasActiveChildTasks td.slider .label label,
table tr.hasActiveChildTasks td .timeIcon .icon {
    color: #ccc;
}
table tr.hasActiveChildTasks .taskProgress .done {
    background: rgba(153, 221, 170, 0.3) !important;
}

.activeWorkLog,
.dynamicButton .icon.activeWorkLog {
    color: #af0 !important;
}
#footer .icon.activeWorkLog {
    color: #13a7dd;
}
#footer .icon.spin {
    display:inline-block;
    -moz-animation:spin 10s infinite linear;
    -o-animation:spin 10s infinite linear;
    -webkit-animation: spin 10s infinite linear;
    animation:spin 10s infinite linear;
    
    /* hack for aliasing bug in chrome */
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

table tr.row.activeWorkLog {
    font-weight: bold;
}

table tr.row span.hasActiveSubTasks {
    padding-left: 3px;
}


.workLogsOverview td {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    border-left: 3px dashed #E7E7E7;
    padding: 10px;
    vertical-align: top;
    max-width: 200px;
    min-width: 80px;
}
.workLogsOverview td .description {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.workLogsOverview td:first-child {
    border-left: 1px solid #E7E7E7 !important;
}
.workLogsOverview td:last-child {
    border-right: 1px solid #E7E7E7 !important;
}
.workLogsOverview td .startTime input,
.workLogsOverview td .endTime input{
    width: 33px;
    border: none;
    background: none;
}
.workLogsOverview td.time {
    border: none
}
.workLogsOverview td.noTask {
    background: #F7F7F7;
}
.workLogsOverview td.idle {
    background: #FFF4F4;
}
.workLogsOverview td.notIdle {
    background: #F4FFF4;
}
.workLogsOverview td.conflict {
    border-left: 3px dashed #F77;
}
.workLogsOverview span,
.workLogsOverview a {
    white-space: nowrap;
}
.workLogsOverview a {
    display: block;
}
/*.workLogsOverview td.active {*/
    /*border: 3px dotted #CCC;*/
/*}*/
.workLogsOverview td span.active {
    font-size: 16px;
    color: #F66;
}
.workLogsOverview td span.endTime {
    float: right;
}



.kanbanBoard {
    width: 100%;
    border: 1px solid #F4F4F4;
}
.kanbanBoard td.kanbanStatus,
.kanbanBoard th {
    padding: 5px;
    vertical-align: top;
    border-left: 1px solid #F4F4F4;
    width: 30%;
}
.kanbanBoard th {
    font-size: 18px;
    font-weight: 100;
}
.kanbanBoard td.kanbanStatus:first-child,
.kanbanBoard th:first-child {
    border-left: none;
}

.kanbanBoard td.Neu {
    background: #FFC4C4;
}
.kanbanBoard td.InBearbeitung {
    background: #C4E4FF;
}
.kanbanBoard td.Erledigt {
    background: #C4FFC4;
}

.kanbanBoard .task {
    border: 1px solid #eee;
    margin-top: 5px;
    height: 30px;
    background: rgba(255,255,255,0.5);
    border-radius: 4px;
    width: 100%;
}
.kanbanBoard .task td {
    vertical-align: middle;
    padding: 0;
}
.kanbanBoard .task .drag {
     width: 7px;
     background: url('/modules/Project/images/drag.png');
 }
.kanbanBoard .task .id {
    width: 40px;
    padding-right: 5px;
    text-align: right;
    background: #F7F7F7;
    border-right: 1px solid #eee;
    font-weight: 100;
    font-size: 20px;
}
.kanbanBoard .task .subject {
    padding: 5px 0;
    width: 85%;
    line-height: 14px;
    max-height: 30px;
    overflow: hidden;
    color: #666;
    width: auto;
}
.kanbanBoard .task .assignee {
    width: 30px;
}
.kanbanBoard .task img.avatar {
    border-radius: 4px;
    opacity: 0.9;
    width: 30px;
    height: 30px;
    display: block;
}

@media only screen
and (max-width : 800px) {
    .application:not(.mobile) #mainTabAreas {
        border-left: none;
        bottom: 0;
    }
    .application:not(.mobile) #footer {
        display: none;
    }
    .application:not(.mobile) #mainLeftCol {
        display: none;
    }
    .application:not(.mobile) #upperPage {
        left: 0px;
    }
    .application:not(.mobile) .viewActivitiesCol {
        display: none;
    }
    .application:not(.mobile) #footerCrumbs .tabCrumbs,
    .application:not(.mobile) #footerCrumbs .addTabIcon {
        display: none;
    }
    .application:not(.mobile) .crumbContainer {
        display: none;
    }
    .application:not(.mobile) .viewTabs, 
    .application:not(.mobile) .systemAvatar,
    .application:not(.mobile) .elunicViewHead{
        display: none;
    }
    .application:not(.mobile) .dynamicBody {
        top: 0px !important;
    }
    .taskGridOverviewRight {
        display: none;
    }
    .workLogItem {
    margin-left: -20px;
    margin-right: -15px;
    }
}

@media only screen
and (max-width : 1000px) {
    .taskGridOverviewRight {
        display: none;
    }
}

@media only screen
and (min-width : 1001px) {
    .taskSideBarOnly {
        display: none !important;
    }
}


.activeTask {
    font-weight: bold;
}

.activeWorkLog {
    color: #13a7dd !important;
}

.workLogs {
    position: relative
}

.itemContainer {
    position: relative;
    top: 28px;
}

.workLogItem {
/*    margin-top: -6px;
    padding-top: 4px;
    padding-bottom: 6px;*/
/*    border: 1px solid #999;*/
/*    border-top: 1px solid #999;
    border-right: 1px solid #999;
    border-left: 1px solid #999; */
/*    border-top-left-radius:5px;
    border-top-right-radius:5px;*/
/*    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-radius:5px;*/
    position: relative;
    background: #fff;
    z-index: 0;
}

.workLogItem .header {
    border-bottom: 1px #fff solid;
    color: #fff;
    background: #13a7dd;
    opacity: 0.4;
    padding: 1px 40px 2px 2px;
}

.workLogItem .workLogIcon {
    margin-left: 3px;
}

.workLogItem .iconContainer{
    position: absolute;
    right: 5px;
    top: 2px;
}

.workLogItem .workLogContent {
    position: absolute;
    background: #fff;
    padding: 5px;
}

.workLogItem .workLogContent .disabled .uiIcons .iconButton{
    display: initial;
}

.workLogItem .workLog {
    padding-left: 4px;
    padding-right: 4px;
}

.workLogItem .header a {
    color: #fff;
}

.workLogItem .header.level0 {
    opacity: 1;
}
.workLogItem .header.level1 {
    opacity: 0.85;
}
.workLogItem .header.level2 {
    opacity: 0.7;
}
.workLogItem .header.level3 {
    opacity: 0.55;
}
.workLogItem .header.level4 {
    opacity: 0.4;
}
/*.workLogItem .header.level5 {
    opacity: 0.25;
    background: #13a7dd;
}
.workLogItem .header.level6 {
    opacity: 0.1;
    background: #13a7dd;
}
.workLogItem .header.level7 {
    opacity: 0;
    background: #13a7dd;
}*/

.workLogButtons {
    text-align: right;
    width: 115px;
    margin-top: 10px;
}

.workLogButtons .button{
    margin: 5px 2px;
    color: #eee;
}
.workLogButtons .button:hover{
    opacity: 0.5;
}
.workLogButtons .buttonGreen .icon,
.workLogButtons .buttonRed .icon,
.workLogButtons .buttonBlue .icon {
    color: #eee;
}

.workLogButtons .buttonGreen {
    background-color: #26c721;
}
.workLogButtons .buttonRed {
    background-color: #c72121;
}
.workLogButtons .buttonBlue {
    background-color: #13a7dd;
}

.workingTimeBar {
    /*width: 100%;*/
    height: 12px;
    bottom: 3px;
    position: absolute;
    left: 0;
    right: 0;
}

.workingTimeBar .workingTimeEntry {
    height: 10px;
    background: #13a7dd;
    opacity: 0.2;
    position: absolute;
}

.workingTimeBar .workLog {
    height: 10px;
    position: absolute;
    /*background: #FDD835;*/
    cursor: pointer;
    border-right: 1px solid #f5f5f5;
}

/*.workingTimeBar .workLog.typeFeature {
    background: #13a7dd;
}
.workingTimeBar .workLog.typeBug {
    background: #F44336;
}*/
/*.workingTimeBar .workLog.typeUsability {
    background: #44cb26;
}*/
.workingTimeBar .workLog.billable {
    background-image: linear-gradient(transparent 50%, rgba(255,255,255,.5) 50%);
    background-size: 4px 4px;   
    /*border: 2px solid rgba(255,255,255,0.5);*/
}
.workingTimeBar .workLog.conflict {
    z-index: 2;
    background-color: #000;
    border-right: 0;
/*    background-image: linear-gradient(rgb(255,0,0) 50%, rgba(255,255,255,0.9) 50%);
    background-size: 4px 4px;   */
/*    background-color: transparent;*/
}

.workingTimeBar .dayStart {
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    background: #555;
}
.workingTimeBar .dayEnd {
    position: absolute;
    right: 0;
    width: 6px;
    height: 100%;
    background: #555;
}
.workingTimeBar .content {
    height: 100%;
    background: #f5f5f5;
    left: 5px;
    right: 6px;
    position: absolute;
}

.logsReporting .employeeTimes {
    position: relative;
    height: 20px;
}

.logsReporting .employeeTimes .times{
    position: relative;
    margin-left: 100px;
}

.logsReporting .employeeLabel {
    position: relative;
    margin-top: 20px;
}

.projectPackageSelectContext .project {
    background: #f7f7f7;
}

.projectPackageSelectContext .project .cell {
    color: #999;
    padding: 4px 11px;
}

.projectPackageSelectContext .project .addPackageIcon {
    margin-left: 10px;
}

.projectPackageSelectContext .package {
}


.timeSlot.fixedTimeSlot {
    background: #F00 !important;
}

.plannedSlot{
    z-index: 100;
    border: 2px solid #000 !important;   
}






/*
 * resourcePlanning
 */
.resourcePlanning.logsReporting .employeeTimes {
    width: 300px;
    display: inline-block;
    padding: 30px 0;
}
.resourcePlanning.logsReporting .day {
    position: relative;
    top: -20px;
    text-align: center;
    color: #ccc;
}
.resourcePlanning.logsReporting .times {
    margin-left: 0;
}
.resourcePlanning.logsReporting .dayEnd,
.resourcePlanning.logsReporting .dayStart {
    width: 1px;
    top: -20px;
    height: 40px;
    background: #cfcfcf;
}
.resourcePlanning.logsReporting .dayStart {
    left: 0px;
}
.resourcePlanning.logsReporting .dayEnd {
    left: 100%;
}

.resourcePlanning table.grid {
    width: 100%;
    text-align: center;
    color: #ddd;
}
.resourcePlanning table.grid td:not(:last-child) {
    height: 5px;
    border-right: 1px solid #ddd;
}








.timeline {
    width: 100%;
    position: relative;
    height: 150px;
    /*background: #CACACA;*/
}
.timeline .showOnHover {
    display: none;
}
.timeline .hoverable:hover .showOnHover {
    display: block;
}

.timeline .bar {
    width: 100%;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: 50px;
    z-index: 0;
}
.timeline .bar.remainingTime {
    opacity: 0.4;
}
.timeline .bar.overtime {
    opacity: 1 !important;
    background: rgba(255,0,0,0.5) !important;
}

.timeline .milestonesContainer {
    position: absolute;
    height: 60px;
    width: 100%;
    /*background: #ccc;*/
}
.timeline .milestonesContainer.bottom {
    top: 0px;
}
.timeline .milestonesContainer.bottom {
    top: 60px;
}
.timeline .milestone {
    position: absolute;
    display: inline-block;
    bottom: -5px;
    margin-left: -6px;
    z-index: 10;
}

.timeline .milestone.orientationRight {
    text-align: right;
    margin-left: 6px;
}
.timeline .milestone.orientationBottom {
    top: -12px;
}
.timeline .milestone .label {
    height: 20px;
    overflow: hidden;
    font-weight: 900;
    font-size: 14px;
}
.timeline .milestone .date {
    font-size: 12px;
}
.timeline .milestone i {
    font-size: 22px;
}
.timeline .milestone i.separator {
    display: inline-block;
    width: 8px;
    height: 20px;
    position: relative;
    top: -5px;
    background: rgba(255,255,255,0.8);
}
.timeline .milestone.centerIcon .arrow {
    margin-top: -4px;
    margin-bottom: 8px;
}
.timeline .milestone.centerIcon .arrow i.fa {
    font-size: 18px;
}
.timeline .button {
    position: absolute;
    z-index: 20;
}

.timeline .clickable:hover {
    cursor: pointer;
}
.timeline .addMilestone {
    top: 120px;
}