/* ============= tab ============ */

.taskManagerTab.editTab {
    background: #f9f9f9;
}

.taskManagerTab.editTab .uiGroupGrid {
    margin-left: 0 !important;
}

/* ============= general ============ */

.taskManager.blueBgFade,
.taskManager .blueBgFade,
.activityForm .blueBgFade {
    background: linear-gradient(to top, rgba(255,255,255,.17) 0%,rgba(255,255,255,0) 150px) var(--color-app);
}

.taskManager .blueBgFade.endWorkLog {
    background-color: #ffa740 !important;
}

/*.activityForm .taskButton:hover {
    background-image: none;
}*/

.taskManager {
    position: absolute;
    top: 0;
    right: 0;
    /*bottom: 0;*/
    left: 0;
    min-height: 100%;
    background: #13a7dd !important;
}

.taskManager .elunicTableCon.continuousScrolling {
    left: 0 !important;
    right: 0 !important;
}

.taskManager .logOnButton {
    cursor: pointer;
    width: 85px;
    height: 85px;
    /*color: #3d3d3d;*/
    color: #999;
    border-radius: 50%;
    align-items: center;
    /*border: 2px solid #F44336;*/
    border: 2px solid #BBB;
    opacity: .95;
    z-index: 10;
    position: absolute;
    left: 50%;
    margin: 20px 0 0 -133px;
    overflow: hidden;
    padding: 8px;
}

/*.taskManager .loggedOn .logOnButton {
    z-index: -1;
}*/

.taskManager .logOnButton.homeOffice {
    opacity: 0.6;
    margin-left: 20px;
}

.taskManager .logOnButton:hover {
    color: #000;
    opacity: 1;
}

.taskManager .logOnButton.homeOffice:hover {
    opacity: 0.7;
}

.taskManager .logOnButton .text {
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding-top: 4px;
    text-transform: uppercase;
}

.taskManager .section {
    position: relative;
}

.taskManager .section.activities,
.taskManager .section.tasks {
    flex: 1 1 auto;
    /**
     * flex-basis: 0 is a hotfix to debug a strange behaviour in chrome, that
     * the box sizing is not computed correctly after transitions. Setting any
     * flex-basis value seems to fix the problem... [bu]
     */
    flex-basis: 0;
    overflow: hidden;
}

.taskManager .section.timeTracker {
    flex: 0 0 auto;
    min-height: 1px;
    padding: 2px 10px 0;
    overflow: hidden;
    margin-bottom: -3px;
}

.taskManager .section.timeTracker.loggedOff {
    min-height: 185px;
}

.taskLabel {
    background: #1199ca;
    text-transform: uppercase;
    font-size: 10px;
    padding: 5px 10px;
}

/* ============= header ============ */

.taskManagerHeader {
    height: 53px;
    justify-content: center;
    align-items: center;
    padding: 0 11px 2px;
}

.loggedOff .workLogCard,
.loggedOff .materialCardHelper {
    visibility: hidden;
    opacity: 0;
}

.loggedOff .taskManagerHeader {
    margin-top: 130px;
}

.loggedOff .taskManagerHeader .avatar {
    display: none;
}

.taskManagerHeader .uiTextBox .valueItems {
    visibility: hidden;
}

.taskManagerHeader .breakScrolling {
    overflow: hidden;
}

.taskManagerHeader .uiValue {
    color: #FFF !important;
    font-size: 14px;
    font-weight: 100;
    white-space: nowrap;
    opacity: 1;
}
.taskManagerHeader ::-webkit-input-placeholder {
    color: #FFF !important;
}
.taskManagerHeader :-moz-placeholder { /* Firefox 18- */
    color: #FFF !important;
}
.taskManagerHeader ::-moz-placeholder {  /* Firefox 19+ */
    color: #FFF !important;
}
.taskManagerHeader :-ms-input-placeholder {
    color: #FFF !important;
}

.taskManagerHeader .avatar {
    cursor: pointer;
    flex: 0 0 auto;
    text-align: right;
    padding-right: 6px;
    position: relative;
    z-index: 11;
}

.taskManagerHeader .avatar .avatarPlaceholder {
    color: #b4b4b4;
    font-size: 16px;
    line-height: 30px;
}

.taskManagerHeader .avatar .signOutIcon {
    /*background: #13a7dd;*/
    background: #ce4934;
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding-left: 2px;
}

.taskManagerHeader .avatar:not(:hover) .signOutIcon {
    opacity: 0;
}

