.box {
  padding: 1px 10px 15px;
  line-height: 22px;
}
.box .title {
  color: #333;
  font-weight: bold;
  font-size: large;
  font-style: italic;
  text-decoration: underline;
  margin: -1px -1px;
}

.box table.shared {
  width: 100%;
}


.box fieldset {
  border-width: 1px 0px;
  border-style: solid none;
  border-color: #333;
  margin: 0em 0em 1em;
  padding: 0em 1em;
}
.box fieldset legend {
  font-weight: bold;
}




.box form {
  font-size: small;
}
.box form label {
  font-weight: bold;
}
.box form input,
.box form select,
.box form option,
.box form textarea {
  font-size: small;
}




.box form div.section {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.box form div.double-section {
  float: left;
  width: 66%;
  margin-right: 2%;
}
.box form div.last {
  margin-right: 0em;
}
.box form fieldset.group {
  border-width: 1px;
  border-style: solid;
  padding-bottom: 0.7em;
}


.box form ul.objects li {
  line-height: 24px;
  padding: 0.2em 0em;
}
.box form ul.objects li img {
  vertical-align: text-top;
  padding-right: 0.2em;
}
.box form ul.objects li a {
  display: block;
  border: 1px solid #333;
  padding: 0em  0.5em;
}
.box form ul.objects li a:hover {
  background-color: #fff;
  border: 1px solid #999;
  text-decoration: none;
}
.box form ul.objects li a.action {
  float: right;
  margin-left: 0.3em;
}
.box form .buttons {
  text-align: right;
  font-size: large;
}
.box form .buttons input {
  font-size: large;
}


img.language,
abbr.language {
  padding-left: 1em;
  padding-right: 0.3em;
}








.box table tr th, .box table tr td {
  line-height: 16px; 
  padding: 0.2em 0em;
}
.box table tr th a, .box table tr td a {
  display: block;
}



.box form ul.fields,
.box form ul.modifiers {
  padding: 0em;
  margin: 0em;
}
.box form ul.fields li,
.box form ul.modifiers li {
  padding: 0.3em 0em;
}


.box form table.columns {
  width: auto;
  padding-right: 2em;
}
.box form table.columns td {
  font-size: x-small;
  line-height: 1em;
}
.box form table.columns td input {
  vertical-align: middle;
}

.stripe-on {
  background-color: #efefef;
}
.stripe-off {
  background-color: #fff;
}

.distributor-active td a{
  
}
.distributor-inactive td a{
  color: red;
}
.item-active td a{
  
}
.item-inactive td a{
  color: red;
}
.product-active td a{
  
}
.product-inactive td a{
  color: red;
}
.retailer-enabled td a{
  
}
.retailer-disabled td a{
  color: red;
}
td.dark-color a,
td.light-color a {
  font-weight: bold;
  text-align: center;
}
td.dark-color a {
  color: #fff;
}
td.light-color a {
  
}








.box .tabs {
  list-style: none;
  margin: 0px 0px;
}
  .box .tabs li {
    display: inline;
    margin-left: 1em;
  }
  .box .tabs a {
    color: #fff;
    padding: 0.3em 0.5em;
    text-decoration: none;
  }
  .box .tabs a.active-tab {
    font-weight: bold;
    color: #fff;
  }
.box .panels {
  clear: both;
  padding-top: 3px;
}
.box .panels .panel {
  display: none;
  padding: 1em;
}












table.menu {
  width: 65%;
  margin: 0em auto;
}
  table.menu tr td {
    vertical-align: top;
    text-align: center;
    padding: 1em 2em;
  }
  table.menu tr td a:hover {
    text-decoration: none;
  }
  table.menu tr td a:hover span {
    text-decoration: underline;
  }
  table.menu tr td span {
    display: block;
    padding-top: 0.5em;
  }






.notices {
  margin: 0px 0px;
}
.notice-message {
  color: green;
}
.notice-warning {
  color: orange;
}
.notice-error {
  color: red;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.clear {
  clear: both;
}
.clearLeft {
  clear: left;
}
.clearRight {
  clear: right;
}
.hidden {
  display: none;
}


















/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/*  ----------------------|         TOKENIZER      |----------------------  */
div.tokenizer {
  border: 1px solid #666;
  width: 100%;
}



#root-header {
  float: right;
  text-align: right;
}
#root-header h1 {
  margin: 0px 0px;
}
#root-header h1 .title {
  font-style: italic;
}
#root-header h1 .title2 {
  font-size: small;
}
#root-footer {
  border-top: 1px solid #ddd;
  color: #ddd;
  margin: 5em 0em;
  padding: 0 1em;
  font-style: italic;
  font-size: small;
  text-align: right;
}