body { /* Add top padding for full-width layout */
	padding-top: 60px;
}
img.mimeicon {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}

.list-action a {
	text-decoration: none;
	color: #333;
	padding: 2px;
	cursor: pointer;
	font-size: 110%;
}

#admin-tools i {
	font-size: 300%;
	line-height: 110%;
	min-height: 100px;
}

#admin-tools a {
	margin-bottom: 10px;
}

ul.actions li a:hover > i {
	text-decoration: none;
}
ul.actions li a > i {
	color: #000;
	margin-right: 5px;
}
ul.actions li a.btn > i {
	font-size: 200%;
}

ul.tree, ul.tree ul {
	margin-left: 20px;
}

ul.jqtree-tree li.jqtree-selected > .jqtree-element,
ul.jqtree-tree li.jqtree-selected > .jqtree-element:hover {
    background-color: #fff;
    background: none;
    text-shadow: none;
		font-weight: bold;
}

.wordbreak {
	word-break: break-word;
}

.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-file input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	font-size: 999px;
	text-align: right;
	filter: alpha(opacity=0);
	opacity: 0;
	background: red;
	cursor: inherit;
	display: block;
}
input[readonly] {
	background-color: white !important;
	cursor: text !important;
}

div.mandatories {
	font-size: 90%;
	font-style: italic;
	color: #888;
}
div.mandatories span {
	font-weight: bold;
}

div.statusbar {
	font-size: 80%;
}
div.statusbar div.filename {
	display: inline-block;
}
div.statusbar div.filesize {
	display: inline-block;
	float: right;
}
div.statusbar div.progress {
	margin-bottom: 10px;
}
div.statusbar a.btn {
	margin-bottom: 10px;
}

#database .chosen-container,
#fulltext .chosen-container {
	width: 95% !important;
}

.chosen-container-multi .chosen-choices {
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	padding: 2px 6px;
	height: 20px;
}

div.help h1 {
	font-size: 24px;
}

div.help h2 {
	font-size: 18px;
}

div.help h3 {
	font-size: 16px;
}

#dropfolderChooser {
	width: 60%;
	left: 20%;
	margin-left: auto;
	margin-right: auto;
}

#timeline {
	font-size: 12px;
	line-height: 14px;
}
div.timeline-event-content {
	margin: 3px 5px;
}
div.timeline-frame {
	border-radius: 4px;
	border-color: #e3e3e3;
}

div.status_change_2 {
	background-color: #DAF6D5;
	border-color: #AAF897;
}

div.status_change_-1 {
	background-color: #F6D5D5;
	border-color: #F89797;
}

div.timeline-event-selected {
	background-color: #fff785;
	border-color: #ffc200;
	z-index: 999;
}

div.splash {
	display: none;
}

@media (max-width: 480px) { 
    .nav-tabs > li {
        float:none;
    }
    .nav-tabs > li > a {
        margin-right: 0;
    }

    .nav-tabs {
        border-bottom: 0;
    }

    .nav-tabs > li > a {
        border: 1px solid #ddd;
        -webkit-border-radius: 0;
            -moz-border-radius: 0;
                border-radius: 0;
    }

    .nav-tabs > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
    }

    .nav-tabs > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
    }

    .nav-tabs > li > a:hover {
  z-index: 2;
  border-color: #ddd;
    }
}


.row-fluid textarea {
	width: 100% !important;
}

/* auresystate color-coding */

.auresystate--1 {
	color: #a65a29 ;
	background-color: #fae2dc;
}

.auresystate-0 {
	color: #b19918 ;
	background-color: #fcf8e3;
}

.auresystate-1 {
  color: #468847 ;
  background-color: #dff0d8;
}

.auresystate-2  {
	color: #3a87ad ;
	background-color: #d9edf7;
}

.auresystate--1 a {
	color: #a55b29 !important;
}

.auresystate-0 a {
	color: #b19918 !important;
}

.auresystate-1 a {
	color: #468847 !important;
}

.auresystate-2 a {
	color: #3a87ad !important;
}



.btn.auresystate-0.active,
.btn.auresystate-1.active,
.btn.auresystate-2.active {
	color: rgba(255, 255, 255, 0.75);
}

