/** THIS IS A CUSTOM CSS FOR INDIVIDUAL STYLING - THIS FILE IS GLOBAL, SO EVERYTHING WITHIN THE MANAGEMENT SYSTEM CAN BE STYLED **/

/*--------------------------------------------------------------------------------------------------------------------*/
/* TIMETRACKING ------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

/*Project*/
.project_tab_project_timesheets {
    display: none !important;
}
/*Task-Modal*/
#task-modal .btn-default.mright5,
#task-modal .btn.mbot10,
.task-info-user-logged-time,
.task-info-total-logged-time,
.tasks-table-start-timer,
.task-info-hourly-rate,
.task-info-billable,
.row-options span:nth-child(2){
    display: none;
}

/*TOP-BAR*/
.navbar-right > li.header-timers {
    display: none !important;
}
#prchat-header-wrapper {
    right: 156px !important;
}
.header-my-timesheets {
    display: none;
}

/*Setup - Mitarbeiter*/
body.app.admin.staff.member .content >.row >div:nth-child(1),
body.app.admin.staff.member .content >.row >div:nth-child(5)>div:nth-child(2) {
    display: none;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* SAVE-BUTTON -------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

.btn-bottom-toolbar {
    text-align: left;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* Filter button------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/

body.end_client ._filter_data {
    display: none!important;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* PRCHAT ------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/


body.prchat #sidepanel {
    height: calc(100vh - 63px) !important;
}

body.prchat .content {
    height: calc(100vh - 63px) !important;
}

body.prchat .tab-content {
    height: calc(100% - 200px) !important;
    overflow: auto!important;
}

.menu-item-prchat .menu-text>span.liveClients{
    display: none!important;
}
.menu-item-prchat .menu-text>span.liveUsers{
    display: none!important;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* TABLE HISTORY MANAGER ---------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.search-column-only {
    color: blue !important;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/* MENU ITEMS --------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------------*/
.menu-item-customers {
    display: none !important;
}
