body {
  background: white;
}

.jumbotron {
  background-image: url("../images/warehouseBack.jpg");
  background-size: cover;
  height: 450px;
}

.jumbotron > h1 {
  background: #fff;
  padding: 0.5em 0;
  text-align: center;
  color: #000;
}

.callOut {
  background: #e2caa4; /* fallback for old browsers */
  /*background: -webkit-linear-gradient(to left, #6190E8 , #A7BFE8); !* Chrome 10-25, Safari 5.1-6 *!*/
  /*background: linear-gradient(to left, #6190E8 , #A7BFE8);*/
  width: 100%;
  padding: 3em;
  text-align: center;
}

.callOut > p {
  color: #000;

  position: relative;
  font-size: 25px;
}

.footer {
  padding: 2.5em 0.5em;
  text-align: center;
  background: #34495e;
  color: #ffffff;
}

.footer > .row {
  /*padding:0;*/
  text-align: center;
  margin-right: 0;
  margin-left: 0;
}

.footer > .row > .col-md-6 {
  text-align: center;
}

.footer > .row > .col-md-6 > p {
  padding: 0 8em;
}

.navbar {
  background: #ffffff;
  margin-bottom: 25px;
  border-bottom: 0;
}

.navbar-brand {
  line-height: 20px;
  height: initial;
  padding: 5px 10px;
}

.navbar-logo {
  max-width: 280px;
  position: relative;
  top: 5px;
  bottom: 0;
  margin: auto;
}

.navbar-default .navbar-nav > li > a {
  color: #333333;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #000000;
}

.container-welcome {
  position: relative;
  background: url("../images/warehouseBack.jpg");
  background-size: cover;
  padding: 35px 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 450px;
}

.contentWrapper {
  padding: 3em 0;
  margin: 20px 0px;
}

.contentWrapper > .col-lg-6 > p {
  font-size: 17px;
  padding: 0 5.7em;
}

.rowPadTop {
  padding-top: 35px;
}

.tableRowLink,
.tableRowHighlight {
  cursor: pointer;
  font-size: 1em;
  font-weight: initial;
}

.tableRowLink:hover,
.tableRowHighlight:hover {
  background: rgba(0, 164, 255, 0.07);
}

.table-title {
  font-size: 2em;
  font-weight: bold;
}

.page-title {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 15px;
}

/*
.page-title {
    background: white;
    font-size: 2em;
    font-weight: bold;
    display: inline-block;
    padding: 10px 35px 5px;
    position: relative;
    top: 1px;
    border-radius: 3px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #efefef;
    border-bottom: 0;
    box-shadow: 0 2px 5px rgba(120, 120, 120, 0.1);
    z-index: 100;
    margin-top: 10px;
}

.page-title:after {
    content: " ";
    display: block;
    background: white;
    height: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
*/
.tablePagination {
  text-align: right;
  /*min-height: 62px;*/
}

.pagination {
  margin: 10px 0;
}

.topPagination {
  position: relative;
}

.bottomPagination {
  position: relative;
  top: 8px;
}

.text-capitalize {
  text-transform: capitalize;
}

.productThumbnail {
  max-width: 70px;
  max-height: 50px;
}

.productListThumbnail {
  max-width: 30px;
}

.tableSortLink {
  cursor: pointer;
  white-space: nowrap;
}

.barcodeWrapper {
  position: relative;
  text-align: center;
  display: inline-block;
}

.barcode {
  position: relative;
  font-family: Code39AzaleaFont;
  display: inline-block;
  font-size: 70px;
  transform: scale(0.8, 1.8);
  margin: 30px 0 0;
  padding: 0;
  /* Limits height */
  height: 70px;
  overflow: hidden;
  line-height: 70px;
}

.barcodeFooter {
  font-family: Arial;
  font-size: 1em;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;

  display: inline-block;
}

.barcodeFooter span {
  background: white;
  padding: 1px 3px 0;
}

@font-face {
  font-family: Code39AzaleaFont;
  src: url("../fonts/Code39Azalea.eot") format("embedded-opentype"),
    /* IE9 Compat Modes */ url("../fonts/Code39Azalea.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/Code39Azalea.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/Code39Azalea.svg#Code39Azalea")
      format("svg"); /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

.btn-container {
  text-align: right;
  margin: 5px auto 20px;
}

.btn-container .btn {
  margin: 10px;
}

.mainSearchBar {
  padding: 6px 72px 6px 12px;
}

.mainSearchContainer {
  position: relative;
  margin-top: 20px;
}

.mainSearchContainer input {
  height: 50px;
  font-size: 19px;
}

.mainSearchBtn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 6px 20px;
}

.mainSearchBtnContainer {
  position: absolute;
  right: 0;
  top: 0;
}

.lineItemImage {
  max-width: 300px;
  max-height: 300px;
}

