body {
  background-color: #f3f4f5 !important;
  min-width: 1278px;
}
body .listText {
  pointer-events: none;
  cursor: default;
}
body .blockScreen {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: fixed;
  z-index: 999;
}
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 .openFilterTab {
  margin-left: inherit !important;
}
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 .filterClick span {
  float: right;
}
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 .categories .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .categories .openList {
  height: 500px !important;
}
body .filter .categories .catList p {
  padding-left: 20px;
  color: #617fa5;
  margin: 5px 0px;
}
body .filter .categories li {
  overflow-y: scroll;
  display: flex;
  list-style-type: none;
  padding: 4px 14px;
}
body .filter .categories li span {
  font-weight: 200;
}
body .filter .categories li input {
  transform: scale(1.4);
  margin-right: 10px;
}
body .filter .suppplier .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .suppplier .openList {
  height: 150px !important;
}
body .filter .suppplier li {
  list-style-type: none;
  padding: 4px 14px;
}
body .filter .suppplier li span {
  float: inherit;
  display: inline;
  font-weight: 200;
}
body .filter .suppplier li input {
  float: inherit;
  display: inline;
  transform: scale(1.4);
  margin-right: 10px;
}
body .filter .conditions .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .conditions .openList {
  height: 150px !important;
}
body .filter .conditions li {
  list-style-type: none;
  padding: 4px 14px;
}
body .filter .conditions li span {
  float: inherit;
  display: inline;
  font-weight: 200;
}
body .filter .conditions li input {
  float: inherit;
  display: inline;
  transform: scale(1.4);
  margin-right: 10px;
}
body .filter .locations .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .locations .openList {
  height: 150px !important;
}
body .filter .locations li {
  list-style-type: none;
  padding: 4px 20px;
}
body .filter .locations li input {
  transform: scale(1.4);
  margin-right: 10px;
}
body .filter .variation .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .variation .openList {
  height: 80px !important;
}
body .filter .variation li {
  list-style-type: none;
  padding: 4px 20px;
}
body .filter .variation li input {
  display: inline-block;
  margin-right: 10px;
}
body .filter .saleStatus .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .saleStatus .openList {
  height: 80px !important;
}
body .filter .saleStatus li {
  list-style-type: none;
  padding: 4px 20px;
}
body .filter .saleStatus li input {
  display: inline-block;
  margin-right: 10px;
}
body .filter .stock .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .stock .openList {
  height: 80px !important;
}
body .filter .stock li {
  list-style-type: none;
  padding: 4px 20px;
}
body .filter .stock li input {
  display: inline-block;
  margin-right: 10px;
}
body .filter .listing .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .listing .openList {
  height: 80px !important;
}
body .filter .listing li {
  list-style-type: none;
  padding: 4px 20px;
}
body .filter .listing li input {
  display: inline-block;
  margin-right: 10px;
}
body .filter .productType .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .productType .openList {
  height: 80px !important;
}
body .filter .productType li {
  list-style-type: none;
  padding: 4px 20px;
}
body .filter .productType li input {
  display: inline-block;
  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 .priceRange .dropList {
  height: 0px;
  overflow-y: scroll;
  transition: all .2s;
}
body .filter .priceRange .openList {
  height: 55px !important;
}
body .filter .priceRange .priceGroup {
  position: relative;
  width: 100%;
  padding: 7px 10px 7px 10px;
}
body .filter .priceRange .priceGroup .arrow {
  position: absolute;
  left: 102px;
  bottom: 20px;
}
body .filter .priceRange .priceGroup .priceInput {
  width: 86px;
  display: inline-block;
}
body .filter .priceRange .priceGroup .priceInput span {
  background-color: white;
  border-right: none;
  float: inherit;
  padding-right: 5px;
  color: #dadada;
  font-weight: 100;
}
body .filter .priceRange .priceGroup .priceInput input {
  border-left: none;
  padding-left: 2px;
  width: 60px;
}
body .filter .priceRange .priceGroup p {
  font-weight: 500;
  color: #575757;
  display: inline-block;
}
body .filter .priceRange .priceGroup span {
  float: right;
  padding-right: 10px;
}
body .main {
  width: calc(100% - 216px);
  display: inline;
  float: right;
  padding: 0 25px;
  padding-bottom: 200px;
  position: relative;
}
body .main .topBtn {
  margin-top: 40px;
  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 {
  border: 0;
  padding: 7px 13px;
}
body .main .topBtn .addProduct {
  display: inline-block;
  float: right;
}
body .main .topBtn .addProduct a {
  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: 10px;
}
body .main .searchAndExcel .alert-danger:hover {
  opacity: 0.5;
}
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% - 400px);
}
body .main .searchAndExcel .importFile {
  margin-right: 4px;
  display: inline-block;
}
body .main .searchAndExcel .exportFile {
  display: inline-block;
}
body .main .searchAndExcel .noSelectProductType {
  display: inline-block;
  position: relative;
}
body .main .searchAndExcel .noSelectProductType .hoverTags {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 35px;
  transition: all 0.2s;
  width: 200px;
  background-color: #fff;
  z-index: 9;
  border: 1px;
  border-style: dashed;
  border-radius: 3px;
  padding: 5px;
}
body .main .searchAndExcel .noSelectProductType:hover .hoverTags {
  opacity: 1 !important;
}
body .main .selectedProductCount {
  font-weight: 200;
  position: absolute;
  top: 15px;
  transition: all 0.1s;
}
body .main .showCount {
  top: 50px !important;
  transition: all 0.5s !important;
}
body .main .productList {
  height: 55vh;
  margin: 30px 0px 50px 0px;
  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: 15px;
}
body .main .productList .tab .selectAll {
  width: 9%;
}
body .main .productList .tab .selectAll .frame {
  height: 26px;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  border-color: #d2d2d2;
  width: 48px;
  position: relative;
}
body .main .productList .tab .selectAll .frame .pushArea {
  width: 30px;
  height: 100%;
  top: 0;
  float: right;
}
body .main .productList .tab .selectAll .frame .pushArea .glyphicon {
  right: 8px;
  top: 12px;
}
body .main .productList .tab .title {
  width: 21%;
}
body .main .productList .tab .sku {
  width: 10%;
}
body .main .productList .tab .price {
  width: 8%;
}
body .main .productList .tab .cost {
  width: 8%;
}
body .main .productList .tab .inventory {
  width: 10%;
}
body .main .productList .tab .categories {
  width: 9%;
}
body .main .productList .tab .listings {
  width: 8%;
}
body .main .productList .tab .modifyDate {
  width: 10%;
}
body .main .productList .tab .createdDate {
  width: 16%;
}
body .main .productList .tab .edit {
  width: 5%;
}
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 .tab .tabText .arrowTop {
  top: 4px;
  background-image: url(../../../images/product_form/ProductIndexErrowUp.png);
  width: 8px;
  height: 4px;
  display: inline-block;
}
body .main .productList .tab .tabText .arrowBottom {
  top: 9px;
  background-image: url(../../../images/product_form/ProductIndexErrowDown.png);
  width: 8px;
  height: 4px;
  display: inline-block;
}
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;
  object-fit: contain;
}
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: 21%;
  word-wrap: break-word;
  pointer-events: auto !important;
}
body .main .productList .list .listRow .sku {
  width: 10%;
  pointer-events: auto !important;
}
body .main .productList .list .listRow .price {
  width: 8%;
}
body .main .productList .list .listRow .cost {
  width: 8%;
}
body .main .productList .list .listRow .inventory {
  width: 10%;
}
body .main .productList .list .listRow .categories {
  width: 9%;
}
body .main .productList .list .listRow .listings {
  width: 8%;
}
body .main .productList .list .listRow .modifyDate {
  width: 10%;
}
body .main .productList .list .listRow .createdDate {
  width: 9%;
}
body .main .productList .list .listRow .edit {
  width: 5%;
}
body .main .productList .list .listRow .clickEdit {
  pointer-events: auto !important;
}
body .main .productList .list .listRow .clickEdit a {
  color: #337ab7 !important;
}
body .main .productList .list .listRow .listText {
  display: inline;
  float: left;
  padding-left: 20px;
  word-wrap: break-word;
}
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 .main .productList .listBack {
  width: 100%;
  height: 100px;
  position: relative;
  display: inline-block;
  background-color: white;
}
body .main .productList .listBack .paging {
  margin: auto;
  text-align: center;
  padding-top: 35px;
}
body .main .productList .listBack .paging .prePage {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 4px;
}
body .main .productList .listBack .paging .pageNum {
  margin: 0px;
  padding: 6px 16px;
}
body .main .productList .listBack .paging .pageNum input {
  border: 0;
  height: 18px;
  width: 35px;
  text-align: right;
}
body .main .productList .listBack .paging .nextPage {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 4px;
}
body .main .productList .listBack .paging .pagingBtn {
  display: inline-block;
  background-color: white;
  border-style: solid;
  border-width: 1px;
  border-color: #959595;
}
body .main .productList .listBack .pageShow {
  position: absolute;
  left: 33px;
  top: 39px;
}
body .main .productList .listBack .pageShow p {
  font-size: 14px;
  font-weight: 200;
}
body .main .productList .listBack .pageShow input {
  width: 50px;
}
body .main .productList .listBack .pageShow p,
body .main .productList .listBack .pageShow input {
  display: inline-block;
}
body .main .productList .listBack .goToPage {
  position: absolute;
  right: 33px;
  top: 39px;
}
body footer {
  display: inline-block;
  position: relative;
  padding-left: 45px;
  bottom: -14px;
  z-index: 10000 !important;
  height: 126px;
}
