/*
 * General Layout
 * ============== */

#header {
    position: fixed;
    top: 0;
    left: 222px;
    right: 0;
    z-index: 100;
    background-color: #403434;
    padding: 0 20px;
    overflow: visible;
}

#branding h1 {
    color: #fff;
}

#page-title {
    float: left;
    margin-right: 10px;
    color: #ff6000;
    font-weight: bold;
    font-size: large;
}

.admin-navigation-menu {
    display: inline-block;
}

.admin-navigation-menu-title {
    padding: 0 16px;
    font-weight: bold;
    border: none;
    background-color: #403434;
    color: white;
}

.admin-navigation-dropdown {
    display: none;
    position: absolute;
    background-color: #403434;
    white-space: nowrap;
    box-shadow: 0px 2px 2px 2px rgba(255, 255, 255, 0.2);
    z-index: 150;
}

.admin-navigation-dropdown a {
    color: white;
    padding: 0 16px;
    text-decoration: none !important;
}

.admin-navigation-item a {
    display: block;
}

.admin-navigation-main-link {
    overflow: hidden;
}

.admin-navigation-add-link {
    float: right;
    width: fit-content;
    font-size: x-large;
}

.admin-navigation-item a:hover {
    background-color: #ff6000;
}

.admin-navigation-menu:hover .admin-navigation-dropdown {
    display: block;
}

.admin-navigation-menu:hover .admin-navigation-menu-title {
    background-color: #ff6000;
    cursor: pointer;
}

#content {
    margin-left: 210px;
    margin-top: 70px;
    padding: 10px 40px;
}

#changelist-filter {
    z-index: 50;
    cursor: pointer;
}

#changelist-filter-content {
    display: none;
}

#changelist-filter:hover #changelist-filter-content {
    display: block;
}

.popup #content .wrapper {
    margin-left: 0;
}

body.login #content .wrapper {
    margin-left: 0;
}

.dashboard #content {
    width: auto;
}

#sidebar-links ul {
    margin: 0;
    padding: 0;
}

#sidebar-links ul li {
    padding: .5em 1em;
    list-style-type: none;
}

div.breadcrumbs {
    position: fixed;
    top: 40px;
    left: 222px;
    right: 0;
    z-index: 75;
    padding: 5px 20px;
    background: #635959;
}

.customer-tools-button {
    background: #ff6000;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
}

.customer-tools-button a {
    color: white;
}

#sidebar-links {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 220px;
    z-index: 100;
    border-right: 2px solid #403434;
    background: rgb(200, 200, 200);
    overflow-y: auto;
}

#sidebar-links hr {
    background: #403434;
    height: 4px;
    border-radius: 2px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

#production-tools a {
    color: #403434;
    text-decoration: underline;
}

#sidebar-logo {
    width: 120px;
    margin: 10px 50px;
}

/* colorscheme button overrides: */
.button,
input[type=submit],
input[type=button],
.submit-row input,
a.button {
    background: #635959;
}

.button:active,
input[type=submit]:active,
input[type=button]:active,
.button:focus,
input[type=submit]:focus,
input[type=button]:focus,
.button:hover,
input[type=submit]:hover,
input[type=button]:hover {
    background: #ff6000;
}


li.active_status {
    background-color: #ff6000;
    font-weight: bold;
}

.search-tools-input {
    margin-left: 4px;
    width: 75%;
}

.search-tools-submit {
    background: #ff6000 !important;
    padding: 5px !important;
}

#sidebar-links .module {
    background: inherit;
    margin-bottom: 10px;
}

li.active_status a:link,
li.active_status a:visited {
    color: #fff;
}

.module.right {
    text-align: right;
}

#production-tools span.order-status-count {
    float: right;
}

div form .aligned p,
div form .aligned ul {
    margin-left: 9em;
}

form .aligned label {
    width: 10em;
}

.module.right .form-row {
    float: right;
}

/**
 * Changelist
 * ========== */