.bold {
  font-weight: bold;
}

.editLineItemModal {
  cursor: pointer;
}

.editLineItemModal:hover {
  background: rgba(0, 164, 255, 0.07);
}

.center {
  text-align: center;
}

.floatRight {
  float: right;
}

/**custom css*/
.new-mat-btn {
  float: right;
  margin-top: 10px;
  margin-bottom: 20px;
}

form.raw-cancel {
  margin-top: 25px;
}

.bd-example {
  padding: 1.5rem;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  border-width: 0.2rem;
  margin-top: 2em;
}

.attributes-card {
  margin-top: 50px;
}

.attr-btn {
  margin: 10px 0;
}

.btn-row {
  margin-top: 3em;
  margin-bottom: 1.5em;
}

.btn-create-cat {
  margin-top: 2em;
  margin-bottom: 1em;
}

.row.raw_mat {
  margin-bottom: 10px;
}

.row.raw_mat span {
  font-weight: 700;
}

.barcodeWrapper {
  margin-bottom: 2em;
}

.delete-file {
  background-color: #bf5329;
  color: #ffffff;
}

.edit-cat-btn {
  width: 70px;
  margin-right: 20px;
}

.top-margin-1em {
  margin-top: 1em;
}

body {
  background: #edf0f2;
  font-family: Arial, sans-serif;
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    width: 1400px;
  }
}

.card {
  background: white;
  padding: 6px 8px;
  border-radius: 3px;
  border: 1px solid #dedede;
  margin-bottom: 20px;
}

.connector-card {
  text-align: center;
  padding-bottom: 20px;
  height: 190px;
}

.settings-btn {
  text-align: right;
}

.connectorLogo {
  height: 50px;
  max-width: 100%;
}

.connectorLogoSmall {
  height: 50px;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  .connectorLogo {
    height: 80px;
    max-width: 100%;
  }
}

.connectorLogoLg {
  height: 120px;
}

.label-icon {
  margin-right: 5px;
}

.label {
  font-weight: bold;
  font-size: 0.9em;
}
.sku-label {
  margin-left: 10px;
}
.page-content {
  background: white;
  padding: 25px 50px;
  border-radius: 3px;
  margin-top: 25px;
  margin-bottom: 25px;
  border: 1px solid #efefef;
  box-shadow: 0px 2px 5px rgba(120, 120, 120, 0.1);
}

.form-control {
  background: #fafafa;
  box-shadow: inset 0 5px 10px -5px rgba(202, 202, 202, 0.5);
}

.form-group {
  margin-bottom: 25px;
}

.marginBottom {
  margin-bottom: 25px;
}

.sortCaret {
  margin-left: 5px;
}

.tableSortLink:hover {
  /*background: rgba(0, 164, 255, 0.07);*/
}

th {
  background: #f8f8f8;
}

.table > thead:first-child > tr:first-child > th {
  border: 1px solid #ddd;
  border-right: 0;
  border-left: 0;
  padding: 8px 8px 8px;
}

.table > tbody > tr > td {
  border-top: 1px solid #efefef;
  padding: 12px 8px;
  vertical-align: middle;
}

.table > tbody > tr:last-of-type > td {
  border-bottom: 1px solid #efefef;
}

.table > tbody > tr > th {
  border-color: #efefef;
}

.label-default {
  background: #b4b4b4;
}

.chart-title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0 50px;
}

.canvasjs-chart-credit {
  display: none !important;
}

/*=============== Switches/Sliders ==================*/
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
  margin-bottom: 0;
}

