/* ======================== Typography ======================= */
@font-face {
    font-family: 'Linearicons-Free';
    src:url('/fonts/Linearicons-Free.eot?w118d');
    src:url('/fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
    url('/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
    url('/fonts/Linearicons-Free.woff?w118d') format('woff'),
    url('/fonts/Linearicons-Free.ttf?w118d') format('truetype'),
    url('/fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-home:before {
    content: "\e800";
}

.lnr-printer:before {
    content: "\e81c";
}

.lnr-rocket:before {
    content: "\e84b";
}

.lnr-map-marker:before {
    content: "\e833";
}

.lnr-paw:before {
    content: "\e84a";
}

.lnr-download:before {
    content: "\e865";
}

.lnr {
    font-family: 'Linearicons-Free';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lnr-cross:before {  content: "\e870";  }

.lnr-circle-minus:before {  content: "\e882";  }

/*pen*/
.lnr-edit:before {  content: "\e906";  }


/* ======================== General Styles ======================= */

body {
    margin:0;
    padding:0;
    font-size:10pt;
    min-width: 1425px;
    /*font-family: "Berthold Akzidenz Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #363636;
}

div {
    margin:0;
    padding:0;
}

a {
    color: #a8704f;
    text-decoration:none;
}

form {
    display:inline;
    margin:0;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

#menu {
    width:100%;
    margin: 0px 0px 10px 0px;
    background-color:#535659;
    border-bottom:solid 1px #535659;
    font-size:9pt;
    text-transform: uppercase;
}

#menu a {
    padding: 5px 10px 0px 10px;
    color:#FFF;
}

#menu a:hover {  color: #a8704f;  }

#menu ul {
    list-style-type:none;
    height:34px;
    margin:0;
    padding:0;
}

#menu ul li {
    float:left;
    height:28px;
    margin:6px 0px 0 0px;
    padding:0 4px;
    line-height:26px;
    border-radius:4px;
}

#menu li.selected {
    font-weight:bold;
    border:solid 1px #FFFFFF;
    border-width:1px 1px 0 1px;
    background-color:#EFEFEF;
    border-radius:4px 4px 0 0;
}

#menu li.selected a {  color: #a8704f;  }

#submenu {
    clear:both;
    background-color:#EFEFEF;
    color: #535659;
}

#submenu a {  color: #535659;  }

#submenu li.selected {
    background-color:#FFFFFF;
    border-color:#C0C0C0;
    margin-bottom:-1px;
    font-weight:bold;
    color: #535659;
}

.alert-block {
    padding: 5px;
    margin: 10px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    color: #363636;
}

.alert-block button {
    float: right;
    background-color: #fff;
    border-radius: 50%;
    border: none;
    font-size: 14px;
    cursor: pointer;
}

.alert-block ul {
    margin: auto;
    padding: 10px 0px;
}

.green {
    color: #669900;
}

.red {
    color: #D13D3D;
    border-color: #D13D3D;
}

.account-warning {
    font-weight: bold;
    text-align: center;
    clear: both;
    padding: 8px;
    margin: 10px 0px;
    color: #fff;
}

#past-due-warning {
    clear: both;
    background-color: #D13D3D;
    text-align: center;
    padding: 5px;
    margin-bottom: 10px;
}

input[type="text"].red {
    border-color: #D13D3D;
}

input[type="submit"] {
    cursor: pointer;
}

.wrapper-textarea {
    display: flex;
    flex-direction: row;
    align-items: flex-sart;
}

.heightKeeper {
    width: 1px;
    margin-right: -1px;
}

.textarea {
    overflow: hidden;
    flex-grow: 1;
    resize: none;
    border: none;
}

.textarea:disabled {
    background: none;
}

.underlined {
    text-decoration: underline;
}

.error, .errors {
    background-color:#f4c1c1 !important;
}

.success {
    background-color:#c0e9c0;
    color: #4c5d4c;
}

.warn, .warning {
    background-color:#fdec96;
    color: #ab8e03;
}

.info {
    background-color:#E3EEFE;
    color: #4c607d
}

.toolbar {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 3px;
    background-color: #DCEBFA;
}

.toolbar button {  font-size: 8pt;  }

img.disabled {  opacity: 0.5;  }

.disabled  { color: #b7b7b7; }

span.mustard {  color: #a28527;  }

.alert-headline {
    font-size: 38px;
    letter-spacing: 12px;
    color: red;
}

#exchange-rates-mini {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 16px;
    padding: 0px 10px;
}

#exchange-rates-mini div {  margin-left: 5px;  }

.menu-buttons {
    float: right;
    margin-top: -30px;
}

.pending-uid {  color: red;  }

.no-results {
    text-align: center;
    padding-top: 50px;
    font-size: 14px;
}

#toolbar-top, .note-bar {
    display: flex;
    background: #eaf0f3;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    margin: 10px 0px;
}

#toolbar-top a:hover {
    color: #535659;
}

.note-bar {
    margin: 12px;
    border: 1px solid #ccc;
}

.toolbar-top-right {
    flex: 1;
    text-align: right;
}

#toolbar-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

#toolbar-top ul li {
    margin-right: 15px;
    border-right: 1px solid #ccc;
    padding-right: 15px;
}

#toolbar-top ul li:last-of-type {
    border-right: none;
    padding-right: 0;
}

#content h1 {
    margin: 20px 12px 12px 12px;
    font-size: 14pt;
    text-transform: uppercase;
}

h1.border-bottom {
    border-bottom: solid 1px #C0C0C0;
}

#content #ormd h1 {
    margin: 20px 0px 12px 0px;
}

div.field-error {
    font-size: 11px;
    padding: 4px 0px;
}

div.flex-wrapper { display: flex; }

table#main-menu {
    width: 100%;
}

table#main-menu td {
    padding: 0 5px;
}

td#environment-indicator {
    text-align: center;
    font-size: 15px;
    letter-spacing: 2px;
}

table#main-menu tr.local, table#main-menu tr.development {
    background-color: #81CEC6;
}

table#main-menu tr.uat {
    background-color: #f6aa58;
}

table#main-menu tr.stage {
    background-color: #8c75a3;
}

table#main-menu tr.stage development,
table#main-menu tr.stage a,
table#main-menu tr.local a,
table#main-menu tr.uat a {
    color: #fff;
}

#form-overlay, #ajax-loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 600;
    padding-top: 10px;
}

#ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background-color: white;
    z-index: 2;
    padding-top: 0;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

#ajax-loader .loader {
    color: #a8704f;
    margin: 10px auto;
}

/* ==== Tooltip ==== */
.tooltip {
    position: relative;
    overflow: hidden;
    padding: 0px 5px;
    color: #a8704f;
}
.tooltip:hover {
    overflow: visible;
    color: #353535;
}
.tooltip:hover .tooltip-content {
    opacity: 1;
    display: block;
}
.tooltip .tooltip-content {
    background: #fff;
    box-shadow: 0 5px 25px 5px rgba(205, 210, 214, 0.8);
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: 1px;
    min-width: 198px;
    padding: 1em;
    position: absolute;
    opacity: 0;
    display: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    text-align: left;
}
.tooltip .tooltip-content::after {
    background: #fff;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tooltip .tooltip-content {
    bottom: calc(100% + 1.5em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.tooltip .tooltip-content::after {
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}

#main-menu .tooltip {
    color: #535659;
}

#main-menu .tooltip:hover {
    color: #a8704f;
}

#main-menu .tooltip-content {
    background: #eaf0f3;
    min-width: 660px;
    height: 580px;
    top: calc(100% + 1.5em);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000;
}
#main-menu .tooltip .tooltip-content::before {
    background: #eaf0f3;
    content: "";
    height: 10px;
    position: absolute;
    width: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#main-menu .tooltip .tooltip-content::before {
    top: -5px;
    left: 50%;
    margin-left: -5px;
}
#main-menu .tooltip .tooltip-content::after {
    display: none;
}

#main-menu .tooltip-content table td {
    border-top: 1px solid #ccc;
    padding: 4px;
}

#main-menu i.fa-info-circle {
    position: absolute;
    top:-5px;
    left: 5px;
}

