.fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  font-size: 200px !important;
  direction: ltr;
  cursor: pointer;
}

.files img {
  width: 200px;
  margin: 10px;
}

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

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000 !important;
}

body.zh .zh {
  display: inline-block;
}
body.zh .en {
  display: none;
}
body.en .zh {
  display: none;
}
body.en .en {
  display: inline-block;
}

/*# sourceMappingURL=dash.css.map */
