.inputFile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputFile + label {
    display: inline-block;
    font-family: "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
    color: #ffffff;
    background-color: #762034;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #ccc;
}

.inputFile:focus + label,
.inputFile + label:hover {
    background-color: #ffffff;
    border: 1px solid #762034;
    color: #762034;
}

.inputFile:focus + label,
.inputFile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputFile + label * {
  pointer-events: none;
}

span.list-files{
  font-weight: bold;
  display: inline-block;
  padding-top: 5px;
  color: #762034;
  font-size: 12px;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .inputFile + label {
    font-size: 11px;
    padding: 5px 15px;
  }
  span.list-files{
    padding-left: 5px;
  }
}


.text-danger{
  color: #ef4040;
}

.error-block{
  font-size: 12px;
}

#error-form, #error-form-result{
  font-size: 24px;
  font-weight: bold;
}

.error-map{
  border-style: solid;
  border-width: 1px;
  border-color: #ef4040;
}

.hide {
    display: none !important;
}


.info-req{
  /*font-size: 16px;
  float: right;
  margin-top: -20px;*/
  color: red;
}

.info-req:before{
  content: "*";
}

@media only screen and (max-width: 480px) {
  .info-req{
    font-weight: bold;
    font-size: 12px;
  }
}
