@import url('/assets/stylesheets/generalStyle.css');
@import url(//netdna.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css);
@import url(/assets/stylesheets/jquery-ui.min.css);
@import url(/assets/stylesheets/jquery.timepicker.css);
@import url(/assets/stylesheets/datepicker-css/jquery.ui.base.css);
@import url(/assets/stylesheets/labs/pnotify.min.css);
body {
  overflow: scroll;
  padding-top: 10px;
}
.wrapper-trasactions {
  width: 100%;
}
.pane-transactions {
  border-collapse: collapse;
  display: block;
  width: 100%;
}
.hide {
  display: none;
}
. transaction-load {
  padding: 4px;
  margin: 4px;
}
.table-exportData .pane-transactions  tr:nth-child(2n+1) {
  background: #eeeeee;
}
.wrapper-trasactions  .pane-transactions  tr:nth-child(4n+1) {
  background: #eeeeee;
}
div.tbody-table {
  max-height: 30em;
  min-height: 3em;
  overflow: auto;
  font: 12px;
  font-family: arial;
  width: 100%;
}
thead td {
  text-align: left;
  padding: 1px;
}
.search-pane div {
  padding: 3px;
  font-family: arial;
}
.view-tag {
  margin: 0;
  padding: 0;
  height: 35px;
  display: block;
  border-bottom: 1px solid black;
}
.view-tag li {
  list-style: none;
  display: inline;
  background: #EEE;
  padding: 10px 20px;
  border: 0;
  float: left;
  border: #000 solid;
  border-width: 1px 1px 0px 1px;
}
.view-tag li a {
  color: black;
  text-decoration: none;
}
.view-tag li.selected {
  border-width: 1px 1px 0px 1px;
}
.wrapper-tag {
  display: block;
  margin-top: 20px;
  width: 1560px;
}
.transaction select {
  color: #4f5054;
  font-size: 12px;
  border: solid 1px #CECECE;
  padding: 2px 30px 2px 10px;
  margin: 0;
  height: 24px;
  background: url('/assets/images/account/dropdownIcon.png') white no-repeat right -25px;
  border-radius: 0;
  -webkit-appearance: none;
}
.btn2 {
  background: #555;
  border-radius: 8px;
  box-shadow: 3px 3px 1px #888888;
  padding: 5px;
  color: white;
  cursor: pointer;
}
.btn.search:hover {
  color: yellow;
  box-shadow: 1px 1px 1px #888888;
  margin: 1px 0px 0px 1px;
}
.content {
  width: 100%;
  height: auto;
  min-height: 40px;
}
li.selected {
  background: #fff;
}
.pane-transaction {
  display: block;
  width: 900px;
  min-height: 550px;
  margin: auto;
  margin-top: 100px;
  border-radius: 20px;
  background: #F0F0F0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.wrapper-transaction {
  position: fixed;
  width: 100%;
  height: 100%;
}
.s-tracking-ctl {
  line-height: 30px;
  padding-top: 10px;
}
.tracking-info {
  position: relative;
  margin: 5px 0px;
}
.tracking-info a {
  float: left;
  min-width: 30%;
}
.btn-ctl a {
  float: left;
  margin-left: 10px;
}
.hide {
  display: none;
}
.loadingWapper {
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loadingWapper a {
  margin: auto;
  margin-top: 12%;
}
.loading-msg {
  margin-top: 20px;
}
.loading-msg a {
  font-size: 16px;
  font-weight: bold;
  color: white;
}
.process-bar {
  display: block;
  margin: auto;
  width: 400px;
  background: black;
  height: 6px;
  position: relative;
  border-radius: 5px;
}
.process-bar .process-data {
  display: block;
  width: 2%;
  background: #18bcdd;
  height: 100%;
  border-radius: 5px;
}
.process .process-string {
  text-align: right;
}
.process {
  text-align: right;
  width: 400px;
  margin: auto;
}
body {
  padding: 0;
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
.header {
  position: relative;
}
.contant {
  position: absolute;
  width: 100%;
  height: calc(100% - 115px);
  overflow: auto;
}
.state-icons {
  text-align: center;
  padding: .8em;
  font-size: 3em;
  font-weight: 700;
  text-shadow: 1px 1px 2px gray;
}
.state-icons:hover {
  text-decoration: none;
}
.state-icons a {
  color: #e6e6e6;
  text-decoration: none;
}
.state-icons a:hover {
  text-decoration: none;
}
.checkbox {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  border: 1px solid silver;
  text-align: center;
  color: ;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox:hover {
  background-color: #eee;
}
.checkbox:active,
.checkbox:focus {
  outline: 0 none !important;
}
.checkbox:disabled {
  opacity: .75;
}
.checkbox:disabled:hover {
  background-color: inherit;
}
.checkbox:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e013";
  color: white;
  color: transparent;
}
.checkbox:checked:before {
  color: inherit;
}
.product {
  position: relative;
  float: left;
  width: 200px;
  cursor: default;
  padding: 20px;
}
.product .thumbnail {
  position: relative;
  overflow: hidden;
  margin: 7px;
  padding: 0;
  width: 150px;
  height: 150px;
  border-width: 2px;
  border-color: #fff;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.item {
  height: 200px;
  width: 155px;
  padding: 10px;
  position: relative;
  float: left;
  cursor: default;
}
.item .thumbnail {
  position: relative;
  overflow: hidden;
  margin: 7px;
  padding: 0;
  width: 150px;
  height: 150px;
  border-width: 2px;
  border-color: #fff;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.numCount {
  background-color: white;
  border-radius: 5px;
  margin-left: 5px;
  padding-left: 8px;
  padding-right: 8px;
  color: #337ab7;
}
.main-search {
  position: relative;
}
.main-search .btn-clear {
  height: 34px;
  border: 1px solid #ccc;
  border-right: 0;
}
.main-search .input-group:after {
  position: absolute;
  right: 0;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e003";
  margin: .6em;
  color: gray;
  z-index: 2;
}
.main-search .dropdown-menu {
  border-color: #adadad;
  margin: -2px 15px 0;
  min-width: 100%;
  min-width: calc(100% - 30px);
  max-height: 600px;
  overflow: auto;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.main-search .dropdown-menu.ajaxLoad:before {
  font-size: 2em;
  padding: 15px;
}
.main-search button .badge {
  font-weight: normal;
}
.nav a {
  color: #555;
}
.nav li:hover {
  cursor: pointer;
}
.nav-tabs>li.active>a {
  color: #337ab7;
}
.nav-tabs>li.active>a:hover {
  color: #337ab7;
}
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}
.toolsBar {
  display: inline-block;
}
.toolsBtn {
  text-align: inherit !important;
  vertical-align: inherit !important;
  font-size: inherit !important;
}
.toolsBtn:hover {
  background-color: rgba(119,119,119,0.23);
}
.toolsBtn2:hover {
  background-color: #148fc5;
  opacity: 0.8;
  color: white;
}
.toolsIcon {
  background-image: url('../../assets/images/layout-0.5/Listing-Filter-icon.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.inventoryIcon {
  background-image: url('../../assets/images/inventory/Seller_Inventory_icon.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.auction {
  background-image: url('../../assets/images/inventory/Seller_Inventory_icon.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-position: -33px -34px;
  position: absolute;
}
.fixedPrice {
  background-image: url('../../assets/images/inventory/Seller_Inventory_icon.png');
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-position: 0px -34px;
  position: absolute;
}
.fileInput {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 0;
  line-height: 0;
  appearance: none;
}
.itemToolsBar {
  font-size: 12px;
  display: inline-block;
  width: 125px;
  height: 70px;
}
.inventoryExportForm {
  display: none;
  position: absolute;
  left: 32%;
  top: 80px;
  background-color: white;
  width: 600px;
  height: 450px;
  z-index: 10;
}
.moveIn {
  display: none;
  position: absolute;
  left: 12%;
  top: 80px;
  width: 75%;
  height: 650px;
  z-index: 10;
  background-color: #F0F1F1;
}
.moveOutItem {
  display: none;
  position: absolute;
  left: 32%;
  top: 105px;
  background-color: white;
  width: 600px;
  height: 310px;
  z-index: 10;
}
.moveOutExist {
  display: none;
  position: absolute;
  left: 20%;
  top: 80px;
  width: 900px;
  height: 600px;
  z-index: 10;
  background-color: #F0F1F1;
}
.moveOutNew {
  display: none;
  position: absolute;
  left: 20%;
  top: 80px;
  width: 900px;
  height: 600px;
  z-index: 10;
  background-color: #F0F1F1;
}
.closeBtn {
  position: absolute;
  right: -8px;
  width: 100%;
  text-align: right;
  padding-top: 14px;
}
#btnFilterClose {
  color: #2b2e3d;
}
.grayBtn {
  background-color: #E6E7E8;
  color: #454F56;
  border: solid 1px #454F56;
}
.productTap {
  border: none !important;
  border-bottom: solid 1px #ddd !important;
}
.productTapSelected {
  border-bottom: solid 2px #1F759B !important;
}
.preview {
  background-color: #9DABB8;
  color: white;
}
.preview:hover {
  background-color: #8d97a0;
  color: white;
}
.triangle-border {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 0 40px 25px;
  border-color: transparent transparent transparent #3F4450;
}
.editField {
  border: 1px solid transparent;
  outline: 0;
}
.editField:hover {
  border: solid 1px #66afe9;
  border-radius: 5px;
}
.editField:focus {
  border: solid 1px #66afe9;
  border-radius: 5px;
}
.eBayID {
  width: 30%;
}
.title {
  width: 70%;
}
.title .editTitle {
  margin-left: 25px;
}
.sku {
  width: 18%;
}
.itemLoca {
  width: 18%;
}
.site {
  width: 12%;
}
.currency {
  width: 14%;
}
.exchangeRate {
  width: 13%;
}
.price {
  width: 15%;
}
.qty {
  width: 10%;
}
.format {
  width: 35%;
}
.locked {
  background-color: white;
  opacity: 0.3;
}
.showSpecDetail:hover {
  color: #23527c !important;
  text-decoration: underline !important;
}
.trackingbtn {
  color: white;
  background: #2ca7c5;
}
.date-picker {
  padding-top: 20px;
}
.onoffswitch {
  position: relative;
  width: 200px;
  -webkit-user-select: none;
  -moz-auser-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  display: none;
}
.onoffswitch-label {
  background: #EEE;
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #DDD;
  border-radius: 5px;
}
.onoffswitch-inner {
  border-radius: 5px;
  background-color: #FFF;
  color: #999999;
  height: 35px;
  left: 50%;
  width: 50%;
  margin-left: 50%;
  -moz-transition: margin 0.3s ease-in 0s;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 35px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  padding-left: 10px;
  background-color: #2FCCFF;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  padding-right: 10px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  width: 18px;
  margin: 6px;
  background: #FFFFFF;
  border: 2px solid #999999;
  border-radius: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.onoffswitch-content {
  position: absolute;
  top: 0;
  z-index: 0;
  line-height: 35px;
  width: 100%;
}
.onoffswitch-content a {
  float: left;
  width: 50%;
  text-align: center;
  font-size: 13px;
  color: #666;
}
.onoffswitch-content a:hover {
  text-decoration: none;
}
#btnMainMenu {
  top: -15px;
}
#productContainer {
  padding-top: 1em;
}
.state-progress #productContainer * {
  display: none;
}
.addTracking_btn {
  color: white;
  background-color: #31cb89;
  padding-top: 2px;
  padding-bottom: 2px;
}
.Tracked_btn {
  color: white;
  background-color: dimgrey;
  padding-top: 2px;
  padding-bottom: 2px;
}
.pane-transactions-th td {
  padding: 10px;
}
.pane-transactions td,
.pane-transactions tr {
  padding: 10px;
  text-align: left;
  border-width: 1px;
  border-color: black;
  border: solid white;
  border-width: 1px 0px 1px 0px;
}
.inline-table {
  display: inline-table;
}
.right_toolbar {
  border-left: solid 1px white;
  background-color: #EAEAEC;
}
.right_toolbar_date {
  border-left: solid 1px white;
  padding: 21px;
  background-color: #c3c3c3;
}
.col-md-6-b {
  width: 50%;
}
.trackingBtn {
  border-left: solid 1px white;
  padding: 21px;
  background-color: #EAEAEC;
}
.triangle-border-open {
  border-width: 68px 0 66px 27px;
  display: none;
}
.padding-60 {
  width: 25%;
}
.header-row {
  background-color: white;
  white-space: nowrap;
  border-bottom: solid 1px #ccc;
  margin-bottom: 15px;
}
.hiddenSetting2 {
  display: none;
}
.triangle-border2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 20px 0;
  border-color: transparent transparent transparent #3F4450;
}
.top-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #2B2E3D;
}
.formVisible body {
  display: block;
}
.blockScreen {
  position: fixed;
  background-color: rgba(0,0,0,0.7);
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.TransactionDetail {
  background: white;
}
.buyerInfo {
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray;
  padding-left: 0px;
  padding-right: 0px;
}
.ShipmentInfo {
  background: white;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray;
  padding-left: 0px;
  padding-right: 0px;
}
#paneFilterContents.open {
  padding-bottom: 60px;
  height: 800%;
  overflow: hidden;
}
.right-detail {
  padding-top: 10px;
  background-color: white;
  height: 550px;
  border-radius: 20px;
}
.gray-word {
  color: gray;
}
.margin-botton15 {
  margin-bottom: 15px;
}
#editPaneWrapper .section-container .section-title {
  margin-top: 15px;
}
.underline {
  text-decoration: underline;
}
.glyphicon-remove-circle {
  color: #e12c2c;
}
.glyphicon-ok-circle {
  color: #22b573;
}
