
.fp-table {
  margin-bottom: 0px; }
  @media (max-width: 768px) {
    .fp-table .column-date, .table .column-size {
      display: none; } }
  .fp-table .column-preview .preview {
    height: 64px; }
  .fp-table .files + tfoot {
    display: none; }
  .fp-table .files:empty {
    display: none; }
    .fp-table .files:empty + tfoot {
      display: table-footer-group; }
  .fp-table td, .table th {
    color: #666; }
  .fp-table tr th:last-child,
  .fp-table tr td:last-child {
    width: 100px; }
  .fp-table > thead > tr > th {
    border-bottom: none; }
  .fp-table tr td p {
  	margin: 0 }
  .fp-table .name {
    word-break: break-all; }

.fp-table-responsive {
  border: none;
  margin-top: 15px; }
  
  
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
	

.crop-rotate {
  text-align: center;
  margin-bottom: -34px; }

.crop-rotate .fa {
  font-size: 12px;
  margin-right: 0px; }

  
.fp-modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .fp-modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .fp-modal-footer:after {
    clear: both; }
  .fp-modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .fp-modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .fp-modal-footer .btn-block + .btn-block {
    margin-left: 0; } 