:root {
  --se-font-default: normal 1rem tahoma, arial, helvetica, sans-serif;
  --se-font-subject: arial, helvetica, sans-serif;
  --se-docview-padding: 0 0 0 0.5em;
  --se-color-default: #555;
  --se-color-panel-title: var(--se-color-default);
  --se-color-link: purple;
  --se-color-subject: var(--se-color-default);
  --se-color-description: var(--se-color-default);
  --se-hr-grayline-color: #dbdbdb;
}

.se-document-link,
.se-user:hover {
  text-decoration-thickness: 1px;
}

.se-menu-button {
  width: 2.5rem;
  height: 2rem;
  border-color: var(--se-hr-grayline-color);
  box-shadow: var(--se-menu-button-shadow);
}

.se-menu-button:hover {
  background-color: var(--se-menu-button-hover-color);
  border-color: var(--se-menu-button-hover-border-color);
  box-shadow: none;
}

.se-menu-icon {
  width: 2.5rem;
  height: 2rem;
  top: 0.45rem;
  left: 0.2rem;
}

.se-menu-icon::after {
  left: 1.4em;
  top: 0.3rem;
}

/*.se-menu-icon.x-filetype-default,
.se-menu-icon.document-add-note,
.se-menu-icon.se-operation-icon,
.se-menu-icon.se-edit-icon,
.se-menu-icon.se-print-icon,
.se-menu-icon.se-users-icon,
.se-menu-icon.se-upload-icon {
  background-image: none !important;
}
.se-menu-icon.x-filetype-default:before,
.se-menu-icon.document-add-note:before,
.se-menu-icon.se-operation-icon:before,
.se-menu-icon.se-edit-icon:before,
.se-menu-icon.se-print-icon:before,
.se-menu-icon.se-users-icon:before,
.se-menu-icon.se-upload-icon:before {
  position: absolute;
  top: -0.25em;
  right: 0;
  bottom: 0;
  left: -1em;
  text-align: center;
  font-family: "Pictos";
}

.se-menu-icon.x-filetype-default:before {
  content: "F";
}

.se-menu-icon.document-add-note:before {
  content: "q";
}

.se-menu-icon.se-operation-icon:before {
  content: "e";
  top: 0;
}

.se-menu-icon.se-edit-icon:before {
  content: "W";
  top: -0.1em;
  left: -1.2em;
}

.se-menu-icon.se-print-icon:before {
  content: "/";
  top: -0.1em;
  left: -1.2em;
}

.se-menu-icon.se-users-icon:before {
  content: "g";
  top: -0.2em;
  left: -1.4em;
}

.se-menu-icon.se-upload-icon:before {
  content: "c";
  top: -0.1em;
  left: -1.3em;
}

.se-menu-icon.document-add-note.se-nomenu-icon:before {
  content: "w";
  top: -0.1em;
  left: -1.3em;
}*/

.se-file-note,
.se-note-text {
  padding-left: 0;
}

.se-nomenu-icon {
  left: 0.7rem;
}

.se-toolbar {
  padding: 0 0.5em 1em;
  background-color: inherit;
}

.se-menu-icon.se-operation-icon::after {
  left: 1.2em;
}

.se-toolbar > * {
  margin: 0.5em 0.8em 0.5em 0;
}

.se-menuitem-wrap ~ span {
  white-space: normal;
}
