/* HELPERS */
/* General */
div,
footer,
header,
nav {
  position: relative; }

#container {
  width: 1000px;
  margin: 68px auto 0; }
  .page--login #container,
  .page--logout #container {
    max-width: 1000px;
    width: auto; }

#over-l {
  position: absolute;
  height: 100%;
  width: 250px;
  margin-left: -250px; }
  .page--login #over-l,
  .page--logout #over-l {
    display: none; }

#over-r {
  position: absolute;
  height: 100%;
  width: 0;
  margin-left: 1000px; }
  .page--login #over-r,
  .page--logout #over-r {
    display: none; }

#main-container {
  background: url(/img/body-bg2.png) #fff repeat-x center top;
  min-height: 400px;
  padding: 25px; }

label.error {
  font-weight: bold;
  font-size: 12px;
  color: #b90e0e;
  display: block;
  margin: 0 0 5px; }

.ui-state-highlight {
  border-color: orange !important;
  background: white !important; }

/* Text */
p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 15px; }

p.error {
  font-weight: bold;
  color: #750000; }

p.message {
  font-weight: bold;
  color: #18324a; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: black;
  padding: 0;
  margin: 0 0 15px; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: black;
  padding: 0;
  margin: 0 0 15px; }

a {
  color: #1b3853;
  cursor: pointer; }

/* Standard Form */
.formstyle .row {
  clear: both;
  margin: 10px 0 0; }

.formstyle label {
  display: block;
  float: left;
  padding: 7px 20px 7px 0;
  width: 140px;
  line-height: normal;
  font-size: 14px; }

.formstyle input {
  float: left;
  width: 300px; }

.formstyle .submit-btn {
  width: auto;
  clear: left;
  margin-left: 100px; }

.formstyle label.error {
  float: left;
  clear: none;
  display: block;
  width: 220px;
  font-weight: bold;
  color: #750000;
  font-size: 12px;
  margin-left: 10px; }

.formstyle input[type=submit] {
  float: none;
  width: auto;
  margin: 8px 0 0; }

.helpText {
  margin: 0;
  padding: 0;
  font-size: 12px; }

/* Tables */
.datagrid {
  clear: both; }

.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%; }

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.datagrid table td,
.datagrid table th {
  padding: 3px 10px; }

.datagrid table thead th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557f));
  background: -moz-linear-gradient(center top, #006699 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #006699;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #0070A8; }

.datagrid table thead th:first-child {
  border: none; }

.datagrid table tbody td, .datagrid table tfoot td {
  color: #00496B;
  border-left: 1px solid #E1EEF4;
  font-size: 12px;
  font-weight: normal; }

.datagrid table tbody td:first-child, .datagrid table tfoot td:first-child {
  border-left: none; }

.datagrid table tbody tr:last-child td, .datagrid table tfoot tr:last-child td {
  border-bottom: none; }

/*
.datagrid table tfoot td div {
  border-top: 1px solid #006699;
  background: #E1EEF4;
}
.datagrid table tfoot td {
  padding: 0;
  font-size: 12px;
}
.datagrid table tfoot td div {
  padding: 2px;
}
.datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.datagrid table tfoot li {
  display: inline;
}
.datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557f));
  background: -moz-linear-gradient(center top, #006699 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #006699;
}
.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #006699;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}
*/
.alert {
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid transparent;
  border-radius: 6px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #750000; }

/* Header */
header {
  background: url(/img/nav-bg.gif);
  height: 68px;
  position: fixed;
  width: 1000px;
  margin-top: -68px;
  z-index: 1000; }

#logo {
  position: absolute;
  width: 200px;
  height: 50px;
  top: 14px;
  left: 15px;
  color: #b2b2b2;
  font-family: 'Open Sans', sans-serif;
  font-size: 29px;
  font-weight: bold; }

/* NAV */
nav {
  position: absolute;
  top: 0;
  left: 200px;
  width: 780px;
  z-index: 1000; }

nav ul,
nav li {
  padding: 0;
  margin: 0;
  list-style: none; }

nav li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
  float: left;
  width: auto;
  padding: 30px 15px 0;
  line-height: 16px;
  position: relative;
  height: 30px; }

nav li a {
  color: white;
  text-decoration: none; }