.object-tools-container {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 10px;
}

.object-tools {
    position: unset;
    margin-top: 0;
}

/* .object-tools li {
    float: unset;
    margin-bottom: 15px;
} */
#changelist-filter h2 {
    padding: 8px 5px;
}

#changelist-filter h2 a {
    text-align: right;
    color: #fff;
    float: right;
}

.custom-actions {
    background-color: #979797;
    padding: 5px;
}

.filtered .actions,
.change-list .filtered .results,
.change-list .filtered .paginator,
.filtered #toolbar,
.filtered div.xfull {
    margin-right: 0px !important;
}

.module h2,
.module caption,
.inline-group h2 {
    background: #403434;
    font-weight: bold;
}

/**
 * Purchase Order Add/Edit
 * ======================= */

/** auto-complete fields **/
input.vForeignKeyRawIdAdminField {
    position: relative;
}


body.orders-purchaseorder.change-form #id_ship_date {
    width: 10em;
}

body.customers-customer.change-form fieldset.customer-billing-details,
body.customers-customergroup.change-form fieldset.customer-billing-details,
body.artists-artist.change-form fieldset.customer-billing-details,
body.orders-purchaseorder.change-form fieldset.customer-billing-details {
    width: 49%;
    float: left;
    margin-right: 1%;
}

/** decimal price fields **/
.field-price input,
.price input,
#subtotal,
td.subtotal input,
.shipping_cost input,
.handling_cost input,
#total,
input#price-shipping,
input#price-adjustment,
input#price-subtotal,
input#price-total {
    background: white url("../images/dollars.png") no-repeat top left;
    text-align: right;
    padding-left: 19px;
}

#discount {
    background: white;
    text-align: right;
    padding-left: 19px;
}

.quantity input {
    text-align: right;
}

/** subtotal fields **/
td.subtotal input,
input#subtotal,
input#total,
input#price-subtotal,
input#price-total {
    background-color: #eee;
}

.field-action_links {
    text-align: center;
}

.po-action-link:hover {
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
}

#purchaseorder_form .totals .form-row,
#inventorypo_form .totals .form-row {
    width: 100%;
    clear: right;
    padding: .5em 0;
    position: relative;
}

#purchaseorder_form .totals .form-row label,
#inventorypo_form .totals .form-row label {
    right: 225px;
    padding: 4px;
    position: absolute;
}

#purchaseorder_form .totals .form-row input,
#inventorypo_form .totals .form-row input {
    margin-right: 20px;
}

#lookup_customer {
    width: 250px;
    font-size: 110%;
    padding: 2px;
}

fieldset.comments table {
    width: 100%;
}

.has_original .comment textarea {
    background: transparent;
    padding: 1em;
    border-width: 0;
    height: 20px;
    resize: none;
}

table caption {
    margin: 0;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    background: #403434 url(../admin_media/img/admin/default-bg.gif) top left repeat-x;
    color: white;
}

.report-filter form {
    margin: 1em 0;
    width: 95%;
    height: auto;
}

.report-filter form li {
    margin-bottom: .5em;
}

td.production-report-sku {
    width: 250px;
}

table.report {
    width: 95%;
}

table .table-toggle-button {
    float: right;
    background: #e1e1e1;
    border: none;
    border-radius: 4px;
    padding: 4px;
    margin-top: 1px;
}

table .table-toggle-button:hover {
    background: #bbbbbb;
}

table.report .totals {
    background-color: #635959;
    color: #fff;
    font-weight: bold;
}

table.report .totals .total-label {
    font-weight: normal;
}

table.report tfoot .totals td {
    font-size: 1.25em;
    padding: 5px 13px;
    line-height: 1.5em;
}

table.report caption {
    font-size: 125%;
}

table.report td,
table.report th {
    font-size: 1em;
    line-height: 1.25em;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #DDD;
    vertical-align: top;
    padding: 5px;
    font-family: "Lucida Grande", Verdana, Arial;
}

