.document-view-icon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}
.document-view-icon.list:before,
.document-view-icon.list:after {
  content: '\f036';
  font-family: FontAwesome;
}
.document-view-icon.list:before {
  font-size: 1.5rem;
}
.document-view-icon.thumbnails:before,
.document-view-icon.thumbnails:after {
  content: '\e90b';
}
.document-view-icon.active {
  cursor: default;
}
.document-view-icon[disabled],
.document-view-icon[disabled]:hover {
  color: #bbbdbf;
}
.upload-progress-spinner {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: hsl(213, 31%, 36%);
}
.upload-progress-percentage {
  display: inline-block;
  vertical-align: middle;
  color: hsl(213, 31%, 36%);
  font-weight: bold;
}
.upload-progress-percentage.error {
  color: hsl(0, 100%, 40%);
}
.multi-upload-action-buttons {
  float: right;
}
.multi-upload-progress {
  float: left;
  margin-top: 1rem;
}
.multi-upload-outer-progress-bar {
  background: hsl(0, 0%, 73%);
  width: 8rem;
  height: 1rem;
  float: right;
  margin-top: 1.2rem;
}
.multi-upload-inner-progress-bar {
  background: hsl(213, 31%, 36%);
  height: 1rem;
}
.flipped-icon.document-binders-angle-down-icon::after {
  padding-left: 0;
}
.documents-binder-header {
  max-height: 2.5rem;
}
.documents-binder-button {
  max-width: 90%;
}
.documents-base-icon::before {
  color: #1464bb;
}
.documents-base-icon::after {
  display: none;
}
.documents-binder-icon:before,
.documents-binder-icon:after {
  content: "\e609";
}
.documents-binder-icon::before {
  color: #1464bb;
}
.documents-binder-icon::after {
  display: none;
}
.documents-binder-all-icon:before,
.documents-binder-all-icon:after {
  content: "\e649";
}
.documents-binder-all-icon::before {
  color: #1464bb;
}
.documents-binder-all-icon::after {
  display: none;
}
.documents-binder-emails-icon:before,
.documents-binder-emails-icon:after {
  content: '\f0e0';
  font-family: FontAwesome;
}
.documents-binder-emails-icon::before {
  color: #1464bb;
}
.documents-binder-emails-icon::after {
  display: none;
}
.documents-binder-files-with-attachments-icon:before,
.documents-binder-files-with-attachments-icon:after {
  content: "\e627";
}
.documents-binder-files-with-attachments-icon::before {
  color: #1464bb;
}
.documents-binder-files-with-attachments-icon::after {
  display: none;
}
.documents-binder-recycle-icon:before,
.documents-binder-recycle-icon:after {
  content: '\f014';
  font-family: FontAwesome;
}
.documents-binder-recycle-icon:before,
.documents-binder-recycle-icon:after {
  content: '\f1f8';
  font-family: FontAwesome;
}
.documents-binder-recycle-icon::before {
  color: #1464bb;
}
.documents-binder-recycle-icon::after {
  display: none;
}
.documents-binder-recycle-icon::before {
  color: #123044;
}
.documents-folder-icon:before,
.documents-folder-icon:after {
  content: '\f114';
  font-family: FontAwesome;
}
.documents-folder-icon::before {
  color: #1464bb;
}
.documents-folder-icon::after {
  display: none;
}
.documents-binder-add-icon:before,
.documents-binder-add-icon:after {
  content: '\f055';
  font-family: FontAwesome;
}
.documents-binder-add-icon::before {
  color: #1464bb;
}
.documents-binder-add-icon::after {
  display: none;
}
#document-list-full .grid-headers-background {
  overflow-x: hidden;
}
#document-list-full .check-field label {
  font-size: 1rem;
}
#document-list-full .icon-column {
  width: 2rem;
}
#document-list-full .file-type-column {
  width: 2rem;
  padding-left: 0.25rem;
}
#document-list-full .order-column {
  width: 6rem;
}
#document-list-full .name-column {
  width: 32rem;
}
#document-list-full .description-column {
  width: 13.5rem;
}
#document-list-full .source-references-column {
  width: 19rem;
  padding-left: 0;
}
#document-list-full .index-column {
  width: 7rem;
}
#document-list-full .version-column {
  width: 8rem;
}
#document-list-full .lastmodifiedby-column {
  width: 16.5rem;
}
#document-list-full .activity-column {
  width: 16rem;
}
#document-list-full .createdby-column {
  width: 16.5rem;
}
#document-list-full .filesize-column {
  width: 8rem;
}
#document-list-full .reviewstate-column {
  width: 14rem;
}
#document-list-full .attachment-name-subcolumn {
  width: 12rem;
}
#document-list-full .text-found-column {
  width: 36rem;
}
#document-list-full .subcolumn::after {
  content: '\0000a0';
}
#document-list-full .suitable-for-release-column {
  width: 2.8rem;
  padding: 0;
}
#document-list-full .preformatted-doc-description {
  white-space: pre;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0.5em 0;
  max-height: 2.7em;
}
.document-dragging {
  background-color: #d8e5f2;
  opacity: 0.6;
}
.document-dragging .vertical-ellipsis-icon {
  display: none;
}
.document-drop-over {
  background-color: #f8a555 !important;
}
.document-drag-helper {
  height: 1rem;
  width: 1rem;
  color: blue;
  background: transparent;
  z-index: 99999999999;
  display: none;
}
.document-drag-helper .count-circle {
  position: relative;
  top: -2rem;
  left: 0.9rem;
}
.documents-drop-container {
  border: 1px solid transparent;
}
.documents-drop-container.over {
  border: 1px dashed black;
}
/* custom binders */
.document-custom-folders-container {
  flex-direction: column;
}
.document-custom-folders {
  flex: 1;
  border: 1px solid;
  border-bottom: 0;
  border-color: #bbbdbf;
  border-bottom-right-radius: 0.5em;
  border-left: 0;
  padding: 0.6em 0 0.6em 0.3em;
  position: relative;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
.documents-folder-open-icon {
  background: none;
}
.documents-folder-open-icon:before,
.documents-folder-open-icon:after {
  content: '\f115';
  font-family: FontAwesome;
}
.documents-folder-open-icon::before {
  color: #1464bb;
}
.documents-folder-open-icon::after {
  display: none;
}
.documents-folder-closed-icon {
  background: none;
}
.documents-folder-closed-icon:before,
.documents-folder-closed-icon:after {
  content: '\f114';
  font-family: FontAwesome;
}
.documents-folder-closed-icon::before {
  color: #1464bb;
}
.documents-folder-closed-icon::after {
  display: none;
}
.document-custom-folders-tree .jstree-default .documents-root-node > a > .jstree-icon {
  background: none;
}
.document-custom-folders-tree .jstree-default .documents-root-node > a > .jstree-icon:before,
.document-custom-folders-tree .jstree-default .documents-root-node > a > .jstree-icon:after {
  content: "\e609";
}
.document-custom-folders-tree .jstree-default .documents-root-node > a > .jstree-icon::before {
  color: #1464bb;
}
.document-custom-folders-tree .jstree-default .documents-root-node > a > .jstree-icon::after {
  display: none;
}
.document-custom-folders-tree .jstree-default .documents-root-node > a > .jstree-icon:before {
  font-family: icomoon-matrix !important;
}
.document-custom-folders-tree .jstree-default:before {
  font-family: icomoon-matrix;
}
.document-custom-folders-tree .jstree-default ins {
  margin-left: -0.2rem;
}
.document-custom-folders-tree .jstree-default li {
  background: none;
  min-width: 13rem;
  margin-bottom: 0.075rem;
}
.document-custom-folders-tree .jstree-default a {
  margin-left: -0.2rem;
  border: 1px solid transparent;
}
.document-custom-folders-tree .jstree-default a.over {
  border: 1px dashed black;
}
.document-custom-folders-tree .jstree-default a:hover:not(.document-drop-over) {
  text-decoration: underline;
}
.document-custom-folders-tree .jstree-default .jstree-closed > ins {
  background-position: 0 0;
}
.document-custom-folders-tree .jstree-default .jstree-closed > a ins {
  background: none;
}
.document-custom-folders-tree .jstree-default .jstree-closed > a ins:before,
.document-custom-folders-tree .jstree-default .jstree-closed > a ins:after {
  content: '\f114';
  font-family: FontAwesome;
}
.document-custom-folders-tree .jstree-default .jstree-closed > a ins::before {
  color: #1464bb;
}
.document-custom-folders-tree .jstree-default .jstree-closed > a ins::after {
  display: none;
}
.document-custom-folders-tree .jstree-default .jstree-open > ins {
  background-position: -18px 0;
}
.document-custom-folders-tree .jstree-default .jstree-open > a ins {
  background: none;
}
.document-custom-folders-tree .jstree-default .jstree-open > a ins:before,
.document-custom-folders-tree .jstree-default .jstree-open > a ins:after {
  content: '\f115';
  font-family: FontAwesome;
}
.document-custom-folders-tree .jstree-default .jstree-open > a ins::before {
  color: #1464bb;
}
.document-custom-folders-tree .jstree-default .jstree-open > a ins::after {
  display: none;
}
.document-custom-folders-tree .jstree-default .jstree-leaf > ins {
  background-image: none;
}
.document-custom-folders-tree .jstree-default .jstree-leaf a ins.jstree-icon {
  display: inline-block;
}
.document-custom-folders-tree .jstree-default .jstree-leaf > a ins {
  background: none;
}
.document-custom-folders-tree .jstree-default .jstree-leaf > a ins:before,
.document-custom-folders-tree .jstree-default .jstree-leaf > a ins:after {
  content: '\f114';
  font-family: FontAwesome;
}
.document-custom-folders-tree .jstree-default .jstree-leaf > a ins::before {
  color: #1464bb;
}
.document-custom-folders-tree .jstree-default .jstree-leaf > a ins::after {
  display: none;
}
.document-custom-folders-tree .jstree-default .documents-folder-leaf-node > ins {
  background-position: -100px 0;
}
.document-custom-folders-tree .jstree-default .documents-folder-leaf-node > a ins {
  background: none;
}
.document-custom-folders-tree .jstree-default .documents-folder-leaf-node > a ins:before,
.document-custom-folders-tree .jstree-default .documents-folder-leaf-node > a ins:after {
  content: '\f114';
  font-family: FontAwesome;
}
.document-custom-folders-tree .jstree-default .documents-folder-leaf-node > a ins::before {
  color: #1464bb;
}
.document-custom-folders-tree .jstree-default .documents-folder-leaf-node > a ins::after {
  display: none;
}
.document-custom-folders-tree .jstree-default.jstree-focused {
  background-color: transparent;
}
.documents-binder-count {
  padding: 1.2rem;
  background: -webkit-linear-gradient(top, #ccc 0%, #ddd 100%);
  border-top-right-radius: 0.5em;
  text-transform: uppercase;
  color: darkblue;
  min-height: 1.37rem;
  max-height: 1.37rem;
}
.documents-binder-count .count-circle {
  float: right;
  top: -0.1rem;
}
/* Add to folder dialog */
#document-add-to-folder-dialog .document-custom-folders {
  border-radius: 0.5rem;
  background-color: #efefef;
  height: 30rem;
  max-height: 30rem;
  overflow-x: auto;
}
/* details page */
#document-details-page .filetype-icon {
  font-size: 1.1em;
  padding-left: 0.5em;
}
#document-edit-dialog .inline-spinner-container {
  display: inline-flex;
  align-items: center;
  height: 1em;
}
#document-preview-container {
  position: relative;
  margin-top: 1rem;
}
#document-preview-container.previewable {
  height: 30em;
}
#document-preview-container iframe {
  width: 100%;
  height: 30em;
  border: none;
}
#preview-spinner {
  left: 50%;
  top: 50%;
  position: absolute;
}
.document-thumbnail-popup-container .header {
  display: flex;
}
.document-thumbnail-popup-container .header .filetype-icon:before {
  font-size: 4rem;
  padding-right: 0;
}
.document-thumbnail-popup-container .header .filetype-icon .lock-icon {
  position: absolute;
  left: -0.55rem;
  top: 1.3rem;
  display: block;
  width: 1em;
  height: 1em;
}
.document-thumbnail-popup-container .header .filetype-icon .lock-icon:before {
  content: '\e640';
  display: block;
  color: #c00;
  font-family: icomoon-matrix;
  font-size: 2rem;
  font-style: normal;
  position: absolute;
  padding-right: 0;
}
.document-no-preview-container .filetype-icon {
  background-color: #5e5f61;
}
.document-no-preview-container .filetype-icon.audio {
  background-color: #652d90;
}
.document-no-preview-container .filetype-icon.video {
  background-color: #ae76a4;
}
.document-no-preview-container .filetype-icon.excel {
  background-color: #00804d;
}
.document-no-preview-container .filetype-icon {
  transition: background-color ease 1s;
  padding: 8rem 0;
}
.document-no-preview-container .filetype-icon:before,
.document-no-preview-container .filetype-icon:after {
  font-size: 5rem;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
.document-no-preview-container .filetype-icon:before,
.document-no-preview-container .filetype-icon:after {
  padding-right: 0 !important;
  padding-bottom: 0.25em !important;
}
.document-no-preview-container .filetype-icon:before {
  width: 100%;
  text-align: center;
  color: #fff;
}
.document-no-preview-container .preview-download-message {
  color: #fff;
  text-align: center;
}
.document-no-preview-container:hover {
  cursor: pointer;
}
.document-no-preview-container:hover .filetype-icon {
  background-color: #77787b;
}
.document-no-preview-container:hover .filetype-icon.audio {
  background-color: #8039b7;
}
.document-no-preview-container:hover .filetype-icon.video {
  background-color: #c196b9;
}
.document-no-preview-container:hover .filetype-icon.excel {
  background-color: #00b36c;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
/* versions */
#document-versions .version-gutter {
  width: 2.5%;
}
#document-versions .version-added-by-column {
  width: 16%;
}
#document-versions .version-added-on-column {
  width: 18%;
}
#document-versions .version-restored-on-column {
  width: 18%;
}
#document-versions .version-extension-column {
  width: 10%;
}
#document-versions .version-size-column {
  width: 10%;
}
.current-version-icon {
  color: #C45900;
  /* attention */
  font-size: 1.4em;
  display: none;
}
.not-current-version-icon {
  color: #dcddde;
  /* tab-color */
  font-size: 1.4em;
}
.current-version .current-version-icon {
  display: inline-block;
}
.current-version .not-current-version-icon {
  display: none;
}
/* references */
#reference-list .references-icon-column {
  width: 2.5%;
}
.references-grid-cell {
  padding: 0.2em;
}
/* New from template dialog */
#document-from-template-dialog .select-toggle-links {
  margin-left: 1em;
}
#document-from-template-dialog .field-h:nth-of-type(odd) {
  padding-left: 0;
}
#merge-template-results {
  margin-top: 0.5em;
}
#merge-template-results-spinner .spinner {
  padding: 0 0 0.5rem 1rem;
}
.draft-redaction-icon:before,
.final-redaction-icon:before,
.draft-redaction-icon:after,
.final-redaction-icon:after {
  content: '\e64f';
}
.draft-redaction-icon:before,
.final-redaction-icon:before,
.draft-redaction-icon:after,
.final-redaction-icon:after {
  font-family: icomoon-matrix;
}
.draft-redaction-icon {
  color: #C45900;
}
.final-redaction-icon {
  color: #5e5f61;
}
.draft-signed-document-icon {
  color: #C45900;
}
.draft-signed-document-icon:before,
.draft-signed-document-icon:after {
  content: '\e981';
}
.draft-signed-document-icon:before {
  line-height: 1em;
}
.final-signed-document-icon {
  color: #5e5f61;
}
.final-signed-document-icon:before,
.final-signed-document-icon:after {
  content: '\e981';
}
.final-signed-document-icon:before {
  line-height: 1em;
}
.redaction-cell {
  line-height: 1.4rem;
}
.draft-redaction-note {
  font-style: italic;
}
.document-thumbnails-container {
  border: 1px solid #bbbdbf;
  background: #eaebec;
  position: relative;
}
.document-thumbnails-container .empty-message-container {
  position: absolute;
  margin: 1em;
}
.document-thumbnails-container .documents-content-scroll {
  overflow-y: scroll;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-wrapper {
  display: inline-block;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-wrapper:hover .thumbnail-footer > .info-circle-icon {
  visibility: visible;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-container {
  display: flex;
  flex-direction: column;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-container .document-icon-element {
  margin-right: 0;
  width: 6em;
  height: 4em;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-dragging-overlay {
  position: absolute;
  z-index: 2;
  opacity: 0.5;
  background-color: #d8e5f2;
  border: 1px solid #d8e5f2;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer {
  margin-top: 0.5em;
  display: flex;
  justify-content: space-between;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer .info-circle-icon {
  visibility: hidden;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer .info-circle-icon.hover {
  visibility: visible;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer .info-circle-icon:before {
  padding-right: 0;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer .thumbnail-name {
  overflow: hidden;
  max-height: 2.75em;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer .thumbnail-name.disabled {
  color: #bbbdbf;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-footer .thumbnail-name-editor {
  width: 1em;
  box-sizing: border-box;
  flex: 1 1 50%;
}
.document-thumbnails-container .documents-content-scroll .thumbnail {
  display: block;
  border: 1px solid transparent;
}
.document-thumbnails-container .documents-content-scroll .thumbnail.active {
  border: 1px solid #3f5978;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder {
  background: white;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder.active {
  border: 1px solid #3f5978;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder .filetype-icon {
  position: absolute;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder .filetype-icon:before {
  padding-right: 0;
  font-size: 6em;
  opacity: 0.2;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder .filetype-icon .lock-icon {
  position: absolute;
  left: -0.85rem;
  top: 3rem;
  display: block;
  width: 1em;
  height: 1em;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder .filetype-icon .lock-icon:before {
  content: '\e640';
  display: block;
  color: #c00;
  font-family: icomoon-matrix;
  font-size: 3rem;
  font-style: normal;
  position: absolute;
  padding-right: 0;
  opacity: 0.5;
}
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder .local-file-stores-icon,
.document-thumbnails-container .documents-content-scroll .thumbnail-placeholder .matrix-file-stores-icon {
  opacity: 0.2;
}
.package-document-name .lock-icon:before {
  color: #c00;
  padding-right: 0.1em !important;
}
.thumbnail-sizing {
  font-size: 2em;
}
.thumbnail-sizing .thumbnail-sizer {
  color: #3f5978;
}
.thumbnail-sizing .thumbnail-sizer:hover {
  color: #517299;
}
.thumbnail-sizing .thumbnail-sizer[disabled] {
  opacity: 0.4;
}
.l-popup .finalize-redaction-confirmation-box .primary-content {
  padding-left: 10rem;
}
.l-popup .finalize-redaction-confirmation-box .primary-content:before {
  content: '\f059';
  font-family: FontAwesome;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  left: -1rem;
  color: #c45900;
  visibility: visible;
}
.mark-suitable-for-release-confirmation-box .primary-content {
  padding: 1rem 0 1rem 8em;
}
.mark-suitable-for-release-confirmation-box .primary-content:before {
  content: '\ea38';
  font-family: icomoon-matrix;
  font-size: 7rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  width: 1.9em;
  height: 1em;
  text-align: center;
  left: -1rem;
  color: #c45900;
  visibility: visible;
}
.suitable-for-release-overlay:before {
  display: block;
  font-size: 1.2rem;
}
.document-icon-element {
  display: inline-block;
}
.document-icon-element .filetype-icon .lock-icon {
  color: red;
  position: absolute;
  top: unset;
  left: -0.5em;
  bottom: -0.5em;
}
.document-icon-element .filetype-icon .lock-icon:before {
  line-height: 1em / 1.4em !important;
  padding: 0 !important;
  font-size: 1em;
}
.document-icon-element .filetype-icon .warning-icon {
  color: darkgoldenrod;
  position: absolute;
  right: -0.5em;
  top: -0.5em;
}
.document-icon-element .filetype-icon .warning-icon:before {
  line-height: 1em / 1.4em !important;
  padding: 0 !important;
  font-size: 1em;
}
.matrix-file-stores-icon .lock-icon {
  color: red;
  position: absolute;
  top: unset;
  bottom: -0.4em;
  left: -0.2em;
}
.matrix-file-stores-icon .lock-icon::before {
  line-height: 1em / 1.4em !important;
  padding: 0 !important;
  font-size: 1em;
}


/*# sourceMappingURL=documentsLess.6c64369e075ea6026ecf.css.map*/