.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;
}

.w-e-text img {
  width: 100%;
}

.w-e-text iframe {
  height: 600px !important;
  width: 100% !important;
}

.fblock {
  border: 1px #d2d6de solid;
  border-radius: 5px;
  margin-top: 20px;
  padding: 0 20px 20px;
  width: 100%;
}
.fblock .row-h {
  width: 100%;
  margin-bottom: 20px;
  padding: 8px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #d2d6de solid;
}

.hint {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  padding-left: 20px;
}

.pictures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pictures .picture_box {
  display: block;
  width: 240px;
  height: 240px;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #ddd;
  margin-right: 20px;
  margin-bottom: 20px;
}
.pictures .picture_box .picture_image {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.add-app-box {
  width: 100%;
  height: 200px;
  border: 2px rgba(0, 0, 0, 0.3) dashed;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  color: #555;
}
.add-app-box i {
  margin-right: 10px;
}

.app-box {
  width: 100%;
  height: 200px;
  border: 2px rgba(0, 0, 0, 0.3) dashed;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  cursor: pointer;
  color: #555;
}
.app-box .name {
  font-size: 20px;
  font-weight: bold;
}
.app-box .dt {
  font-size: 12px;
}

.alert-default {
  background-color: #f6f6f6;
  color: #444;
  border: 1px #ddd solid;
  padding: 20px 15px;
}

.app-info .line {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}
.app-info .line span {
  width: 80px;
  font-weight: bold;
}
.app-info .line button {
  margin-left: 20px;
}

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