/* line 1, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
body {
  background-color: #EFEFEF;
  color: #2E2F30;
  text-align: center;
  font-family: arial, sans-serif;
  margin: 0;
}

/* line 9, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
div.runner {
  width: 100%;
  max-width: 33em;
}

/* line 14, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
h1 {
  font-size: 100%;
  color: #22607F;
  line-height: 1.5em;
}

/* line 20, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
a.download {
  font-weight: bold;
  color: #308bbb;
  text-decoration: underline;
  margin: 0;
}

/* line 27, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
div.runner > div {
  border: 1px solid #CCC;
  background-color: white;
  padding: 7px 12% 0;
}

/* line 33, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
div.status {
  color: #555;
  margin: 0 0 .5em;
}

/* line 38, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
div.runner > p {
  margin: 0 0 0 0;
  padding: .3em .6em;
  color: #888;
}

/* line 44, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
#progress-container {
  text-align: left;
  /* This is for low level IEs */
  position: relative;
  width: 100%;
  height: 25px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: #bbb;
  overflow: hidden;
}

/* line 54, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
#progress-bar {
  position: absolute;
  width: 1%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 100%;
  background-color: #39677e;
  overflow: hidden;
  background-size: 75px 75px;
  /* This is the progress candy striping animation */
  background-image: linear-gradient(-45deg, #497d98 25%, #39677e 25%, #39677e 50%, #497d98 50%, #497d98 75%, #39677e 75%);
  animation: anim 2s linear infinite;
  /* This is the widening animation */
  -webkit-transition: width .5s ease-in-out, background-color 1s ease;
  -moz-transition: width .5s ease-in-out, background-color 1s ease;
  -o-transition: width .5s ease-in-out, background-color 1s ease;
  transition: width .5s ease-in-out, background-color 1s ease;
  /* Right shadow */
  -webkit-box-shadow: 5px 0 15px -2px #888;
  box-shadow: 5px 0 15px -2px #888;
}

/* line 82, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
#progress-bar.full {
  border-radius: 5px;
  background-color: #187743;
  background-image: none;
  animation: none;
}

/* line 88, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
#progress-bar.fail {
  background-color: #AE1C1C;
}

/* line 92, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
#progress-label {
  text-align: center;
  /* If you want to center it */
  margin-left: 5px;
  line-height: 25px;
  /* Set the line-height to the same as the height of the progress bar container, to center it vertically */
  color: white;
}

@keyframes anim {
  0% {
    background-position: 75px 75px;
  }
  100% {
    background-position: 0 0;
  }
}
/*.bar {
  position: absolute;
  margin: auto;
  top: 0; bottom: 0; left: 0; right: 0;
  width: 200px;
  height: 30px;
  overflow: hidden;
  background-size:100px 100px;
  background-image: linear-gradient(-45deg,
     #33c9ff 25%, #00b2f2 25%,
     #00b2f2 50%, #33c9ff 50%,
     #33c9ff 75%, #00b2f2 75%);
  animation: anim 2s linear infinite;
}*/
/* line 119, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
.bar p {
  width: 100px;
  margin: 6px auto;
  text-align: center;
  color: white;
}

@media (min-width: 530px) {
  /* line 127, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
  div.runner {
    width: 95%;
    max-width: 33em;
    margin: 2em auto 0;
  }

  /* line 133, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
  div.runner > div {
    border-right-color: #999;
    border-left-color: #999;
    border-bottom-color: #BBB;
    border-top: #308bbb solid 4px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
  }

  /* line 143, /usr/nlm/www/rapps/gudid/app/assets/stylesheets/search_export/search_export.css.scss */
  div.runner > p {
    background-color: #F7F7F7;
    border: 1px solid #CCC;
    border-right-color: #999;
    border-left-color: #999;
    border-top-color: #DADADA;
    border-bottom-color: #999;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
  }
}
