/** BACKEND *** START **/
.header_exportJournalLight {
	background-image: url(/system/themes/flexible/icons/down.svg);
	padding: 3px 0 3px 21px;
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 15px;
}


/** BACKEND *** ENDE **/

/** modJournal *** START **/
.modJournal form input, .modJournal form select, .modJournal form button{
    width: auto;
}

.modJournal form input[type="submit"]{
    margin: 2px;
    padding: 1px;
}

.modJournalEntry form textarea{
    margin: 2px;
    padding: 1px;
    width: 100%;
    height: 100px;
}

.modJournal #content-wrapper{
    margin: 25px 4% 0;
    padding: 0%;
}

.modJournal{
    color: #000;
}

.modJournal thead tr th {
    padding: 2px 8px 2px 2px;
    position: -webkit-sticky; /*this is for all Safari (Desktop & iOS), not for Chrome*/
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: grey;
    background-clip: padding-box;
    border-color: #B1B1B1;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.modJournal table td {
    border-color: #B1B1B1;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.modJournal .link span:hover {
    color: red;
    cursor: pointer;
}

.modJournal .link a {
    border-bottom: none;
    cursor: pointer;
}

.journalHeadLine {
    background-color: lightgrey;
}
.journalEntryLine {    
}
table.journalEntrySubLine{  
    margin: 0px;
}

.journalClosed {
    color: green;
}
.journalOpen {
    color: red;
}

/** modJournal *** ENDE **/