nav li a:hover {
  color: #f0ac3e; }

.nav2 {
  float: right; }

nav li ul {
  /*display: none;*/
  position: absolute;
  top: 60px;
  left: 0;
  border: 1px white solid; }

li > ul {
  top: auto;
  left: auto; }

nav li:hover ul {
  display: block; }

nav li ul li {
  padding: 0;
  background: url(/img/nav2-bg.png);
  width: 200px;
  border-bottom: 2px grey dotted;
  font-weight: normal;
  font-size: 15px;
  height: auto; }
  nav li ul li a {
    padding: 6px 10px;
    display: inline-block;
    width: 180px; }

nav ul li ul {
  display: none; }

/* HELPERS */
/* General */
div,
footer,
header,
nav {
  position: relative; }

#container {
  width: 1000px;
  margin: 68px auto 0; }

.page--login #container, .page--logout #container {
  max-width: 1000px;
  width: auto; }

#over-l {
  position: absolute;
  height: 100%;
  width: 250px;
  margin-left: -250px; }

.page--login #over-l, .page--logout #over-l {
  display: none; }

#over-r {
  position: absolute;
  height: 100%;
  width: 0;
  margin-left: 1000px; }

.page--login #over-r, .page--logout #over-r {
  display: none; }

#main-container {
  background: url(/img/body-bg2.png) #fff repeat-x center top;
  min-height: 400px;
  padding: 25px; }

label.error {
  font-weight: bold;
  font-size: 12px;
  color: #b90e0e;
  display: block;
  margin: 0 0 5px; }

.ui-state-highlight {
  border-color: orange !important;
  background: white !important; }

/* Text */
p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0 0 15px; }

p.error {
  font-weight: bold;
  color: #750000; }

p.message {
  font-weight: bold;
  color: #18324a; }

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  color: black;
  padding: 0;
  margin: 0 0 15px; }

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 19px;
  color: black;
  padding: 0;
  margin: 0 0 15px; }

a {
  color: #1b3853;
  cursor: pointer; }

/* Standard Form */
.formstyle .row {
  margin: 10px 0 0; }

.formstyle .row::before, .formstyle .row::after {
  content: '';
  display: table; }

.formstyle .row::after {
  clear: both; }

.formstyle label {
  display: block;
  float: left;
  padding: 7px 20px 7px 0;
  width: 140px;
  line-height: normal;
  font-size: 14px; }

.formstyle label.error {
  float: left;
  clear: none;
  display: block;
  width: 220px;
  font-weight: bold;
  color: #750000;
  font-size: 12px;
  margin-left: 10px; }

.page--login .formstyle label.error, .page--logout .formstyle label.error {
  margin-left: 0;
  padding-left: 10px; }

.page--login .formstyle label, .page--logout .formstyle label {
  box-sizing: border-box;
  width: 160px; }

.formstyle input {
  float: left;
  width: 300px; }

.page--login .formstyle input[type="text"], .page--logout .formstyle input[type="text"], .page--login .formstyle input[type="password"], .page--logout .formstyle input[type="password"] {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 5px 10px;
  max-width: 100%; }

.formstyle .submit-btn {
  width: auto;
  clear: left;
  margin-left: 100px; }

.formstyle input[type=submit] {
  float: none;
  width: auto;
  margin: 8px 0 0; }

.helpText {
  margin: 0;
  padding: 0;
  font-size: 12px; }

/* Tables */
.datagrid {
  clear: both; }

.datagrid table {
  border-collapse: collapse;
  text-align: left;
  width: 100%; }

