.served_by {
  font-size: 0.9em;
  text-align: center;
}

/* Style the add button */
.icon.icon-add {
  background-image: url('../../../core/img/actions/add.svg');
  background-repeat: no-repeat;
}

div.actions > a.button {
  background-color: #FF9302;
  color: #fff;
  border: 1px solid #FF9302;
}

div.actions > a.button:hover {
  background-color: #FF9302;
  box-shadow: 0 0 0 3px #212121;
}

/* External Storage Icon */
.nav-icon-extstoragemounts {
  background-image: url('../img/external.svg');
}

/* Change the checkbox checked image */
html:not(.ie8) input[type="checkbox"].checkbox:checked + label:before {
  background-image: url('../../../core/img/actions/checkbox-checked.svg');
}

/* Change colour of the upload progress bar */
#uploadprogressbar div.ui-widget-header {
  background: #FF9302;
  border: 1px solid #FF9302;
  line-height: 33px;
  text-align: right;
}

/* Make progres bar "time indicator" show on top of background */
#uploadprogressbar em.label.outer {
    z-index: 99;
    float: left;
    padding-left: 10px;
    margin-top: 1px;
    font-size: 0.7rem;
}
#uploadprogressbar em.label.inner {
  display: none !important;
  font-size: 0.7rem;
}

/* Set icons for modified file icons */
table.dragshadow tbody tr td.filename[style*="filetypes/package-x-generic.svg"],
.thumbnail[style*="filetypes/package-x-generic.svg"] {
  background-image: url('../../../core/img/filetypes/package-x-generic.svg') !important;
}
table.dragshadow tbody tr td.filename[style*="filetypes/folder.svg"],
table.dragshadow tbody tr td.filename[style*="filetypes/folder.png"],
.thumbnail[style*="filetypes/folder.svg"],
.icon-folder,
.icon-filetype-folder {
  background-image: url('../../../core/img/filetypes/folder.svg') !important;
}
.thumbnail[style*="filetypes/folder-external.svg"] {
  background-image: url('../../../core/img/filetypes/folder-external.svg') !important;
}
.thumbnail[style*="filetypes/folder-public.svg"] {
  background-image: url('../../../core/img/filetypes/folder-public.svg') !important;
}
.thumbnail[style*="filetypes/folder-shared.svg"] {
  background-image: url('../../../core/img/filetypes/folder-shared.svg') !important;
}
.thumbnail[style*="filetypes/folder-starred.svg"] {
  background-image: url('../../../core/img/filetypes/folder-starred.svg') !important;
}
