/**
 * @file
 * Progress behavior.
 *
 * @see progress.js
 */

.progress {
  position: relative;
}
.progress__track {
  min-width: 100px;
  max-width: 100%;
  height: 16px;
  margin-top: 5px;
  border: 1px solid;
  background-color: #fff;
}
.progress__bar {
  width: 3%;
  min-width: 3%;
  max-width: 100%;
  height: 16px;
  background-color: #000;
}
.progress__description,
.progress__percentage {
  overflow: hidden;
  margin-top: 0.2em;
  color: #555;
  font-size: 0.875em;
}
.progress__description {
  float: left; /* LTR */
}
[dir="rtl"] .progress__description {
  float: right;
}
.progress__percentage {
  float: right; /* LTR */
}
[dir="rtl"] .progress__percentage {
  float: left;
}
.progress--small .progress__track {
  height: 7px;
}
.progress--small .progress__bar {
  height: 7px;
  background-size: 20px 20px;
}
/*
 * @file
 * Utility class to remove browser styles, especially for button.
 */

.reset-appearance {
  margin: 0;
  padding: 0;
  border: 0 none;
  background: transparent;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/**
 * @file
 * Resizable textareas.
 */

.resize-none {
  resize: none;
}
.resize-vertical {
  min-height: 2em;
  resize: vertical;
}
.resize-horizontal {
  max-width: 100%;
  resize: horizontal;
}
.resize-both {
  max-width: 100%;
  min-height: 2em;
  resize: both;
}
/**
 * @file
 * Table header behavior.
 *
 * @see tableheader.js
 */

table.sticky-header {
  z-index: 500;
  top: 0;
  margin-top: 0;
  background-color: #fff;
}
/**
 * @file
 * Styles for the system status counter component.
 */

.system-status-counter__status-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.system-status-counter__status-icon:before {
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-position: center 2px;
  background-size: 16px;
}

.system-status-counter__status-icon--error:before {
  background-image: url(core/misc/icons/e32700/error.svg);
}
.system-status-counter__status-icon--warning:before {
  background-image: url(core/misc/icons/e29700/warning.svg);
}
.system-status-counter__status-icon--checked:before {
  background-image: url(core/misc/icons/73b355/check.svg);
}
/**
 * @file
 * Styles for the system status report counters.
 */

.system-status-report-counters__item {
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.5em 0;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.063);
}

@media screen and (min-width: 60em) {
  .system-status-report-counters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .system-status-report-counters__item--half-width {
    width: 49%;
  }
  .system-status-report-counters__item--third-width {
    width: 33%;
  }
}
/**
 * @file
 * Default styles for the System Status general info.
 */

.system-status-general-info__item {
  margin-top: 1em;
  padding: 0 1em 1em;
  border: 1px solid #ccc;
}

.system-status-general-info__item-title {
  border-bottom: 1px solid #ccc;
}
/**
 * @file
 * Table sort indicator.
 *
 * @see tablesort-indicator.html.twig
 */