span.split-alert {
    display: inline-block;
    margin-top: 5px;
    color: #D13D3D;
}

.urgent span.split-alert {
    color: #fff;
}

/* ==== Tables ==== */

table {
    font-size:10pt;
    font-family:Arial,sans-serif;
}

table td {  padding: 5px;  }

table.grid {
    width: 100%;
    /*font: 8pt/1.5  arial;*/
    font-size: 12px;
    border-color: #999999;
    border-style: solid;
    border-width: 0px;
    text-align: left;
    border-spacing: 0;
    *border-collapse: collapse; /* the star fixes the left border on tables in firefox */
}

table.grid td, table.grid th {
    margin: 0px;
    padding: 5px 10px;
    border-color: #999999;
    border-style: solid;
    border-width: 0px;
}

table.grid th {
    line-height: 23px;
    /*font-size: 8.5pt;*/
    font-size: 13px;
}

table.grid > tbody > tr:nth-child(odd) {
    background-color: #efefef;
}

table.legacy-search {
    margin: 0px 20px 15px 0px;
}

table.legacy-search:last-of-type {
    margin-right: 0px;
}

table.grid th.sortable i {
    font-size: 14px;
    vertical-align: text-top;
}

table.grid th.sortable:hover span, table.grid th.sortable span.active {
    border-bottom: 1px solid #a8704f;
}

td.sortable[data-orderby=Description] {
    width: 400px;
}

#collection-promotions > div.collection > table > thead > tr > td:nth-child(3)

/* ==== Pagination ==== */

div.pagination-panel {
    clear: both;
    display: flex;
    border: 1px solid #cecece;
    border-right: 0;
    border-left: 0;
    padding: 2px 5px;
}

.pagination-panel .totals {
    flex: 1;
    margin: auto;
}

ul.pagination { margin: 2px; }

ul.pagination li { display: inline; }

ul.pagination li  {
    padding: 6px 4px;
    text-decoration: none;
    transition: background-color .3s;
}

