.btn-status {
	margin-left: 10px;
}

.sidebar-nav {
    padding: 9px 0;
}


.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-btn-users {
	margin-left: 10px;
}
.navbar-exit {
	margin-left: 14px;
}

.table-search {
	margin-bottom: 20px;
}
.nav-tabs {
	border-bottom: 1px solid #428bca !important;
}
.nav-tabs>li.active>a {
	background-color: #428bca !important;
	border-color: #428bca !important;
	color: #ffffff !important;
}
.nav-tabs>li.active>a:hover {
	background-color: #428bca !important;
} 
.nav-tabs>li>a:hover {
	border-color: #428bca !important;
	background-color: #ffffff !important;
}

#maintable th:nth-child(1) {
	width: 32px;
}
#maintable th:nth-child(2) {
	width: 150px;
}
#maintable th:nth-child(3) {
	width: 150px;
}
#maintable th:nth-child(5) {
	width: 160px;
}
#add-task-to {
	max-width: 300px;
}
#add-task-date {
	max-width: 261px;
}
#add-task-importance {
	max-width: 261px;
}
#add-task-content {
	height: 160px;
}

#addtask-alert {
	display: none;
}

#add-task-type {
	max-width: 261px;
}

.exclamation {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/exclamation.png') top left no-repeat;
}
.exclamation-super {
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url('../images/exclamation_super.png') top left no-repeat;
}

.status-btn {
	width: 158px;
}




#showtask-body {
	margin-bottom: 18px;
}
#showtask-comments {
	margin-top: 6px;
}
.comment {
	margin-bottom: 10px;
}
.comment-author {
	font-weight: bold;
	color: #2b587a;
}
#comment-text {
	max-width: 340px;
}
.accept-work-btn {
	margin-top: 6px;
}

.edit-task-btn {
	display: inline-block;
	top: 6px !important;
	width: 20px;
	height: 20px;
	float: right;
	margin-left: 0.7em;
	cursor: pointer;
}
.unread-comments {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('../images/new-icon.png') top left no-repeat;
	text-align: center;
	color: #000000;
	font-weight: bold;
	line-height: 26px;
	float: right;
	margin-left: 0.7em;
}

.date-limit {
	position: relative;
}



/*CIRCLE*/
.circletable td:nth-child(1) {
	width: 50px;
}
.circletable td:nth-child(2) {
	width: 180px;
}
.datepicker {
	width: 160px !important;
	height: 24px !important;
	padding-top: 2px !important;
	padding-bottom: 4px !important;
	cursor: pointer;
}
.priority-control {
	height: 24px !important;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
.datepick-btn {
	margin-left: 8px;
}

.priority-control {
	width: 40px !important;
	text-align: center;
	text-transform: capitalize;
}

h1 {
	margin-top: 8px !important;
}

.head .left {
	float: left;
	width: 300px;
}
.head .right {
	float: right;
	width: 300px;
}
.head .right select {
	margin-top: 16px;
}

#period {
	display: none;
	margin-top: 10px;
}
#period-day,
#period-year,
#period-reset {
	width: 75px;
}
#period-week,
#period-month {
	width: 91px;
}
#period span div {
	display: inline;
	margin-left: 0.4em;
}
.new-tasks-count {
	color: #c80202;
	font-weight: bold;
}
.complete-btn, .accept-work-btn {
	background-color: #d4eefb;
}
.amount-red {
	color: red;
}
.amount-green {
	color: green;
}
.amount-blue {
	color: blue;
}
.amount-red:after,
.amount-green:after,
.amount-blue:after {
	content: " ";
}
























