
body{
  margin: 0px;
}

body, * {
  opacity: inherit;
  box-sizing: border-box;
  letter-spacing: 0.1em;
  font-family: "Avenir Next", Arial,"HelveticaNeue","Helvetica Neue",sans-serif;
}
a{
  cursor: pointer;
  color: inherit !important;
  text-decoration: none;
}
a:hover{
  opacity: 0.8 !important;
}

h1{
  font-weight: 400;
  font-size: 32px;
  letter-spacing: 0.1em;
}

input {
    -webkit-appearance: none;
}
body{
    margin: 44px 0 0 0;
}
#nav-bar{
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    padding: 5px 5px 5px 0;
    background-color: #333;
    z-index: 1;
}

.pt-tabs *{
    color: white;
}

#logo{
    display: inline-block;
    float: right;
    font-size: 24px;

}

#nav-bar ul{
    list-style: none;
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    margin-bottom: 0px;
}

#nav-bar ul li{
    display: inline-block;
    padding: 12px 10px;
    background-color: #009688;
    cursor: pointer;
}
#nav-bar ul li:hover{
    background-color: #10a698;
}

#nav-bar ul li.active{
    background-color: #10a698;
}

.pt-tab-view .pt-page{
    display: none;
    width: 100%;
}

.pt-tab-view .pt-page.active{
    display: block;
}

#main-tabs{
    width: 100%;
    padding: 8px 14px;
    position: absolute;
    top: 44px;
    bottom: 0px;
    display: block;
    overflow: auto;
}

.invisible{
  display: none;
}



input, button, select, textarea{
  -webkit-appearance: none;
}

input[type=checkbox]
{
  -webkit-appearance:checkbox;
}

.variant-flags{
  display: inline-block;
}

.variant-flags label{
  width: 41px;
}
.product-flags{
  float: right;
  width: 168px;
}
.product-flag-btn{
  display: inline-block;
  padding: 1px 4px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 8px;
}
.save-flags-btn{
  padding: 1px 4px;
  border: 1px solid #ccc;
  display: inline;
  float: right;
  margin-right: 18px;
  border-radius: 3px;
  width: 48px;
  text-align: center;
  cursor: pointer;
}
.save-flags-btn i.fa{
  display: none;
}
.save-flags-btn.loading i.fa{
  display: inline-block;
}
.save-flags-btn.loading span{
  display: none;
}
.ft-pull, .sp-push, .ft-total-delete{
  position: absolute;
  top: 1px;
  right: 2px;
  padding: 3px 8px;
}
.ft-pull{
  right: 108px;
}
.ft-total-delete{
  right: 200px;
}


.product-view{
  padding: 1px 4px;
  border: 1px solid #ccc;
  display: inline;
  margin-right: 18px;
  border-radius: 3px;
  width: 116px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
}

.pt-pagination{
  margin: 0 auto;
  text-align: center;
}

.stock-buffer{
  border: 1px solid #ccc;
  padding: 2px 4px;
  width: 60px;
}