table.report {
    border: 1px solid #ddd;
}

.inline-group .tabular tr.has_original td.comment small {
    padding-top: 1em;
}

table.report th,
table.report tfoot td {
    color: #666;
    padding: 2px 5px;
    background: #E1E1E1 url(../admin_media/img/admin/nav-bg.gif) top left repeat-x;
    border-left: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

table th.sorted {
    padding-right: 13px;
}

table th.desc a {
    background: url(../admin_media/img/admin/arrow-down.gif) right .4em no-repeat;
}

table th.asc a {
    background: url(../admin_media/img/admin/arrow-up.gif) right .4em no-repeat;
}

/***
 * Packing Slip
 */
#packing-slip,
#multi-order-picking-slip {
    font-family: Arial;
    font-size: 12.19pt;
    /* original 9.75pt */
    width: 816px;
    padding: 34px 68px;
}

#packing-slip .clear {
    clear: both;
}

#packing-slip #heading {
    font-size: 13.93pt;
}

#packing-slip #company-info {
    float: left;
    width: 4in;
}

#packing-slip #company-info img.logo {
    margin-bottom: .5em;
}


#packing-slip #order-summary {
    margin-left: 3in;
    text-align: right;
    font-weight: bold;
    font-size: 13.93pt;
    /* original 9.75pt */
}

#packing-slip #order-summary h1 {
    font-size: 20.89pt;
    /* original 16.71pt */
    margin: 0;
}

#packing-slip #contact-info {
    float: left;
    width: 4.4in;
    padding-top: .25in;
    font-size: 13pt;
}

#packing-slip #contact-info h2 {
    margin: 0;
    font-size: 13pt;
    /* original 9.75pt */
}

#packing-slip #shipping-info {
    font-size: 16pt;
    /* original 12.53pt */
    margin-left: 4.4in;
    padding-top: .25in;
    width: 3in;
}

#packing-slip #shipping-info h2 {
    font-size: 16pt;
    /* original 12.53pt */
    margin: 0;
}

#packing-slip #barcode {
    float: right;
    width: 200px;
    text-align: right;
    padding-top: 5px;
}

#packing-slip #line-items {
    border-top: 1px solid black;
    margin-top: .5in;
    padding-top: .2in;
}

#packing-slip #line-items table {
    width: 100%;
}

div.row {
    display: flex;
}

@media print {
    #picking-slip-orders {
        page-break-after: always;
    }
}

.picking-slip-items {
    width: 49%;
}

.picking-slip-items div {
    margin-top: 10px;
}

tr.picking-slip-item-type-header th {
    font-size: large;
}

.picking-slip-items table {
    width: 99%;
}

.picking-slip-items th.order {
    width: 100%;
}

.picking-slip-items div.picked-checkbox {
    width: 14px;
    height: 14px;
    border: 1px solid black;
    margin-left: 12px;
}

#packing-slip #line-items table th {
    vertical-align: bottom;
}

#packing-slip #line-items table th,
#packing-slip #line-items table td {
    font-size: 12.19pt;
    /* original 9.75pt */
    padding: 10px 5px;
}

#packing-slip #line-items table td {
    padding-top: .6em;
}

#packing-slip #line-items th.qty,
#packing-slip #line-items td.qty {
    width: .1in;
}

#packing-slip #line-items th.qty-ordered,
#packing-slip #line-items td.qty-ordered {
    width: .5in;
    text-align: center;
}

#packing-slip #line-items th.qty-shipped,
#packing-slip #line-items td.qty-shipped {
    width: .5in;
    text-align: center;
}

#packing-slip #line-items th.type,
#packing-slip #line-items td.type {
    text-align: left;
}

#packing-slip #line-items th.description,
#packing-slip #line-items td.description {
    padding-left: 2em;
    text-align: left;
}

#packing-slip #comments {
    margin-top: .5in;
}

