/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 02.08.2016, 11:35:06
    Author     : kpustka
*/

.noLogging .taskManager .section.timeTracker {
    display: none;
}

.noLogging .taskManager .section.activities .tableViewTabs .tableViewTab:nth-child(2) {
    display: none;
}

.noLogging .taskManager .section.dayOverview {
    display: none;
}

.noLogging .taskManager .section.activities .floatingButtonArea {
    display: none;
}

.noLogging .buttonElement.icon.startWorkLog,
.noLogging .buttonElement.icon.moreActions {
    display: none;
}

.noLogging .changeLogBtn {
    display: none !important;
}

.noLogging .activityIcons .iconButtonCircle.fa-clock-o {
    display: none;
}

.noLogging .headerButton .iconButtonCircle.fa-external-link {
    display: none;
}