/**
 * Give Form Field Manager - Uploads
 */
ul.ffm-attachment-list {
  text-align: center; }
  ul.ffm-attachment-list li {
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #eee;
    padding: 6px; }
    ul.ffm-attachment-list li a.give-download-file {
      margin: 3px 0 8px;
      display: block; }
    ul.ffm-attachment-list li a.attachment-delete {
      color: red;
      font-size: 12px; }
    ul.ffm-attachment-list li img {
      max-width: 100%; }
    ul.ffm-attachment-list li.give-thumbnail div.give-attachment-name {
      padding: 0; }
    ul.ffm-attachment-list li.give-non-image-li div.give-attachment-name {
      padding: 8px; }
  ul.ffm-attachment-list div.give-attachment-name {
    font-size: 12px;
    font-style: italic; }

form[id*='give-form'] .ffm-clone-field, form[id*='give-form'] .ffm-remove-field {
  cursor: pointer;
  display: inline-block;
  margin: 0; }
  form[id*='give-form'] .ffm-clone-field:before, form[id*='give-form'] .ffm-remove-field:before {
    font-size: 20px; }

form[id*='give-form'] .give-repeater-table {
  border: none; }
  form[id*='give-form'] .give-repeater-table th, form[id*='give-form'] .give-repeater-table td {
    padding: 2px;
    border: none; }

form[id*='give-form'] .mce-tinymce {
  border: 1px solid #CCC; }

form[id*='give-form'] .give-has-error select, form[id*='give-form'] .give-has-error input, form[id*='give-form'] .give-has-error textarea, form[id*='give-form'] .give-has-error .mce-tinymce {
  border: 1px solid red; }
