.b-request-list__position-up {
  color: green;
}
.b-request-list__position-down {
  color: red;
}

.navbar-brand {
    padding: 0 15px;
}

.page-header {
    margin: 0px 0 20px;
}

h1, .h1 {
    font-size: 30px;
}

.comments {
	padding: 0px;
}


blockquote {
    font-size: 12px;
    margin: 20px 0;
    color: #3c763d;
}

.comment-form {
	margin-top: 30px;
}


.dashboard-header {
	text-transform: uppercase;
	font-weight: bold;
}

 .dashboard-deadline {
	 /*width: 150px;*/
 }
 
 .dashboard-buttons {
	 /*width: 62px;*/
 }

 
 /* DASHBOARD GOALS AND STRATEGIES */

.goals-tree-for-clients {
	margin: 0px;
	padding: 0px;
}
 
.goals-tree .goal-title {
	margin-bottom: 15px;
}
 
.goals-tree .goal-title a,
.goal-title {
	color: #478030;
}

.goals-tree .goal-title span {
	padding-left: 5px;
}
.goals-tree .goal-title span a {
	font-weight: normal;
	font-size: 0.9em;
	color: #337ab7;
}

.strategic-tasks tbody + tbody {border-top: 1px;}

.goals-tree .strategic-task {
	font-weight: bold;
}
.goals-tree .strategic-task a {
	color: #000;
}

.goals-tree .tactic-task a {
    color: #000;
    font-style: italic;
	font-size: 0.9em;
}

.goals-tree .bx-closed {
	text-decoration: line-through;  
}
.goals-tree .bx-closed a, 
.goals-tree .bx-closed {
	color: #a2a1a1;
}



/* DASHBOARD ACTUAL TASKS */

ul.actual-task-list {padding-left: 20px;}

.actual-task-list ul {padding-left: 25px; padding-top: 3px;}
.actual-task-list ul li {font-size: 0.9em;}

.actual-task-list .bx-closed,
.actual-tasks-table .bx-closed {
	text-decoration: line-through;
}

.actual-task-list .bx-closed a,
.actual-tasks-table .bx-closed a {
	color: #a2a1a1;
}


.dashboard-tasks-table td {
	padding-bottom: 5px;
}

.dashboard-tasks-table-containers {
	margin: 10px 0px 5px 0px;
}

.actual-tasks-table {
	
	/*padding-left: 15px;*/
}

.progress {margin-bottom: 0px;}

.dashboard-progress {
	height: 16px;
	position: relative;
	margin-bottom: 0px;
}

.progress-value {
	display: block;
	color: #000;
	font-size: 11px;
	line-height: 16px;
	position: absolute;
	left: 30%;
}



/* DASHBOARD TICKETS */

.last-messages, .last-agency-messages {padding: 5px 0px;}

.last-messages__list {max-height: 400px; padding-right: 5px;}
.last-agency-messages .last-messages__list {max-height: 100%;}

.last-messages__list .item {border: 1px solid #dcdcdc; padding: 0px;}

.last-messages__list .item-task {background-color: #f1f1f1; padding: 5px;}

.last-messages__list .item .item-date { padding: 5px; font-style: italic;} 
.last-messages__list .item .item-author {display: block;}
.last-messages__list .item .item-message { padding: 5px;}




/*  BITRIX24 COMMENTS  */

.todoist-btn {
	margin-left: 7px;
}

/* DASHBOARD AUTO-COMMENTS */
.is-internal {
    border-color: #b7b7b7;
}

.is-internal > .panel-heading {
    color: #666666;
    background-color: #dcdcdc;
    border-color: #b7b7b7;
}
