/* line 2, _layout.scss */
.list-view,
.publish-view {
  margin: 0 auto;
  width: 750px;
}

/* line 2, components/_image-upload-button.scss */
.btn-file {
  overflow: hidden;
  position: relative;
}
/* line 6, components/_image-upload-button.scss */
.btn-file input[type='file'] {
  background: #fff;
  cursor: inherit;
  display: block;
  filter: alpha(opacity=0);
  font-size: 100px;
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  outline: none;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

/* line 2, ../components/login/_login-progress.scss */
.progress {
  height: 8px;
  margin-bottom: 0;
  margin-top: 15px;
}

/* line 2, ../views/footer/_footer.scss */
html {
  min-height: 100%;
  position: relative;
}

/* line 7, ../views/footer/_footer.scss */
body {
  margin-bottom: 60px;
}

/* line 12, ../views/footer/_footer.scss */
.footer {
  background-color: #f5f5f5;
  bottom: 0;
  height: 60px;
  position: absolute;
  width: 100%;
}
/* line 20, ../views/footer/_footer.scss */
.footer > .container .text-muted {
  margin: 20px 0;
}
