﻿/* Copyright 2018 Epic Systems Corporation */
body.uploaderfileinput {
  background: none;
  height: auto;
  min-width: 0;
}

.uploaderfileinput input {
  cursor: pointer;
  width: 100%;
  text-indent: -999em;
}

.inputcontainer {
  width: 100%;
  cursor: pointer;
}

img.progbar {
  text-align: center;
}

p.progbar, div.progbar {
  width: 100%;
  text-align: left;
}
