/* 
    Progress Bar Styles
*/
#progress {
  width: 100%;
  height: 100%;
  padding:2px;
  background-color: #eeeeee;
}
#progress-container {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
  min-height: 34px;
}
#prog-count{
  white-space: nowrap;
  margin-right: 1em;
  font-size: .66em
}
input[type=number] {
  -moz-appearance: textfield;
}
#prog-inner {
  -webkit-transition: all 1.5s ease;
          transition: all 1.5s ease;
}
.ui-slider{
  margin: 0 0 !important;
}
.ui-slider-track{
  border-width: 0 !important;
}
.ui-slider-track.ui-mini {
  margin: 0 15px 0 68px;
}
.ui-slider input[type=number]{
  background-color: #fff !important;
  opacity: 1 !important;
}

/* 
    Other Styles
*/
.btn-container {
  display:flex;
  align-items: center;
}
.left-controls{
  display:flex;
  justify-content: flex-start;
}
.right-controls {
  display:flex;
  justify-content: flex-end;
}
.item {
    background-color: white;
    box-shadow: 0px 2px 3px #ccc;
    padding: 1.5em;
    margin-bottom: 1.25em;
}
.q-number {
  padding: .5em .75em;
  display:inline-block;
  float:left;
  margin-right: 8px;
  font-size: 2em;
  font-weight: bold;
  text-shadow: 2px 2px 5px #ddd;
  border: 1px dotted #ccc;
}
#ques-container {
  min-height: 100px;
}
#prog-range{
  margin: 0 .25em;
}
