












.tasks-portlet .control-wrapper {
	margin-bottom: .5em;
}

.tasks-portlet .control-wrapper .add-task {
	background: url(/emforge-theme/images/arrows/01_plus.png) no-repeat 100% 50%;
	padding: 0 20px 0 0;
}

.light-grey {
    background: #f2f2f2;
    border: solid 1px #e6e6e7;
    padding: 4px;
}



.bordered {
    border: solid 1px #e0e0e0;
}

.tasks-portlet .taglib-search-iterator-page-iterator-bottom {
	padding: 0;
}

.tasks-portlet .taglib-search-iterator-page-iterator-bottom .search-results,
.tasks-portlet .taglib-search-iterator-page-iterator-bottom .delta-selector {
	display: none;
}

.tasks-portlet .taglib-search-iterator-page-iterator-bottom .search-pages {
	padding-top: 5px;
}

.tasks-body-table {
	width: 100%;
}

.tasks-middle-column {
	width: 75%;
	padding-right: 10px;
}

.tasks-right-column {
	width: 25%;
	background: #f2f2f2;
	padding: 5px;
	border: 1px solid #e6e6e7;
}

.tasks-options {
	margin-top: 5px;
	opacity: .6;
}

.tasks-options-table {
	width: 100%;
	margin-top: 5px;
}

.tasks-options-table td {
	border-bottom: 1px solid #e0e0e0;
	padding: 5px;
	text-align: left;
}

.tasks-options-table th {
    padding: 5px 10px 5px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}

.tasks-filter-table {
    width: 100%;
    margin-top: 5px;
}

.tasks-filter-table td {
    text-align: left;
}

.tasks-filter-table select {
    width: 120px;
}

.tasks-filter-date select {
    width: auto;
}

.tasks-filter-table th {
    padding: 5px 10px 5px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}

.tasks-filter-table-280 {
    width: 280px;
    margin-top: 5px;
}

.tasks-filter-table-280 td {
    text-align: left;
}

.tasks-filter-table-280 select {
    width: 120px;
}

.tasks-filter-date select {
    width: auto;
}

.tasks-filter-table-280 th {
    padding: 5px 10px 5px 5px;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}



.tasks-dialog {
	font-size: 11px;
}

.tasks-dialog .comment-form {
	height: 50px;
	margin-bottom: .5em;
	width: 400px;
}

.tasks-dialog .comment-wrapper {
	margin-bottom: 1em;
}

.tasks-dialog .edit-notice {
	font-style: italic;
	margin-right: 2px;
	padding: 0 2px;
}

.tasks-dialog .comment-info {
	color: #777;
}

.tasks-dialog .comment-info span {
	margin-right: .5em;
}



.tasks-portlet .tasks-title {
	padding: 1px 0 4px 20px;
}

.high {
    font-weight: bold;
}

.low {
    font-style: italic;
}

.normal {
}

.total {
    font-weight: bold;
}

.total-time-reports {
    text-transform: capitalize;
    text-align: right;
    font-weight: bold;
}

.epic {
    background: url(/emforge-portlet/resources/icons/epic.png) no-repeat;
}
.story {
    background: url(/emforge-portlet/resources/icons/story.png) no-repeat;
}
.task {
    background: url(/emforge-portlet/resources/icons/task.png) no-repeat;
}
.bug {
    background: url(/emforge-portlet/resources/icons/bug.png) no-repeat;
}

.comment {
    background: url(/emforge-portlet/resources/icons/comment.png) no-repeat;
}

.time-report {
    background: url(/emforge-portlet/resources/icons/clock.png) no-repeat;
}



.tasks-portlet .due-date {
}



.tasks-portlet .list-wrapper .col-2 {
	width: 105px;
}

.tasks-portlet .list-wrapper .col-3 {
	width: 16px;
}

.tasks-portlet .tasks-list table th {
    display: none;
}

.tasks-portlet .tasks-status {
    float: left;
    padding: 1px 10px 1px 0px;
    font-size: 0.8em;
    font-decoration: italic;
}

.tasks-portlet .tasks-status-time-spent {
    float: right;
    padding: 1px 0px 1px 10px;
    font-size: 1.0em;
    font-weight: bold;
}


.tasks-portlet .progress-wrapper {
    font-weight: normal;
    font-style: normal;
    font-size: 0.8em;

    float: right;
    padding-right: 0px;

    background: #FFF;
    border: 1px solid #CCC;
    font-size: 11px;
    height: 15px;
    position: relative;
    width: 100px;
}

.tasks-portlet .progress {
    background: #E8EFF4;
    height: 100%;
}

.tasks-portlet .progress-wrapper div {
    height: 15px;
    width: 100px;
}

.tasks-portlet .due-date {
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    z-index: 10;
}


.tasks-portlet .tags-wrapper {
    float: right;
    padding: 1px 20px 1px 20px;
    background: url(/emforge-theme/images/common/tag.png) no-repeat;
    font-size: 0.8em;
    font-decoration: italic;
}


.tasks-portlet .inline-actions {
    float: right;
    padding: 1px 0 1px 0;
    align: right;
}

.tasks-portlet .action-time-report, .tasks-portlet .action-time-report:hover {
    background: url(/emforge-portlet/resources/icons/time.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.tasks-portlet .action-edit-task, .tasks-portlet .action-edit-task:hover {
    background: url(/emforge-portlet/resources/icons/task_edit.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.tasks-portlet .action-edit-bug, .tasks-portlet .action-edit-bug:hover {
    background: url(/emforge-portlet/resources/icons/bug_edit.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.tasks-portlet .action-close, .tasks-portlet .action-close:hover {
    background: url(/emforge-portlet/resources/icons/close_entry.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.tasks-portlet .action-comment, .tasks-portlet .action-comment:hover {
    background: url(/emforge-portlet/resources/icons/comment.png) no-repeat;
    border: none;
    cursor: pointer;
    width: 16px;
    height: 16px;
}


.description {
    font-size: 1.1em;
}