body {
  background-color: #f3f4f5 !important;
  min-width: 1510px;
}
body .shaking {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}
body .disableBtn {
  opacity: 0.5;
}
body .blockScreen {
  width: 100%;
  height: 100%;
  padding-top: 250px;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  z-index: 999;
  overflow-y: scroll;
}
body .filter {
  width: 216px;
  height: 100%;
  position: fixed;
  display: inline;
  float: left;
  background-color: gainsboro;
  padding-bottom: 40px;
  overflow-y: auto;
  z-index: 100;
}
body .filter .checkbox {
  width: 16px !important;
  height: 16px !important;
}
body .filter label {
  font-weight: 200 !important;
}
body .filter .openFilterTab {
  margin-left: inherit !important;
}
body .filter .displayFieldOptions .multiselect-parent {
  width: 100%;
  text-align: left;
}
body .filter .displayFieldOptions .multiselect-parent button {
  text-align: left;
  width: 100%;
}
body .filter .displayFieldOptions .multiselect-parent button .caret {
  float: right;
  margin-top: 9px;
}
body .filter .displayFieldOptions .multiselect-parent ul {
  width: 100%;
}
body .filter .displayFieldOptions .multiselect-parent ul .divider {
  display: none;
}
body .filter .displayFieldOptions .dropdown-menu li {
  display: list-item;
  padding: 0;
  outline: none;
}
body .filter .displayFieldOptions .dropdown-menu li a {
  width: 100%;
  outline: none;
  padding: 5px 10px;
}
body .filter .displayFieldOptions .dropdown-menu li a:hover {
  cursor: pointer;
}
body .filter .displayFieldOptions .dropdown-menu li a .glyphicon.glyphicon-ok {
  float: right;
}
body .filter .product {
  background-color: #99b2c7;
}
body .filter .product div {
  color: white;
}
body .filter .filterClick {
  position: relative;
}
body .filter .filterClick li {
  transition: all 0.25s;
}
body .filter .filterClick .line {
  height: 1px;
  width: 80%;
  margin: auto;
  background-color: #f1f1f1;
}
body .filter .filterClick .filterBtn {
  padding: 5px 13px;
}
body .filter .filterClick .filterBtn p {
  display: inline-block;
  margin: 5px 0px 5px 5px;
}
body .filter .filterClick .filterBtn .count {
  display: inline-flex;
  margin: 0;
}
body .filter .filterClick .filterBtn .count span {
  color: #3e9bea;
}
body .filter .filterClick .filterBtn .glyphicon {
  padding-top: 8px;
}
body .filter .filterContent {
  max-height: 500px;
  transition: background .1s linear;
  overflow: hidden;
}
body .filter .stock {
  margin-bottom: 300px;
}
body .filter .clearSelection p {
  font-weight: 200;
  font-size: 12px;
  text-align: center;
  color: #3e9bea;
}
body .filter .doFilter a {
  position: fixed;
  bottom: 25px;
  left: 89px;
  z-index: 10;
}
body .filter .menuBar .catList p {
  padding-left: 20px;
  color: #617fa5;
  margin: 5px 0px;
}
body .filter .menuBar li {
  display: flex;
  list-style-type: none;
  padding: 4px 14px;
}
body .filter .menuBar li span {
  font-weight: 200;
}
body .filter .menuBar li input {
  transform: scale(1.4);
  margin-right: 10px;
}
body .filter .dateRange input {
  margin: 13px;
  width: 185px;
  height: 30px;
  border-radius: 3px;
  border: 1px;
  border-style: solid;
  border-color: #bdbdbd;
}
body .filter .priceGroup {
  position: relative;
  width: 100%;
  padding: 7px 10px 7px 10px;
}
body .filter .priceGroup .arrow {
  position: absolute;
  left: 102px;
  bottom: 20px;
}
body .filter .priceGroup .priceInput {
  width: 86px;
  display: inline-block;
}
body .filter .priceGroup .priceInput span {
  background-color: white;
  border-right: none;
  float: inherit;
  padding-right: 5px;
  color: #dadada;
  font-weight: 100;
}
body .filter .priceGroup .priceInput input {
  border-left: none;
  padding-left: 2px;
  width: 60px;
}
body .filter .priceGroup p {
  font-weight: 500;
  color: #575757;
  display: inline-block;
}
body .filter .priceGroup span {
  float: right;
  padding-right: 10px;
}
body .main {
  width: calc(100% - 216px);
  display: inline;
  float: right;
  padding: 0 25px;
  padding-bottom: 200px;
}
body .main .topBtn {
  margin-top: 55px;
  position: absolute;
  right: 26px;
}
body .main .topBtn .getListing {
  display: inline-block;
}
body .main .topBtn .getListing a {
  border: 0;
  padding: 8px 25px;
}
body .main .topBtn .updateID {
  display: inline-block;
  padding-left: 10px;
}
body .main .topBtn .updateID a {
  border: 0;
  padding: 8px 25px;
}
body .main .topBtn .editProduct {
  display: inline-block;
  float: right;
  padding-right: 10px;
}
body .main .topBtn .editProduct a {
  width: 152px;
  border: 0;
  padding: 7px 13px;
  background-color: #49afea;
  border-color: #49afea;
  font-weight: 200;
}
body .main .topBtn .editProduct a:hover {
  background-color: #2f76ad;
}
body .main .topBtn .addProduct {
  display: inline-block;
  float: right;
}
body .main .topBtn .addProduct a {
  width: 180px;
  border: 0;
  padding: 7px 13px;
  background-color: #49afea;
  border-color: #49afea;
  font-weight: 200;
}
body .main .topBtn .addProduct a:hover {
  background-color: #2f76ad;
}
body .main .allProductText {
  padding-top: 45px;
  font-size: 21px;
}
body .main .searchAndExcel {
  padding-top: 30px;
}
body .main .searchAndExcel .createListings {
  display: inline-block;
  padding: 7px 20px 5px 20px;
  margin-bottom: 3px;
}
body .main .searchAndExcel .inputBox {
  display: inline-block;
  width: auto;
  width: calc(100% - 373px);
}
body .main .searchAndExcel .importFile {
  margin-right: 4px;
  display: inline-block;
}
body .main .searchAndExcel .exportFile {
  display: inline-block;
}
body .main .productList {
  height: 55vh;
  margin: 30px 0px 50px 0px;
  min-width: 100%;
  position: relative;
  display: inline-block;
}
body .main .productList .tab {
  position: relative;
  padding: 18px 0;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
}
body .main .productList .tab .tabText {
  padding-left: 20px;
}
body .main .productList .tab .selectAll {
  width: 9%;
}
body .main .productList .tab .title {
  width: 16%;
}
body .main .productList .tab .sku {
  width: 8%;
}
body .main .productList .tab .price {
  width: 9%;
}
body .main .productList .tab .cost {
  width: 9%;
}
body .main .productList .tab .inventory {
  width: 11%;
}
body .main .productList .tab .categories {
  width: 10%;
}
body .main .productList .tab .listings {
  width: 10%;
}
body .main .productList .tab .createdDate {
  width: 18%;
}
body .main .productList .tab .edit {
  width: 6%;
}
body .main .productList .tab .tabText {
  position: relative;
  display: inline;
  float: left;
}
body .main .productList .tab .tabText a {
  display: inline;
  float: left;
  color: #262626;
}
body .main .productList .tab .tabText div {
  padding: 2px 0 0 4px;
  display: inline;
  float: left;
}
body .main .productList .tab .tabText .glyphicon {
  font-size: 6px;
  display: block;
  position: absolute;
}
body .main .productList .tab .tabText .glyphicon-triangle-top {
  top: 4px;
}
body .main .productList .tab .tabText .glyphicon-triangle-bottom {
  top: 9px;
}
body .main .productList .list .noProduct {
  height: 300px;
  width: 100%;
  background-color: white;
}
body .main .productList .list .noProduct p {
  text-align: center;
  padding-top: 80px;
  font-size: 23px;
  font-weight: 200;
}
body .main .productList .list .noProduct .btn {
  width: 130px;
  height: 40px;
  display: inline-block;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  margin-top: 20px;
  padding-top: 8px;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 1px;
  background-color: #49afea;
  border-color: #49afea;
}
body .main .productList .list .noProduct .btn:hover {
  background-color: #2f76ad;
}
body .main .productList .list .selectAll {
  width: 4%;
}
body .main .productList .list .img {
  padding: 0;
  width: 5%;
}
body .main .productList .list .img img {
  width: 60px;
  height: 60px;
}
body .main .productList .list .listRow {
  float: left;
  position: relative;
  width: 100%;
  height: 20px;
  margin: 2px 0px;
  padding: 10px 0px;
  display: table;
  background-color: white;
  font-weight: 200;
}
body .main .productList .list .listRow a {
  text-decoration: none;
}
body .main .productList .list .listRow .title {
  width: 16%;
  word-wrap: break-word;
}
body .main .productList .list .listRow .sku {
  width: 8%;
}
body .main .productList .list .listRow .price {
  width: 9%;
}
body .main .productList .list .listRow .cost {
  width: 9%;
}
body .main .productList .list .listRow .inventory {
  width: 11%;
}
body .main .productList .list .listRow .categories {
  width: 10%;
}
body .main .productList .list .listRow .listings {
  width: 10%;
}
body .main .productList .list .listRow .createdDate {
  width: 10%;
}
body .main .productList .list .listRow .edit {
  width: 6%;
}
body .main .productList .list .listRow .clickEdit a {
  color: #337ab7 !important;
}
body .main .productList .list .listRow .listText {
  display: inline;
  float: left;
  padding-left: 20px;
}
body .main .productList .list .listRow .listText a {
  display: inline-block;
  max-width: 100%;
  color: #262626;
}
body .main .productList .list .listingsForm {
  padding-top: 15px;
  width: 100%;
  display: inherit;
  padding-right: 20px;
}
body .main .productList .list .listingsForm .aListing {
  box-shadow: 0px -1px 0px #888888;
  float: right;
  width: 89%;
  height: 62px;
}
body .main .productList .list .listingsForm .aListing .platform {
  display: inline;
  width: 18%;
  float: left;
}
body .main .productList .list .listingsForm .aListing .platform .platform-style {
  padding: 20px 10px;
}
body .main .productList .list .listingsForm .aListing .platform .platform-style span {
  font-size: 25px;
  padding-right: 10px;
}
body .main .productList .list .listingsForm .aListing .platform .platform-style img {
  width: 55px;
  position: absolute;
}
body .main .productList .list .listingsForm .aListing .site {
  display: inline-block;
  width: 15%;
  padding-top: 21px;
}
body .main .productList .list .listingsForm .aListing .site p {
  display: inline;
  float: left;
}
body .main .productList .list .listingsForm .aListing .token {
  display: inline-block;
  width: 18%;
}
body .main .productList .list .listingsForm .aListing .token p {
  display: inline;
  float: left;
}
body .main .productList .list .listingsForm .aListing .liveListing {
  display: inline-block;
  width: 18%;
}
body .main .productList .list .listingsForm .aListing .liveListing p {
  display: inline;
  float: left;
}
body .main .productList .list .listingsForm .aListing .waitingListing {
  display: inline-block;
  width: 29%;
}
body .main .productList .list .listingsForm .aListing .waitingListing p {
  display: inline;
  float: left;
}
body footer {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  bottom: -14px;
  z-index: 10000 !important;
  height: 126px;
}
.divTable {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.divTableRow {
  display: table-row;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell,
.divTableHead {
  word-wrap: break-word;
  border-bottom: 2px solid #f3f4f5;
  display: table-cell;
  padding: 10px 10px 15px 10px;
}
.divTableCell img,
.divTableHead img {
  vertical-align: top;
}
.divTableCell .inline-block .dropdown .btn,
.divTableHead .inline-block .dropdown .btn {
  padding: 5px 7px;
}
.divTableCell .label-default,
.divTableHead .label-default {
  background-color: inherit !important;
  color: #202020 !important;
}
.itemSpec .configmationFrom {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  text-align: center;
}
.itemSpec .configmationFrom div {
  padding-top: 60px;
}
.itemSpec .configmationFrom div span {
  font-size: 18px;
  color: #f8f8f8;
}
.itemSpec .loadForm {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  text-align: center;
}
.itemSpec .editApplyFrom {
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.8;
  text-align: center;
}
.itemSpec .editApplyFrom div {
  padding-top: 60px;
}
.itemSpec .editApplyFrom div span {
  font-size: 18px;
  color: #f8f8f8;
}
.itemSpec .editApplyFrom a.boxclose {
  float: right;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 30px;
  background: #605F61;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  margin-right: 5px;
  margin-top: 5px;
}
.itemSpec .editApplyFrom .boxclose:before {
  content: "×";
}
.itemSpec .aCatContent {
  overflow-x: scroll;
  overflow-y: scroll;
  padding: 15px 15px 15px 0;
  position: unset;
}
.itemSpec .aCatContent .itemSpecHeader {
  display: inline-flex;
  overflow-x: scroll;
  max-height: 80px;
}
.itemSpec .aCatContent .itemSpecHeader .tabName {
  margin: 10px 10px 10px 0;
  display: inline;
  float: left;
}
.itemSpec .aCatContent .itemSpecHeader .tabName p {
  display: inline-block;
  width: 120px;
}
.itemSpec .aCatContent .itemSpecHeader .title {
  position: absolute;
  background-color: #fff;
  padding-left: 15px;
}
.itemSpec .aCatContent .itemSpecHeader .title p {
  width: 185px;
}
.itemSpec .aCatContent .itemSpecContent {
  display: block;
  min-height: 300px;
}
.itemSpec .aCatContent .itemSpecContent .aISContent {
  display: inline-flex;
}
.itemSpec .aCatContent .itemSpecContent .aISContent .applyAllBtn {
  position: absolute;
  left: -25px;
  width: 23px;
  height: 36px;
  border-radius: 4px 0px 0px 4px;
  margin-top: 14px;
  display: none;
}
.itemSpec .aCatContent .itemSpecContent .aISContent .applyAllBtn span {
  position: absolute;
  top: 10px;
  left: 8px;
}
.itemSpec .aCatContent .itemSpecContent .aISContent .applyAllBtn p {
  font-size: 8px;
}
.itemSpec .aCatContent .itemSpecContent .aISContent:hover .applyAllBtn {
  display: inherit !important;
}
.itemSpec .aCatContent .itemSpecContent .tabContent {
  display: inline-block;
  padding: 10px 10px 10px 0;
}
.itemSpec .aCatContent .itemSpecContent .tabContent .input-group {
  width: 120px;
}
.itemSpec .aCatContent .itemSpecContent .tabContent .input-group input {
  width: 100px;
}
.itemSpec .aCatContent .itemSpecContent .tabContent .input-group .input-group-append {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  display: inline;
  float: left;
  width: 18px;
  height: 34px;
}
.itemSpec .aCatContent .itemSpecContent .tabContent .input-group .input-group-append .dropdown-menu a {
  padding: 4px 10px;
  color: black;
  display: block;
}
.itemSpec .aCatContent .itemSpecContent .tabContent .input-group .input-group-append button {
  padding: 3px;
}
.itemSpec .aCatContent .itemSpecContent .tabContent .versionImage {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: all .2s;
}
.itemSpec .aCatContent .itemSpecContent .title {
  width: 200px;
  position: absolute;
  z-index: 9;
  background-color: #fff;
  padding-left: 15px;
}
.itemSpec .aCatContent .itemSpecContent .title:hover .versionImage {
  opacity: 1 !important;
}
.export-end-listings {
  right: 0px !important;
  left: auto !important;
}
.selectBoxCell {
  width: 40px;
}
#sort_link {
  width: 38px;
}
#sort_title {
  width: 16%;
}
#sort_customLabel {
  width: 7%;
}
#sort_currency {
  width: 100px;
}
#sort_category {
  width: 10%;
}
#sort_quantity {
  width: 60px;
}
#sort_quantitySold {
  width: 60px;
}
#sort_token {
  width: 150px;
}
#sort_variations\.price {
  width: 85px;
}
#sort_variations\.breakevenPrice\.expectProfit {
  width: 85px;
}
#sort_site {
  width: 60px;
}
#sort_status {
  width: 100px;
}
#sort_timestamp {
  width: 90px;
}
.divTableCell:first-child,
.divTableHead {
  padding: 0px;
}
.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
  width: 100%;
}
.listBack {
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  background-color: white;
}
.listBack .paging {
  margin: auto;
  text-align: center;
  padding-top: 35px;
}
.listBack .paging .prePage {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 4px;
}
.listBack .paging .pageNum {
  margin: 0px;
  padding: 6px 16px;
}
.listBack .paging .pageNum input {
  border: 0;
  height: 18px;
  width: 35px;
  text-align: right;
}
.listBack .paging .nextPage {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 4px;
}
.listBack .paging .pagingBtn {
  display: inline-block;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #959595;
}
.listBack .showCount {
  position: absolute;
  left: 33px;
  top: 39px;
}
.listBack .showCount p {
  font-size: 14px;
  font-weight: 200;
}
.listBack .showCount input {
  width: 50px;
}
.listBack .showCount p,
.listBack .showCount input {
  display: inline-block;
}
.listBack .goToPage {
  position: absolute;
  right: 33px;
  top: 39px;
}
label {
  font-weight: normal !important;
}
.listingDetails {
  border-bottom: 2px solid #f3f4f5;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px,0,0);
  }
  50% {
    transform: translate3d(2px,0,0);
  }
}