#packing-slip #comments h3 {
    margin: 0;
    margin-top: 1em;
    font-size: 12.19pt;
    /* original 9.75pt */
}

#packing-slip #comments p {
    margin: 0;
}

/***
 * Purchase Order Detail
 */
a.flagged-order {
    background: transparent url(../images/flag-16.png) no-repeat top left;
    padding-left: 20px;
}

a.symbolic-order {
    background: transparent url(../images/bank-2-16.png) no-repeat top left;
    padding-left: 20px;
}

#po-detail .customer-communication-form {
    float: right;
}

.detail .object-tools {
    margin: 0;
}

.detail td,
.detail th {
    font-size: 1.25em;
}

.detail a {
    text-decoration: none;
}

.detail h3 {
    margin: 0;
}

.detail p {
    margin: 0;
}

.detail .comment {
    padding-bottom: 1em;
}

.detail table {
    margin: 0;
    padding: 0;
}

.detail td,
.detail th {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    vertical-align: middle;
}

.detail #edit-link {
    float: right;
}

.detail #order-id {
    color: white;
    background: #403434;
    font-size: 22px;
    padding: 5px 10px;
}

.detail #summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 16px;
}

#payment-due-detail-panel {
    background: #ffc;
    border-style: solid;
    border-width: 1px;
    border-color: #eee;
    border-radius: 4px;
    width: 600px;
    padding: 8px;
    font-weight: normal;
    height: fit-content;
    order: 2;
}

#payment-reminder-preview {
    float: right;
}

@media only screen and (min-width: 1541px) {
    .detail #order-detail-action-panel {
        order: 1;
    }

    .detail #payment-due-detail-panel {
        order: 2;
    }

    .detail #order-detail-info-panel {
        order: 3;
    }
}

@media only screen and (max-width: 1540px) {
    .detail #order-detail-action-panel {
        order: 1;
    }

    .detail #order-detail-info-panel {
        order: 2;
        break-after: always;
    }

    .detail #payment-due-detail-panel {
        order: 3;
    }
}

#payment-due-detail-panel-title {
    text-align: center;
}

#payment-due-log-table-container p {
    margin: 8px;
    color: #999;
    font-size: small;
    text-align: center;
}

#payment-due-message-form-container p.template_error_message {
    margin: 8px;
    text-align: center;
    font-size: small;
    color: #f00;
}

#payment-due-log-table-container td {
    padding: 5px 10px;
    line-height: normal;
    font-weight: normal;
    font-size: 13px;
}

#payment-due-log-table-container th {
    padding: 5px 10px;
    font-size: 11px;
    line-height: normal;
}

#payment-due-log-table-container,
#payment-due-message-form-container {
    margin-top: 8px;
}

#payment-due-log-table-container table,
#payment-due-message-form-container form {
    margin-top: 4px;
}

#payment-due-message-form-container ul.errorlist {
    background: #ffffcc;
}

#payment-due-log-table {
    width: 100%;
}

#confirm-payment-reminder-send-popup {
    text-align: center;
}

#confirm-payment-reminder-buttons {
    margin: 12px 0;
}

#confirm-payment-reminder-buttons span {
    margin: 0 25px;
    padding: 10px;
}

#confirm-payment-reminder-buttons span:last-child {
    background: #ef2222;
}

.detail #summary ul {
    padding: 0;
}

.detail #summary ul li {
    display: block;
}

.detail #order-stage p {
    background-color: #eee;
    padding: 2px 2px 2px 8px;
    margin-bottom: 1px;
}

.detail #order-stage label {
    color: #000;
    padding-left: 5px;
    font-size: 1.25em;
    font-weight: bold;
}

.detail div#summary {
    border-bottom: 1px solid #403434;
    padding-bottom: 10px;
}

.detail #customer-link {
    padding: .5em 0 .8em 1em;
    background-color: #ffc;
}

.detail #table1 td.col1 {
    width: 160px;
}