.datagrid {
  font: normal 12px/150% Arial, Helvetica, sans-serif;
  background: #fff;
  overflow: hidden;
  border: 1px solid #069;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.datagrid table td,
.datagrid table th {
  padding: 3px 10px; }

.datagrid table thead th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #069), color-stop(1, #00557f));
  background: -moz-linear-gradient(center top, #069 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #069;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #0070a8; }

.datagrid table thead th:first-child {
  border: none; }

.datagrid table tbody td, .datagrid table tfoot td {
  color: #00496b;
  border-left: 1px solid #e1eef4;
  font-size: 12px;
  font-weight: normal; }

.datagrid table tbody td:first-child, .datagrid table tfoot td:first-child {
  border-left: none; }

.datagrid table tbody tr:last-child td, .datagrid table tfoot tr:last-child td {
  border-bottom: none; }

/*
.datagrid table tfoot td div {
  border-top: 1px solid #006699;
  background: #E1EEF4;
}
.datagrid table tfoot td {
  padding: 0;
  font-size: 12px;
}
.datagrid table tfoot td div {
  padding: 2px;
}
.datagrid table tfoot td ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.datagrid table tfoot li {
  display: inline;
}
.datagrid table tfoot li a {
  text-decoration: none;
  display: inline-block;
  padding: 2px 8px;
  margin: 1px;
  color: #FFFFFF;
  border: 1px solid #006699;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557f));
  background: -moz-linear-gradient(center top, #006699 5%, #00557f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
  background-color: #006699;
}
.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
  text-decoration: none;
  border-color: #006699;
  color: #FFFFFF;
  background: none;
  background-color: #00557F;
}
*/
.alert {
  padding: 1em;
  margin-bottom: 2em;
  border: 1px solid transparent;
  border-radius: 6px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #750000; }

.btn, .submit-btn--login {
  display: inline-block;
  background-color: #069;
  border-radius: 6px;
  line-height: 1;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 1em;
  text-align: center;
  padding: 0.6em 1.2em;
  margin: 0;
  color: #fff;
  border: none; }

.btn:hover, .submit-btn--login:hover, .btn:focus, .submit-btn--login:focus {
  outline: 0;
  background-color: #0088cc;
  color: #fff; }

.btn1 {
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
  background: -moz-linear-gradient(center top, #ededed 5%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  color: #777;
  font-family: arial;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff; }

.btn1:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
  background: -moz-linear-gradient(center top, #dfdfdf 5%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color: #dfdfdf; }

.btn1:active {
  position: relative;
  top: 1px; }

/* Header */
header {
  background: url(/img/nav-bg.gif);
  height: 68px;
  position: fixed;
  width: 1000px;
  margin-top: -68px;
  z-index: 1000; }

#logo {
  position: absolute;
  width: 200px;
  height: 50px;
  top: 14px;
  left: 15px;
  color: #b2b2b2;
  font-family: 'Open Sans', sans-serif;
  font-size: 29px;
  font-weight: bold; }

/* NAV */
nav {
  position: absolute;
  top: 0;
  left: 200px;
  width: 780px;
  z-index: 1000; }

nav ul,
nav li {
  padding: 0;
  margin: 0;
  list-style: none; }

nav li {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  display: block;
  float: left;
  width: auto;
  padding: 30px 15px 0;
  line-height: 16px;
  position: relative;
  height: 30px; }

nav li a {
  color: white;
  text-decoration: none; }

nav li a:hover {
  color: #f0ac3e; }

.nav2 {
  float: right; }

nav li ul {
  /*display: none;*/
  position: absolute;
  top: 60px;
  left: 0;
  border: 1px white solid; }

li > ul {
  top: auto;
  left: auto; }

nav li:hover ul {
  display: block; }

nav li ul li {
  background: url(/img/nav2-bg.png);
  width: 200px;
  border-bottom: 2px grey dotted;
  font-weight: normal;
  font-size: 15px;
  height: auto; }

/* Log In Page */
#login-form {
  max-width: 460px;
  width: 100%;
  margin: 50px auto 0; }

/* Customers */
#new-item-div {
  border: 1px solid #1b3853;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 500px;
  display: none; }

#new-item-div label {
  width: 150px;
  line-height: normal;
  padding: 0;
  margin: 0; }

#customer-autocomplete,
#customer-tel-autocomplete,
#customer-email-autocomplete {
  width: 330px; }

#new-billing-address {
  /*display: none;*/ }

#most-recent-order-div {
  /*padding: 6px;
	border: 1px solid grey;*/ }

/* Combobox */
.ui-combobox {
  position: relative;
  display: inline-block; }

.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  /* support: IE7 */
  *height: 1.7em;
  *top: 0.1em; }

.ui-combobox-input {
  margin: 0;
  padding: 0.3em; }

/* Sales Page */
.sales-order-status {
  background: #f9fcd1;
  padding: 8px 12px;
  font-weight: bold;
  margin: 0 0 15px; }

#internal_notes_area {
  margin-bottom: 20px;
  margin-top: 0;
  width: 530px;
  float: left; }