.btn.auresystate--1 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.auresystate--1:hover,
.btn.auresystate--1:focus,
.btn.auresystate--1:active,
.btn.auresystate--1.active,
.btn.auresystate--1.disabled,
.btn.auresystate--1[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn.auresystate--1:active,
.btn.auresystate--1.active {
  background-color: #c67605 \9;
}


.btn.auresystate-0 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.auresystate-0:hover,
.btn.auresystate-0:focus,
.btn.auresystate-0:active,
.btn.auresystate-0.active,
.btn.auresystate-0.disabled,
.btn.auresystate-0[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn.auresystate-0:active,
.btn.auresystate-0.active {
  background-color: #c67605 \9;
}

.btn.auresystate-1 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.auresystate-1:hover,
.btn.auresystate-1:focus,
.btn.auresystate-1:active,
.btn.auresystate-1.active,
.btn.auresystate-1.disabled,
.btn.auresystate-1[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn.auresystate-1:active,
.btn.auresystate-1.active {
  background-color: #408140 \9;
}

.btn.auresystate-2 {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn.auresystate-2:hover,
.btn.auresystate-2:focus,
.btn.auresystate-2:active,
.btn.auresystate-2.active,
.btn.auresystate-2.disabled,
.btn.auresystate-2[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn.auresystate-2:active,
.btn.auresystate-2.active {
  background-color: #24748c \9;
}


/* Exporting */

.exporting-column {
	width: 75px;
}

.export-filter input, .export-format input {
	float: left;
}

.export-filter label, .export-format label {
	margin-left: 20px;
}

.export-filter {
	float: left;
	margin-right: 35px;
}

#exporting-help {
	clear: left;
}

.exporting-tablebody a {
	color: #666;
}

.exporting-state-column {
	width: 120px;
}

.exporting-download-column {
	width: 20px;
}

.exporting-folder a {
	color: #000;
}

td.no-download-state, td.no-download-category, td.no-download-language {
    background-color: #fff !important;
}

tr.exporting-document:hover td {
    background-color: #eee !important;
}

img.mimeicon-export {
	width: 18px;
}

/* Featherlight/ Lightbox */

.lightbox { 
	display: none;
}

.featherlight-iframe .featherlight-content {
	min-width: 90%;
	height: 90%;
} 

.featherlight {
	z-index: 9999999 !important;
}

/**
 * Featherlight Loader
 *
 * Copyright 2015, WP Site Care http://www.wpsitecare.com
 * MIT Licensed.
 */
@-webkit-keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes featherlightLoader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.featherlight-loading .featherlight-content {
  -webkit-animation: featherlightLoader 0.5s infinite linear;
          animation: featherlightLoader 0.5s infinite linear;
  background: transparent;
  border: 8px solid #8f8f8f;
  border-left-color: #fff;
  border-radius: 80px;
  width: 80px;
  height: 80px;
  min-width: 0;
}

.featherlight-loading .featherlight-content > * {
  display: none !important;
}

.featherlight-loading .featherlight-close,
.featherlight-loading .featherlight-inner {
  display: none;
}
/**
 * End Featherlight Loader
**/

.featherlight-content .featherlight-close-icon {
	font-size: 2em;
	font-weight: bold;
	right: 16px !important;
	top: 2px !important;
}

#form-comment {
	margin-bottom: 0;
	clear: both;
}

.resizable-textarea {
	border: 1px solid #ccc;
	background-color: #fff;
	font-family: inherit;
	font-size: inherit;
	padding: 1px 6px;
	display: block;
	overflow: hidden;
	resize: both;
	min-height: 20px;
	line-height: 20px;
}

.resizable-textarea.disabled {
	background-color: #eaeaea;
}

#form-comment .resizable-textarea {
	min-height: 40px;
}

span.plaintext-input {
	-webkit-user-modify: read-write-plaintext-only;
}

#form2 h5 {
	margin-bottom: 5px;
}

#comment-span[contenteditable]:empty::before {
	content: "Hinweis zur Bearbeitung";
	color: gray;
}

.btn-float-right {
	float: right;
}

.editing-disallowed-message-blocked, .editing-disallowed-message-final, .editorial-warning {
    margin-left: 0 !important;
}

.editorial-warning ul {
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	color: #333333;
	word-break: normal;
	word-wrap: normal;
}


.fixed-header-placeholder ul.breadcrumb, .fixed-header ul.breadcrumb {
	margin-bottom: 0;
	float: left;
}

.fixed-header-placeholder {
	display: inline-block;
	visibility: hidden;
}

.fixed-header {
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px);
	width: calc(100% - 70px);
	margin-bottom: 0;
	display: inline-block;
}

.container-fluid-fixed {
	display: block;
	width: 100%;
	background-color: #fff;
	padding-bottom: 0;
	position: fixed;
	z-index: 10;
	top: 0;
}

.container-fluid-margined {
	padding-top: 20px;
}

.edit-document-prev-next a {
	padding: 8px 0 8px 15px !important;
}

@media (max-width: 767px) {
	.edit-document-content {
		margin-bottom: 15px;
		clear: right;
	}
	.edit-document-prev-next a span::after {
		content:"" !important;
	}
	.edit-document-prev-next {
		margin-right: 20px;
	}

	.container-fluid-margined {
		padding-top: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
	}
}

.edit-document-prev-next {
	float: right;
	
}


@media (min-width: 768px) and (max-width: 979px) {
	.row-fluid .span9  {
		width: 100%;
	}
}

.changes-settings {
	padding-left: 2px;
	display: inline-block;
}

