input.stratouseredit {
    padding: 0px;
}

.stratoworldform td {
    border: 1px solid;
    padding: 0px 0px 0px 0px;
}

input[type="text"].salesline {
    width: 50px;
    padding: 0px 0px 0px 0px;
    text-align: right;
}

.dataTables_filter {
    text-align: left;
}

.strato-messages {
    display: none;
    padding: 5px;
    background-color: #006600 !important;
    color: #fffd98 !important;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

/* NOT a popup! */
.strato-warnings {
    display: none;
    padding: 5px;
    margin: 5px;
    border: 1px solid #006600 !important;
    color: #006633 !important;
    background-color: #fffd98 !important;
}

.customer-warning {
    display: none;
    padding: 5px;
    margin: 5px;
    border: 1px solid #006600 !important;
    color: #006633 !important;
    background-color: #fffd98 !important;
}

.strato-errors {
    display: none;
    padding: 5px;
    background-color: #cd0a0a;
    color: #fffd98 !important;
    font-weight: bold !important;
    bottom: 10px;
    right: 10px;
    z-index: 5;
}

.strato-messages.visible, .strato-errors.visible {
    display: block;
}

select.wide {
    min-width: 150px;
}

select.short {
    width: 20%;
    max-width: 30%;
    min-width: 50px;
}


tr.section-start > td, tr.section-start > th {
    border-top: 2px solid black;
}

.amount {
    text-align: right;
}

table.request-table {
    width: auto;
    border: 0;
}

table.request-table th {
    font-size: 18px;
}

table.request-table td, table.request-table th {
    border: 0;
}

table.request-table td table td, table.request-table td table th {
    padding: 0;
    margin: 0;
}

table.request-table.with-borders {
    border: 1px solid black;
}

.request-table #filter {
    width: 200px;
}

.request-table #interval {
    width: 60px;
}

.request-table #intervaltype {
    width: 90px;
}

header.wordpress {
    height: 100px;
}


.breadcrumbs {
    margin-bottom: 20px;
}

table.request-table td table.licenses th {
    font-size: 14px !important;
    font-weight: normal !important;
}

#paylink-error {
    color: #ff6666;
}


div.stratoworlddiv div.very-small {
    font-size: small;
    background: transparent !important;
    border: 0 !important;
}