#internal_notes_area textarea {
  width: 510px;
  height: 100px; }

textarea#special_instructions {
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#internal_notes_area p {
  margin: 0;
  padding: 0; }

#autosavenotify {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: blue; }

#sales_options_table td {
  padding: 2px 15px 3px 0; }

#sales_options_table td:nth-child(2) {
  padding-right: 0; }

#sales_options_table select,
#sales_options_table input {
  width: 210px; }

.address-field,
.cc-field {
  width: 330px;
  margin-bottom: 3px;
  padding: 3px;
  border: none;
  display: block; }

.address-container {
  width: 342px;
  float: left;
  padding-right: 6px; }

.address-container:last-child {
  padding-right: 0; }

.address-container textarea {
  height: 15px;
  margin-bottom: 0;
  outline: none; }

.payment-container {
  width: 248px; }

.payment-container input,
.payment-container textarea,
.payment-container select {
  width: 236px !important; }

.edit_addresses_btn,
#edit_addresses_btn {
  cursor: pointer; }

#save_changes_btn {
  display: none; }

.shipping-notice {
  border: 1px solid grey;
  padding: 5px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #b90e0e; }

.address-field[value=""],
.cc-field[value=""],
textarea.address-field:empty,
textarea.cc-field:empty,
#lang_edit,
#cust_name_edit {
  display: none; }

.item_editor {
  display: none; }

.delete_sales_line,
.insert_sales_line {
  cursor: pointer;
  display: none;
  float: left; }

#shipping_total,
#tax_total {
  width: 100px;
  text-align: right; }

.previous_address_select {
  display: none; }

.previous_address_select select {
  width: 290px; }

.datepicker {
  width: 110px; }

#sales_table th {
  /*font-size: 16px !important;*/ }

#sales_table td {
  /*font-size: 15px !important;*/ }

.datagrid #sales_table th {
  font-size: 16px; }

.datagrid #sales_table td {
  font-size: 15px; }

.datagrid #sales_table .subtotal_rows td {
  font-size: 16px; }

.datagrid #sales_table .total_rows td {
  font-size: 17px; }

#copy_billing_to_shipping {
  display: none;
  font-size: 13px;
  color: #555;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-weight: bold; }

.delete_file_x {
  cursor: pointer;
  display: none; }

body.form-edit-mode .delete_file_x {
  display: inline; }

#copy_previous_order {
  display: none;
  font-size: 13px;
  color: #555;
  text-decoration: underline; }

.home-page-module {
  margin-bottom: 48px; }

/* Breadcrumbs */
#breadcrumbs {
  margin: 0 0 15px;
  font-size: 11px; }

.permissions {
  width: 350px;
  float: left;
  font-size: 14px; }

/* Missed Calls */
sup.missed_calls_notification {
  font-style: italic;
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  color: gold;
  top: -0.4em; }

.missed-calls-table td,
.missed-calls-table th {
  /*padding: 4px 15px 2px 0;
	text-align: left;*/
  vertical-align: top; }

.missed-calls-table td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #d1d7e4;
  padding: 1px !important; }

.missed-calls-table tr:last-child td {
  /*padding-bottom: 10px !important;*/ }

.missed-calls-table tr:first-child td {
  /*padding-top: 10px !important;*/ }

.missed-calls-table input {
  width: 125px;
  padding: 3px; }

.missed-calls-table input,
.missed-calls-table textarea {
  border: none; }

.missed-calls-table input.calls-name {
  width: 150px; }

.missed-calls-table input.calls-date {
  width: 120px; }

.missed-calls-table input.calls-time {
  width: 70px; }

.missed-calls-table textarea.calls-notes {
  height: 13px;
  width: 430px;
  padding: 2px !important;
  margin: 0; }

.missed-calls-table .muted td {
  opacity: 0.25; }

.missed-calls-table .delete-btn {
  cursor: pointer; }

.missed-calls-table .muted .delete-btn {
  cursor: default; }

.delete-col {
  text-align: center;
  width: 30px; }

/* Automatic Reorder Page */
.Automatic-Reorder-table td {
  padding: 5px 25px 5px 0;
  vertical-align: top; }

.Automatic-Reorder-table .day_of_month,
.Automatic-Reorder-table .day_of_week {
  display: none;
  margin-top: 7px; }

