h1#page-title {
  font-size: 2em;
  line-height: 1;
  margin: 1em 0 .5em;
}
.element-invisible {
  display: none;
}
/* Tabs */
#tabs {
  margin: 20px 0 20px;
}
#tabs ul.primary {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border: none;
  border-bottom: 1px solid #bbb;
}
#tabs ul.primary li {
  display: block;
  float: left; /* LTR */
  vertical-align: bottom;
  margin: 0 5px 0 0; /* LTR */
}
#tabs ul.primary li.active a {
}
#tabs ul.primary li a {
  color: #000;
  height: 1.85em;
  line-height: 1.9;
  display: block;
  font-size: 0.929em;
  float: left; /* not LTR */
  padding: 0 15px 3px;
  margin: 0;
  text-shadow: 0 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom: 0;
}
#tabs ul.primary li.active a {
  background-color: #ffffff;
}
#tabs ul.secondary {
  border-bottom: none;
  padding: 0.5em 0;
}
#tabs ul.secondary li {
  display: block;
  float: left; /* LTR */
}
#tabs ul.secondary li:last-child {
  border-right: none; /* LTR */
}
#tabs ul.secondary li:first-child {
  padding-left: 0; /* LTR */
}
#tabs ul.secondary li a {
  padding: 0.25em 0.5em;
}
#tabs ul.secondary li a.active {
  background: #f2f2f2;
  border-bottom: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}
/* Messages */
div.messages {
  border: 1px solid;
  margin: 15px 0;
  padding: 10px 20px 10px 20px; /* LTR */
}
div.status {
  border-color: #be7;
}
div.status,
.ok {
  color: #234600;
}
div.status,
table tr.ok {
  background-color: #f8fff0;
}
div.warning {
  border-color: #ed5;
}
div.warning,
.warning {
  color: #840;
}
div.warning,
table tr.warning {
  background-color: #fffce5;
}
div.error {
  border-color: #ed541d;
}
div.error,
.error {
  color: #8c2e0b;
}
div.error,
table tr.error {
  background-color: #fef5f1;
}
div.error p.error {
  color: #333;
}
div.messages ul {
  margin: 0 0 0 1em; /* LTR */
  padding: 0;
}
div.messages ul li {
  list-style-image: none;
}
/* Progress */
.progress .bar {
  background-color: #fff;
  border: 1px solid;
}
.progress .filled {
  background-color: #000;
  height: 1.5em;
  width: 5px;
}
.progress .percentage {
  float: right; /* LTR */
}
.ajax-progress {
  display: inline-block;
}
.ajax-progress .throbber {
  float: left; /* LTR */
  height: 15px;
  margin: 2px;
  width: 15px;
}
.ajax-progress .message {
  padding-left: 20px;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
    /**
     * Markup generated by Form API.
     */
    .form-item,
    .form-actions {
      margin-top: 1em;
      margin-bottom: 1em;
    }
    tr.odd .form-item,
    tr.even .form-item {
      margin-top: 0;
      margin-bottom: 0;
      white-space: nowrap;
    }
    .form-item .description {
      font-size: 0.85em;
    }
    label {
      display: block;
      font-weight: bold;
    }
    label.option {
      display: inline;
      font-weight: normal;
    }
    .form-checkboxes .form-item,
    .form-radios .form-item {
      margin-top: 0.4em;
      margin-bottom: 0.4em;
    }
    .form-type-radio .description,
    .form-type-checkbox .description {
      margin-left: 2.4em;
    }
    input.form-checkbox,
    input.form-radio {
      vertical-align: middle;
    }
    .marker,
    .form-required {
      color: #f00;
    }
    .form-item input.error,
    .form-item textarea.error,
    .form-item select.error {
      border: 2px solid red;
    }
    fieldset {
      margin-bottom: 1em;
    }
    .fieldset-wrapper {
      padding: .75em;
    }
    .fieldset-wrapper p {
      margin-bottom: 1em;
    }
    legend {
      font-weight: bold;
      padding: 0 .75em;
      font-size: 1.15em;
    }
    /* ------------------ Table Styles ------------------ */
    table {
      border: 0;
      border-spacing: 0;
      font-size: 0.857em;
      margin: 10px 0;
      width: 100%;
    }
    table table {
      font-size: 1em;
    }
    #footer-wrapper table {
      font-size: 1em;
    }
    table tr th {
      background: #757575;
      background: rgba(0, 0, 0, 0.51);
      border-bottom-style: none;
    }
    table tr th,
    table tr th a,
    table tr th a:hover {
      color: #FFF;
      font-weight: normal;
    }
    table tbody tr th {
      vertical-align: top;
    }
    tr td,
    tr th {
      padding: 4px 9px;
      border: 1px solid #fff;
      text-align: left; /* LTR */
    }
    #footer-wrapper tr td,
    #footer-wrapper tr th {
      border-color: #555;
      border-color: rgba(255, 255, 255, 0.18);
    }
    table ul.links {
      margin: 0;
      padding: 0;
      font-size: 1em;
    }
    table ul.links li {
      padding: 0 1em 0 0;
    }
    #anet-import-file-upload-form #edit-submit {
      margin: 0 0 1em;
    }