.detail #table1 td.col2 {
    width: 150px;
    font-weight: bold;
}

.detail #pdf-attachments {
    margin-top: 10px;
    text-align: left;
}

.detail #attach-link {
    font-weight: normal !important;
    color: #5B80B2 !important;
}

.detail #detail-attachments-header {
    font-weight: 14px;
    color: #666;
    font-weight: bold;
}

.detail #pdf-attachments a {
    font-weight: bold;
    width: 110px;
}

.detail #pdf-attachments #download-xml img,
.detail #pdf-attachments #attach-po-pdf #attach-link {
    background: transparent url(../images/attachment_icon.png) no-repeat top left;
    padding-left: 18px;
    border: 0;
    margin-bottom: 4px;
}

.detail #pdf-attachments #attach-po-pdf li {
    background: transparent url(../images/document.png) no-repeat top left;
    padding-left: 28px;
    line-height: 24px;
}

.detail #pdf-attachments #attach-po-pdf li:hover {
    background-color: #ffc;
    padding-left: 28px;
    line-height: 24px;
}

.detail #edit-address-info {
    text-align: right;
    padding-right: 20px;
}

.history_report .report {
    margin-top: 20px;
}

.detail #line-items {
    margin-top: 1em;
}

.detail #line-items {
    width: 100%;
}

.detail #line-items th {
    background-color: #403434;
    color: white;
    padding: 5px;
    text-align: left;
}

.detail #line-items td {
    text-align: left;
    padding: 5px;
}

.detail #line-items .other {
    background-color: #ccc;
}

.detail #line-items .qty {
    width: 40px;
}

.detail #line-items .sku {
    width: 120px;
}

.detail #line-items .unit-amount {
    text-align: right;
    width: 70px;
}

.detail #line-items .total-amount {
    text-align: right;
    width: 70px;
}

.detail #line-item-totals {
    margin-top: 10px;
}

.detail #line-item-totals {
    width: 100%;
}

.detail #line-item-totals td {
    padding: 4px 0;
}

.detail #line-item-totals .shipping,
.detail #line-item-totals .shipping-total {
    font-weight: bold;
}

.detail #line-item-totals .col2 {
    width: 150px;
}

.detail #line-item-totals .col3 {
    text-align: right;
    padding-right: 5px;
    width: 150px;
}

.detail #line-item-totals .order-total,
.detail #line-item-totals .order-total {
    border-top: 1px solid #403434;
    font-weight: bold;
}

.detail #instructions {
    width: 100%;
    border-top: 1px solid #403434;
    margin-top: 10px;
    padding-top: 10px;
}

.detail #instructions h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
}

.detail #instructions p {
    width: 80%;
}

.detail #instructions #add-comment {
    margin-top: 1em;
}

.detail #instructions #add-comment label {
    font-weight: bold;
    width: 120px;
    display: inline-block;
}

.detail #instructions #add-comment textarea {
    margin-top: 10px;
}

.clear {
    clear: both;
}

.detail .total-amount {
    text-align: right;
}

/************
 * bulk edit
 ************/

.bulk-product .add-row {
    padding-left: 18px;
    background: url(../images/add.png) no-repeat left center;
    min-height: 18px;
    line-height: 20px;
    padding-top: 2px;
    margin-top: 2px;
    min-width: 18px;
    cursor: pointer;
    float: left;
}

.bulk-product .delete-row {
    /*float:right;*/
    /*display:block;*/
    margin-left: 0px;
    min-width: 18px;
    min-height: 30px;
    background: url(../images/delete.png) no-repeat left center;
    cursor: pointer;
}

.bulk-product .dynamic-product-form th {
    text-align: right;
    font-weight: bold;
}

.bulk-product .dynamic-product-item-form td span img {
    vertical-align: middle;
    border: 0;
}

.bulk-product .line-number {
    vertical-align: middle;
    width: 20px;
}