.delete_custom_date {
  cursor: pointer; }

.customer_dates_tr,
.frequency_tr {
  display: none; }

/* Reminders Page */
.reminder-row .fa-star {
  color: red; }

/* reminder star on home page */
#reminders-table .fa-star {
  color: #c00; }

/* reminder star on home page */
#reminders-table .fa-star_gold {
  color: #dbba00; }

/* reports page */
.shippingCountriesDates,
.totalSalesDates {
  display: none; }

/* red light in order page */
.order-green-red .status_light_off {
  color: #ccc;
  display: none; }

.order-green-red .status_light_on {
  color: red;
  display: none; }

.order-green-red .status_light_yellow {
  color: blue;
  display: none; }

.home-page-module .fa-circle {
  color: red; }

.fa-star_off {
  color: #ccc; }

.fa-star_on {
  color: #c00; }

.fa-star_gold {
  color: #dbba00; }

#sales_options_table input[disabled='disabled'] {
  color: #7f7f7f; }

input.custom_date_field[disabled='disabled'] {
  background: none;
  border: none;
  color: black;
  padding: 3px 0 3px 4px; }

#tracking_number[readonly='readonly'] {
  color: #7f7f7f; }

#sales_options_table select[disabled='disabled'] {
  color: #7f7f7f; }

.datagrid table td {
  height: 19px;
  line-height: normal;
  padding: 3px 10px 2px; }

.ui-dialog {
  z-index: 2000 !important; }

.hide {
  display: none; }

.show {
  display: inline-block; }

/* hide sorting column */
table#sales_table td:first-child,
table#sales_table th:first-child {
  display: none; }

/* new card modal */
#reset_card_info {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 10px; }

.modal_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5); }

#transactions_container input[type='number']::-webkit-inner-spin-button,
#transactions_container input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.invalid {
  border: 2px solid red !important; }

.previous_reminder_modal,
.edit_automatic_reorder_modal,
.transaction_status_modal {
  position: fixed;
  z-index: 2000;
  border: 3px solid #069;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center; }

.previous_reminder_loading,
.transaction_loading {
  background: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px; }

.transaction_status,
.transaction_error,
.transaction_void {
  height: 100%; }

.transaction_status h3,
.transaction_error h3 {
  margin-top: 10px; }

.transaction_status button,
.transaction_error button {
  border-radius: 4px;
  text-align: bottom; }

.transaction_status #txn_status_message,
.transaction_status #txn_time,
.transaction_status #txn_id,
.transaction_error #trans_error_type,
.transaction_error #trans_error_code,
.transaction_error #trans_error_message {
  margin-bottom: 15px; }

.trans_confirm_message {
  margin-bottom: 20px;
  text-align: left;
  margin-left: 1px; }

.transaction_confirm .left {
  float: left;
  display: block;
  padding: 5px;
  margin-left: 30px; }

.transaction_confirm .right {
  float: right;
  display: block;
  padding: 5px;
  margin-right: 30px; }

.transactions_button_container {
  margin-top: 15px;
  padding-left: 15px; }

.transactions_button_container button {
  border-radius: 10px;
  background-color: #234a6d;
  border: 1px solid #15293f;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

.transaction_history {
  margin-top: 15px; }

.transaction_history tr {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(200, 200, 200, 0.1); }

.transaction_history .fa.fa-circle.red {
  color: red; }

.transaction_history .fa.fa-circle.green {
  color: green; }

.transaction_options_container h4 span {
  cursor: pointer; }

.transaction_option {
  margin-bottom: 15px;
  padding-left: 15px; }

#transaction_amount_option {
  text-align: right;
  width: 80px; }

#trans_void_message {
  margin-bottom: 15px; }

#refund_amount_field {
  text-align: right;
  width: 80px;
  margin: 3px; }

#auto_reorder_popup_link {
  float: right;
  margin-right: 30px;
  line-height: 26px;
  margin-bottom: -10px;
  cursor: default; }

#auto_reorder_popup_link.is_active_link {
  cursor: pointer; }

#auto_reorder_frequency_text {
  font-size: 12px;
  margin-top: -10px; }

.edit_automatic_reorder_modal .Automatic-Reorder-table td {
  text-align: left;
  padding-top: 10px; }

