.v3d-hint {
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 1px rgba(0,0,0,.04);
    background: #fff;
    padding: .1em 1.5em;
    margin-top: 10px;
} 

.v3d-admin-attachments {
    max-width: 100px;
    max-height: 50px;
}

td.v3d-admin-order-items-row {
    padding-top: 0px;
    padding-bottom: 0px;
}

div.v3d-admin-order-items {
    width: 95%;
}

.v3d-upload-progress {
    margin: 20px;
}

.v3d-red {
    color: red;
}

.v3d-green {
    color: green;
}

.dialog-bg {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}

.dialog {
    background-color: #f2f2f2;
    font-size: 14px;
    padding: 5px;
    max-width: 800px;
    max-height: 600px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 6px #00000034);
}

.dialog-email-sent {
    padding: 15px;
}

.dialog-email-sent button.button {
    display: block;
    margin: 0px auto;
    padding: 0px 25px;
}

.dialog-heading {
    line-height: 1.3;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}

.dialog-item {
    line-height: 1.3;
    text-align: left;
}

.dialog-item th {
    padding: 10px;
    font-weight: 600;
}

.dialog-buttons {
    margin: 0px auto;
    padding: 10px;
}

.v3d-wide-input {
    min-width: 300px;
}

.v3d-half-width {
    width: 49%;
}

.v3d-full-width {
    width: 100%;
}

table.v3d-side-panel-table th {
    padding: 5px;
}

table.v3d-side-panel-table td {
    padding: 5px;
}

a.v3d-side-panel-button {
    text-align: center;
}

fieldset.v3d-one-line-checkers label {
    padding-right: 20px;
}

textarea.v3d-wide-textarea {
    min-width: 50%;
    height: 75px;
    vertical-align: top;
}

textarea.v3d-tall-textarea {
    height: 300px;
}

p.error {
    color: red;
}

table.order_items th {
    padding: 10px; 
}

table.order_items td {
    padding: 10px 8px;
}

table.order_items td.check-column {
    padding: 0px;
}

.form-field input[type="number"] {
    max-width: 100px;
}

