.kanban-tags .tags-labels .label-tag, 
table .tags-labels .label-tag {
    display: inline-block;
    margin-top: 1px;
}

.label-tag {
    margin-right: 2px;
    font-size: 9px;
    padding: 1px 2px;
	color: #fff;
    border: none;
    background: #888;
}

table .tags-labels {
    line-height: 10px;
}

.home-activity .tab-content {
    height: 650px;
}

.finance-summary {
	display: none;
}

.task-unfinished-icon {
    color: #fff;
    border: 1px dashed #fff;
}

.label-info {
    background: #03a9f4;
    border: none;
    color: white;
}

.label-default {
    background: #afb7c1;
    border: none;
    color: #fff;
}

.label-success {
    background: #84c529;
    border: none;
    color: #fff;
}

.task-finished-icon {
    color: #fff;
    border: 1px dashed #fff;
}

.table-projects ._delete {
	display: none;
}

.table-projects thead tr th:last-child{
	width: 60px;
}
.table-tasks thead tr th:last-child {
	width: 70px;
}

.table-projects td:nth-child(8),
.table-projects th:nth-child(8) {
	display: none;
}

.text-success {
	color: rgb(22, 163, 74) !important;
}
.text-danger {
	color: rgb(239, 68, 68) !important;
}

.dropdown-menu {
	min-width: 230px;
}

.proposal-right-content .btn.btn-info.pull-right {
	margin-bottom: 3em;
}

.btn-default {
	background: #ccc;
}

.sidebar ul.nav li a,
.sidebar>ul.nav>li.active li a {
	color: #d0d0d0;	
}
.sidebar ul.nav li a i.menu-icon {
	color: #888;
}

.sidebar>ul.nav>li.active,
.sidebar ul.nav>li>a:hover,
.sidebar ul.nav>li>a:hover .menu-icon {
	color: #333;
}

.sidebar ul.nav>li.pinned_project>a:hover, 
.sidebar ul.nav>li.pinned_project>a:hover .menu-icon,
.sidebar ul.nav>li .nav-second-level>li:not(.active)>a:focus, 
.sidebar ul.nav>li .nav-second-level>li:not(.active)>a:hover,
.sidebar ul.nav li .nav-second-level li.active a {
	color: white;
}