#file-parent th {
  padding-top: 14px;
}
#file-parent > td {
  padding-top: 8px;
}
#file-parent p {
  padding-left: 8px;
  padding-top: 8px;
}

#file_inputs, #file-parent p {
  margin-left: 0;
}

.plupload_container {
  padding: 0;
  line-height: 16px;
}

.plupload_wrapper {
  font-size: 16px;
}

.plupload_header {
  display: none;
}

.plupload_filelist, .plupload_scroll {
  background: #f9f9f9;
}

.plupload_filelist_header, .plupload_filelist_footer {
  /*background: #e8e8e8;*/
}

.plupload_filelist_footer {
  height: auto;
  padding-bottom: 5px;
  padding-top: 5px;
}

.plupload_filelist_footer .plupload_cell {
  padding: 4px;
}

.plupload_file_name.has_progressbar {
  padding-bottom: 6px;
}

li.plupload_delete a, li.plupload_uploading a, .plupload_done .plupload_file_action a:hover {
  background: none;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
}

li.plupload_delete a:before, li.plupload_uploading a:before, .plupload_done .delete:before, .plupload_done .plupload_file_action a:hover:before {
  content: "\f014";
}

.ui-icon {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url("images/ui-icons_888888_256x240.png");
}

.ui-icon-circle-plus {
  background-position: -16px -128px;
  margin-top: -1px;
}

.ui-icon-circle-minus {
  background-position: -64px -128px;
}

.ui-icon-circle-close {
  background-position: -96px -160px;
}

.ui-icon-share {
  background: url(../images/upload.png);
  margin-right: 8px;
}

.ui-button {
  display: block;
  color: #454545;
  border: 0;
  outline: 0;
  background-color: #f1f1f1;
  font-size: 14px;
  padding: 8px;
  margin-right: 4px;
}

.plupload_buttons {
  float: left;
}

.plupload_add {
  background-color: #eee;
  background-image: none;
  padding-left: 8px;
  margin-right: 0;
}
.plupload_add span {
  margin-left: 0.5em;
}
.plupload_add.focus {
  outline: -webkit-focus-ring-color auto 5px;
}
.plupload_add:hover {
  background-color: #ddd;
}

.plupload_hidden {
  display: none !important;
}

.plupload_button {
  padding-top: 4px;
  padding-bottom: 2px;
  padding-right: 8px;
  line-height: 1.5em;
  color: #000;
}

.plupload_filelist_footer .plupload_upload_status {
  float: left;
  padding: 4px 1em 0;
}

.plupload_filelist_footer .speed, .plupload_filelist_footer .plupload_file_size, .plupload_filelist_footer .plupload_file_status {
  line-height: 26px;
}

.plupload_progress {
  margin-top: 4px;
}

.progressbar {
  float: right;
  height: 2px;
  width: 100%;
}

.progressbar .progress {
  height: 100%;
  width: 0;
  background-color: #8a8aeb;
}

.plupload_filelist_footer .speed {
  float: right;
  padding-left: 1em;
}

.plupload_scroll .plupload_filelist_header .plupload_file_action, .plupload_scroll .plupload_filelist_footer .plupload_file_action {
  margin-right: 0;
}

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