.bulk-product .sku,
.bulk-product .sku input,
.bulk-product .wholesale_price,
.bulk-product .wholesale_price input,
.bulk-product .retail_price,
.bulk-product .retail_price input,
.bulk-product .weight,
.bulk-product .weight input {
    width: 60px;
    height: 17px;
}

.bulk-product .description,
.bulk-product .description input {
    width: 240px;
    height: 16px;
}

.bulk-product #form-submit-button {
    margin-left: 120px;
}

.bulk-product #bottom-options {
    padding-top: 10px;
    padding-bottom: 20px;
}

.clear {
    clear: both;
}

.form-error-field {
    background-color: red;
}

.bulk-product #form-errors {
    padding: 20px;
    background-color: red;
    border: 1px solid #88CC88;
    width: 815px;
    margin-top: 20px;
}

.flex-row {
    display: flex;
}

.flex-item {
    flex: 1 1 6em;
}

.flex-item.contact-info {
    flex-basis: 8em;
}

.customer-notes {
    min-height: 50px;
    border: 1px solid #eee;
    background-color: #fafafa;
    margin-right: 10px;
}

.charts {
    width: 95%;
}

.chart {
    display: inline-block;
    width: 49%;
    max-width: 49%;
}

img.thumbnail {
    max-height: 80px;
    max-width: 80px;
}

input[type='file'],
input[type='image'] {
    border: none;
    background-color: #403434;
    color: #fff;
    padding: 10px 15px;
    border-radius: 4px;
}

.shopify_fieldset {
    /* float: right; */
    /* width: 50%; */
    /* padding-left: 15px; */
}

.inventory_fieldset {
    clear: right;
}

#shopify_remove_button {
    background-color: #ba2121;
    display: block;
    float: left;
    padding: 3px 12px;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 0 !important;
}

#shopify_push_button {
    background-color: #5E8E3E;
    display: block;
    float: left;
    padding: 3px 12px;
    font-weight: 400;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    border-radius: 0 !important;
}

div.mce-tinymce.mce-container.mce-panel {
    display: inline-block;
}

#shopify-publish-button {
    background-color: #4caf50;
    padding: 4px 5px;
}

#shopify-unpublish-button {
    background-color: #ba2121;
    padding: 4px 5px;
}

#shopify-mini-panel {
    float: left;
}

.status-display {
    font-size: large;
    vertical-align: middle;
}

.shopify_availability {
    font-size: large;
    vertical-align: middle;
}

.unavailable {
    color: black;
}

.available {
    color: #4CAF50;
}

.webonly {
    color: #ff9800;
}

.discontinued {
    color: #f44336;
}

#brandwise-import-form {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

#brandwise-import-form .helptext {
    display: block;
    font-size: smaller;
    color: #aaa;
    margin-left: 130px;
}

.comment-multiline {
    white-space: pre-wrap;
}

.dynamic-ordercomment_set textarea {
    width: 100%;
}

.include_on_packing_slip input {
    margin-left: 5em;
}

.comment-visible {
    background: #cccccc;
    border-radius: 3px;
    margin-left: 1em;
    padding: 2px;
}

#changelist-filter li.selected {
    background: #ff6000;
}

#changelist-filter li.selected a {
    color: #eee
}

.multi-filter-toggle {
    display: inline;
    float: right;
    font-weight: bold;
    padding-right: 4px;
}

#task-progress-bar {
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background-color: #ddd;
}

#task-progress-complete {
    width: 0%;
    height: 30px;
    border-radius: 4px;
    background-color: #79aec8;
    text-align: center;
    line-height: 30px;
    color: white;
    transition: width 1s;
    transition-timing-function: linear;
}

#complete-task-messages li {
    list-style-position: inside;
}

#complete-task-messages li:nth-child(odd) {
    background: #f9f9f9;
}

#inventory-adjustment-warning {
    background: #ffc;
    width: 800px;
    padding: 4px 8px;
    margin-bottom: 10px;
    border-radius: 5px;
    border-style: solid;
    border-color: #eee;
    border-width: 1px;
}