.tablesort {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.tablesort--asc {
  background-image: url(core/misc/icons/787878/twistie-down.svg);
}
.tablesort--desc {
  background-image: url(core/misc/icons/787878/twistie-up.svg);
}
/**
 * @file
 * Visual styles for a nested tree child.
 */

div.tree-child {
  background: url(core/misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
  background: url(core/misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
[dir="rtl"] div.tree-child,
[dir="rtl"] div.tree-child-last {
  background-position: -65px center;
}
div.tree-child-horizontal {
  background: url(core/misc/tree.png) no-repeat -11px center;
}
/**
 * @file
 * The base css file for Bootstrap Paragraphs.
 *
 * Compiled from bootstrap-paragraphs.less.
 */
.paragraph.paragraph--width--full>.paragraph__column,.paragraph.paragraph--width--medium>.paragraph__column,.paragraph.paragraph--width--narrow>.paragraph__column,.paragraph.paragraph--width--tiny>.paragraph__column,.paragraph.paragraph--width--wide>.paragraph__column,.paragraph>.paragraph__column{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.paragraph{display:table;margin-left:0;margin-right:0;table-layout:fixed;width:100%}.paragraph:after,.paragraph:before{content:" ";display:table;table-layout:fixed}.paragraph:after{clear:both}.paragraph>.paragraph__column{padding-bottom:30px}.paragraph--type--bp-carousel .paragraph:last-of-type>.paragraph__column,.paragraph--type--bp-columns .paragraph:last-of-type>.paragraph__column,.paragraph--type--bp-columns-three-uneven .paragraph:last-of-type>.paragraph__column,.paragraph--type--bp-columns-two-uneven .paragraph:last-of-type>.paragraph__column,.paragraph--type--bp-tabs .paragraph:last-of-type>.paragraph__column{padding-bottom:0}@media (min-width:768px){.paragraph>.paragraph__column{float:left;width:100%}.paragraph.paragraph--width--tiny>.paragraph__column{float:left;width:33.33333333%;margin-left:33.33333333%}.paragraph.paragraph--width--narrow>.paragraph__column{float:left;width:50%;margin-left:25%}.paragraph.paragraph--width--medium>.paragraph__column{float:left;width:66.66666667%;margin-left:16.66666667%}.paragraph.paragraph--width--wide>.paragraph__column{float:left;width:83.33333333%;margin-left:8.33333333%}.paragraph.paragraph--width--full>.paragraph__column{float:left;width:100%}}.paragraph .paragraph,.paragraph .paragraph .paragraph{margin-left:0;margin-right:0}.paragraph>.paragraph__column .paragraph>.paragraph__column,.paragraph>.paragraph__column .paragraph>.paragraph__column .paragraph>.paragraph__column{float:none;margin-left:0;padding-left:0;padding-right:0;width:auto}
/**
 * @file
 * The css file for Bootstrap Paragraphs Colors.
 *
 * Included in bp-base library.
 */
.paragraph.paragraph--color>.paragraph__column{padding-top:30px;padding-bottom:30px}.paragraph.paragraph--color+.paragraph>.paragraph__column{padding-top:30px}.paragraph--color--rgba-blue-light{background:rgba(3,169,244,.3)}.paragraph--color--rgba-red-light{background:rgba(244,67,54,.3)}.paragraph--color--rgba-pink-light{background:rgba(233,30,99,.3)}.paragraph--color--rgba-purple-light{background:rgba(156,39,176,.3)}.paragraph--color--rgba-indigo-light{background:rgba(63,81,181,.3)}.paragraph--color--rgba-cyan-light{background:rgba(0,188,212,.3)}.paragraph--color--rgba-teal-light{background:rgba(0,150,136,.3)}.paragraph--color--rgba-green-light{background:rgba(76,175,80,.3)}.paragraph--color--rgba-lime-light{background:rgba(205,220,57,.3)}.paragraph--color--rgba-yellow-light{background:rgba(255,235,59,.3)}.paragraph--color--rgba-orange-light{background:rgba(255,152,0,.3)}.paragraph--color--rgba-brown-light{background:rgba(121,85,72,.3)}.paragraph--color--rgba-grey-light{background:rgba(158,158,158,.3)}.paragraph--color--rgba-bluegrey-light{background:rgba(96,125,139,.3)}.paragraph--color--rgba-black-light{background:rgba(0,0,0,.3)}.paragraph--color--rgba-stylish-light{background:rgba(62,69,81,.3)}.paragraph--color--rgba-white-light{background:rgba(255,255,255,.3)}.paragraph--color--rgba-blue-strong{background:rgba(3,169,244,.7)}.paragraph--color--rgba-red-strong{background:rgba(244,67,54,.7)}.paragraph--color--rgba-pink-strong{background:rgba(233,30,99,.7)}.paragraph--color--rgba-purple-strong{background:rgba(156,39,176,.7)}.paragraph--color--rgba-indigo-strong{background:rgba(63,81,181,.7)}.paragraph--color--rgba-cyan-strong{background:rgba(0,188,212,.7)}.paragraph--color--rgba-teal-strong{background:rgba(0,150,136,.7)}.paragraph--color--rgba-green-strong{background:rgba(76,175,80,.7)}.paragraph--color--rgba-lime-strong{background:rgba(205,220,57,.7)}.paragraph--color--rgba-yellow-strong{background:rgba(255,235,59,.7)}.paragraph--color--rgba-orange-strong{background:rgba(255,152,0,.7)}.paragraph--color--rgba-brown-strong{background:rgba(121,85,72,.7)}.paragraph--color--rgba-grey-strong{background:rgba(158,158,158,.7)}.paragraph--color--rgba-bluegrey-strong{background:rgba(96,125,139,.7)}.paragraph--color--rgba-black-strong{background:rgba(0,0,0,.7)}.paragraph--color--rgba-stylish-strong{background:rgba(62,69,81,.7)}.paragraph--color--rgba-white-strong{background:rgba(255,255,255,.7)}.paragraph--color--rgba-blue-slight{background:rgba(3,169,244,.1)}.paragraph--color--rgba-red-slight{background:rgba(244,67,54,.1)}.paragraph--color--rgba-pink-slight{background:rgba(233,30,99,.1)}.paragraph--color--rgba-purple-slight{background:rgba(156,39,176,.1)}.paragraph--color--rgba-indigo-slight{background:rgba(63,81,181,.1)}.paragraph--color--rgba-cyan-slight{background:rgba(0,188,212,.1)}.paragraph--color--rgba-teal-slight{background:rgba(0,150,136,.1)}.paragraph--color--rgba-green-slight{background:rgba(76,175,80,.1)}.paragraph--color--rgba-lime-slight{background:rgba(205,220,57,.1)}.paragraph--color--rgba-yellow-slight{background:rgba(255,235,59,.1)}.paragraph--color--rgba-orange-slight{background:rgba(255,152,0,.1)}.paragraph--color--rgba-brown-slight{background:rgba(121,85,72,.1)}.paragraph--color--rgba-grey-slight{background:rgba(158,158,158,.1)}.paragraph--color--rgba-bluegrey-slight{background:rgba(96,125,139,.1)}.paragraph--color--rgba-black-slight{background:rgba(0,0,0,.1)}.paragraph--color--rgba-stylish-slight{background:rgba(62,69,81,.1)}.paragraph--color--rgba-white-slight{background:rgba(255,255,255,.1)}.paragraph--color--danger,.paragraph--color--info,.paragraph--color--primary,.paragraph--color--secondary,.paragraph--color--success,.paragraph--color--transparent,.paragraph--color--warning{background:0 0}