/* Hide default HTML checkbox */
.switch input {
  display: none;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(22px);
  -ms-transform: translateX(22px);
  transform: translateX(22px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.optionsSelectValue {
  margin: 10px 8px 0px;
  display: inline-block;
  font-size: 0.85em;
}

.optionTitle {
  font-weight: bold;
}

/*=============== END Switches/Sliders ==================*/

@media screen and (max-width: 769px) {
  .footer > .row > .col-md-6.col-sm-12 > p {
    padding-right: 0em;
    padding-left: 0em;
  }

  .contentWrapper > .col-lg-6 > h2 {
    font-size: 25px;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .callOut > p {
    font-size: 20px;
  }

  .contentWrapper > .col-lg-6 > p {
    font-size: 17px;
    padding-right: 0;
    padding-left: 0;
  }

  .btn-container {
    text-align: center;
  }
}

/*================= Checkboxes ========================*/

.styledCheckbox {
  display: none;
}

.styledCheckbox + label span:nth-child(1) {
  position: relative;
  top: 4px;
  left: 3px;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #bfbfbf;
  border-radius: 3px;
  cursor: pointer;
  background: white;
  z-index: 100;
}

.styledCheckbox:checked + label span:nth-child(1) {
  border-color: #429bd1;
  background: url(../images/blueCheck.svg) 1px 2px no-repeat;
  background-color: white;
}

.checkboxLine {
  background: url(../images/line.svg) 3px 6px no-repeat !important;
  background-color: white !important;
}

/*================= END Checkboxes ========================*/

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.mat-image {
  margin-top: 10px;
  margin-bottom: 10px;
}

span.incoming,
span.on-hand,
span.on-hold {
  font-weight: 700;
}

.categories td.text-capitalize {
  width: 70%;
}

/*======================= FILE BROWSER =============================*/
.fileContainer {
  position: relative;
  font-size: 0.9em;
  float: left;
  width: 16.66%;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 1080px) {
  .fileContainer {
    width: 25%;
  }
}

@media screen and (max-width: 800px) {
  .fileContainer {
    width: 33.33%;
  }
}

@media screen and (max-width: 640px) {
  .fileContainer {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .fileContainer {
    width: 100%;
  }
}

.fileWrapper {
  padding: 5px;
  background: center center no-repeat #edf0f2;
  border: 5px solid white;
  cursor: pointer;
}

.fileOverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 1;
}

.fileName {
  text-align: left;
  text-wrap: normal;
  word-wrap: break-word;
  overflow: hidden;
  height: 70px;
}

.fileImage {
  height: 150px;
  background: center center no-repeat none;
  background-size: contain;
}

.viewFileBtn {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
}

.viewFileBtn:hover {
  background: white;
  border-color: #ccc;
}

.addFileBtn {
  position: relative;
  top: 70px;
  z-index: 100;
}

.browserContainer:after {
  content: "";
  clear: both;
}

.hiddenFile,
.hiddenFile .fileName {
  display: none;
}

.fileInput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.fileBrowserActions {
  margin: 5px 0 20px;
}

.fileSelected {
  border-color: #3097d1;
}

.noSelect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}

.modalPagination {
  text-align: center;
}

.fixed-alert-wrapper {
  z-index: 9999999999;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
}

.fixed-notification-wrapper {
  z-index: 9999999999;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px;
}

.alert-is-fixed {
  margin: auto;
  max-width: 600px;
  box-shadow: 0 2px 5px 2px rgba(128, 128, 128, 0.2);
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  pointer-events: all;
}

.full-screen-overlay {
  z-index: 9999999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
}

.clickable {
  cursor: pointer;
}

/* EJ Edits for Edit Simple Product Page */
.ui-card {
  background-color: #ffffff;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 25px;
}
.ui-card-section {
  padding: 2em 2em 1.25em 2em;
}
.page-content.editProductPage {
  background: #edf0f2;
  border: none;
  box-shadow: none;
  padding: 0;
}
.imgContainer {
  padding-left: 15%;
}
@media (max-width: 991px) {
  .mainTopBtns {
    margin-left: 0 !important;
  }
  .btnpset {
    width: 100%;
    max-width: 220px;
    margin-bottom: 10px;
    float: right;
  }
}

/* Create Simple Product Page */
.chooseFilesDiv input {
  float: right;
  max-width: 200px;
}

/* Alert */
.editProductPage .alert-danger,
.editProductPage .error {
  margin-left: 1em;
  margin-right: 1em;
}

/* Attributes */
#attr-card {
  padding: 0;
}
@media (max-width: 991px) {
  .page-content.editProductPage .btn-danger {
    margin-left: 15px;
  }
}

/* Create New Product Page */
.btnpset2 {
  float: right;
}

@media print {
  .hide-on-print {
    display: none;
  }
}

.hide {
  display: none;
}

.table-product-image-header {
  width: 5%;
  max-width: 50px;
}
.table-product-name-header {
  width: 30%;
  min-width: 20px;
}
.table-product-sku-header {
  width: 20%;
  min-width: 20px;
}
.table-product-category-header {
  width: 15%;
  min-width: 20px;
}
.table-product-bundle-header {
  width: 5%;
  min-width: 20px;
}
.table-product-stock-header {
  width: 5%;
  min-width: 20px;
}

.table-rawmat-image-header {
  width: 5%;
  max-width: 50px;
}
.table-rawmat-name-header {
  width: 50%;
  min-width: 20px;
}
.table-rawmat-sku-header {
  width: 25%;
  min-width: 20px;
}
.table-rawmat-stock-header {
  width: 20%;
  min-width: 20px;
}

h4.cha-status {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

/*====================== AJAX SPINNER =============================*/
button {
  position: relative;
}
.buttonLoadingImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/ajax-spinner.svg");
  background-position: center;
  animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
}
.hiddenButtonElement {
  opacity: 0;
}

.card-title {
  font-size: 1.2em;
  font-weight: 700;
}

label {
  font-weight: 400;
}

.stylized-input {
  position: relative;
}

.input-overlay {
  position: absolute;
  top: 7px;
  left: 10px;
}

.stylized-input input {
  padding-left: 22px;
}

.add-item-to-select {
  position: absolute;
  top: 27px;
  right: 15px;
}

.smallPadding {
  padding-left: 5px;
  padding-right: 5px;
}

.label {
  padding: 0.3em 0.7em 0.3em 0.5em !important;
}

.form-control[disabled] {
  background: #ffffff;
  box-shadow: none;
}

.bulkEditBtn {
  -webkit-user-select: none; /* Chrome all / Safari all */
  -moz-user-select: none; /* Firefox all */
  -ms-user-select: none; /* IE 10+ */
  user-select: none;

  white-space: nowrap;
  border: 1px solid #cacaca;
  color: #429bd1;
  padding: 6px 8px 4px;
  height: 29px;
  cursor: pointer;
  font-weight: 400;
}

#bulkEditBar div:first-child {
  border-radius: 3px 0 0 3px;
  color: #a3a3a3;
  background: rgba(250, 250, 250, 1);
}