/* ############ Dashboard styles ############### */

.dash-panel-header {
    text-align: center;
    color: white;
}

.action-button {
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f9fa;
    color: #333;
    transition: background-color 0.2s, border-color 0.2s;
}

.action-button:hover {
    background-color: #e2e6ea;
    border-color: #adb5bd;
}

.action-button:active {
    background-color: #d6d8db;
    border-color: #999;
}

.action-button:disabled {
    background-color: #e9ecef;
    border-color: #ccc;
    color: #999;
    cursor: not-allowed;
}

.dash-panel-container {
    background: #403434;
    padding: 0px 15px 15px 15px;
    margin: 10px;
    border-radius: 8px;
    float: left;
}

@media only screen and (min-width: 1900px) {
    .dash-panel-container {
        width: 30%;
    }
}

@media only screen and (max-width: 1900px) {
    .dash-panel-container {
        width: 45%;
    }
}

@media only screen and (max-width: 1400px) {
    .dash-panel-container {
        width: 90%;
    }
}

.dash-panel-table-container {
    background-color: white;
    height: 400px;
    overflow-y: auto;
}

.dash-panel-table-container th {
    border: none;
    position: sticky;
    top: 0;
}

.dash-panel-container table {
    width: 100%;
}

.dash-cell-centered {
    text-align: center;
}

.dash-cell-right {
    text-align: right;
}

.dash-panel-empty-message {
    text-align: center;
    padding-top: 25px;
}


/* ############ FullScreen Styles ############## */


.dash-panel-container-expanded {
    /* background: #403434; */
    /* padding: 0px 15px 15px 15px; */
    /* margin: 10px; */
    /* border-radius: 8px; */
    float: left;
    width: 100%;
}

.dash-panel-container-expanded .dash-panel-table-container {
    background-color: white;
    height: auto;
    /* overflow-y: auto; */
}

.dash-panel-container-expanded input[type=number] {
    max-width: 50px;
}


#inventory-change-history-table {
    width: 820px;
}

.nowrap-col {
    white-space: nowrap;
}

.inventory-change-history-table {
    width: 800px;
}

.history-description-col {
    width: 100%;
}

td.cell-ok {
    background: green;
}

td.cell-warning {
    background: orange;
}

td.cell-danger {
    background: red;
}

.column-change_description {
    width: 100%
}

#changelist-filter li:hover {
    background-color: #635959;
    padding: 1px 0;
    border-left: 5px solid #eaeaea;
    padding-left: 10px;
    margin-left: -15px;
    color: white;
}

#changelist-filter li.selected a:hover {
    color: white;
}

#changelist-filter li:hover a {
    color: white;
}

#changelist-filter a:hover {
    color: #ff6000;
}

.report tr.odd {
    background: #fff;
}

.report tr.even {
    background: #f9f9f9;
}

.inventory-po-billing-fieldset {
    float: left;
    width: 49%;
    padding-right: 15px;
}

#inventory-po-receive-btn p {
    margin-left: unset;
}

#inventory-receiving-table ul.errorlist {
    background: unset;
}

#inventory-receiving-table {
    min-width: 600px;
}

#inventory-receiving-table td {
    vertical-align: middle;
}

.inventory-receiving-inner-table {
    width: 100%;
}

.inventory-receiving-inner-table td {
    border-bottom: unset;
}

tr.dynamic-poitem_set td.field-item,
tr.dynamic-orderitem_set td.item {
    white-space: nowrap;
}

tr.dynamic-poitem_set td.field-description,
tr.dynamic-orderitem_set td.description {
    width: 100%;
}

tr.dynamic-poitem_set td.field-description input,
tr.dynamic-orderitem_set td.description input {
    width: 90%;
}

td.sku-count-label {
    color: #666;
}

tr.poitem-untracked {
    background: #ffc;
}

