﻿.nevda-tree-view--projects .k-item,
.nevda-tree-view--teams .k-item {
    padding-left: 0;
}

.nevda-sidebar .nevda-tree-view--reports .k-in,
.nevda-sidebar .nevda-tree-view--projects .k-in,
.nevda-sidebar .nevda-tree-view--teams .k-in,
.nevda-sidebar .nevda-sidebar__team-projects .k-in,
.nevda-sidebar .nevda-tree-view--pins .k-in {
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.nevda-tree-view--reports .k-state-selected,
.nevda-tree-view--projects .k-state-selected,
.nevda-tree-view--teams .k-state-selected,
.nevda-tree-view--pins .k-state-selected {
    background-color: #e2e2e2;
}

.nevda-tree-view--reports .k-state-selected::after,
.nevda-tree-view--projects .k-state-selected::after,
.nevda-tree-view--teams .k-state-selected::after,
.nevda-tree-view--pins .k-state-selected::after {
    content: none;
}

.nevda-sidebar .nevda-tree-view--reports .k-in,
.nevda-sidebar .nevda-tree-view--teams .k-in,
.nevda-sidebar .nevda-tree-view--pins .k-in {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 14px;
    box-sizing: border-box;
}

.nevda-tree-view--reports .k-item,
.nevda-sidebar .nevda-sidebar__team-projects .k-in,
.nevda-tree-view--pins .k-item {
    padding-left: 0;
}

.tasks-sidebar-project {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 6px;
    padding-left: 14px;
}

.tasks-sidebar-project--with-color {
    padding-left: 10px;
    border-left-width: 4px;
    border-left-style: solid;
}

.tasks__tree-view-project-title {
    display: inline-block;
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}

.nevda-sidebar__members-block {
    padding: 10px 5px;
    border-top: 1px solid #DFDDDD;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tasks__privacy-container, .tasks__state-container {
    width: 15px;
    padding-right:3px;
}

.tasks-progress {
    position: relative;
}

.tasks-progress .k-loading-mask {
    display: none;
}

.tasks-progress__overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    background-color: #FFF;
    overflow: hidden;
    z-index: 1;
}

.task-list-item--skeleton {
    border-bottom: 1px solid #DFDDDD;
}

.task-list-item--skeleton .tasks__left-grid-side {
    align-items: center;
    background-color: transparent;
}

.task-completion--skeleton {
    border: none;
    background-color: #DFDDDD;
    border-radius: 50%;
}

.task-list-item__skeleton-title {
    display: inline-block;
    height: 12px;
    background-color: #DFDDDD;
}

.task-list-item__skeleton-pill {
    display: inline-block;
    height: 18px;
    border-radius: 9px;
    background-color: #DFDDDD;
}

.task-list-item--section .task-completion,
.task-list-item--section .tasks__right-grid-side {
    display: none;
}

.task-list-item__title {
    flex: 1;
    border: none;
    outline: none;
    background: inherit;
}

.task-list-menu__team {
    position: relative;
    padding-left: 30px !important;
}

.task-list-menu__belongs-to-team {
    position: absolute;
    left: 8px;
    top: 6px;
}

.nevda-sidebar__other {
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid lightgray;
    padding-bottom: 10px
}

.nevda-sidebar__other .other-item {
    border: 1px solid lightgray;
    border-radius: 12px;
    padding: 3px 10px;
    cursor: pointer;
    background-color: #eee;
    font-size: 13px
}

.nevda-sidebar__other .other-item i {
    margin-right: 5px
}

.nevda-sidebar__other-teams, .nevda-sidebar__project-templates {
    border-top: 1px solid lightgray;
}

.nevda-sidebar__other-teams.not-expanded,
.nevda-sidebar__project-templates.not-expanded {
    padding: 15px 0;
}

.nevda-sidebar__project-templates.not-expanded {
    border-bottom: 1px solid lightgray;
}

.nevda-sidebar__other-teams .teams {
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

.nevda-sidebar__other-teams .teams__item,
.nevda-sidebar__project-templates .templates-item {
     padding: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}

.nevda-sidebar__other-teams .teams__item:focus,
.nevda-sidebar__project-templates .templates-item:focus {
    outline: none;
}

.nevda-sidebar__other-teams .teams__item:hover,
.nevda-sidebar__project-templates .templates-item:hover {
    background-color: #EFEFEF;
}

.nevda-sidebar__other-teams .teams__item i {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 600;
}

.nevda-sidebar__other-teams .teams__item .team-settings {
    position: absolute;
    right: 0;
    top: 11px;
}

.nevda-sidebar__other-teams .teams__item .team-settings i {
    color: gray;
    font-size: 13px;
    opacity: 0;
    transition: all 0.3s;
}

.nevda-sidebar__other-teams .teams__item:hover .team-settings i {
    opacity: 0.7;
}