﻿.infotechFileInput {
  width: 100%;
  height: 100px;
  position: relative;
  border: black 1px solid;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.infotechFileInput.dragEnter {
  background-color: #ffa;
  border: 2px dotted black;
}
.infotechFileInput.dragEnter .innerHolder {
  color: black;
}
.infotechFileInput .innerHolder {
  color: #333;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  line-height: 24px;
  margin-top: -12px;
}
