body {
  background-color: #f3f4f5;
}
body .mainHeader {
  display: inline-block;
  vertical-align: top;
  padding: 5px 40px 5px 10px;
}
body .mainHeaderHelp {
  display: inline-block;
}
body .actionBar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 20px 20px 20px 20px;
  margin-top: 20px;
  background-color: #fff;
}
body .actionBar .btn-group {
  margin: 0 5px;
}
body .actionBar .btn-group .checkbox {
  display: inline-block;
  margin: 0;
  color: #000;
}
body .actionBar .btn-group .btn {
  padding: 8px 6px 8px 22px;
}
body .actionBar .btn-group .btn .count {
  display: inline-block;
  border-radius: 4px;
  margin-left: 14px;
  padding: 4px;
  min-width: 26px;
  line-height: 1;
  font-size: 12px;
}
body .actionBar .btn-group .btn.auto {
  font-size: 16px;
}
body .actionBar .btn-group .btn.auto .count {
  border: solid transparent 1px;
  color: #000;
  background-color: #fff;
}
body .actionBar .btn-group .btn.create {
  font-size: 16px;
}
body .actionBar .btn-group .btn.create .count {
  border: solid #27a4cc 1px;
  background-color: #fff;
}
body .actionBar .btn-group .btn-selectAll {
  padding: 6px 8px;
  border-color: #bbb;
  background-color: #fff;
}
body .searchContent {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0;
  border: 1px solid #999;
  border-radius: 4px;
}
body .searchContent .results .loadingSuggestion {
  padding: 20px;
  text-align: center;
  font-size: 24px;
}
body .searchContent .results .createProductBar {
  padding: 10px;
  text-align: center;
}
body .searchContent .results .resultSummary {
  padding: 10px;
}
body .searchContent .results .resultSummary .resultCount {
  font-size: 18px;
}
body .searchContent .results .resultDesc {
  padding-left: 10px;
  color: #666;
  font-size: 12px;
}
body .searchContent .results .resultOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 1000;
  background: #b3b3b3;
  border: 1px solid #999;
  border-radius: 4px;
}
body .searchContent .results .resultsContainer {
  border: 1px solid #999;
  border-radius: 4px;
  margin: 3px;
  height: 200px;
}
body .searchContent .results .resultsContainer .resultImg {
  position: relative;
  width: 100%;
  max-height: 150px;
  margin: 5px;
}
body .searchContent .results .resultsContainer .resultSKU {
  display: block;
  word-wrap: break-word;
}
body .createNewProduct {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
}
body .warningMsg {
  margin-top: 10px;
}
body .warningMsg ul {
  list-style-type: none;
  padding-left: 0px;
}
body .warningMsg ul li {
  margin-top: 5px;
}
body .import-excel-area {
  width: 300px;
  height: 210px;
  border: 2px solid #aaa;
  z-index: 20;
  background: white;
  position: absolute;
  top: 40px;
  right: 0;
}
body .loader {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 5;
  cursor: pointer;
}
body .spinner {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  position: fixed;
  top: 50%;
  left: 50%;
}
body #listingCounter {
  margin-left: 30px;
  position: absolute;
  color: #4b6c8c;
}
body .synchronizing {
  display: none;
}
body .synchronizing.inProcess {
  display: table;
}
body .smCloseBtn {
  font-size: 12px;
  float: right;
  top: 0px;
}
body .pagination .active {
  background-color: #337ab7;
  color: #fff;
}
.searhListingBox {
  width: calc(100% - 230px) !important;
}
.wizard {
  padding: 30px;
}
.wizard .nav-tabs {
  position: relative;
  border: 0px;
}
.wizard > div.wizard-inner {
  position: relative;
}
.connecting-line {
  height: 15px;
  background: #e0e0e0;
  position: absolute;
  width: 99.5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 44%;
  z-index: 1;
  border-radius: 15px;
}
.active-line {
  height: 15px;
  background: #e0e0e0;
  position: absolute;
  width: 99.5%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 44%;
  z-index: 1;
  border-radius: 15px !important;
}
.active .connecting-line {
  background-color: #4b6c8c;
}
.border-right {
  border-radius: 15px 0 0 15px;
}
.border-left {
  border-radius: 0;
}
.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  border: 0;
  color: #4b6c8c;
  border-bottom-color: transparent;
}
.nav-tabs li p {
  padding-top: 70px;
  font-size: 16px;
  text-align: center;
}
.list-inline {
  text-align: center;
}
span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #DFE3E4;
  border: 2px solid #fff;
  z-index: 1;
  position: absolute;
  text-align: center;
  font-size: 25px;
}
.wizard li.active span.round-tab {
  background: #4b6c8c;
  color: white;
  border: 2px solid #fff;
}
span.round-tab:hover {
  color: white;
  border: 2px solid #fff;
  background-color: #4b6c8c;
}
.wizard .nav-tabs > li {
  width: 25%;
}
.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
  color: #777;
}
.wizard .tab-pane {
  position: relative;
  padding-top: 15px;
  border-top: 1px solid #fff;
  margin-top: 50px;
}
.next-step:hover,
.next-step,
.prev-step:hover,
.prev-step {
  position: relative;
  background-color: #4b6c8c;
  font-size: 16px;
  color: #FFFFFF;
}
.highlightProduct {
  background-color: yellow;
}
.smallImage {
  max-width: 50px;
  max-height: 50px;
}
.skuTextarea {
  display: block;
}
.skuTextarea:-ms-input-placeholder {
  color: red;
}
.skuTextarea::-ms-input-placeholder {
  color: red;
}
.selectWarehouse .bootstrap-select {
  width: calc(100% - 150px) !important;
}
#undefined_sort_link {
  width: 2%;
}
#undefined_sort_title {
  width: 16%;
}
#undefined_sort_customLabel {
  width: 10%;
}
#undefined_sort_categoryID {
  width: 10%;
}
#undefined_sort_quantity {
  width: 4%;
}
#undefined_sort_token {
  width: 7%;
}
#undefined_sort_site {
  width: 7%;
}
#undefined_sort_variations\.price {
  width: 8%;
}
.undefined_extra_buttons {
  width: 5%;
}
#undefined_sort_createTime {
  width: 9%;
}
.bootstrap .tags .input {
  width: 100%;
}
@media (min-width: 320px) and (max-width: 360px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }
  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
  }
  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
  .next-step {
    margin-top: 10px;
  }
  .nav-tabs li p {
    padding-top: 60px;
    font-size: 16px;
    text-align: center;
  }
  .connecting-line,
  .active-line {
    top: 43%;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
