@charset "UTF-8";

.fileupload-center {
  margin: 5px auto;
  display: block;
  text-align: center;
}

.fileinput-button {
  position: relative;
  overflow: hidden;
}
.fileupload-buttonbar input {
  position: absolute;
  height: 60px;
  top: -20px;
  right: -20px;
  left: -20px;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 90px;
  direction: ltr;
  cursor: pointer;
}

.fileupload_loading img{
  display: block;
  width: 50px;
}

.fileupload_error{
  color: #000;
  padding: 10px 10px;
}

.webcam_error{
  color: red;

}

#messageBoxPicupload{
  /*background-repeat: no-repeat;*/
  /*overflow: auto;*/
  /*padding: 20px;*/
  /*height: 780px;*/
  /*width: 500px;*/
  /*background-color: rgb(255, 255, 255);*/
  /*border: 3px solid rgb(185, 0, 0);*/
  /*z-index: 10001;*/
  /*border-radius: 10px;*/
}

#messageBoxPicupload .button{
  margin-top: 10px;
}

#messageBoxCustom{
  background-repeat: no-repeat;
  overflow: auto;
  padding: 20px;
  height: 180px;
  width: 400px;
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(185, 0, 0);
  position: absolute;
  z-index: 10001;
  left: 497px;
  top: 153px;
  border-radius: 10px;
  font-size: 1.2em;

}

#messageBoxCustom .clearer
{
  height: 2em;
}


#windowOverlay{
  z-index: 10000;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: rgb(34, 34, 34);
  opacity: 0.7;
  height: 100%;
  width: 100%;
  display: none;
}

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

