.activeFiltersCount, .filterReset {
	display: none;
	position: absolute;
	top: 1px;
	right: 1px;
	opacity: 0;
	transition: opacity 0.2s;
}

.activeFiltersCount {
	z-index: 9999999;
}

#filter-button:hover .filterReset {
	opacity: 1;
	z-index: 999999;
}

#filter-button:hover .activeFiltersCount {
	opacity: 0;
	z-index: -1;
}

.ui-sortable-handle:hover .btn-link {
	color: #428bca !important;
}

#fav-project
{
	padding: 11px 6px;
	font-size: 18px;
}

.status {
	border-left: 5px solid;
	border-left-color: #e8eeee;
	margin-bottom: 1px;
	font-size: 12px;
	line-height: 13px;
	padding: 5px 7px;
}
.status input {
	margin: 0px;
	padding: 0px;
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
}

.status-dev {
	border-left-color: #eea236;
}
.status-rejected {
	border-left-color: #d43f3a;
}
.status-complete {
	border-left-color: #4cae4c;
}
.status-testing {
	border-left-color: #46b8da;
}

.task-name {
	display: inline-block;
	width: 93%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.taskli-icons
{
    display: inline-block;
    position: absolute;
    right: 2px;
    bottom: 2px;
    font-size: 14px;
    color: dimgray;
}

.taskli-icons i
{
    margin-left: 3px;
}

.tasks li
{
	list-style-type: none;
}

.tasks > li:before
{
    content: "";
    position: absolute;
    height: 39px;
    margin: -5px -7px;
    background-color: #BADA55;
    opacity: 0.25;
    z-index: 0;
    display: block;
    width: 0%;
}

.minimalView .tasks > li:before
{
	height: 26px;
}

.minimalView .tasks .task:hover:before, .minimalView .tasks .task-locked:hover:before
{
	height: 39px;
}

.app-settings:hover .fa-cog
{
    transform: rotate(360deg);
    transition: transform 1.5s;
}

.taskMenuToggle
{
    position: absolute;
    color: #FFF;
    bottom: 0px;
    right: 0px;
}

.taskMenu
{
    color: #000;
}

.sprint-title
{
    font-size: 20px;
}
#tabActivity, #tabActivity span{
	font-size:11px;
}

.sprintSelectAllButton
{
	/*background-color: #EEE;
	border: solid 1px #BBB;*/
	margin-bottom: 5px;
	padding: 4px 12px;
}

input.sprintSelectAll
{
	margin: 0;
	vertical-align: middle;
}

.task, .task-locked
{
	transition: background-color 0.2s;
}

.task.checkedTask, .task-locked.checkedTask
{
	background-color: rgba(255, 255, 0, 0.3);
}

.sprint-title-left, .sprintSelection
{
	float: left;

}

.sprintSelection
{
	margin-right: 5px;
}

.minimalView .task small, .minimalView .task-locked small
{
	display: none;
}

.minimalView .task:hover small, .minimalView .task-locked:hover small
{
	display: block;
}

.new-activity
{
	display: none;
}
.connectedSortable{min-height:100px;}

.settings-button
{
    cursor: pointer;
    background-color: #CDE288;
    text-align: center;
    transition: background-color 0.2s;
}

.settings-button:hover
{
    background-color: #DAE6B1;
}

.ui-sortable
{
    overflow: auto;
}

.agile-home
{
    margin-right: 20px;
}

.taskli-btn
{
    width: 25px;
    height: 20px;
    padding: 3px;

    position: absolute;
    top: 0px;
    right: 0px;

    text-align: center;
    color: #FFF;
    background-color: rgba(140, 189, 107, 1.0);
    transition: opacity 0.2s, background-color 0.2s;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
}

.taskli-btn > i
{
    vertical-align: middle;
}

.task:hover .taskli-btn, .task-locked:hover .taskli-btn
{
    opacity: 1;
}

.taskli-btn:hover, .taskli-btn.taskli-btn-down:hover
{
    color: #FFF;
    background-color: rgba(164, 210, 134, 1.0);
}

.taskli-btn.taskli-btn-down
{
    top: auto;
    bottom: 0;
    background-color: rgba(121, 163, 93, 1.0);
}

.comments-section
{
    margin-top: 20px;
    padding: 10px 5px 10px 10px;
}

