/**
 * Additional Backend CSS DKM
 */

/* Widget Check VR-Pay */
.vrpay-long {
    width: 100%;
    margin-top:70px;
    display: block;
}
table.tableCheckVRPay {
    width: 100%;
}
table.tableCheckVRPay td {
    padding: 5px 0px;
}
table.tableCheckVRPay .checkHeadline {
    height: 20px;
}
table.tableCheckVRPay .checkHeadline .message span.success {
    color: green;
    font-weight: bold;
}
table.tableCheckVRPay .checkHeadline .message span.error {
    color: #ff0000;
    font-weight: bold;
}

/* Donation */
.expand {
    text-decoration: underline;
    cursor: pointer;
}
.container {
    margin-top: 10px;
}
.container ul {
    margin: 0px;
    padding: 0px;
}
.container > ul > li {
    padding-left: 0px;
}
.selectExportPattern select {
    width: 100% !important;
}

.column-table {
    margin-top: 15px;
    margin-bottom: 15px;

}
.published > td.tl_file_list {
    color: green;
}

/* Organisation Manager */
table.tl_listing.showColumns .notactive td {
    color: red;
}

/* Statistik */
#tl_dkm_export_donation .tl_select_trigger {
    margin-left: 6px;
}

#tl_dkm_export_donation .selectExportPattern {
    padding: 7px;
}
#tl_dkm_export_donation .selectExportPattern h3 {
    margin-bottom: 3px;
}

.tl_submit.inner {
    margin-left: 5px;
}

/* Info DIv */
.infodiv_parent {
    position: relative;
}

.infodiv {
    width: 400px;
    height: 300px;

}

span.item_button {
    display: block;
    text-decoration: underline;
    cursor: pointer;
}

/* Statistic Overvier */
.tl_listing.showColumns .label {
    width: 200px;
}

.tl_listing.showColumns .labelsmall {
    width: 80px;
}
.infodiv_parent {
    background: inherit;
    border-bottom: 1px solid #e9e9e9;
}