ul.pagination li a { color: #535659; }

ul.pagination li.active {
    background-color: #535659;
    color: #fff;
}

ul.pagination li.active a { color: #fff; }

ul.pagination li:hover:not(.active):not(.disabled) { background-color: #efefef; }


/* ===== Date Picker ===== */

.ui-datepicker {
    display: none;
    box-sizing: border-box;
    width: 307px;
    height:315px;
    font-size: 14px;
    background-color: white;
    border: 1px solid lightgray;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
    position: absolute;
    left: 0%;
    top: 0%;
}

.ui-datepicker .ui-datepicker-header {
    padding: 10px;
    background-color: #a8704f;
    color: white;
    position: relative;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    height: 1.8em;
    position: absolute;
    top: 14px;
    width: 1.8em;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev:active, .ui-datepicker .ui-datepicker-next:active {
    transform:scale(0.8,0.8);
}

.ui-datepicker .ui-datepicker-prev {  left: 16px;  }

.ui-datepicker .ui-datepicker-prev:after {
    content: "<<";
    color: #fff;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-next {  right: 2px;  }

.ui-datepicker .ui-datepicker-next:after {
    content: ">>";
    color: #fff;
    font-size: 12px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    left: 50%;
    margin-left: -2000px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}

.ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    font-size:15px;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {  width: 100%;  }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {  width: 49%;  }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: .9em;
    width: 100%;
}

.ui-datepicker th {
    border: 0;
    padding: 10px;
    color: #adadad;
    text-align: center;
}

.ui-datepicker td {
    border: 0;
    padding: 6px 0;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #6b7473;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin: .7em 0 0 0;
    padding: 0 .2em;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    cursor: pointer;
    float: right;
    margin: .5em .2em .4em;
    overflow: visible;
    padding: .2em .6em .3em .6em;
    width: auto;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {  float: left;  }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {  width: auto;  }

.ui-datepicker-multi .ui-datepicker-group {  float: left;  }

.ui-datepicker-multi .ui-datepicker-group table {
    margin: 0 auto .4em;
    width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {  width: 50%;  }

.ui-datepicker-multi-3 .ui-datepicker-group {  width: 33.3%;  }

.ui-datepicker-multi-4 .ui-datepicker-group {  width: 25%;  }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {  border-left-width: 0;  }

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {  border-left-width: 0;  }

.ui-datepicker-multi .ui-datepicker-buttonpane {  clear: left;  }

.ui-datepicker-row-break {
    clear: both;
    font-size: 0em;
    width: 100%;
}

.ui-datepicker .ui-datepicker-today a, .ui-datepicker-current-day a {
    background-color:#a8704f;
    color:white;
}

.ui-datepicker-calendar a.ui-state-active {  color: #fff;  }

/* RTL support */
.ui-datepicker-rtl {  direction: rtl;  }

.ui-datepicker-rtl .ui-datepicker-prev {
    left: auto;
    right: 2px;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {  clear: right;  }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {  float: left;  }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {  float: right;  }

.ui-datepicker-rtl .ui-datepicker-group {  float: right;  }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 1px;
    border-right-width: 0;
}

.disabled-action {
    opacity: 0.25;
    cursor: not-allowed;
}

/* ===== Accordion Menu ===== */

td.accordion-column {
    padding: 0;
    margin: 0;
}

ul.colors label {  overflow: hidden;  }

ul.colors li {  padding: 0;  }

div.color-box, div.color-name {  float: left;  }

div.color-box {
    width: 20px;
    height: 25px;
    margin-right: 10px;
}

div.color-name {  line-height: 25px;  }

#ormd form div.accordion-menu label {
    font-weight: normal;
    cursor: pointer;
}

div.accordion-menu {  display: none;  }

div.accordion-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cd-accordion-menu input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.cd-accordion-menu label, .cd-accordion-menu a {
    display: block;
    background: #d7d7d7;
    border-bottom: solid 1px #C0C0C0;
}

.cd-accordion-menu label.sub-group {
    padding: 18px 30px 18px 18px;
}

.cd-accordion-menu ul {  display: none;  }

.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
    display: block;
}

ul.colors label {  padding-right: 48px;  }

.cd-accordion-menu ul.colors label {
    background: #EFEFEF;
    width:352px;
}
.cd-accordion-menu ul.colors label:hover {  background: #d5d4d5;  }

.cd-accordion-menu ul.product-styles li, .cd-accordion-menu ul.no-color li {
    padding: 18px 4px;
    border-bottom: solid 1px #C0C0C0;
}

.cd-accordion-menu ul.product-styles li label,
.cd-accordion-menu ul.no-color li label {
    display: inline-block;
    background: none;
    border: none;
    float: left;
    width: 276px;
    padding-left: 5px;
}

.cd-accordion-menu ul.product-styles li label:hover {  background: none;  }

.cd-accordion-menu ul.product-styles li label.product-name {
    width: 322px;
    padding-left: 5px;
}

.cd-accordion-menu label.sub-group:hover {  background-color: #ACACAC;  }

.cd-accordion-menu ul.no-color li label {
    line-height: 20px;
    width: 322px;
}

a.menu-btn, input.horizontal-btn {
    float:right;
    background-color:#EFEFEF;
    border:solid 1px #C0C0C0;
    border-radius:0.4em;
    color:#000000;
    cursor:pointer;
    display:block;
    font-size:10pt;
    line-height:18px;
    margin:-29px 2px 2px 2px;
    padding:2px 6px;
    text-decoration:none;
    text-align:center;
}

fieldset {
    border: 1px solid #ccc;
    margin: 40px auto;
}

legend {
    font-size: 16px;
    font-weight: bold;
    color: #a8704f;
}

fieldset h4 {
    font-size: 12px;
    letter-spacing: 1px;
    color: #333;
    margin: 10px 0;
    text-transform: uppercase;
}

/* ===== Jquery Dialog Box ===== */

.dialog {  display:none;  }

/* ===== Custom Selects ===== */

span.msg,
span.choose {
    color: #555;
    padding: 5px 0 10px;
    display: inherit
}

.custom-select {
    text-align: center;
    margin-right: 20px;
}

.dropdown {
    width: 200px;
    display: inline-block;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left
}

.dropdown.short {  width: 100px;  }

.dropdown .select {
    cursor: pointer;
    display: block;
    padding: 10px
}

.dropdown .select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px;
    margin-left: 10px;
}

.dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}

.dropdown:active {
    background-color: #f8f8f8
}

.dropdown.active:hover,
.dropdown.active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8
}

.dropdown.active .select > i {
    transform: rotate(-90deg)
}

.dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}

.dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

/* ===== Admin Notify Links ===== */

#admin-notify-links {
    list-style-type:none;
    margin:0;
    padding:0;
}

#admin-notify-links li {
    display:inline-block;
    margin:0 8px;
    padding:4px;
    border:solid 1px #800000;
    background-color:#EF8888;
    border-radius:8px;
}

#admin-notify-links li a {
    font-weight:bold;
    color:#800000;
}