.comment-username
{
    display: inline-block;
    padding: 5px;
}

.comment-row
{
    margin-bottom: 8px;
}

.comment-box
{
    background-color: rgba(72, 102, 167, 0.36);
    padding: 5px;
    border-radius: 3px;
    position: relative;
    display: inline-block;
}

.comments-section .comment-username-col
{
	width: auto;
	padding: 0 7px 0 15px;
}

.comments-section .comment-own .comment-username-col
{
	padding: 0 15px 0 7px;
}

.comment-box::before
{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(72, 102, 167, 0.36);
    position: absolute;
    left: -10px;
    top: 5px;
}

.comment-row.comment-own .comment-box
{
    background-color: rgba(0, 0, 0, 0.2);
}

.row.comment-row.comment-own > div
{
	float: right;
	text-align: right;
}

.comment-own .comment-box::before
{
    border-right: 10px solid transparent;
    border-left: 10px solid rgba(0, 0, 0, 0.2);
    right: -20px;
    left: auto;
}

.comment-own .comment-username-col
{
	text-align: right;
}

.comment-time-col
{
	text-align: right;
}

.row.comment-row.comment-own .comment-time-col
{
	text-align: left;
}

.comment-time
{
	font-size: 11px;
}

.site-link
{
	display: inline-block;
	padding: 14px;
	font-size: 16px;
}

.switch_mode
{
    display: inline-block;
    margin: 6px;
}


/* SUBTASKS */

.subtask
{
	padding-left: 25px;
	transition: background-color 0.2s, color 0.2s;
}

.subtask.subtask-completed
{
	background-color: #BADA55;
	color: #FFF;
}

.subtask .subtask-text
{
	display: inline-block;
}

.subtask .subtask-text:first-letter
{
	text-transform: uppercase;
}

.subtask-checkbox
{
	display: inline-block;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
	text-align: center;
	border: solid 1px #999;
	border-radius: 50%;
	color: #999;
	transition: color 0.2s, border-color 0.2s;
}

.subtask .subtask-checkbox:hover
{
	cursor: pointer;
	border-color: #000;
	color: #000;
}

.subtask.subtask-completed .subtask-checkbox
{
	background-color: #FFF;
	color: #90b128;
}

.subtasks-drag-handle
{
	width: 7px;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    cursor: move;
}

.subtask-text
{
	display: inline-block;
	width: 40%;
	position: absolute;
	top: 0;
	height: 100%;
	padding: 15px 0;
}

.deleteSubtask
{
	opacity: 0;
	transition: opacity 0.2s;
}

.subtask:hover .deleteSubtask
{
	opacity: 1;
}

#subtasks_fg
{
	padding-left: 20px;
	margin-top: -25px;
}

.search-li
{
	padding: 10px 15px;
}

.navbar-header ul.dropdown
{
    max-height: 70vh;
    overflow-y: scroll;
}

#model_changes {
	padding: 15px;
	max-height: 400px;
	overflow: auto;
}
#model_changes .media-left {
	float: left;
	margin-right: 15px;
}
#model_changes .media-body {
	padding: 5px 0;
}
#model_changes .gravatar {
	font-size: 17px;
    font-weight: normal;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 35px;
}

.table-inline-editor th{
	border: 1px solid #ddd!important;
}

.table-inline-editor tbody tr td {
	padding: 0;
	outline: 0;
	border: 1px solid #ddd!important;
}

.table-inline-editor thead tr th, .table-inline-editor tfoot tr td {
	border: 1px solid #ddd;
}

.table-inline-editor tr td .form-group {
	margin: 0;
}

.table-inline-editor tr td input {
	border-radius: 0;
	border: none;
}

.table-inline-editor tr td input.form-control:focus {
	border: 1px solid #26a69a !important;
}

.table-first-column-padding tbody tr td:first-child{
	font-weight: bold;
}

.table-first-column-padding tbody tr td:first-child span{
	padding-right: 4px;
	white-space: nowrap;
	padding-left: 4px;
	margin-top: 9px;
	display: block;}

.table-first-column-gray tbody tr td:first-child, .table-first-column-gray thead th:first-child{
	background-color: #ececec;
}

.modal-body{
	padding-left: 20px!important;
	padding-right: 20px!important;
}