.diff-type {
	float: left;
	margin: auto;
	min-width: 125px;
	display: inline-grid;
}

.changes-settings label {
	float: left;
	margin-right: 10px;
	margin: auto, 10px, auto, 0;
}

.changes-settings label.changes-since {
	margin-right: 26px;
	display: inline-grid;
}


.changes-settings label input {
	margin: 0;
}

#select-compare-version {
	width: unset;
}

#display span.ins {
	color: #40a14e;
	border-color: #40a14e;
	border: solid;
	border-width: thin;
	background-color: #c2ffdf
}

#display span.del {
	text-decoration: line-through;
	color: #a1415c;
	border-color: #a1415c;
	border: solid;
	border-width: thin;
	background-color: #ffc2cc
}

#ajax_preview .preview {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	background-color: #f5f5f5;
	padding: 9.5px;
}

#preview_plain pre, #track_changes pre  {
	word-break: normal;
	word-wrap: normal;
}

.tab-content * h1 {
	font-size: 20;
}

.tab-content * h3 {
	font-size: 16px;
	color: #0336C0;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 15px;
}

.markItUpEditor {
	font-size: 1.2em;
}


.trumbowyg-container {
	display: flex;
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
	display: none;
}

.trumbowyg-box, .trumbowyg-editor {
	margin-top: 0 !important;
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	min-height: inherit !important;
}

.trumbowyg-button-pane {
	min-height: auto ! !important;
	z-index: 0 !important;
}

.trumbowyg-disabled .trumbowyg-editor {
    cursor: not-allowed;
    background-color: #eeeeee;
}

.trumbowyg-editor h1 {
	line-height: 1em;
	font-size: 1.8em;
}
.trumbowyg-editor h2 {
	font-size: 1.4em;
	line-height: 1em;
}
.trumbowyg-editor p {
    margin-bottom: 5px;
}

.view-online {
	max-width: 500px;
}

#locking-group {
	margin-bottom: 5px;
}

/* progress-bar auresy-states */

td.folder-info-value {
	width: 100%;
}

td.folder-info-key {
	min-width: 130px;
}

.stacked-progress-graph {
  width: 100%;
  max-width: 500px;
  height: 24px;
}

#folder-listing .stacked-progress-graph {
	min-width: 70px;
	height: 21px;
}


.stacked-progress-graph span {
    display: inline-block;
    height:100%;
    box-sizing: border-box;
}

.stacked-progress-graph .first {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.stacked-progress-graph .last {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}


.stacked-progress-graph  .auresystate--1 {
	color: #a65a29 ;
	background-color: #e9aa9a;
}

.stacked-progress-graph .auresystate-0 {
	color: #8a6d3b ;
	background-color: #f5e8a7;
}

.stacked-progress-graph .auresystate-1 {
  color: #468847 ;
  background-color: #a1d88b;
}

.stacked-progress-graph .auresystate-2  {
	color: #3a87ad ;
	background-color: #6eb9de;
}


/* folder list row */

.document-list-row-details {
	font-size: 85%; 
	font-style: italic; 
	color: #666;
}

.table-row-folder img {
	min-width: 10px;
}

@media (max-width: 580px) { 
	.row-details-category, .row-details-creation, .row-details-creation-meta, .row-details-version  {
		display: none;
	}
	.list-action {
		display: none;
	}
}



/* noty notification overwrites */
#noty_center_layout_container {
	width: 335px !important;
}
#noty_center_layout_container li{
	width: 100% !important;
}


/* webdav nextcloud file linking */

#webdav-listing {
	clear: both;
	margin: 0;
}

#webdav-listing .edit-properties-save-btn {
	clear: both;
	margin-top: 10px;
}

.jqtree-webdav {
	width: 330px;
	float: left;
}

.webdav-preview {
	max-width: 256px;
	float: right;
}

.linked-webdav-files {
	width: 100%;
}

.linked-webdav-files a {
	color: #333;
}

 a.delete-linked-webdav {
	text-decoration: none;
	float: right
 }


.linked-webdav-files a {
	margin: 0;
	overflow-wrap: break-word;
}


.linked-webdav-files img {
	width: 76px;
	max-height: 76px;
	object-fit: contain;
}

.linked-webdav div {
	padding: 12px;
}
.linked-webdav {
	float:left;
	width: 98px;
	min-height: 122px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #ecf0f1;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.webdav-preview img {
	margin-bottom: 10px;
	width: 250px;
	height: 250px;
	object-fit: contain;
	background-color: #fff;
}

.protocol {
	padding: 19px;
	margin-bottom: 20px;
	background-color: #cfcfcf;
	border: 1px solid #c0c0c0c;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	font-family: monospace;
	font-size: 0.8em;
}

.protocol a {
	font-size: 1.2em
}

.protocol p.info {
	color: #8a6d3b;
}
.protocol p.success {
	color: #468847;
}
.protocol p.error {
	color: #a1415c;
}