/* ===== Styles View Menu ===== */

ul.menu-view {
    list-style-type:none;
    margin:4px;
    padding:0;
    border:solid 1px #C0C0C0;
    background-color:#EFEFEF;
    border-radius:8px;
}

ul.menu-view li {
    display:inline-block;
    margin:2px 4px;
    padding:2px 4px;
    border:solid 1px #C0C0C0;
    background-color:#FFFFFF;
    border-radius:4px;
}

ul.menu-view li.selected {
    border:none;
    background-color:#333333;
}

ul.menu-view li.selected a {
    font-weight:bold;
    color:#FFFFFF;
}

/* ===== New Themes ===== */

div.mustard, div.copper {
    width: 80%;
    margin: 50px auto;
}

.mustard h1, .copper h1 {
    clear:both;
    margin:4px 4px 16px 4px;
    padding:2px 4px;
    border-bottom:solid 1px #C0C0C0;
}

.mustard .form, .copper .form {
    padding: 10px;
}

.copper fieldset legend {
    text-transform: uppercase;
    color: #a8704f;
}

.mustard fieldset label, .copper fieldset label {
    width: 150px;
    display: inline-block;
}

.mustard input[type="submit"], .copper input[type="submit"] {
    background-color: #a28527;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px;
}

.copper input[type="submit"] {
    background-color: #a8704f;
}

.mustard #form-errors, .copper #form-errors {
    background-color: #ebebeb;
    padding: 10px 10px 0px 10px;
    min-height: 29px;
    margin-bottom: 40px;
    border: 1px solid #D13D3D;
}

.wrap-clean {
    width: 920px;
    margin: 0px auto 20px auto;
    padding: 20px 10px;
}

ul.checklist {
    list-style-type: none;
    padding: 0 5px;
}

ul.checklist li {
    margin: 10px 0;
}

ul.checklist li:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border:1px solid #ccc;
    vertical-align: sub;
}

ul.checklist li span {
    display: inline-block;
}

ul.checklist li span.qty {
    width: 20px;
    margin-right: 22px;
    text-align: right;
}

ul.checklist li span.style {
    width: 140px;
    margin-right: 10px;
    vertical-align: middle;
}

#order-checklist div {
    float: left;
    width: 45%;
}

#order-checklist div.catalog {
    width: 100%;
}

#order-checklist div.catalog span.style {
    width: 250px;
}

a.button-link {
    text-transform: uppercase;
    background-color: #a8704f;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    padding: 8px 10px;
    text-decoration: none;
    text-align: center;
    border: none;
    border-radius: 0.4em;
}

a.button-link.cancel {
    background-color: #ccc;
    color: #a8704f;
}

a.button-link.cancel:hover {
    color: #363636;
}


/* ===== Stripe Integration ===== */

form.stripe {
    width: 480px;
    margin: 20px auto;
}

#credit-card-table {
    padding-top: 40px;
    width: 100%;
}

#credit-card-table .group {
    background: white;
    box-shadow: 0 7px 14px 0 rgba(49,49,93,0.10),
    0 3px 6px 0 rgba(0,0,0,0.08);
    border-radius: 4px;
    margin-bottom: 20px;
}

