/* ### GENERAL STYLES & COLORS ### */
.bg-dl-blue { background-color: #0052a0; }
.bg-dl-green { background-color: #39b54a; }
.bg-dl-gray { background-color: #efefef; }
.bg-tabs { background-color: #cce4ff; border-radius: 5px; }
.icon-medium { font-size: 1.8em; }
.icon-large { font-size: 3em; }
.icon-green { color: #39b54a; }
.nowrap { white-space: nowrap; }
.spacer { height: 20px; }
.spacer-lg { height: 50px; }
.hidden { display: none; }
.small-fonts { font-size: 11px; }
.admin-highlight { background-color: #fff000; padding: 10px; }
.icon-loading { width: 50px; height: auto; }

/* ### JOB / PROJECT INFO ### */
.bg-light-red { background-color: #ffe7e6; }
.bg-light-green { background-color: #e2fbe5; }
.bg-light-blue { background-color: #dff6f8; }
.bg-light-orange { background-color: #fff2e6; }

optgroup { background-color: #b2e9ba; }
optgroup option { background-color: #ffffff; }

/* ### SPECIFIC ELEMENT STYLES AND FORM OVERRIDES ### */
.logo { max-height: 40px; }
.modal-window { position: relative; background: #fff; color: #505050; padding: 21px; width: auto; max-width: 800px; margin: 21px auto; }
.order_summary { margin-bottom: 25px; }
.sidebar { font-size: 12px; }
.sidebar ul li ul.sub-menu a { padding-top: .25rem; padding-bottom: .25rem; }
.search-bar { width: 95%; }
.table-sm { font-size: 12px; }
.width-40 { width: 40px; }
.width-80 { width: 80px; }
.width-100 { width: 100px; }
.width-120 { width: 120px; }
.width-240 { width: 240px; }

/* Tab Warning */
#tab-warning { display: none; top: 0; width: 100%; background-color: rgb(182, 41, 41); color: white; text-align: center; padding: 20px; z-index: 1000; }

.max-width-320 { max-width: 320px; }
table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { content: " \25B4\25BE" }

.shipping-notes { height: 175px; }

.input-qty { width: 50px; color: #009dff; font-weight: bold; }
.btn-decksheet { width: 80px; }
.custom-note { height: 175px; }

.no-spinners { -moz-appearance: textfield; }
.no-spinners::-webkit-inner-spin-button, .no-spinners::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

li.nav-item a.nav-link { margin: auto 15px; }
li.nav-item a.nav-link i.fa { font-size: 20px; }

.saved_address_block { height: 100px; overflow: hidden; }

/* Amrize Footer */
@font-face { font-family: 'Univers LT'; src: url('/vendor/webfonts/univers/univers_lt_std_bold.woff') format('woff'); font-weight: normal; font-style: normal; }
#footer-amrize { margin-top: 30px; padding-top: 30px; background: #fff; color: #011e6a; font-family: 'Univers LT', Helvetica, Arial, sans-serif; }
#footer-amrize img { height: 40px; width: auto; }


@media print {
    @page { margin-top: 1.5cm; margin-bottom: 1.5cm; }
    .row.order_summary, .card { display: block; }
    .row.order_summary { page-break-inside: avoid; }
}