.edit_automatic_reorder_modal .Automatic-Reorder-table td input.datepicker5 {
  border: 1px solid #bbadad;
  padding: 3px; }

.edit_automatic_reorder_modal .Automatic-Reorder-table td input.datepicker4 {
  border: 1px solid #bbadad;
  padding: 3px; }

.edit_automatic_reorder_modal .Automatic-Reorder-table td input.datepicker4.first_in_modal {
  margin-top: 0 !important; }

.edit_automatic_reorder_modal .Automatic-Reorder-table td img.delete_custom_date {
  margin-right: 15px; }

.edit_automatic_reorder_modal .btn-left,
.edit_automatic_reorder_modal .btn-right {
  padding: 5px; }

.edit_automatic_reorder_modal .edit_automatic_reorder_buttons {
  text-align: center;
  margin-top: 15px; }

.reorder_email_generator_wrapper p {
  font-family: inherit;
  font-size: inherit;
  margin: 0; }

.previous-order-table.datagrid th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #444));
  background: -moz-linear-gradient(center top, #333 5%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444' );
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #555; }

.previous-order-table.datagrid {
  border: 1px solid #333 !important; }

.resend_reorder_reminder_control {
  display: inline-block;
  margin-left: 25px; }

/* Customers */
#new-item-div {
  border: 1px solid #1B3853;
  padding: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
  width: 500px;
  display: none; }

#new-item-div label {
  width: 150px;
  line-height: normal;
  padding: 0;
  margin: 0; }

#customer-autocomplete,
#customer-tel-autocomplete,
#customer-email-autocomplete {
  width: 330px; }

#new-billing-address {
  /*display: none;*/ }

#most-recent-order-div {
  /*padding: 6px;
	border: 1px solid grey;*/ }

/* Combobox */
.ui-combobox {
  position: relative;
  display: inline-block; }

.ui-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
  /* support: IE7 */
  *height: 1.7em;
  *top: 0.1em; }

.ui-combobox-input {
  margin: 0;
  padding: 0.3em; }

/* Sales Page */
.sales-order-status {
  background: #f9fcd1;
  padding: 8px 12px;
  font-weight: bold;
  margin: 0 0 15px; }

#internal_notes_area {
  margin-bottom: 20px;
  margin-top: 0;
  width: 530px;
  float: left; }

#internal_notes_area textarea {
  width: 510px;
  height: 100px; }

textarea#special_instructions {
  height: 80px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#internal_notes_area p {
  margin: 0;
  padding: 0; }

#autosavenotify {
  font-size: 12px;
  font-weight: bold;
  font-style: italic;
  color: blue; }

#sales_options_table td {
  padding: 2px 15px 3px 0; }

#sales_options_table td:nth-child(2) {
  padding-right: 0; }

#sales_options_table select,
#sales_options_table input {
  width: 210px; }

.address-field,
.cc-field {
  width: 330px;
  margin-bottom: 3px;
  padding: 3px;
  border: none;
  display: block; }

.address-container {
  width: 342px;
  float: left;
  padding-right: 6px; }

.address-container:last-child {
  padding-right: 0; }

.address-container textarea {
  height: 15px;
  margin-bottom: 0;
  outline: none; }

.payment-container {
  width: 248px; }

.payment-container input,
.payment-container textarea,
.payment-container select {
  width: 236px !important; }

.edit_addresses_btn,
#edit_addresses_btn {
  cursor: pointer; }

#save_changes_btn {
  display: none; }

.shipping-notice {
  border: 1px solid grey;
  padding: 5px;
  margin-bottom: 14px;
  font-weight: bold;
  color: #b90e0e; }

.address-field[value=""],
.cc-field[value=""],
textarea.address-field:empty,
textarea.cc-field:empty,
#lang_edit,
#cust_name_edit {
  display: none; }

.item_editor {
  display: none; }

.delete_sales_line,
.insert_sales_line {
  cursor: pointer;
  display: none;
  float: left; }

#shipping_total,
#tax_total,
#gift_card_total,
#gift_card_reference_number {
  width: 100px;
  text-align: right; }

.previous_address_select {
  display: none; }

.previous_address_select select {
  width: 290px; }

.datepicker {
  width: 110px; }

#sales_table th {
  /*font-size: 16px !important;*/ }

