.toolbar {
    font-size: 11pt;
    padding-top: 9px;
    padding-bottom: 6px;
    background: #eee;
    border-bottom: 1px solid #bbb;
}

.button {
    background: #f5f5f5;
    border: 1px solid #bbb;
    border-left-color: #fff;
    border-top-color: #fff;
    padding: 2px 7px;
    color: black;
    text-decoration: none;
}


.edit-form th {
    vertical-align: left;
}




/* Admin ******************************************************************** */

.edit-form th {
    text-align: left;
    vertical-align: top;
    padding-top: 0.5em;
    width: 10em;
}

.edit-form input, .edit-form textarea, .edit-form select {
    background: #edecec;
    border: 1px solid #7f7973;
    font-family: monospace;
    width: 40em;
}

.edit-form input.meta {
    width: 29.5em;
    margin-right: -2px;
}

.edit-form input.meta-comment {
    margin-left: 0.5em;
    width: 10em;
}

.edit-form.edit-track input {
    width: 100%;
}

.edit-form.edit-track .add-track-meta {
    width: 2.5em;
    text-align: right;
}

.edit-form.edit-track th.name {
    width: 30em;
}

.edit-form.edit-track th.comment {
    width: 10em;
}

.edit-form input.checkbox, .edit-form input.button {
    width: auto;
}

.edit-form input.price,
.edit-form input.mva-rate
{
    width: 5em;
    text-align: right;
}


ul.menu {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    margin-bottom: 1em;
}

ul.menu li {
    margin: 0;
    padding: 0;
    margin-right: 1em;
    display: inline;
}

ul.menu li a {
    text-decoration: none;
}

a.unpublished {
    text-decoration: line-through !important;
}

table.listing {
    border-collapse: collapse;
}

table.listing th {
    background-color: #EEE;
    text-align: left;
}

table.listing td,
table.listing th
{
    padding: 3px 10px;
    border: 1px solid #CCC;
}

img.icon {
    margin-right: 5px;
    vertical-align: middle;
}

.acquired-shop-item-revoked {
    color: red;
}

.acquired-shop-item-valid {
    color: green;
}


.listing.job-status .NEW {
    color: navy;
}

.listing.job-status .RUNNING {
    color: #088A85;
}

.listing.job-status .DONE {
    color: green;
}

.listing.job-status .FAILED {
    color: red;
}

.listing.job-status .ABORTED {
    color: #aa3333;
}

.credit-note {
    background-color: #facccc;
}

.uncomplete-order {
    color: #888;
}

.refunded-order, .refunded-order * {
    text-decoration: line-through;
}

select.file-chooser {
    }