﻿.dayofmonth {
    font-size: 30px;
    line-height: normal;
    color: #555555;
}
.month {
    font-size: small;
}
.taskcontent {
    border-left-style: solid;
    border-left-width: 2.4px;
}
.taskcontent.taskcontent-1 { border-left-color: red; color: darkred; }
.taskcontent.taskcontent-2,
.taskcontent.taskcontent-4,
.taskcontent.taskcontent-8 { border-left-color: blue; }
.taskcontent.taskcontent-16 { border-left-color: green; }

.history-noitems {
    font-size: 0.9rem;
}

.row.history-title {
    background-color: lightgrey;
}

.row.history-row {
    margin-top: 5px;
}
    .row.history-row.history-row-even {
        background-color: #f0f0f0;
    }

.history-legend {
    text-align: right;
    margin-bottom: 2px;
    margin-right: -15px;
}

.history-header {
    margin-left: -15px;
}

.catsubcat { text-align: right; font-size: small; /*color: darkslategray;*/ }

.taskinfo {
    font-size: x-small;
}

    .taskinfo .tasknumber {
        display: inline-block;
        margin-right: 10px;
    }
    .taskinfo .tasktype {
        text-transform: uppercase;
        display: inline-block;
    }

.journal {
    border-left-style: solid;
    border-left-width: 2px;
    margin-left: -10px;
    padding-left: 10px;
}
.journal-0 {
    color: #909090;
    border-color: darkgrey;
}
.journal.journal-1 { border-left-color: blue; }
.journal.journal-2 { border-left-color: green; }

.journal-classic.journal-1 { color: #33357d; }
.journal-classic.journal-2 { color: #276327; }
.journal-classic.journal-5 { color: #606060; }

.journal-datesign,
.journal-message { font-size: small; }

.journal-message {
    margin: -3px 0 5px 0;
    font-style: italic;
}

.ackdate {
    display: inline-block;
}
.acksign {
    display: none;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
}


.status-block {
    display: inline-block;
}
.status-image {
    margin-left: 8px;
    margin-right: 4px;
    width: 15px;
    height: 15px;
}

.col-status {
    text-align: center;    
}

body {
}