#credit-card-table label {
    position: relative;
    height: 40px;
    width: 90%;
    line-height: 40px;
    margin-left: 20px;
    display: block;
}

#credit-card-table .group label:not(:last-child) {  border-bottom: 1px solid #F0F5FA;  }

#credit-card-table label > span {
    width: 20%;
    text-align: right;
    float: left;
}

#credit-card-table .field {
    background: transparent;
    font-family: "Helvetica Neue", Helvetica;
    font-size: 13px;
    border: 0;
    color: #31325F;
    outline: none;
    padding-right: 10px;
    padding-left: 10px;
    cursor: text;
    width: 70%;
    height: 36px;
    float: right;
}

#credit-card-table .field::-webkit-input-placeholder { color: #88929b; }
#credit-card-table .field::-moz-placeholder { color: #88929b; }
#credit-card-table .field:-ms-input-placeholder { color: #88929b; }

#stripe-payment-form input[type="submit"]:focus {  background: #555ABF;  }

#stripe-payment-form input[type="submit"]:active {  background: #43458B;  }

#stripe-payment-form .outcome {
    float: left;
    width: 100%;
    padding-top: 8px;
}

#stripe-payment-form .success, #stripe-payment-form .error {
    display: none;
    font-size: 13px;
}

#stripe-payment-form .success.visible, #stripe-payment-form .error.visible {  display: inline;  }

#stripe-payment-form .error {  color: #E4584C;  }

#stripe-payment-form .success {  color: #666EE8;  }

#stripe-payment-form .success .token {
    font-weight: 500;
    font-size: 13px;
}

div.stripe-error {  text-align: center;  }

span.form-error {
    color: red;
    font-size: 0.83em;
    font-style: italic;
}

a.disabled {
    color: #ddd;
    cursor: not-allowed;
}

/* Placeholder overwrite */
input::-webkit-input-placeholder {  color: #CFD7E0 !important;  }

input:-moz-placeholder { /* Firefox 18- */  color: #CFD7E0 !important;  }

input::-moz-placeholder {  /* Firefox 19+ */  color: #CFD7E0 !important;  }

input:-ms-input-placeholder {  color: #CFD7E0 !important;  }


/* ======================== Pages ======================= */

/* ===== /accounts/bulk-sync ===== */
#bulk-sync .dashboard-widget.borderless {
    margin: 0px 0px 13px 20px;
}

#bulk-sync form {
    padding: 10px;
    display: block;
    height: 290px;
}

#bulk-sync fieldset {
    width: 90%;
}

#bulk-sync legend {
    font-size: 13px;
}

#bulk-sync input[type='submit'] {
    margin-right: 25px;
    float: right;
}

#bulk-sync fieldset {
    width: 90%;
}

/* ===== /accounts/rep-bulk-updates ===== */

#rep-bulk-updates fieldset {
    margin: 20px auto;
}

#rep-bulk-updates fieldset:first-of-type {
    margin-top: 10px;
}

#rep-bulk-updates fieldset p {
    display: flex;
}

#rep-bulk-updates fieldset p span {
    width: 100px;
    line-height: 26px;
}

#rep-bulk-updates fieldset select {
    width: 300px;
}

#rep-bulk-updates {
    padding-bottom: 20px;
}

/* ===== /products/update ===== */

.product-update fieldset {
    border-top: 1px dashed #a8704f;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin: 20px auto;
}

.product-update fieldset:first-of-type {
    margin-top: 10px;
}

.product-update legend {
    font-size: 16px;
    font-weight: bold;
    color: #a8704f;
    margin-bottom:10px;
}

table.product-update {
    border: none;
    width: 100%;
}

table.product-update td.label {
    width: 250px;
}

#ormd form table.product-update td.full-width select,
#ormd form table.product-update td.full-width textarea,
#ormd form table.product-update td.full-width input[type="text"] {
    width: 100%;
}

.product-update table.submit{
    border-top: 3px solid #efefef;
    float: right;
}

/* ===== admin/orders/browse (collections search) ===== */

table.admin-orders-collections {
    height:auto;
    width:98%;
    margin:0 auto;
    font-size:8pt;
}

table.admin-orders-collections tr,
table.admin-orders-collections td {
    height:auto;
    padding:0;
}
table.admin-orders-collections td { padding: 5px 0px; }

table.admin-orders-collections td.label {
    width:80px;
    /*text-align:right;*/
}

/* ===== /admin/orders/invoice ===== */

.wrap-order-invoice {
    width:100%;
    text-align:center;
}

.order-invoice {
    width:800px;
    margin:0 auto;
    text-align:left;
}

/* ===== /admin/orders/view ===== */

#payment-detail tbody td {  vertical-align:top;  }

#shipping-notification {
    color: #FCB514;
    font-weight: bold;
    font-size: 2em;
    text-transform: uppercase;
}

/* ===== /admin/orders/cover_sheet ===== */