#sales_table td {
  /*font-size: 15px !important;*/ }

.datagrid #sales_table th {
  font-size: 16px; }

.datagrid #sales_table td {
  font-size: 15px; }

.datagrid #sales_table .subtotal_rows td {
  font-size: 16px; }

.datagrid #sales_table .total_rows td {
  font-size: 17px; }

#copy_billing_to_shipping {
  display: none;
  font-size: 13px;
  color: #555;
  text-decoration: underline;
  font-family: Arial, sans-serif;
  font-weight: bold; }

.delete_file_x {
  cursor: pointer;
  display: none; }

body.form-edit-mode .delete_file_x {
  display: inline; }

#copy_previous_order {
  display: none;
  font-size: 13px;
  color: #555;
  text-decoration: underline; }

.home-page-module {
  margin-bottom: 48px; }

/* Breadcrumbs */
#breadcrumbs {
  margin: 0 0 15px;
  font-size: 11px; }

.permissions {
  width: 350px;
  float: left;
  font-size: 14px; }

/* Missed Calls */
sup.missed_calls_notification {
  font-style: italic;
  font-size: 10px;
  vertical-align: baseline;
  position: relative;
  color: gold;
  top: -0.4em; }

.missed-calls-table td,
.missed-calls-table th {
  /*padding: 4px 15px 2px 0;
	text-align: left;*/
  vertical-align: top; }

.missed-calls-table td {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  border: 1px solid #D1D7E4;
  padding: 1px !important; }

.missed-calls-table tr:last-child td {
  /*padding-bottom: 10px !important;*/ }

.missed-calls-table tr:first-child td {
  /*padding-top: 10px !important;*/ }

.missed-calls-table input {
  width: 125px;
  padding: 3px; }

.missed-calls-table input.calls-localTime {
  width: 80px; }

.missed-calls-table input.calls-date {
  width: 100px; }

.missed-calls-table input,
.missed-calls-table textarea {
  border: none; }

.missed-calls-table input.calls-name {
  width: 120px; }

.missed-calls-table input.calls-date {
  width: 120px; }

.missed-calls-table input.calls-time {
  width: 70px; }

.missed-calls-table input.calls-telephone_number {
  width: 100px; }

.missed-calls-table textarea.calls-notes {
  height: 13px;
  width: 430px;
  padding: 2px !important;
  margin: 0; }

.missed-calls-table .muted td {
  opacity: 0.25; }

.missed-calls-table .delete-btn {
  cursor: pointer; }

.missed-calls-table .muted .delete-btn {
  cursor: default; }

.delete-col {
  text-align: center;
  width: 30px; }

/* Automatic Reorder Page */
.Automatic-Reorder-table td {
  padding: 5px 25px 5px 0;
  vertical-align: top; }

.Automatic-Reorder-table .day_of_month,
.Automatic-Reorder-table .day_of_week {
  display: none;
  margin-top: 7px; }

.delete_custom_date {
  cursor: pointer; }

.customer_dates_tr,
.frequency_tr {
  display: none; }

/* Reminders Page */
.reminder-row .fa-star {
  color: red; }

/* reminder star on home page */
#reminders-table .fa-star {
  color: #cc0000; }

/* reminder star on home page */
#reminders-table .fa-star_gold {
  color: #dbba00; }

/* reports page */
.shippingCountriesDates,
.totalSalesDates {
  display: none; }

/* red light in order page */
.order-green-red .status_light_off {
  color: #ccc;
  display: none; }

.order-green-red .status_light_on {
  color: red;
  display: none; }

.order-green-red .status_light_yellow {
  color: blue;
  display: none; }

.home-page-module .fa-circle {
  color: red; }

.fa-star_off {
  color: #ccc; }

.fa-star_on {
  color: #c00; }

.fa-star_gold {
  color: #dbba00; }

#sales_options_table input[disabled='disabled'] {
  color: #7f7f7f; }

input.custom_date_field[disabled='disabled'] {
  background: none;
  border: none;
  color: black;
  padding: 3px 0 3px 4px; }

#tracking_number[readonly='readonly'] {
  color: #7f7f7f; }

#sales_options_table select[disabled='disabled'] {
  color: #7f7f7f; }

.datagrid table td {
  height: 19px;
  line-height: normal;
  padding: 3px 10px 2px; }

.ui-dialog {
  z-index: 2000 !important; }

.hide {
  display: none; }

.show {
  display: inline-block; }

/* hide sorting column */
table#sales_table td:first-child,
table#sales_table th:first-child {
  display: none; }

/* new card modal */
#reset_card_info {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 10px; }

.modal_backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5); }

