/*
** HTML elements
*/
body.drag {
  cursor: move;
}
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0.5em;
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
div.indentation {
  width: 20px;
  height: 1.7em;
  margin: -0.4em -0.4em -0.4em 0.2em;
  padding: 0.42em 0.6em 0.42em 0;
  float: right;
}
div.tree-child {
  background: url(../images/misc/tree.png) no-repeat -65px center;
}
div.tree-child-last {
  background: url(../images/misc/tree-bottom.png) no-repeat -65px center;
}
div.tree-child-horizontal {
  background: url(../images/misc/tree.png) no-repeat -11px center;
}
.error {
  color: #e55;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
  padding: 2px;
}
.warning {
  color: #e09010;
}
div.warning {
  border: 1px solid #f0c020;
}
div.warning, table tr.warning {
  background: #ffd;
  color: #220;
  padding: 2px;
}
.ok {
  color: #008000;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #dfd;
  color: #020;
  padding: 2px;
}
.item-list .icon {
  color: #555;
  float: left;
  padding-right: 0.25em;
  clear: left;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 1.5em 0.25em 0;
  padding: 0;
  list-style: disc;
}
ol.task-list li.active {
  font-weight: bold;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.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;
}
.marker, .form-required {
  color: #f00;
}
.more-help-link {
  text-align: left;
}
.more-help-link a, a.module-link {
  padding: 1px 20px 1px 0;
}
a.module-link {
  display: block;
  white-space: nowrap;
}
.more-help-link a, a.module-link-help {
  background: url(../images/misc/help.png) 100% 50% no-repeat;
}
a.module-link-permissions {
  background: url(../images/misc/permissions.png) 100% 50% no-repeat;
}
a.module-link-configure {
  background: url(../images/misc/configure.png) 100% 50% no-repeat;
}
.more-link {
  text-align: left;
}
.module-help {
  margin-right: 1em;
  float: left;
}
.nowrap {
  white-space: nowrap;
}
.item-list .pager {
  clear: both;
  text-align: center;
}
.item-list .pager li {
  background-image:none;
  display:inline;
  list-style-type:none;
  padding: 0.5em;
}
.pager-current {
  font-weight:bold;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd, dl.multiselect dd .form-item, dl.multiselect dd select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dt, dl.multiselect dd {
  float: right;
  line-height: 1.75em;
  padding: 0;
  margin: 0 0 0 1em;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

.block ul {
  padding: 0 1em 0.25em 0;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-image: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../images/misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 0% 2px;
}
html.js input.throbbing {
  background-position: 0% -18px;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend, html.js fieldset.collapsed legend a span.element-invisible {
  display: block;
  overflow: hidden;
}
html.js fieldset.collapsible legend a {
  display: inline;
  padding-right: 15px;
  background: url(../images/misc/menu-expanded.png) 98% 75% no-repeat;
}
html.js fieldset.collapsible legend span.summary {
  display: inline;
  font-size: 0.9em;
  color: #999;
  margin-left: 0.5em;
}
html.js fieldset.collapsed legend a {
  background-image: url(../images/misc/menu-collapsed.png); /* LTR */
  background-position: 5px 50%; /* LTR */
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
/* For Safari 2 to prevent collapsible fieldsets containing tables from dissapearing due to tableheader.js. */
html.js fieldset.collapsible {
  position: relative;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/* Collapsing */
html.js div.collapsed {
	background: #eeeeee;
}

html.js div.collapsed div.content {
	display: none;
}

/*html.js div.collapsed div.title {
	display: block;
}

html.js div.collapsible div.title a {
	padding-right: 15px;
	background: url(../images/misc/expanded.png) 100% 75% no-repeat;
}

html.js div.collapsed div.title a {
	background-image: url(../images/misc/collapsed.png);
	background-position: 100% 50%;
}*/

* html.js div.collapsed div.title,
* html.js div.collapsed div.title *,
* html.js div.collapsed table * {
	display: inline;
}

html.js div.collapsible div.title a {
	display: block;
}

html.js div.collapsible .content {
	overflow: auto;
}

/*
** Resizable
*/
.resizable {
  width: 95%;
}

.resizable .xresizable {
  cursor: s-resize;
  height: 6px;
  font-size: 1px;
  overflow: hidden;
  background: url(../images/sizer/resizable.gif);
  border-top-width: 0;
  background-position: top;
}

body .resizable-disabled .xresizable {
  display: none;
}

html.js textarea.resizable {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Table drag and drop.
*/
.draggable a.tabledrag-handle {
  cursor: move;
  float: right;
  height: 1.7em;
  margin: -0.4em -0.5em -0.4em 0;
  padding: 0.42em 0.5em 0.42em 1.5em;
  text-decoration: none;
}
a.tabledrag-handle:hover {
  text-decoration: none;
}
a.tabledrag-handle .handle {
  margin-top: 4px;
  height: 13px;
  width: 13px;
  background: url(../images/misc/draggable.png) no-repeat 0 0;
}
a.tabledrag-handle-hover .handle {
  background-position: 0 -20px;
}

/*
** Teaser splitter
*/
.joined + .grippie {
  height: 5px;
  background-position: center 1px;
  margin-bottom: -2px;
}
/* Keeps inner content contained in Opera 9. */
.teaser-checkbox {
  padding-top: 1px;
}
.teaser-checkbox div.form-item {
  float: left;
  margin: 0 0 0 5%;
  padding: 0;
}
textarea.teaser {
  display: none;
}
html.js .no-js {
  display: none;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../images/misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin: 0 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: left;
}
.progress-disabled {
  float: right;
}
.ajax-progress {
  float: right;
}
.ajax-progress .throbber {
  width: 15px;
  height: 15px;
  margin: 2px;
  background: transparent url(../images/misc/throbber.gif) no-repeat 0px -18px;
  float: right;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
** Floating header for tableheader.js
*/
table.sticky-header {
  margin-top: 0;
  background: #fff;
}

/*
** Installation clean URLs
*/
#clean-url.install {
  display: none;
}

/*
** For anything you want to hide on page load when JS is enabled, so
** that you can use the JS to control visibility and avoid flicker.
*/
html.js .js-hide {
  display: none;
}

/*
** Styles for the system modules page (admin/config/modules)
*/
#system-modules div.incompatible {
  font-weight: bold;
}

/*
** Styles for the system themes page (admin/appearance)
*/
#system-themes-form div.incompatible {
  font-weight: bold;
}

/*
** Password strength indicator
*/
#password-strength {
  width: 17em;
  float: left;
  margin-top: 1.4em;
}
.password-strength-title {
  display: inline;
  float: right;
}
#password-strength-text {
  float: left;
  font-weight: bold;
}
#password-indicator {
  background-color: #C4C4C4;
  height: 0.3em;
  width: 100%;
}
#password-indicator div {
  height: 100%;
  width: 0%;
  background-color: #47C965;
}
input.password-confirm, input.password-field {
  width: 16em;
  margin-bottom: 0.4em;
}
div.password-confirm {
  display: inline;
  padding-right: 1em;
}
div.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  width: 38.5em;
  border: 1px solid #B4B4B4;
}
div.password-suggestions ul {
  margin-bottom: 0;
}
.password-parent {
  margin: 0;
  width: 34.3em;
}

/*
** Password confirmation checker
*/
.confirm-parent {
  margin: 0;
}
div.password-confirm {
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users.
 */
span.element-invisible, div.element-invisible, .element-invisible, #tabs-wrapper span.element-invisible {
  height: 0;
  overflow: hidden;
  position: absolute;
  display: none;
}