#cover-sheet-main {
    border: 1px solid #DEDEDE;
    width: 841px;
    padding: 10px 30px;
    margin: 30px auto 20px auto;
    overflow: hidden;
}

#cover-sheet-header div {  float: left;  }

#sub-header #special-instructions {  width: 600px;  }

#sub-header #order-barcode {
    width: 320px;
    text-align: right;
}

#cover-sheet-main div.main-details {
    float: left;
    width: 198px;
    margin: 0px 15px 20px 0px;
}

#order-checklist h6, #customer-comment h6 {
    text-transform: uppercase;
    text-decoration: underline;
    margin: 20px 0px 8px;
    font-size: 13px;
}

#customer-comment h6 {
    color: red;
    clear: both;
}

#cover-sheet-main div.main-details:nth-child(4) {
    margin-right: 0px;
}

#cover-sheet-main #account-info {
    width: 600px;
    margin: 10px 0px 20px 0px;
    overflow: hidden;
    clear: both;
}

#cover-sheet-main div.main-details.instructions {
    clear: both;
    width: 100%;
}

#order-checklist {
    margin: 10px 0px 12px;
    overflow: hidden;
    clear: both;
}

#cover-sheet-main #shipping-instructions {
    clear: both;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    margin: 20px 0px;
}

#cover-sheet-main #shipping-instructions ul {
    padding: 0;
}

#cover-sheet-main #shipping-instructions ul li {
    list-style-type: none;
    color: red;
    font-size: 18px;
}

#cover-sheet-footer {
    width: 100%;
    text-align: center;
}

#ormd #cover-sheet-footer input, #ormd .wrap-vendor-order input[type="submit"],
#ormd .wrap-vendor-order input[name="mark-sent"] {
    width: 63px;
    padding: 4px;
    margin-right:10px;
    font-size: 12px;
}

/* ===== /orders/set-shipping-address ===== */
#ormd form #add-address-to-order  form textarea, #ormd form #add-address-to-order input[type="text"],
#ormd form #add-address-to-order input[type="number"], #ormd form #add-address-to-order select {
    width: 97%;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* ===== /admin/catalog/amazon/product/manage_uid/x ===== */

#ecomm-review p {
    font-size: 13px;
    padding: 10px;
}

/* ===== admin/orders/third_party (incl. result table) ===== */

#menu-third-party {
    width: 1000px;
    margin: 40px auto;
    text-align: right;
}

#menu-third-party a {
    color: #666;
    text-decoration: underline;
}

#menu-third-party a:hover {  color: #DCEBFA;  }

#dashboard-wrapper, fieldset#search {
    width: 1000px;
    margin: auto;
    border: 1px solid #DCEBFA;
    padding: 40px 10px 20px 10px;
}

#dashboard-wrapper {
    padding: 0;
    border: 1px solid #fff;
}

#dashboard-wrapper a.button, #dashboard-wrapper input[type=button] {
    background-color: #DCEBFA;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 10px;
    text-decoration: none;
    padding: 4px;
}

#dashboard-wrapper ul {  list-style: none;  }

#dashboard-wrapper ul li {  padding: 6px 0px;  }

fieldset#search {
    width: 980px;
    margin: 60px auto 30px auto;
    padding-top: 20px;
}

#search-records {
    width: 79%;
    margin: auto;
    text-align: center;
}

#search-records input {
    width: 100%;
    height: 30px;
    font-size: 13px;
}

table.result-striped {
    border-collapse: collapse;
    width: 100%;
}

table.result-striped th {
    cursor: pointer;
    height: 30px;
}

table.result-striped th:hover {
    cursor: pointer;
}

table.result-striped tbody tr {  border-top: solid 1px #ccc;  }

table#result-table th, table#result-table td {
    text-align: left;
    padding: 8px;
}

#dashboard-wrapper a {
    color: #000;
    text-decoration: underline;
}

table#result-table td.order-id a:hover {  color: #ccc;  }

table#result-table td.vendor div {
    height: 20px;
    width: 80px;
}

div#paginator, div#order-stats {
    float: left;
    width: 50%;
    text-align: right;
    margin-bottom: 10px;
    color: #666;
}

div#order-stats {  text-align: left;  }

#dashboard-wrapper div#status-msg {
    width: 100%;
    text-align: center;
    color: red;
}

div#paginator a:hover {  color: #DCEBFA;  }

div#paginator a {  color: #666;  }


/* ===== admin/schedule/report/cancel_report ===== */

#cancel-report {
    width: 1200px;
    margin: 16px auto;
}

#content #cancel-report h1 {
    margin: 20px 0px 12px 0px;
}

.menu-bar {
    clear: both;
    border: none;
    background-color: #C0C0C0;
    height: 1px;
}
/* ===== admin/catalog/amazon/export ===== */

div.notes {
    padding: 4px;
    font-size: 0.81em;
}

div.notes ul li {  margin: 6px 0px;  }

/* ==== accounts/create/ === */

#create-account td.label {
    width: 140px;
}

#ormd form #create-account input[type="text"] {
    width: 155px;
}

#ormd form #create-account select {
    width: 161px;
}

