﻿body {
  padding-bottom: 20px;
  background-color: #005496;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #787878;
  font-size: 16px;
}
a {
  color: #005496;
}
a:hover {
  color: #F5821F;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
	max-width: 280px;
}*/
h1,
h2,
h3 {
  color: #005496;
}
#mainMenu {
  font-size: 14px;
  position: sticky;
  top: 0;
  z-index: 10;
  display: table;
  margin: auto;
  box-shadow: 3px 3px 5px grey;
  padding: 0 30px;
}
#header {
  margin: auto;
  color: #FFF;
  font-size: 10pt;
  width: 1400px;
}
#header .UserInfo {
  float: right;
  line-height: 50px;
}
#header a,
#header a:visited,
#header a:hover {
  color: #FFF;
  cursor: pointer;
  font-weight: bold;
}
.container {
  width: 1400px;
  margin: auto;
  background-color: white;
  padding-bottom: 20px;
  box-shadow: 3px 3px 5px black;
}
.checkboxouter {
  overflow: auto;
}
.checkboxouter div {
  float: left;
}
.checkboxouter:after {
  content: "";
  display: table;
  clear: both;
}
.faButton {
  border: none;
  cursor: pointer;
  background: #8CC63F;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: inherit;
  color: white;
  font-size: 100%;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
}
.faButton:hover {
  color: white !important;
  background: #F5821F;
  text-decoration: none;
}
.faButton:disabled {
  background: #787878;
}
.sortable {
  margin: 15px;
  margin-top: 0;
  padding: 0 10px 0 0;
  min-width: 200px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-size: 1.3em;
}
.handler {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
  padding-left: 20px;
  border-radius: 3px 0 0 3px;
  cursor: pointer;
  line-height: 2.5em;
  background-color: #8CC63F;
  color: white;
}
.handler:hover {
  background-color: #F5821F;
}
.placeholder {
  padding: 0 10px 0 0;
  min-width: 200px;
  border: 1px solid #F5821F;
}
.hint {
  border: 2px solid #F5821F;
  padding: 0 10px 0 0;
  border-radius: 6px;
}
.hint .handler {
  background-color: #F5821F;
}
.inventoryProductTable {
  border-collapse: collapse;
  font-size: 14px;
  border-color: #ffffff;
  width: 100%;
  margin: 0;
  max-width: none;
  border-collapse: separate;
  border-spacing: 0;
  empty-cells: show;
  border-width: 0;
  outline: none;
  border-style: solid;
}
.inventoryProductTable td {
  vertical-align: text-top;
  padding: 0.4em 0.6em;
  overflow: hidden;
  line-height: 1.6em;
  vertical-align: middle;
  text-overflow: ellipsis;
  text-align: left;
}
.inventoryProductTable tr:nth-child(even) {
  background-color: white;
}
.inventoryProductTable tr:nth-child(odd) {
  background-color: #f6f6f6;
}
.inventoryProductTable th {
  border-style: solid;
  border-left-color: transparent;
  border-width: 0 0 1px 1px;
  background-color: white;
  overflow: hidden;
  padding: 0.5em 0.6em 0.4em 0.6em;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
}
.centerText {
  text-align: center;
}
.inventoryVariationTable {
  border-collapse: collapse;
  width: 100%;
}
.inventoryVariationTable td {
  vertical-align: text-top;
}
.inventoryVariationTable tr {
  background-color: transparent !important;
}
.inventoryStockTable {
  border-collapse: collapse;
  width: 100%;
}
.inventoryStockTable td {
  vertical-align: text-top;
  text-align: right;
}
.inventoryStockTable tr {
  background-color: transparent !important;
}
.field-validation-error {
  display: block;
  color: #D9393D;
  font-size: 10px;
}
#variationsTable th {
  font-size: 14px;
}
.historyTable {
  font-size: 9px;
}
.historyTable th {
  text-align: left;
}
.historyTable td {
  padding-right: 10px;
  text-align: left;
}
/* Wizard CSS */
.wizardMenu {
  list-style: none outside none;
}
.wizardMenu a {
  text-decoration: none;
}
.wizardMenu li {
  padding-bottom: 6px;
  display: block;
}
.step {
  float: left;
  color: #F8F8F8;
  background-color: #8CC63F;
  width: 280px;
  box-shadow: 3px 3px 5px black;
  margin-bottom: 5px;
  cursor: pointer;
}
.step:hover {
  background-color: #F5821F;
  color: #F8F8F8;
}
.stepNumber {
  font-size: 48px;
  font-weight: bold;
  float: left;
  padding-left: 5px;
}
.stepName {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 5px;
  padding-left: 10px;
  text-align: left;
  width: 70%;
}
.stepName small {
  font-size: 12px;
  font-weight: normal;
}
.stepPanel {
  float: left;
  width: 870px;
  padding-left: 20px;
  display: none;
  padding-bottom: 20px;
}
.stepError {
  background-color: #D9393D !important;
  color: #525252 !important;
}
.stepActive {
  background-color: #007CB2;
  color: #F8F8F8;
}
.ghostLinkBox {
  float: left;
  border-color: #005496;
  border-width: 3px;
  border-style: solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin: 5px;
}