/**
 * @file
 * Basic styling for common markup.
 */
/**
 * HTML elements.
 */
/* line 10, ../sass/system.theme.scss */
fieldset {
  margin-bottom: 1em;
  padding: 0.5em;
}

/* line 14, ../sass/system.theme.scss */
form {
  margin: 0;
  padding: 0;
}

/* line 18, ../sass/system.theme.scss */
hr {
  border: 1px solid gray;
  height: 1px;
}

/* line 22, ../sass/system.theme.scss */
img {
  border: 0;
}

/* line 25, ../sass/system.theme.scss */
table {
  border-collapse: collapse;
}

/* line 28, ../sass/system.theme.scss */
th {
  border-bottom: 3px solid #ccc;
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */
}

/* line 33, ../sass/system.theme.scss */
tbody {
  border-top: 1px solid #ccc;
}

/* line 36, ../sass/system.theme.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/**
 * Markup generated by theme_tablesort_indicator().
 */
/* line 46, ../sass/system.theme.scss */
th.active img {
  display: inline;
}

/* line 49, ../sass/system.theme.scss */
td.active {
  /*background-color: #ddd;*/
}

/**
 * Markup generated by theme_item_list().
 */
/* line 56, ../sass/system.theme.scss */
.item-list .title {
  font-weight: bold;
}

/**
 * Markup generated by Form API.
 */
/* line 69, ../sass/system.theme.scss */
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 74, ../sass/system.theme.scss */
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

/* line 80, ../sass/system.theme.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 83, ../sass/system.theme.scss */
label {
  display: block;
  font-weight: bold;
}

/* line 87, ../sass/system.theme.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* line 91, ../sass/system.theme.scss */
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}

/* line 96, ../sass/system.theme.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* line 100, ../sass/system.theme.scss */
input.form-checkbox,
input.form-radio {
  vertical-align: middle;
}

/* line 104, ../sass/system.theme.scss */
.marker,
.form-required {
  color: #f00;
}

/* line 108, ../sass/system.theme.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/**
 * Inline items.
 */
/* line 117, ../sass/system.theme.scss */
.container-inline .form-actions,
.container-inline.form-actions {
  margin-top: 0;
  margin-bottom: 0;
}

/**
 * Markup generated by theme_more_link().
 */
/* line 126, ../sass/system.theme.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/**
 * Markup generated by theme_more_help_link().
 */
/* line 133, ../sass/system.theme.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 136, ../sass/system.theme.scss */
.more-help-link a {
  background: url(../../misc/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Markup generated by theme_pager().
 */
/* line 144, ../sass/system.theme.scss */
.item-list .pager {
  clear: both;
  text-align: center;
}

/* line 148, ../sass/system.theme.scss */
.item-list .pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: 0.5em;
}

/* line 154, ../sass/system.theme.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list */
/* line 164, ../sass/system.theme.scss */
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 174, ../sass/system.theme.scss */
html.js fieldset.collapsible .fieldset-legend {
  background: url(../../misc/menu-expanded.png) 5px 65% no-repeat;
  /* LTR */
  padding-left: 15px;
  /* LTR */
}

/* line 178, ../sass/system.theme.scss */
html.js fieldset.collapsed .fieldset-legend {
  background-image: url(../../misc/menu-collapsed.png);
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}

/* line 182, ../sass/system.theme.scss */
.fieldset-legend span.summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 193, ../sass/system.theme.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 196, ../sass/system.theme.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 199, ../sass/system.theme.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/* line 202, ../sass/system.theme.scss */
body div.tabledrag-changed-warning {
  margin-bottom: 0.5em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
*/
/* line 211, ../sass/system.theme.scss */
tr.selected td {
  background: #ffc;
}

/* line 214, ../sass/system.theme.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 224, ../sass/system.theme.scss */
.progress {
  font-weight: bold;
}

/* line 227, ../sass/system.theme.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 235, ../sass/system.theme.scss */
.progress .filled {
  background: #0072b9 url(../../misc/progress.gif);
}
