
.value_imported_from_hestia{border: 1px solid #c3e6cb;}
.reject-task {font-weight: normal; text-decoration: underline !important;}
.standard-task-box{
	background: red;
    box-shadow: 0 0 0 1px red;
    color: #ffffff !important;
    white-space: nowrap;
    padding:.25rem .25rem;
    border-radius: .25rem;
    margin-top:1rem;
    font-weight: bold !important;
}
.standard-task-box a{color:#fff;}
.yearly-task-box{
	color: #00000 !important;
    font-weight: bold !important;
    background-color: yellow;
    box-shadow: 0 0 0 1px yellow;
    white-space: nowrap;

    padding:.25rem .25rem;
    border-radius: .25rem;
    margin-top:1rem;
}

.custom-task-box{
	color: rgba(0, 0, 0, 0.5);
    background-color: #aad6ea;
    box-shadow: 0 0 0 1px #aad6ea;
    border-color: #9acee6;
    white-space: nowrap;

    padding:.25rem .25rem;
    border-radius: .25rem;
    margin-top:1rem;
}

tr.rejected,
tr.cancelled{text-decoration: line-through;}
tr.imported td{background: #aaffaa;}