/* userpanel icon*/
.userIcon { padding: 8px; margin: 0 0 -4px 0; background: url('../img/icons/user.png') center no-repeat; display: inline-block; }
.keyIcon { margin: 0 0 -4px 0; background: url('../img/icons/key.png') center no-repeat; display: inline-block; }
   .keyIcon a { display: block; padding: 8px; }

/* list icons */
.publishedIcon { padding: 8px; background: url('../img/icons/ok.png') center no-repeat; display: block; }
   .publishedIcon:hover { background: url('../img/icons/cancel.png') center no-repeat; }
.notPublishedIcon { padding: 8px; background: url('../img/icons/cancel.png') center no-repeat; display: block; }
   .notPublishedIcon:hover { background: url('../img/icons/ok.png') center no-repeat; }

.editChildrenIcon { padding: 8px; background: url('../img/icons/folders_explorer.png') center no-repeat; }
.editContentIcon { padding: 8px; background: url('../img/icons/page_edit.png') center no-repeat; }
.deleteIcon { padding: 8px; background: url('../img/icons/delete.png') center no-repeat; }

.upIcon { padding: 8px; background: url('../img/icons/up.png') center no-repeat; }
   .upIcon:hover { background-position: center top; }
.downIcon { padding: 8px; background: url('../img/icons/down.png') center no-repeat; }
   .downIcon:hover { background-position: center bottom; }

/* editor icons with text */
.saveTextIcon {  background: url('../img/icons/save.png') 5px center no-repeat; }
.editChildrenTextIcon { background: url('../img/icons/folders_explorer.png') 5px center no-repeat; }
.cancelTextIcon { background: url('../img/icons/cancel.png') 5px center no-repeat; }

/* filter icons */

.minimizeIcon { float: right; margin: 2px; }
.maximizeIcon { float: right; margin: 2px; }
.maximizeIconButton { display: none; float: right; }

/* file icons https://www.iconfinder.com/iconsets/spirit20 */

.pdfIcon { padding: 8px; background: url('../img/icons/file-pdf.png') center no-repeat; }

img.alignBottom { vertical-align: bottom; }

.createFileNumberIcon { padding: 8px 16px; background: url('../img/icons/createFileNumber.png') center no-repeat; }
.removeFileNumber { padding: 16px; background-position: center 12px; }