.delete-file {
  cursor: pointer;
  width: 15px; }

.formHint-file {
  display: flex;
  align-items: baseline; }

.file-wrapper {
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  position: relative; }
  .file-wrapper input[type="file"] {
    width: 100% !important;
    height: 100% !important; }

.file-wrapper.disabled .button {
  background: #f5f5f5 !important; }

.file-wrapper.disabled input[type="file"] {
  cursor: not-allowed; }

.new_file {
  display: flex;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0.625rem;
  border-radius: 1.25rem;
  box-shadow: 1px 2px 4px 0 rgba(117, 117, 117, 0.15); }
  .new_file p {
    font-size: 1rem;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 75%;
    text-align: left; }

.file-wrapper .button {
  background: #ffffff;
  color: #FF722B;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 1.25rem;
  border: 1px dashed #FF722B;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  padding: 1.25rem 0.625rem;
  text-align: center; }

.file-wrapper .button:hover, .file-wrapper:hover {
  border-color: rgba(146, 168, 205, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 168, 205, 0.6);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 168, 205, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(146, 168, 205, 0.6); }

.file-wrapper input[type="file"] {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -moz-opacity: 0.5;
  opacity: 0;
  width: 100%;
  height: 100%; }