#bulkEditBar div:nth-child(n + 2) {
  border-left: none;
  min-width: 60px;
  text-align: center;
}

#bulkEditBar div:last-child {
  border-radius: 0 3px 3px 0;
}

.hide-text {
  color: transparent;
}

.hide-border {
  border-color: transparent;
}

.product-image-wrapper {
  border: 1px solid #ccd0d2;
  background: center center no-repeat #fafafa;
  width: 100%;
  max-width: 300px;
  height: 300px;
}

.product-image {
  padding: 5px;
  width: 100%;
  height: 100%;
  background: center center no-repeat #fafafa;
  background-size: contain;
}

.label-pending {
  background-color: #ff8a00;
}

.label-packing {
  background-color: #2ab27b;
}

.label-shipped {
  background-color: #3097d1;
}

.label-fulfilled {
  background-color: #5fd4de;
}

.label-cancelled {
  background-color: #b4b4b4;
}

.label-closed {
  background-color: #b4b4b4;
}

.label-hold {
  background-color: #ecbf04;
}

.order-count-box {
  border: 1px solid rgba(120, 120, 120, 0.2);
  border-radius: 5px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(120, 120, 120, 0.1);
}

.order-count-title {
  margin-bottom: 10px;
}

.order-count {
  font-size: 1.2em;
  font-weight: bold;
}

.dashBoxLink {
  color: #636b6f;
}

.hideHeader {
  background: white;
  color: white;
  border-top: 0 !important;
}

.parentHeight {
  display: flex;
}

.childHeight {
  flex: 1;
  height: calc(100% - 25px);
}

@media screen and (max-width: 991px) {
  .parentHeight {
    display: block;
  }
  .childHeight {
    flex: none;
    height: inherit;
  }
}

.data-circle {
  width: 100%;
  max-width: 200px;
  border-radius: 50%;
  text-align: center;
  background: white;
  position: relative;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  font-size: 1em;
  transition: 300ms;
  margin-bottom: 15px;
}

.data-circle:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.data-circle:hover {
  transform: scale(1.01);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.15);
}

.data-circle-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.google-chart {
  opacity: 0;
  height: 0;
  width: 100%;
}

.google-chart-on {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  display: inherit;
  height: auto;
  width: 100%;
}

.shipped {
  border: 8px solid #3097d1;
}

.fulfilled {
  border: 8px solid #5fd4de;
}

.cancelled {
  border: 8px solid #b4b4b4;
}

.error {
  border: 8px solid #e41b17;
}

.packing {
  border: 8px solid #2ab27b;
}

.pending {
  border: 8px solid #ff8a00;
}

.data-circle-data {
  font-size: 3em;
  color: #0c090a;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.data-circle-label {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 55%;
  font-size: 1.3em;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .data-circle {
    border-width: 4px;
  }
  .data-circle-data {
    font-size: 2em;
  }
}

@media screen and (max-width: 800px) {
  .data-circle {
    border-width: 4px;
  }

  .data-circle-data {
    font-size: 2em;
  }

  .data-circle-label {
    font-size: 1em;
  }
}

@media screen and (max-width: 600px) {
  .data-circle-data {
    font-size: 1.6em;
  }
}

#bulkEditCell {
  width: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.bulkEditAction {
  padding: 8px 8px;
  display: none;
}
#bulkEditBar {
  position: absolute;
  display: table;
}

.topSticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.sticky-header {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  padding: 12px 25px 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.required-label:after {
  content: "*";
  color: red;
}

.mr-1 {
  margin-right: 1em;
}

.ml-1 {
  margin-left: 1em;
}

.mt-1 {
  margin-top: 1em;
}

.mb-1 {
  margin-bottom: 1em;
}

button:focus {
  outline: 0 !important;
}

.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