/* ==== accounts/collections/review === */

#delinquent-account {
    float: left;
    width: 400px;
    margin-top: 12px;
}

#delinquent-actions {
    float: left;
    width: 540px;
}

#delinquent-actions textarea#note {
    width: 275px;
    height: 107px;
}

#delinquent-actions td.submit {
    text-align: right;
}

.orders-delinquent {
    clear: both;
    margin-top: 20px;
}

.orders-delinquent table td.write-off, .orders-delinquent table th.write-off,
.orders-delinquent table td.storecredit, .orders-delinquent table th.storecredit {
    width: 210px;
}

.orders-delinquent table td.write-off td.submit,
.orders-delinquent table td.storecredit td.submit {
    text-align: right;
}

/* ======================== New Generation ======================= */

a.mustard {  color: #907623;  }

a.mustard:hover, a.copper:hover {  color: #333636;  }

a.copper { color: #a8704f }

div.note {  padding: 20px 0px 0px 10px;  }

span.note {
    color: #a8704f;
    text-decoration: underline;
}

div.submit-panel {
    width: 980px;
    text-align: right;
    margin: 40px auto;
}

#new-gen h1 {
    clear:both;
    margin:4px 4px 16px 4px;
    padding:2px 4px;
    border-bottom: solid 1px #C0C0C0;

}

#new-gen .mgmt-header {
    margin: 40px auto;
    width: 1000px;
    overflow: auto;
}

#new-gen fieldset {
    border: 1px solid #ccc;
    border-radius: 4px;
    margin: 40px auto;
    width: 940px;
    padding: 20px;
}

#new-gen fieldset legend {
    font-size: 20px;
    font-weight: bold;
    color: #a8704f;
}

a.menu-btn {
    float:right;
    background-color:#EFEFEF;
    border:solid 1px #C0C0C0;
    border-radius:0.4em;
    color:#000000;
    cursor:pointer;
    display:block;
    font-size:10pt;
    line-height:18px;
    margin:-29px 2px 2px 2px;
    padding:2px 6px;
    text-decoration:none;
    text-align:center;
}

input.mustard, .button-mustard, input.copper, .button-copper {
    font-size: 13px;
    color: #fff;
    background-color: #a28527;
    border-radius: 4.4px;
    border: none;
    cursor: pointer;
}

input.copper, .button-copper {
    background-color: #a8704f;
}

.button-copper.big { padding: 6px; }

.button-mustard.big {  padding: 6px;  }

.menu-horizontal {
    padding: 30px 0px;
    position: relative;
}

.menu-horizontal ul {
    list-style-type:none;
    margin: 4px 0px;
    padding:0;
    position: absolute;
    top: 21px;
    left: -12px;
}

.menu-horizontal ul li {
    display:inline-block;
    margin: 2px 8px;
    padding: 2px 4px;
}

.menu-horizontal input {
    font-size: 13px;
    position: absolute;
    top: 22px;
    right: -6px;
    background-color: #EFEFEF;
    border: solid 1px #C0C0C0;
    border-radius: 0.4em;
    padding: 5px;
    cursor: pointer;
}

table.black {
    background-color: #343434;
    width: 100%;
    margin: 0 auto;
    border: none;
}

table.black tr {
    border: none;
    height: 26px;
}

table.black tr td {  padding: 10px;  }

table.black thead {  color: #fff;  }

table.black thead tr {  height: 36px;  }

table.black tbody {  background-color: #fff;  }

table.zebra > tbody > tr.completed:nth-child(even), table.zebra > tbody > tr.selected:nth-child(even),
table.zebra > tbody > tr.completed:nth-child(odd), table.zebra > tbody > tr.selected:nth-child(odd) {
    background-color: #f5eed6;
}

#table-menu {  font-size: 13px;  }

#table-menu div#paginator a:hover {  color: #a8704f;  }

.dashboard-menu {  font-size: 13px;  }

.dashboard-menu h4 {  margin-top: 20px;  }

#ormd .dashboard-menu form label {
    font-weight: normal;
    font-size: 100%;
    margin-left: 10px;
}

#ormd .dashboard-menu input[type='checkbox'] {
    font-size: 15px;
    line-height: 15px;
}

#ormd .dashboard-menu input[type="text"], #ormd .dashboard-menu select {
    border: 1px solid #ccc;
    border-radius: 0.4em;
    height: 26px;
}

.dashboard-menu input[type="submit"] {
    background-color: #a8704f;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 4px;
}

