@charset "UTF-8";
/* CSS Document */

.invalid{
	box-shadow: 0px 0px 2px #FF0000 !important;
  border: 1px solid #FF0000 !important;
}


.error{
  color: #FF0000;
  display: block;
  margin-top: 5px;
}


.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}