.taskManagerHeader .employee,
.taskManagerHeader .projectChoice {
    flex: 0 1 auto;
    overflow: hidden;
    position: relative;
    /*padding-right: 16px;*/
}

.taskManagerHeader .employee .uiContainer,
.taskManagerHeader .projectChoice .uiContainer {
    width: 1px;
}

.taskManagerHeader .sizeHelper {
    width: auto;
    padding-right: 21px;
}

.taskManagerHeader .spacer {
    flex: 0 0 auto;
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.4);
    margin: -3px 5px 0;
}

.taskManagerHeader .caretIcon {
    pointer-events: none;
    width: 20px;
    height: 20px;
    line-height: 19px;
    /*background: #13a7dd;*/
    color: #FFF;
    font-size: 13px;
    text-align: center;
    z-index: 2;
    margin-top: -12px;
    position: absolute;
    right: 0;
    top: 50%;
}

.activityContext.bottomFixed {
    bottom: 0 !important;
    top: auto !important;
}

.activityContext .contentContainer {
    padding-left: 10px !important;
    padding-bottom: 10px !important;
}

.activityContext .moreLink,
.activityContext .lessLink {
    white-space: nowrap;
}

.hasMoreInfo .moreLink {
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0px 6px rgba(0,0,0,0.1);
}

.supplementVisible .moreLink {
    display: none;
}

.activityContext .spacerTd {
    width: 1px;
}

.activityContext .fileUploadArea .containerBorder {
    max-width: 350px;
    padding-right: 8px;
}

.activityContext .fileUploadArea .fileSize {
    display: none;
}

/* ============ time tracker ============ */

.taskManager .materialCardCon {
    /*width: 200%;*/
    position: relative;
    /*left: 0%;*/
    /*align-items: flex-start;*/
}

.taskManager .materialCardHelper {
    /*width: 50%;*/
    position: relative;
    /*padding: 0;*/
    margin-bottom: 14px;
}

.taskManager .materialCardHelper.removed {
    height: 0 !important;
    margin: 0;
}

.materialCardHelper .activityForm {
    transform: scale(1);
}

.materialCardHelper.removed .activityForm {
    transform: scale(0);
}

.activityForm .typeIconCon {
    padding-left: 30px;
    position: relative;
}

.activityForm .layoutOneCol .typeIconCon {
    padding-left: 36px;
}

.activityForm .typeIcon{
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 7px;
    opacity: 0.75;
}

.uiGroupGrid .typeIcon{
    width: 22px;
    height: 22px;
    line-height: 22px;
    color: #FFF;
    font-size: 12px;
    border-radius: 50%;
    float:right;
    display: inline-block;
    margin-bottom: 10px;
    text-align: center;
}

.activityForm .layoutOneCol .typeIcon{
    left: 8px;
}

.activityForm .typeIcon.hover {
    opacity: 1;
}

.materialCard .description b {
    /*color: #666;*/
    font-size: 12px;
    /*font-weight: 500;*/
}

/*.taskManager .materialCardCon .activityForm {
    padding: 12px 10px;
}*/

/*.workLogCard,
.materialCardHelper {
    overflow: hidden;
}*/

.timeTracker .materialCard {
    margin-bottom: 2px;
}

/* inactive card */

.timeTrackerTable {
    width: 100%;
}

.taskManagerContext {
/*     ???
    left: 4px !important;
    */
    border-radius: 3px;
}

.taskManagerSinceXMinutes {
    width: 30px;
    background: none;
    border: none;
    border-bottom: 1px solid #bbb;
    text-align: center;
    color: #13a7dd;
    padding: 4px 0 0px 0;
    margin: -5px 5px -5px 4px;
    position: relative;
    top: -3px;
}

.contextBoxItem.mouseOver .taskManagerSinceXMinutes {
    border-bottom-color: #3d3d3d;
}

.supplementWorkLogContext {
    right: 3px !important;
    padding: 0;
}

.supplementWorkLogContext .dialogHeader.hasContent {
    padding-left: 17px !important;
}
.supplementWorkLogContext .content {
    padding-bottom: 12px !important;
}

.supplementWorkLogContext .titleContent {
    font-size: 15px;
    margin-left: 10px;
    top: 2px;
    position: relative;
    color: #999;
}

/*.supplementWorkLogContext .arrow {
    margin-top: 16px !important;
}*/

.taskManager .rightCell,
.taskManager .leftCell {
    vertical-align: top;
}