span.more-details {
    color: #a8704f;
    display: inline-block;
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

span.more-details:hover {  color: #333;  }

div.details {
    display: none;
    clear: both;
}

div.details ul {
    padding: 0;
    list-style-position: inside;
}

div.details ul li {  margin: 4px 0;  }


/* ===== production/shipping_dashboard ===== */

.hidden-form {  display: none;  }

div.action.tracking {  width: 130px;  }

/* ===== dashboard element/pages ===== */

.dashboard {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

#dashboard-content a {  color: #a8704f;  }

#dashboard-content th a {  color: #333;  }

#dashboard-content a:hover {  color: #333;  }

#dashboard-header {
    padding: 5px 20px;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 10;
    color: #777;
}

#dashboard-form {  margin-top: 20px;  }

#shipping-dashboard #dashboard-header {  height: 40px;  }

.dashboard-title {
    float: left;
    font-size: 25px;
    font-weight: 300;
    padding-top: 10px;
}

.dashboard-info {  float: right;  }

.date-box {
    background-color: #a8704f;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    padding: 9px;
    border-radius: 7px;
}

#dashboard-content {
    clear: both;
    padding: 20px 20px 50px 20px;
    background-color: #f0f2f5;
    min-height: 700px;
}

.shipping-instructions {
    max-height: 65px;
    overflow: scroll;
}

.dashboard-table {
    background-color: #fff;
    position: relative;
    margin-top: 12px;
}

.dashboard-table table#result-table th, .dashboard-table table#result-table td  {  padding: 8px 4px 8px 12px;  }

.right-floated {  float: right;  }

.left-floated {  float: left;  }

.panel-control {
    margin: 0;
    padding: 0;
    list-style: none;
}

.panel-control .btn-icon {
    padding: 2px 4px;
    margin-top: 0;
    line-height: 24px;
    font-size: 14px;
    color: rgba(22,24,27,.54);
}

.dashboard-table #table-menu {  padding: 8px;  }

.dashboard-table .lnr {  font-size: 15px;  }

.dashboard-table div.action {
    margin: 6px 0px;
    color: #a8704f;
}

.dashboard-table div.action a {
    display: inline-block;
    vertical-align: top;
}

.dashboard-table div.action.disabled, #dashboard-content div.action.disabled a {
    color: #e3dabe;
    cursor: not-allowed;
}

#dashboard-panel {
    position: absolute;
    top: -18px;
    right: 4px;
    color: #a8704f;
}

#dashboard-content #dashboard-panel a {  vertical-align: top;  }

.disabled-row {
    opacity: 0.25;
    filter: alpha(opacity = 60); /* MSIE */
}
.disabled-action {
    cursor: not-allowed;
    opacity: 0.5;
}

.disabled-action > a {
    color: currentColor;
    display: inline-block;  /* For IE11/ MS Edge bug */
    pointer-events: none;
    text-decoration: none;
    opacity: 0.5;
}

.dashboard-table table {
    border-color: grey;
    box-shadow: 0 1px 3px -1px rgba(22,24,27,.26);
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 13px;
    font-family: Arial, sans-serif;
}

.dashboard table thead {
    font-size: 12px;
    color: #333;
    border-top: 3px solid #a8704f;
    border-bottom: 1px solid #a8704f;
}

.dashboard table tbody {  margin-top: 20px;  }

.dashboard table tbody tr:nth-child(odd) {  background-color:#fff;  }

.dashboard table tbody tr:nth-child(even) {  background-color:#f0f2f5;  }

.dashboard table tbody tr.completed,
.dashboard table tbody tr.completed {
    background-color: #f5eed6;
}

/* ===== /admin/orders/pow ===== */

#pow #export-schedule {
    width: 1000px;
}

#pow form {
    padding: 10px;
}

#pow fieldset {
    margin: 25px;
    border: none;
    border-top: 1px solid #ccc;
}

#pow legend {
    font-size: 14px;
}

#pow fieldset label {
    width: 150px;
    display: inline-block;
}

#pow select {
    display: inline-flex;
}

#pow textarea {  vertical-align: top;  }

#pow input[type="submit"] {
    float: right;
    margin: 0px 25px 25px 0px;
}

#pow .slider-body {
    margin-top: 7px;
}

/* ===== /admin/tasks/tasks_completed ===== */

#ormd.wide-1300 {  max-width: 1300px;  }

div#completed-tasks #update-results {  float: right;  }

div#completed-tasks label {
    display: inline-block;
    width: 165px;
}

/* ===== /admin/tasks/production & /admin/schedule/tasks/edit ===== */

a.adjust-waste img {
    width: 18px;
    margin: -4px 0 0 4px;
}

a.adjust-waste img:hover {  opacity: 0.3;  }

span.adjustment-result {
    font-style: italic;
    font-size: 11px;
    color: #a8704f;
    line-height: 13px;
    display: none;
    margin-left: 12px;
}

span.adjustment-result.red {  color: red;  }

div.waste-adjustment {
    margin: 10px;
    display: none;
}

table.materials {  margin-top: 20px;  }

table.materials a {  color: #000;  }

table.materials a:hover {  color: #a8704f;  }

table.materials tr td {  padding-top: 8px;  }

#ormd td.artwork h2 {  margin-top: 20px;  }

div#inventory-assoc-material td.inventory-item-name {
    height: 40px;
    width: 170px;
}

td.inventory-item-name a.adjust-waste img {
    float: right;
    margin: 0px 10px 0px 0px;
}

/* ======================== Print ======================= */

@media print {
    .keep-together {
        page-break-inside: avoid;
    }

    .break-before {
        page-break-before: always;
    }

    .break-after {
        page-break-after: always;
    }
}