input.inventory-received-shortage-note {
    width: 95%;
}

img.inventory-received-shortage-caret {
    float: right;
}

#connect-to-zoho-prompt-note,
#connect-to-quickbooks-prompt-note,
#inventory-receiving-untracked-items-warning {
    width: 600px;
    background: #ffc;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 5px;
}

#connect-to-zoho-link,
#connect-to-quickbooks-link img {
    margin: 18px;
}

#connect-to-quickbooks-link img:hover {
    content: url('../images/C2QB_white_btn_lg_hover.png');
}

.calendar caption {
    background: #eeeeee;
}

.dropzone .dz-preview .dz-image {
    width: 200px !important;
    height: 200px !important;
}

div.dropzone-file-upload-form {
    margin-bottom: 30px;
}

div.primary-mark {
    position: absolute;
    z-index: 20;
    margin: 8px;
}

tr.form-row td.original p,
div.related-widget-wrapper input.vForeignKeyRawIdAdminField,
div.related-widget-wrapper a.related-lookup:nth-child(2) {
    display: none;
}

.inline-group .tabular tr.has_original td {
    padding-top: 8px;
}

.customer-communication-form {
    border: 2px solid #eee;
    border-radius: 4px 4px 0 0;
    width: 800px;
    margin: 8px;
}

.customer-communication-form .title {
    text-align: center;
}

.customer-communication-form .accordian {
    cursor: pointer;
    border: none;
    outline: none;
    padding: 8px;
    width: 100%;
    text-align: center;
    color: white;
    background-color: #63595A;
}

.customer-communication-form .accordian:hover {
    background-color: #ff6000;
}

.customer-communication-form .panel-init-close {
    display: none;
    overflow: unset !important;
}

.customer-communication-form form {
    padding: 8px;
}

.customer-communication-form table {
    width: 100%;
}

.customer-communication-form .note-field textarea {
    width: 98%;
    height: 100px;
    resize: vertical;
}

.customer-communication-form button {
    padding: 10px 15px;
}

.customer-communication-form button.email-preview {
    float: right;
}

.customer-communication-form .attachment-field input {
    margin-left: 32px;
}

.customer-communication-form .messages {
    padding: 8px;
    display: none;
}

.customer-communication-form .messages.success {
    background-color: lightgreen;
}

.customer-communication-form .messages.error {
    background-color: tomato;
}

.customer-communication-form .history-log {
    padding: 8px;
    max-height: 250px;
    overflow-y: auto;
}

.customer-communication-form .history-log th {
    padding: 5px 10px;
    font-size: 11px;
    line-height: normal;
}

.customer-communication-form .history-log td {
    padding: 5px 10px;
    line-height: normal;
    font-weight: normal;
    font-size: 13px;
}

.placeholder-material-row {
    display: none;
}

@media print {
    .pagebreak {
        page-break-before: always;
    }
}

.vendor-sku-add-select-widget {
    padding: 8px;
}

#id_reorder_product_type {
    margin: 4px;
}

.vendor-sku-add-button {
    margin: 4px !important;
    padding: 6px 12px !important;
}

#connection-prompt-container {
    width: 600px;
    text-align: center;
}

#connection-prompt-container img {
    margin: 18px;
}

.waiting {
    background: url(../images/loading_wheel_28x28.gif) no-repeat center center;
}


.git-version {
    color: white;
    font-size: .7rem;
    float: right;
}


.ui-widget-header {
    background: #403434 !important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #C8C8C8 !important;
    border: 1px solid black !important;
    border-bottom: none !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background: white !important;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: black !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: black !important;
}


.ui-tabs-panel .module h2 {
    background: #C8C8C8;
    border-radius: 3px;
    color: black;
}

.products-product .object-tools a {
    border-radius: 0 !important;
}

#product_form a.button {
    background: #635959 !important;
    color: white;
}

#product_form a.button:hover {
    background: #FF6000 !important;
    color: black;
}