.flatMaterial .activitiesTable .materialCard {
    padding-top: 6px;
    padding-bottom: 6px;
}

.taskManager .leftCell {
    padding-right: 15px;
}

.taskManager .searchTaskCell {
    width: 1px;
    padding-left: 7px;
}

.taskManager .searchTask {
    color: #BBB;
    position: relative;
    top: -3px;
    left: -5px;
}

.activityForm .taskButton {
    cursor: pointer;
    color: #fff;
    margin: 5px 0 2px;
    font-weight: 100;
    border: none;
    outline: none;
    padding: 0;
}

.activityForm .taskButton .buttonElement {
    display: inline-block;
    line-height: 17px;
    padding: 6px 8px;
}

.activityForm .taskButton .buttonElement:first-child {
    padding-left: 10px;
}

.activityForm .taskButton .buttonElement:last-child {
    padding-right: 9px;
}

/*.taskManager .buttonElement.alternate {
    background: rgba(0, 0, 0, 0.1);
}*/

.taskManager .buttonElement:hover {
    background: rgba(255,255,255, 0.2);
}

.taskManager .flexSpacer {
    flex: 1 1 auto;
}

/*.activityForm .prioCircle {
    display: none;
}*/

.activityForm .prioCircle {
    cursor: pointer;
    display: inline-block;
    background: #eee;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
}

.supplementVisible .prioCircle {
    display: none;
}

.activityForm .footerIconButton {
    cursor: pointer;
    display: inline-block;
    background: #eee;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
}

.activityForm .changeLogBtn {
    cursor: pointer;
    display: inline-block;
    background: #eee;
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
}

.activity.materialCard .durationContainer {
    position: absolute;
    /*background: #ccc;*/
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -11px -12px;
}
.activity.materialCard .estimate {
    height: 100%;
    background: #ccc;
}

.activity.materialCard .spentHoursContainer {
    position: absolute;
    /*background: #ccc;*/
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -11px -12px;
}

.elunicViewActivities .spentHoursContainer,
.elunicViewActivities .durationContainer {
/*.elunicViewActivities .targetLink {*/
    display: none;
}

.activity.materialCard .spentHours {
    height: 100%;
    background: orange;
    /*background: #13a7dd;*/
}

/*.activityForm .taskButton:hover {
    background: #13a7dd;
}*/

.activityForm .taskButton .icon {
    color: #fff;
    font-size: 13px;
    border-left: 1px solid rgba(255,255,255,0.2);
}

.activityForm:not(.supplementVisible) .saveSupplementBtn,
.activityForm.supplementVisible .saveButton {
    display: none;
}

/*.activityForm:not(.hasChanges) .saveButtonElement,*/
/*.activityForm:not(.hasElunic) .closeButtonElement,*/
/*.activityForm.hasChanges .closeButtonElement {*/
.activityForm.hasElunic .createButtonElement,
.activityForm:not(.hasElunic) .saveButtonElement {
    display: none;
}

/*.activityForm .taskButton .buttonElement.closeButtonElement {
    display: none;
}*/

/*.taskManager .saveSupplementBtn .hideSupplement {
    padding-left: 7px;
    margin-left: 7px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 0.66;
}*/

.activityForm .taskButton .icon:hover,
.activityForm .taskButton .icon.hover {
    color: #555;
}
/*.activityForm .taskButton .icon:hover,
.activityForm .taskButton .icon.hover {
    color: #ffa740;
    opacity: 1;
}*/

/*.taskManager .endWorkLog .moreActions:hover,
.taskManager .endWorkLog .moreActions.hover {
    color: #000;
}*/

/*.taskManager .supplementWorkLog {
    height: 0;
    overflow: hidden;
    padding: 0 1px 0 5px;
}*/

/* work log */


.workLogCard .logProjectOperation {
    white-space: nowrap;
    margin-bottom: 5px;
}

.workLogCard .logProjectOperation .project,
.workLogCard .logProjectOperation .spacer,
.workLogCard .logProjectOperation .operation {
    overflow: hidden;
    text-overflow: ellipsis;
}

.workLogCard .logProjectOperation .spacer,
.workLogCard .logProjectOperation .operation {
    flex: 0 0 auto;
}

.workLogCard .logProjectOperation .spacer {
    margin: 0 5px;
}

.timeTracker .workLogCard .leftSide {
    flex: 1 1 auto;
    padding: 8px 15px 0 0;
}