#transactions_container input[type='number']::-webkit-inner-spin-button,
#transactions_container input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.invalid {
  border: 2px solid red !important; }

.previous_reminder_modal,
.edit_automatic_reorder_modal,
.transaction_status_modal {
  position: fixed;
  z-index: 2000;
  border: 3px solid #069;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  text-align: center; }

.previous_reminder_loading,
.transaction_loading {
  background: url("../img/loading.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px; }

.transaction_status,
.transaction_error,
.transaction_void {
  height: 100%; }

.transaction_status h3,
.transaction_error h3 {
  margin-top: 10px; }

.transaction_status button,
.transaction_error button {
  border-radius: 4px;
  text-align: bottom; }

.transaction_status #txn_status_message,
.transaction_status #txn_time,
.transaction_status #txn_id,
.transaction_error #trans_error_type,
.transaction_error #trans_error_code,
.transaction_error #trans_error_message {
  margin-bottom: 15px; }

.trans_confirm_message {
  margin-bottom: 20px;
  text-align: left;
  margin-left: 1px; }

.transaction_confirm .left {
  float: left;
  display: block;
  padding: 5px;
  margin-left: 30px; }

.transaction_confirm .right {
  float: right;
  display: block;
  padding: 5px;
  margin-right: 30px; }

.transactions_button_container {
  margin-top: 15px;
  padding-left: 15px; }

.transactions_button_container button {
  border-radius: 10px;
  background-color: #234a6d;
  border: 1px solid #15293f;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px; }

.transaction_history {
  margin-top: 15px; }
  .transaction_history tr {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(200, 200, 200, 0.1); }
  .transaction_history .fa.fa-circle.red {
    color: red; }
  .transaction_history .fa.fa-circle.green {
    color: green; }

.transaction_options_container h4 span {
  cursor: pointer; }

.transaction_option {
  margin-bottom: 15px;
  padding-left: 15px; }

#transaction_amount_option {
  text-align: right;
  width: 80px; }

#trans_void_message {
  margin-bottom: 15px; }

#refund_amount_field {
  text-align: right;
  width: 80px;
  margin: 3px; }

#auto_reorder_popup_link {
  float: right;
  margin-right: 30px;
  line-height: 26px;
  margin-bottom: -10px;
  cursor: default; }
  #auto_reorder_popup_link.is_active_link {
    cursor: pointer; }

#auto_reorder_frequency_text {
  font-size: 12px;
  margin-top: -10px; }

.edit_automatic_reorder_modal .Automatic-Reorder-table td {
  text-align: left;
  padding-top: 10px; }
  .edit_automatic_reorder_modal .Automatic-Reorder-table td input.datepicker5 {
    border: 1px solid #bbadad;
    padding: 3px; }
  .edit_automatic_reorder_modal .Automatic-Reorder-table td input.datepicker4 {
    border: 1px solid #bbadad;
    padding: 3px; }
  .edit_automatic_reorder_modal .Automatic-Reorder-table td input.datepicker4.first_in_modal {
    margin-top: 0 !important; }
  .edit_automatic_reorder_modal .Automatic-Reorder-table td img.delete_custom_date {
    margin-right: 15px; }

.edit_automatic_reorder_modal .btn-left,
.edit_automatic_reorder_modal .btn-right {
  padding: 5px; }

.edit_automatic_reorder_modal .edit_automatic_reorder_buttons {
  text-align: center;
  margin-top: 15px; }

.reorder_email_generator_wrapper p {
  font-family: inherit;
  font-size: inherit;
  margin: 0; }

.previous-order-table.datagrid th {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #333), color-stop(1, #444));
  background: -moz-linear-gradient(center top, #333 5%, #444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#444444' );
  background-color: #333;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #555; }

.previous-order-table.datagrid {
  border: 1px solid #333 !important; }

.resend_reorder_reminder_control {
  display: inline-block;
  margin-left: 25px; }

.product-choice-10 td {
  color: red !important; }
