/*! typey | GPLv2 License | https://github.com/jptaranto/typey */
/* Sweep To Right */
/* line 16, components/forms/progress-bar/progress-bar.scss */
.progress-bar,
.progress {
  font-weight: bold;
}

/* line 20, components/forms/progress-bar/progress-bar.scss */
.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #333;
  background-color: #cccccc;
}

/* line 27, components/forms/progress-bar/progress-bar.scss */
.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../..//forms/progress-bar/progress-bar.gif) repeat 0 0;
}

/* line 33, components/forms/progress-bar/progress-bar.scss */
.progress-bar__percentage,
.progress .percentage {
  float: right;
}

/* line 18, components/init/rtl/_rtl.scss */
[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

/* line 41, components/forms/progress-bar/progress-bar.scss */
.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

/* line 18, components/init/rtl/_rtl.scss */
[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}