.timeTracker .workLogCard .leftSide .description {
    line-height: 19px;
    color: #000;
    font-size: 15px;
    font-weight: 100;
    padding-bottom: 5px;
}

.timeTracker .workLogCard .rightSide {
    width: 70px;
    flex: 0 0 auto;
    align-items: center;
}

.timeTracker .durationCounter {
    padding-bottom: 6px;
}

.timeTracker .durationCounter .uiValue {
    color: #999;
    font-size: 15px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.timeTracker .durationCounter .borderHelper {
    margin-top: -2px;
}

/* ============ right cell ============ */

.taskManager .rightCell {
    width: 120px;
}

.taskManager .prevTask {
    display: block;
    margin-top: 2px;
    color: #FFF;
}

/* ============ activities ============ */

.taskManager .section.activities {
    background: #f9f9f9;
}

.taskManager .section.activities .eyeCatcher {
    position: absolute;
    right: 0;
    top: 0px;
    background: #13a7dd;
    color: #FFF;
    border-radius: 2px;
    padding: 0px 4px 1px 3px;
    opacity: 0.7;
}

.taskManager .activityFilters {
    position: relative;
    top: 40px;
}

.flatMaterial .activitiesTable .activityRowIcons {
    width: 39px;
    /*opacity: 0.66;*/
    opacity: 1;
}
.taskManager .activityContentCell:hover .activityRowIcons {
    opacity: 1;
}

.taskManager .activityContentCell.logging {
    border-left: 4px solid #ffa740 !important;
}

.taskManager .activityIcon {
/*    width: 29px;
    height: 29px;*/
    line-height: 26px;
    font-size: 16px;
}

.taskManager .activityIcon.icon-envelope,
.taskManager .activityIcon.fa-envelope {
    line-height: 29px;
}

.taskManager .activityFilters .filterLabel {
    margin-left: 5px;
}

.taskManager .tableTitleHeader {
    height: 33px;
    /*background: #13a7dd !important;*/
    /*background: #0f85b1 !important;*/
    color: #FFF;
    padding: 5px 0 0 !important;
    text-align: center;
    border: none !important;
    box-shadow: inset 0 5px 6px -4px rgba(0,0,0,0.15);
        /*inset 0 0 0 100px rgba(0,0,0,0.40);*/
    margin-top: -40px !important;
}

.taskManager .tableTitleHeader .titleContent {
    display: none;
}

.taskManager .tableTitleHeader .searchTableButton {
    /*color: #FFF;*/
    position: absolute;
    right: 9px;
    bottom: -31px;
}

.taskManager .tableTitleHeader .taskStateSelect {
    position: absolute;
    right: 39px;
    bottom: -31px;
    font-size: 19px;
}

.taskManager .tableTitleHeader .tableViewTab {
    border-left: none;
    padding: 2px 11px 7px;
    margin: 3px 5px 0;
}

.taskManager .tableTitleHeader .tableViewTab a {
    color: #FFF !important;
    opacity: 0.8;
}

.taskManager .tableTitleHeader .tableViewTab.selected {
    border-bottom: 2px solid #ffa740;
}

.taskManager .tableTitleHeader .tableViewTab.selected a {
    opacity: 1;
    /*font-weight: 500;*/
    font-weight: bold;
}

.taskManager .tableViewTab .text {
    text-decoration: none !important;
}

.taskManager .addActivityButton {
    display: none;
}
/*.taskManager .addActivityButton {
    line-height: 34px;
    background: #FFF;
    position: fixed;
    bottom: 39px;
    right: 15px;
    font-size: 41px !important;
    color: #13a7dd;
    box-shadow: 1px 1px 7px;
    border-radius: 50%;
    opacity: 0.75;
}

/*.taskManager .addActivityButton:hover {
    opacity: 1;
}*/

.taskManager .activityFilters {
    display: none;
}

.taskManager .saveViewLink,
.taskManager .personalizeTableLink {
    display: none !important;
}

.taskManager .tableConfigArea {
    padding: 15px 65px 15px 25px !important;
    margin-bottom: 20px !important;
}

.taskManager .configActive.continuousScrolling .tableConfigArea {
    margin-bottom: -37px;
}

.taskManager .activityDate .title {
    padding-bottom: 11px;
}

.taskManager .mainTable {
    margin-top: 49px !important;
    /*margin-bottom: 20px;*/
}
.taskManager .tableRow {
    background: none !important;
}

.taskManager .tableRows tr.hover td {
    background: #fdfdfd;
}

.taskManager .activityIcons {
    padding-right: 10px;
}

/* ============== working time bar ============== */

.taskManager .dayOverview {
    flex: 0 0 auto;
    background: #f9f9f9;
    /*padding: 3px 11px 9px;*/
    padding: 12px 9px 1px;
    border-top: 1px solid #eee;
}

.taskManager .dayOverview:hover,
.taskManager .dayOverview.expanded {
    background: #FFF;
}

.taskManager .dayOverview .title {
    height: 0px;
    font-size: 11px;
    overflow: hidden;
    opacity: 0;
}

.taskManager .dayOverview:hover .title,
.taskManager .dayOverview.expanded .title {
    height: 13px;
    padding: 0px 0 10px;
    margin-top: -3px;
    opacity: 1;
}
.taskManager .dayOverview:hover .title.titleExpanded {
    height: 96px;
}
.taskManager .dayOverview .title .hoursToday {
    /*color: #13a7dd;*/
    color: #555;
    font-weight: bold;
    margin: 0 3px 0 4px;
}

.taskManager .dayOverview .title .dayNav {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 2rem;
}

.taskManager .dayOverview .title .dayNav .dateIndicator {
    margin-right: 10px;
}

.taskManager .dayOverview .title .dayNav .icon {
    margin: 0 5px;
}

.taskManager .dayOverview .bar {
    height: 12px;
    position: relative;
    margin: 0 6px;
}

@media only screen
and (min-width : 801px) {
    .sidebarConnectionIndicatorContext {
        display: none  !important;
    }
}

.taskManager .sidebarFooterIcons {
    display: none;
    flex: 0 0 auto;
    margin: -5px -3px 0 8px;
}

.taskManager .sidebarFooterIcons .icon {
    font-size: 15px;
    margin-left: 7px;
}

@media only screen
and (max-width : 800px) {
    .taskManager .sidebarFooterIcons {
        display: block;
    }
}

.taskManager .dayOverview .title table {
    width: 100%;
}
.taskManager .dayOverview .title .userWorkload {
    height: 76px;
    width: 92%;
    overflow-y: auto;
    display: inline-block;
}
.taskManager .dayOverview .title .userWorkload td {
    float: left;
    margin: 0 0 10px 10px;
    min-width: 10%;
    max-width: 125px;
    height: 65px
}
.taskManager .dayOverview .title .userWorkload td p {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.taskManager .dayOverview .title .userWorkload td a {
    height: 65px;
}
.taskManager .dayOverview .title .userWorkload td a:hover {
    text-decoration: none;
}
.taskManager .dayOverview .title .userWorkload td .circlet {
    /*top: -15px;*/
    /*left: 10%;*/
    border: 0;
    margin: 0 auto;
}
.workingTimeBar .workingTimeEntry {
    height: 12px;
    background: #666;
    opacity: 0.2;
    position: absolute;
}

.workingTimeBar .workLog {
    height: 12px;
    position: absolute;
    /*background: #ccc;*/
    cursor: pointer;
    border-right: 1px solid #f5f5f5;
    box-sizing: border-box;
    min-width: 3px;
    padding: 1px 0;
    border-top: 1px solid rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #999;
}
.workingTimeBar .workLog .bgColor {
    background: #ccc;
    width: 100%;
    height: 100%;
}

.workingTimeBar .workLog.typeFeature {
    border-top: 1px solid #13a7dd;
}
.workingTimeBar .workLog.typeBug {
    border-top: 1px solid #F44336;
}

.workingTimeBar .workLog.typeBillable {
    border-bottom: none;
    padding-bottom: 0;
}
/*.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 .dayStart,
.workingTimeBar .dayEnd {
    position: absolute;
    height: 100%;
    background: #888;
    width: 6px;
}

.workingTimeBar .dayStart:hover,
.workingTimeBar .dayEnd:hover {
    background: #13a7dd;
}

.workingTimeBar .dayStart {
    left: -6px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.workingTimeBar .dayEnd {
    right: -6px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.workingTimeBar .content {
    height: 100%;
    /*background: #f5f5f5;*/
    background: #EEE;
    left: 1px;
    right: 1px;
    position: absolute;
}

.workingTimeBar .nowIndicator {
    position: absolute;
    font-size: 12px;
    margin-left: -3px;
    top: -9px;
}

.taskManager .floatingButtonCon {
    position: fixed;
    bottom: 100px;
    right: 19px;
    z-index: 111;
}

.taskManager .floatingButtonArea {
    position: absolute;
    bottom: 72px;
    width: 100%;
}
.circletContent.icon {
    font-size: 400%;
}


.taskManager .floatingButtonCon:not(:hover) .floatingButtonArea {
    /*pointer-events: none;*/
    width: 0;
    left: 5px;
}
 

.taskManager .floatingButton {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 43px;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    box-shadow: 1px 2px 6px rgba(0,0,0,0.4);
    border: 1px solid transparent;
    border-radius: 50%;
    transform: scale(0);
    margin: 20px auto 0;

    -webkit-transition-property: transform; /* Safari */
    transition-property: transform;
}

.zoneCirclet {
    width: 50px;
    font-size: 300%;
    display: inline-block;
    vertical-align: text-bottom;
    height: 50px !important;
    border-radius: 50% !important;
    line-height: 50px !important;
    background: #dddddd;
    border: 1px solid #ffffff;
    overflow: hidden;
    text-align: center;
}
.zoneCirclet img {
    color: #ffffff;
    width: 50px;
}
.zoneCirclet .icon {
    color: #ffffff;
}
.zone-ban {
    color: #ff0000;
    position: absolute;
    z-index: 1;
    transform: translateX(-107%);
}

/*.inTheZone {
    filter: grayscale(100%) blur(1px) opacity(50%) sepia(100%);
}*/
.zonedIn {
    background-color: #87AA23;
}
.zonedOut {
    background-color: #7855DC;
}

.taskManager .floatingButtonCon:hover .floatingButton,
.taskManager .floatingButtonCon.stayOpen .floatingButton {
    transform: scale(1);
}

.uiTitle .hoverButton:before {
    transform: scale(0);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

.uiTitle:hover .hoverButton:before,
.elunicTable:hover .uiTitle .hoverButton:before {
    transform: scale(1);
}

.uiTitle .hoverOutButton {
    position: absolute;
    opacity: 0.3 !important;
    margin-left: 5px !important;
}

.uiTitle .hoverOutButton:before {
    transform: scale(1);
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    -ms-transition-duration: .4s;
    transition-duration: .4s;
}

.uiTitle:hover .hoverOutButton:before,
.elunicTable:hover .uiTitle .hoverOutButton:before {
    transform: scale(0);
}

.taskManager .floatingButton.addButton {
    width: 50px;
    height: 50px;
    line-height: 53px;
    background: #13a7dd;
    font-size: 20px;
    transform: scale(1);
}

.taskManager .floatingButtonCon .floatingButton:hover {
    box-shadow: 1px 2px 6px rgba(0,0,0,0.7);
}

.taskManager .billableIcon {
    display: inline-block;
    background: #1d9b72;
    width: 13px;
    height: 13px;
    line-height: 15px;
    color: #fff;
    font-size: 12px;
    text-indent: -0.5px;
    text-align: center;
    margin: 21px 0 0 -13px;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.taskManager .commentIcon {
    display:        inline-block;
    background:     #13a7dd;
    width:          13px;
    height:         13px;
    line-height:    14px;
    color:          #fff;
    font-size:      11px;
    text-indent:    -0.5px;
    text-align:     center;
    margin:         21px 0 0 -36px;
    border:         1px solid #fff;
    border-radius:  50%;
    position:       absolute;
    z-index:        1;
}

.taskManager .descriptionIcon {
    display:        inline-block;
    background:     orange;
    width:          13px;
    height:         13px;
    line-height:    14px;
    color:          #fff;
    font-size:      11px;
    text-indent:    -0.5px;
    text-align:     center;
    margin:         -4px 0 0 -13px;
    border:         1px solid #fff;
    border-radius:  50%;
    position:       absolute;
    z-index:        1;
}

.taskManager .buttonCount {
    width: 15px;
    height: 15px;
    line-height: 14px;
    background: #999;
    color: #FFF;
    font-size: 10px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #FFF;
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.taskManager .buttonCount.important {
    background: #d40707;
}


.taskManager .activitiesTable .iconButtonCircle {
    padding: 20px;
    position: relative;
    top: 5px;
    left: -20px;
}

.taskManager .tableConfigArea .uiInputBox .prefix .uiValue {
    /**
     * this change was made to position the icon better within the all field
     * search of the activities column @bu 21.11.2014
     */
    left: -8px;
}

.noHeightLimit .activitiesTable.uiContent .elunicTable .flexTableWrapper {
    max-height: none;
    overflow: visible auto;
}

