.fileInputContainer,.fileInputContainerXml {
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 6px;
  padding: 10px 8px;
  margin: 20px 0px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 500;
  font-size: 12pt;
}

#fileInput[type="file"],#fileInputXml[type="file"] {
  display: none;
}

.labelFileInput {
  display: block;
  position: relative;
  background-color: rgb(17, 52, 73);
  color: #ffffff;
  font-size: 1.0em;
  text-align: center;
  width: 19em;
  padding: 1em 0;
  border-radius: 0.3em;
  margin: 0 auto 1em auto;
  cursor: pointer;
}

.dragarea {
  border: 0.2em dashed rgb(17, 52, 73);
}