

html, body {
	font-family:'latoregular', Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #7b7b7b;
	background-color: #f9f9f9;
	margin:0;
	padding:0;
}
*:focus { outline: none; }
b, strong {
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
i, em {
	font-family: 'latoitalic', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
h1 { font-size:12pt; }
h2 { font-size:11.5pt; }
h3 { font-size:11pt; }
h4, h5, h6 { font-size:10pt; }
h1, h2, h3, h4, h5, h6 {
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	display:inline;
}
.bold {
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.option_main {
	font-family: 'latobold_italic', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

select {
	padding: 0.4rem;
	height: inherit;
}

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	 border: 0;
	 color: rgba(0,0,0,0.75);
}


/* PreLoader */
div#preLoader {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	z-index: 999999;
	position: fixed;
}
span.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	border: 3px solid;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
}
span.loader::after,
span.loader::before {
	content: '';
	box-sizing: border-box;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 3px solid;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	box-sizing: border-box;
	animation: rotationBack 0.5s linear infinite;
	transform-origin: center center;
}
span.loader::before {
	width: 32px;
	height: 32px;
	animation: rotation 1.5s linear infinite;
}

span.loader.loader-size-20 {
	width: 18px;
	height: 18px;
}
span.loader.loader-size-20::after,
span.loader.loader-size-20::before {
	width: 14px;
	height: 14px;
}
@keyframes rotation {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}
@keyframes rotationBack {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}
/* PreLoader End */

#overlay_container {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1005;
}

.file_overlay_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(img/overlay_white.png);
	overflow: hidden;
}
.tooltip {
	--bs-tooltip-zindex: 1080;
	--bs-tooltip-max-width: 200px;
	--bs-tooltip-padding-x: 0.5rem;
	--bs-tooltip-padding-y: 0.25rem;
	--bs-tooltip-margin: 0;
	--bs-tooltip-font-size: 0.875rem;
	--bs-tooltip-color: #ffffff;
	--bs-tooltip-bg: #0b6270;
	--bs-tooltip-border-radius: none;
	--bs-tooltip-opacity: 0.9;
	--bs-tooltip-arrow-width: 0.8rem;
	--bs-tooltip-arrow-height: 0.4rem;
	z-index: var(--bs-tooltip-zindex);
	display: block;
	padding: var(--bs-tooltip-arrow-height);
	margin: var(--bs-tooltip-margin);
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	white-space: normal;
	word-spacing: normal;
	line-break: auto;
	font-size: var(--bs-tooltip-font-size);
	word-wrap: break-word;
	opacity: 0;
}
#pagewidth {
	width: 100%;
}
#pagewidth2 {
	min-width: 980px;
}
#tm-header {
	position: relative;
	height: 36px;
	width: 100%;
}
#header {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-position:100%;
	background-image: url('/style/img/header.jpg');
	background-size: cover;
	background-color:#fff;
	height: 150px;
	border-bottom: 1px solid #dde5e9;
}
#header_mantis {
	position: absolute;
	left: 25px;
	right:inherit;
	width:170px;
	height: 170px;
	z-index: 1;
	display:block;
}
#header_mantis img {
	display: block;
	margin: 0 auto;
}
#logo {
	/*display: block;*/
	/*position: relative;*/
	/*width: 100%;*/
	/*height: 100%;*/
	/*vertical-align: middle;*/
	/*text-align: right;*/
}
#logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
#navigation {
	position: relative;
    height: 65px;
	background: none;
	margin: 0 0 0 215px;
	max-width: 100%;
	top: -35px;
}
div#navigation li {
	display: inline;
	list-style-type: none;
	margin:0;
}
div#navigation ul {
	margin: 0;
	padding: 0;
}
div#navigation #langSwitch a,
div#navigation #mainMenu a,
div#navigation #logout a,
div#navigation #info a {
	display: inline-block;
	font-weight: normal;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 35px;
}
#navigation a {
	text-transform: uppercase;
	font-weight: normal;
}
/*.navContentTitle {*/
/*	margin-left: 10px;*/
/*}*/
#langSwitch, #mainMenu {
	display: inline-block;
	vertical-align: middle;
}
#inputSearch input[type="submit"] {
	border: none;
	cursor: pointer;
	text-transform: uppercase;
}
div#navigation #langSwitch a {
	height: 35px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: middle;
}
div#navigation #langSwitch a img {
    height: auto;
    vertical-align: middle;
	padding-top: unset;
}
div#logout {
	text-align: right;
    width: auto;
    height: 30px;
    line-height: 30px;
    float: right;
}
div#navigation #logout a {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
div#navigation #logout a img {
    width: 60px;
    height: auto;
    padding-top: 6px;
    vertical-align: middle;
}
#navigation {
	border-bottom: 1px solid #ccc;
}
div#navigation .logout {
	padding: 0;
	margin: 0;
}
#logout .closeBtn {
	display: none;
}
.closeBtn {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.closeBtn:before {
  content: "\f057";
}

div#info {
	font-weight: normal;
    text-align: right;
    height: 30px;
    line-height: 30px;
    float: right;
    padding: 0 15px 0 0;
    vertical-align: middle;
}

#tm-stones {
	position:relative;
	height:30px;
	width:700px;
	float:left
}
#tm-logo {
	position:relative;
	height:29px;
	width:102px;
	float:right;
	margin-right: 10px;
}

#maincol {
	display: block;
	position: relative;
	width: auto;
	margin: 0;
	/*padding: 10px;*/
	/*background-color: #FFFFFF;*/
}

#maincol, #navigation {
	display: block;
	position: relative;
	max-width: 1240px;
	margin: 0 auto;
}
#startpanel {
	display: block;
	position: relative;
    width: auto;
    margin: 0;
	padding: 5px;
	border: 1px solid #dde5e9;
	background-color: #FFFFFF;
}
#startpanel2 {
	display: block;
	position: relative;
    width: auto;
    margin: 0;
	padding: 5px;
	border: 1px solid #dde5e9;
	background-color: #FFFFFF;
}

.site-module-ordnerinfos #startpanel2 {
	display: grid;
	margin-bottom: 20px;
}
.dbinfos-sended-links-list {
	margin-left: 10px;
	margin-right: 10px;
}

#starttext {
	position: relative;
	float:right;
	width: 320px;
	padding:5px;
	border-style: solid;
	border-width:1px;
	margin-top:5px;
}
#startbuttons {
	position: relative;
	float:left;
	width: 280px;
	padding:5px;
	margin: 0;
}
div#startbuttons a {
	margin: 4px;
	padding: 0;
}
#footer {
	clear:both;
	padding: 10px;
	text-transform: uppercase;
}
.footerlink a:link, .footerlink a:visited, .footerlink a:hover {
	color: #989898;
	text-align: left;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footerlink > span {
	text-align: left;
	font-family: inherit;
	font-size: 10px;
	color: inherit;
}
a:link, a:visited, a:active {
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}

.tab a:not(.btn) {
	color: #fff;
}
.tab a:not(.btn):hover {
	color: rgb(50,151,201);
}

img {border: none;}

hr.trenner {
	height:1px;
	border-top:none;
}
.center {
	text-align:center;
}
.no-space {
	margin:0;
	padding:0;
	line-height:0;
}
.no-space img{
	margin:0;
	padding:0;
}
.pfeile {
	height:10px;
	width:22px;
	margin:0;
	padding:0;
}
form.dummy {
	margin:0;
	padding:0;
	display:inline;
}
.thumbItem {
	list-style: none;
	position: relative;
	float: left;
	width: 19.9%;
	/*overflow: hidden;*/
}
.thumbItem.type-image:not(.type-pdf) > div > a > img {
	width: 100%;
	height: 115px;
	object-fit: cover;
}
.thumbItem.type-image > div > span {
	position: absolute;
	top: 34%;
	right: 10px;
}
.thumbItem.type-image > div > a {
	overflow: hidden;
    width: 100%;
    background-color: black;
}
.thumbItem > div > a {
    display: flex;
    min-height: 9.5em;
	max-height: 9.5em;
    justify-content: center;
}
.thumbItem.type-image > div > a > img {
	width: 100%;
    height: auto;
    margin: auto;
    display: block;
}
.thumbItem.type-image > div > span > img {
	width: 25px;
}
.thumbnails_item {
	display: block;
	position: relative;
	width: auto;
	margin: 10px;
	padding: 10px;
	text-align: center;
	/*overflow: hidden;*/
	border: 1px solid #DDE5E9;
	font-size: 12px;
}
/*.thumbnails_item:hover {*/
/*	transform: matrix(1, 0, 0, 1, 0, -7);*/
/*	position: relative;*/
/*}*/
.thumbnails_item:hover:after {
	z-index: 0;
	position: absolute;
	content: "";
	bottom: -1px;
	left: 0;
	width: 100%;
	top: 100%;
	-webkit-box-shadow: 0 2px 3px #777;
	-moz-box-shadow: 0 2px 3px #777;
	box-shadow: 0 2px 3px #777;
}
.tm-favoriten i, .tm-ordner-actions-dropdown i {
	text-shadow:
			2px 0 3px white, -2px 0 3px white, 0 -2px 3px white, 0 2px 3px white,
			2px 0 3px white, -2px 0 3px white, 0 -2px 3px white, 0 2px 3px white,
			2px 0 3px white, -2px 0 3px white, 0 -2px 3px white, 0 2px 3px white
}
.thumbnails_item img {
	/*max-height: 80px;*/
}
.thumbnails_item hr {
	margin: 5px 0 0 0;
}

.icon {
	line-height:128px;
	width:128px;
	margin:0 auto;
}

.icon img{
	display:inline-block;
	vertical-align:middle;
}

.tab {
	padding: 5px 0;
}
.tab li {
	list-style: none;
}

tr.head {
	height: 30px;
}

tr.head td {
	vertical-align: middle;
}

.usersList {
	border: none;
	border-collapse: collapse;
}

.shadedTr {
	padding:10px 0;
}

.shadedTr td:nth-child(2),
.usersList .head td:nth-child(2) {
	padding-left: 10px;
}
.buttonWh {
	border: none;
	padding: 8px 20px;
	text-transform:uppercase;
}
input[type="text"], input[type="password"] {
	padding: 5px;
}
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
	border: 1px solid #a2a2a2;
}
/* Stört in der Listenansicht wenn man als Admin angemeldet ist */
/*.file-list {*/
	/*display: flex;*/
	/*flex-wrap: wrap;*/
/*}*/
.pagination {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-color: white;
	width: 100%;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}

.pagination .pborder,
.pagination .pborder-active {
	padding:0;
	margin-right:5px;
}
.pagination .pborder {
	border: 1px solid #c7c7c7;
}
/*.pagination .pborder-active {*/
/*	border: 1px solid red;*/
/*}*/
.pagination .pcolor,
.pagination .pcolor-active {
	padding:0 5px;
	vertical-align: text-top;
}
/*.pagination .pcolor-active {*/
/*	color:red;*/
/*}*/

.pagination a {
	padding: 5px 10px;
}
.toolBox {
	display: none;
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
	padding: 10px 1% 3px;
	background: #d6d6d6;
	border-bottom: 1px solid #ddd;
	background: rgba(247,247,247,0.9);
}
.applett, applett {
	border: none;
	margin: 30px auto;
}
.nyroModalBg {
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	z-index: 99;
}
.nmReposition {
	position: absolute;
}
.nyroModalCloseButton {
	top: 2px;
	right: 2px;
	width: 38px;
	text-indent: -9999em;
	z-index: 999;
}
.nyroModalCloseButton img {
	display: block;
	/*width: 18px;*/
	height: 32px;
	margin-left: -15px;
	padding: 3px 10px;
	-webkit-transition: ease-out .2s;
	transition: ease-out .2s;
}
.nyroModalCloseButton:hover img {
    cursor: pointer;
}
.nyroModalTitle {
	top: -26px;
	left: 0;
	margin: 0;
}
.nyroModalCont {
	position: absolute;
	/*top: 5% !important;*/
	/*height: 90% !important;*/
	border-radius: 2px;
	border: 1px solid #ccc;
	background: #fff;
	margin: 0 25px;
	background-repeat-y: no-repeat;
	background-size: contain;
	z-index: 100;
}
.nyroModalCont iframe {
	width: 600px;
	height: 400px;
}
.nyroModalError {
	width: 250px;
	height: 250px;
}
.nyroModalError div {
	min-width: 0;
	min-height: 0;
	padding: 10px;
}
.nyroModalLink, .nyroModalDom, .nyroModalForm, .nyroModalFormFile {
	position: relative;
	padding: 10px;
	min-height: 250px;
	min-width: 200px;
	max-width: 1000px;
}

.nyroModalImage, .nyroModalSwf, .nyroModalIframe, .nyroModalIframeForm {
	position: relative;
	overflow: hidden;
}
.nyroModalImage img {
	vertical-align: top;
}
.nyroModalHidden {
	left: -9999em;
	top: -9999em;
}
.nyroModalLoad {
	position: absolute;
	width: 100px;
	height: 100px;
	padding: 0;
}
.nyroModalPrev, .nyroModalNext {
	outline: none;
	position: absolute;
	top: 0;
	height: 60%;
	width: 150px;
	min-height: 50px;
	max-height: 300px;
	cursor: pointer;
	text-indent: -9999em;
	background: transparent url('data:image/gif;base64,AAAA') left 20% no-repeat;
}
.nyroModalImage .nyroModalPrev, .nyroModalImage .nyroModalNext {
	height: 100%;
	width: 40%;
	max-height: none;
}
.nyroModalPrev {
	left: 0;
}
.nyroModalPrev:hover {
	background-image: url("img/prev.gif");
}
.nyroModalNext {
	right: 0;
	background-position: right 20%;
}
.nyroModalNext:hover {
	background-position: right 20%;
	background-image: url("img/next.gif");
}

/* -------------   */

/* ----------------------- */
/* --- Plugin Plupload --- */
/* ----------------------- */
.plupload_filelist {
	background: rgba(255, 255, 255, 1);
	overflow-y: auto;
	color: #42454A;
}

/**
* jQuery lightBox plugin
* This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
* and adapted to me for use like a plugin from jQuery.
* @name jquery-lightbox-0.5.css
* @author Leandro Vieira Pinho - http://leandrovieira.com
* @version 0.5
* @date April 11, 2008
* @category jQuery plugin
* @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
* @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
* @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	min-height: 200px;
	min-width: 200px;
	width: 200px;
	height: 200px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-container-image img {
	position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	/*display: none !important;*/
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
	min-height: 200px;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	margin: 0 auto;
	line-height: 1.9em;
	overflow: auto;
	min-width: 180px;
	width: 180px;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 0 0 10px;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 50%;
	float: left;
	text-align: left;
}
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose, #downloadImage {
	display: inline-block;
	float: right;
	padding: 0 8px;
}
#lightbox-secNav-btnClose:after, #downloadImage:after {
	font-family: FontAwesome, sans-serif;
	font-size: 3em;
}
#lightbox-secNav-btnClose:after {
	content: "\f00d";
}
#downloadImage:after{
	content: "\f019";
}

#lightbox-secNav-btnClose,
#downloadImage,
#downloadVideo,
#closePlayer{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
#downloadImage:hover {
	cursor: pointer;
	opacity: 0.8;
}

/**
* Fehlermeldungs Popup für Fehlermeldungen die beim Upload mit dem
* Standard-uploader (pluploader) genutzt werden
*/
.error-popup {
	position: absolute;
	padding: 6px;
	width: 400px;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	z-index: 10000;
	cursor: pointer;
}

.error-popup h3 {
	text-align: center;
}

.plupload_file_name {
	text-align: left;
}

table.file-list {
	min-width: 600px;
}

.column-filetype {
	width: 26px;
	max-height: 26px;
	overflow: hidden;
}
.column-filename {
	width: auto;
	min-width: 40px;
	max-width: calc(100% - 30px);
	white-space:nowrap;
}
.column-filedate {
	min-width: 10em;
	padding: 0 7px;
}
.column-uploadername {
	width: inherit;
	min-width: 10em;
	text-align: right;
	padding: 0 7px;
}
.column-filesize {
	min-width: 6.2em;
	padding: 0 7px;
	text-align: right;
	overflow: hidden;
	white-space: nowrap;
}
.column-actions {
	min-width: 350px;
	width: 350px;
	text-align: right;
	padding: 7px 0;
}
.column-actions a {
	text-align: right;
	display: inline-block;
	width: 26px;
	height: 26px;
	margin: 0 2px 0 0;
	vertical-align: middle;
}
.upLevel, .folder, .file {
	padding: 10px 0;
}
/* Styles für Query Profiler */
.profiler-tab {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 5px;
	overflow: scroll;
	z-index: 10000;
	display: none;
	max-width: 80%;
	max-height: 80%;
}

.profiler-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 5px;
	z-index: 10005;
}

.query-profiler table {
	vertical-align: top;
}
select[name="import_grp_id"] {
	display: none;
}
/* for TREE */
#content_tree ul {
	display: block;
	list-style: none;
	margin: 3px 0;
    padding: 0;
}
#content_tree li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	line-height: 18px;
}
.content_tree {
	position:absolute;
	width:1000px;
	height:500px;
	margin:-250px 0 0 -500px;
	top:50%;
	left:50%;
}
.content_tree_list_right {
	padding: 30px 30px 15px;
}
.content_tree_dir {
	background:url("/style/img/content_tree/dir.gif") no-repeat;
	background-position-y: center;
	width:20px;
}
.content_tree_file {
	background:url("/style/img/content_tree/file.gif") no-repeat;
	width:20px;
}
.content_tree_plus {
	background:url("/style/img/content_tree/plus.gif") no-repeat 0 5px;
	width:10px;
	cursor:pointer;
}
.content_tree_minus {
	background:url("/style/img/content_tree/minus.gif") no-repeat 0 5px;
	width:10px;
	cursor:pointer;
}
.content_tree_plusminus {
	width:10px;
}
.content_tree_dir_name {
	cursor:pointer;
}
.content_tree_dir_list th {
	padding-right:10px;
	text-align:left;
}
.content_tree_dir_list li {
	padding-right:10px;
	cursor:pointer;
}
.content_tree_dir_list li a {
	text-decoration:none;
}
#closeMove {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 50px;
	z-index: 1;
}
#closeMove img {
	width: 24px;
	padding: 3px 13px;
	-webkit-transition: ease-out .2s;
	transition: ease-out .2s;
}
#closeMove img:hover {
	cursor: pointer;
}
.moveMessage {
	display: none;
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    width: 50%;
	max-width: 450px;
	min-width: 300px;
    margin: 0 auto;
    height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s 0s;
    transition: opacity .2s, visibility .2s 0s;
    z-index: 1010;
}
.moveMsg .moveMessage {
    display: block;
    opacity: 1;
    visibility: visible;
}
.moveMessage .content_tree_list_right b {
	padding-right: 10px;
}
.moveMsg #moveOverlay {
    display: block;
    opacity: 1;
    visibility: visible;
}
.moveButtons {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.moveButtons .moveBtn,
.moveButtons .closedBtn {
	display: inline-block;
}
.moveButtons .moveBtn:hover,
.moveButtons .closedBtn:hover {
	cursor: pointer;
}
.moveBtn {
	display: block;
	margin: 0 auto;
}
.closeMsg {
	position: absolute;
	top: 2px;
	right: 2px;
	/*width: 40px;*/
	z-index: 1;
}
.closeMsg img {
	width: 20px;
	/*padding: 3px 10px;*/
	-webkit-transition: ease-out .2s;
	transition: ease-out .2s;
}
.closeMsg img:hover {
	cursor: pointer;
}
.submit-btn {
	/*display: inline-block;*/
	/*width: 90px;*/
	/*height: 85px;*/
	/*border: transparent 1px solid;*/
	/*padding: 10px;*/
	/*background: transparent url('/style/img/submit.png') no-repeat center 10px;*/
	/*line-height: 114px;*/
	/*vertical-align: bottom;*/
	/*margin: 0;*/
	/*cursor: pointer;*/
	display: inline-block;
	width: 40px;
	height: 100%;
	border: transparent 1px solid;
	padding: 10px;
	background: transparent url(/style/img/submit.png) no-repeat center center;
	background-size: contain;
	margin-right: 8px;
}
.submit-btn:active {
  position: relative;
}
.permissions {
  width: 100%;
}
.permissions td {
  vertical-align: top;
  padding-right: 10px;
}

/* USER PROFILE TABLE */
.profileTable {
	padding: inherit;
}
.profileTable > ul {
	padding: 5px 0 5px 20px;
}
.profileTable > ul > li > input[type="checkbox"] {
	margin: 0 3px 0 3px;
}
.profileTable div.editTable {
    position: relative;
    float: left;
    width: 48%;
    overflow: hidden;
	padding: 0 0 0 2%;
}
.profileTable ul {
	display: block;
	position: relative;
	padding: 0;
}
.profileTable ul li {
	list-style: none;
    position: relative;
    float: left;
    width: 25%;
    width: -webkit-calc(100% / 4);
    width: calc(100% / 4);
    overflow: hidden;
}
.profileTable div.editTable ul li {
    width: 60%;
}
.profileTable div.editTable ul li:first-child {
    width: 40%;
	line-height: 26px;
}
.profileTable div.editTable.inperson ul li {
	line-height: unset;
}
.profileTable select {
	width: 145px;
}
.profileTable>ul {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.profileTable ul.head {
	padding: 15px 20px;
}
.profileTable input[type=checkbox] {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	   
}
.profileTable .subgroupUsers li,
.profileTable .subgroupUsers li:first-child {
	width: 100% !important;
}
.profileTable li.saveButton {
	position: absolute;
	max-width: 110px;
	bottom: 0;
	right: 20px;
	vertical-align: bottom;
	z-index: 1;
}
.pollsEditor li label {
	display: block;
}

/* GROUP TABLE */
.groupTable,
.newSubgroup,
.subgroupTable {
	padding: 5px 5px 0 10px;
}
.subgroupTable img {
	width: 25px;
	padding: 0 5px;
}
.groupTable ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.groupTable ul li {
	list-style: none;
    position: relative;
    float: left;
    width: 80%;
}
.groupTable ul li:first-child {
    width: 20%;
}
.groupTable ul li.addUserBtn {
    width: auto;
}
.groupTable .permissions ul {
	padding: 0;
}
.groupTable .permissions ul li {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
}
.groupTable ul.poolCurrent>li:not(:first-child) {
    width: 40%;
    max-width: 350px;
}
.groupTable ul.poolCurrent li input[type=submit] {
    display: inline-block;
}
.newSubgroup ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.newSubgroup ul li {
	list-style: none;
    position: relative;
    float: left;
    width: 80%;
    overflow: hidden;
}
.groupList .infoUserRow {
	display: inline-block;
}
.groupList .hideButton {
	padding: 0 15px;
}

/* POOL TABLE */
.poolNav .profileTable ul li {
	display: inline-block;
    width: auto;
    vertical-align: middle;
    float: none;
}
.poolCurrent li select {
	min-width: 200px;
    margin-bottom: 10px;
}
.groupTable ul.poolUserInfo {
    padding: 0;
    line-height: 0;
    letter-spacing: -1px;
}
.groupTable ul.poolUserInfo li {
    display: inline-block;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
    float: none;
    padding: 5px 0;
    vertical-align: middle;
    line-height: normal;
    letter-spacing: normal;
    overflow: hidden;
    zoom: 1;
}
.groupTable ul.poolUserInfo li.poolUserEmail {
	width: 30%;
}
.groupTable ul.poolUserInfo li.poolUserLname,
.groupTable ul.poolUserInfo li.poolUserFname,
.groupTable ul.poolUserInfo li.poolUserCompany {
	width: 20%;
}
.groupTable ul.poolUserInfo li.poolUserAdd {
	width: 10%;
}
.groupTable ul.poolUserInfo:first-child li {
    padding: 0 0 5px;
}
.groupTable ul.poolUserInfo li input[type="submit"] {
	-webkit-appearance: none;
	display: block;
	margin: 0 auto;
	padding: 0 5px 1px;
	border-radius: 3px;
	line-height: 15px;
}
.groupTable ul.poolUserInfo li input[type="submit"]:hover {
	cursor: pointer;
}

/* IMPORT USERS POP-UP */
.darkeningBackground {
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	background-color: rgba(1, 1, 1, 0.8);
}

#import-wrap {
	display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;	
    z-index: 10;
    text-align: center;
    overflow: auto;
}

#import-dialog {
	z-index: 99999999;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    padding: 15px 10px;
    outline: 0;
    overflow:auto;
	border-radius:unset;
	width: 90%;
	background-color: #FFF;
	-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

#import-file {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

#import-file select {
	width: 228px;
	margin-top: 10px;
}

#import-file input[type="submit"] {
	display: block;
	margin: 25px auto; 
}

#import-file p {
	line-height: 30px;
}

#import-users table {
	display: none;
	margin: 20px 15px;
	border-collapse: collapse;
    border: none;
}

#import-users table th, #import-users table td {
	padding: 5px 10px;
	border: 1px solid rgba(0, 0, 0, .2);
}
#import-users p {
	display: none;
}
#import-users input[type="checkbox"] {
	vertical-align: middle;
}
#import-errors {
	padding: 0;
    list-style: none;
	text-align: left;
}

/* IMPORT EMAIL TEXTAREA */
#import-email-msg {
	display: none;
	width: 660px;
	height: 240px;
	padding: 15px;
}

/* --- CONTENT --- */
#navOverlay {
	display: none;
}
#navOverlay, #playerOverlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s, visibility .2s 0s;
    transition: opacity .2s, visibility .2s 0s;
}
.upload-open #navOverlay {
    display: block;
    opacity: 1;
    visibility: visible;
}
#maincol .header {
	display: block;
	position: relative;
    margin: 7px 10px 10px;
}
.header h3 {
    line-height: 28px;
    padding: 0 15px 0 0;
}
.breadcrumbs {
	display: block;
	position: relative;
	padding: 4px 0 0 2px;
	margin: 0;
}
.navContent li {
	display: inline-block;
	padding: 0 15px;
}
.navContent li img {
	border: none;
	vertical-align: middle;
}
.navContent li.sort {
	float: right;
}
#upload_box {
	background-image: none;
}
#slideDown_0,
#slideDown_10111,
#slideDown_10000,
#slideDown_10001 {
	display: none;
	position: absolute;
	padding: 5px 15px 5px 10px;
	z-index: 1;
}
#slideDown_10111 b {
	display: none;
}
#slideDown_0,
#slideDown_10000,
#slideDown_10001 {
	width: 85%;
}
#slideDown_10000,
#slideDown_10001 {
	max-width: 980px;
}
.poolNav #slideDown_0 {
	width: auto;
}
.upLevel,
.folder,
.file {
	display: block;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.file-list .upLevel li.column-filetype {
	margin-left: 15px;
}
.upLevel li {
	display: inline-block;
	position: relative;
	list-style: none;
	vertical-align: middle;
}
.folder li,
.file li {
	display: inline-block;
	position: relative;
	list-style: none;
	vertical-align: middle;
}
.folderName,
.folderInfo,
.folderActions {
	display: inline-block;
	position: relative;
	padding: 0 10px;
	vertical-align: bottom;
}
.folderName {
	width: auto;
	max-width: 95%;
	overflow: hidden;
}
.folderActions {
	text-align: right;
}
.folderInfo ul {
	display: inline-block;
	padding: 0;
	list-style: none;
	margin: 0;
}
.column-actions a img {
    vertical-align: middle;
}
.hideButton {
	display: none;
}
.thumbItem .hideButton {
    display: none;
    position: absolute;
    float: none;
    top: 0;
    right: 0;
    padding: 3px;
    z-index: 1;
}
.infoBtn span,
.infoUserRow span {
    display: block;
    position: relative;
    width: 26px;
    padding: 2px 0;
    border-radius: 2px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 18px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.infoBtn span:before,
.infoUserRow span:before {
    content: "\f129";
    vertical-align: middle;
}
.infoBtn,
.infoUserRow {
    display: inline-block;
	vertical-align: middle;
	margin: 1px 0 1px;
}
.infoBtn span,
.infoUserRow span {
    display: inline-block; 
    -webkit-transition: top .2s;
    transition: top .2s;
}
button.deletePerm {
	position: relative;
	width: auto;
	height: auto;
	border: none;
	border-radius: 0;
	background: transparent;
}
button.deletePerm img {
	width: 23px;
}
.noMobile button.deletePerm:hover {
	cursor: pointer;
	border: none;
	border-radius: 0;
}
.actionsBtn {
    width: 26px;
    padding: 6px 0;
    margin: 1px 0 1px 5px;
    border-radius: 2px;
    vertical-align: middle;
    -webkit-transition: top .2s;
    transition: top .2s;
}

.actionsBtn span {
    display: block;
    width: 14px;
    height: 2px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0;
    bottom: 0;
    -webkit-transition: top .2s .2s, bottom .2s .2s, opacity .2s, -webkit-transform .2s;
    transition: top .2s .2s, bottom .2s .2s, transform .2s, opacity .2s;
}
.actionsBtn span:first-child {
    margin-top: 0;
}
.actions-open .actionsBtn span {
	-webkit-transition: top .2s .2s, bottom .2s .2s, opacity .2s, -webkit-transform .2s;
	transition: top .2s .2s, bottom .2s .2s, transform .2s, opacity .2s;
}
.actions-open .actionsBtn span:nth-child(1) {
    top: 4px;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
}
.actions-open .actionsBtn span:nth-child(2) {
    opacity: 0;
}
.actions-open .actionsBtn span:nth-child(3) {
    top: -4px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
}
.head {
	padding-top:10px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.head, .userRow {
	display: block;
	position: relative;
}
.userRow {
	padding: 9px 0;
}
.head .userName,
.userRow .userName {
	float: left;
	margin: 0 10px;
}
.head .userActions,
.userRow .userActions {
	float: right;
}
.userRow .userActions {
	padding: 7px 0 0 0;
}
.head li,
.userRow li,
.userRowSgrp {
	display: inline-block;
	position: relative;
	list-style: none;
	vertical-align: middle;
}
.head .userName li,
.head .userActions li {
	padding: 2px 5px;
}
.userRow .userName li {
	line-height: 26px;
	padding: 2px 8px;
}
.userRow .userActions li {
	padding: 2px 10px;
}
.userActions img {
	width: 23px;
}
.tabNav li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	text-align: center;
	width: inherit;
	padding:0 15px;
}
.tabNav li > img {
	margin: 0 20px 0 0;
}
.poolNav .tabNav li {
	width: auto;
	margin-left: inherit;
}

.userSlideDown {
	display: none;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
}
.profileTable ul.groupHead,
.profileTable ul.groupCat {
	padding-bottom: 30px;
}
/*.profileTable ul.groupCat {*/
/*	padding-top: 10px;*/
/*}*/
.successMsg,
.errorMsg {
	display: block;
	position: relative;
	padding: 10px;
	border-radius: 3px;
}
.successMsg {
	background: #dff0d8;
	text-align: center;
}
.errorMsg {
	background: #f2dede;
	text-align: center;
}
.groupTable ul.importCsv {
	padding-bottom: 10px;
}
.groupTable ul.importCsv li {
	margin-left: 20%;
}
.groupTable .delSgrpForm {
	/*position: absolute;*/
	/*top: 7px;*/
	/*margin: auto;*/
}

.loginInner {
	text-align: center;
}
.loginInner h1 {
	display: block;
	position: relative;
	font-size: 20px;
	font-family: 'latobold', Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.loginInner ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 5px;
}
.loginInner ul:last-child {
	padding-top: 5px;
}
.loginInner li {
	display: inline-block;
	position: relative;
	list-style: none;
}
.loginInner li.inputName {
	width: inherit;
    text-align: right;
}
.loginInner .restorePass {
	display: inline-block;
    position: relative;
    margin: 30px auto 10px;
}
#mailTbl {
	padding: 0 15px;
}
.emailTbl,
.permissionsTbl {
	width: auto;
	min-width: 618px;
	padding-bottom: 15%;
}
.emailTbl ul,
.statisticTbl ul,
.permissionsTbl ul,
.permissionsTbl .header  {
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0 5px;
}
.permissionsTbl ul:first-child {
	padding: 0;
}
.emailTbl h3 small,
.statisticTbl h3 small,
.permissionsTbl h3 small {
	padding-left: 5px;
}
.emailTbl li {
	list-style: none;
    position: relative;
    float: left;
    width: 74.8%;
    overflow: inherit;
}
.emailTbl li:first-child {
    width: 25%;
}
.emailTbl li.separator,
.statisticTbl li.separator,
.permissionsTbl li.separator,
.emailTbl li.sendBtn {
    display: block;
    width: 98%;
    float: none;
    text-align: center;
    margin: 0 auto;
}
.emailTbl li.separator {
	display: none;
}
.emailTbl li.separator hr,
.statisticTbl li.separator hr,
.permissionsTbl li.separator hr {
	margin: 0;
}
.emailTbl input[type="text"],
.emailTbl input[type="password"] {
    margin: 0;
    width: 98%;
}
.emailTbl textarea {
    width: 340px;
    max-width: 97%;
}
.statisticTbl {
	width: 400px;
}
.statisticTbl li,
.permissionsTbl li {
	list-style: none;
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
}
.statisticTbl h3,
.statisticTbl ul li strong {
	padding: 0 15px 0 5px;
}

/* PERMISSION GROUP-SUBGROUP MENU */
#permissionsTbl {
	padding: 0 15px;
}
.permissionsTbl>ul:first-child>li {
    width: 100%;
}
.permissionsTbl .header ul li {
    width: 20%;
    vertical-align: middle;
}
.permissionsTbl .header ul>li:first-child {
    width: 80%;
}
.permissionsTbl .header .submit-btn {
	margin: 0;
}
.permissionsTbl .groupPerm,
.permissionsTbl .groupPerm ul {
	padding: 2px 0;
}
.permissionsTbl .groupPerm li {
	width: 33.3%;
	overflow: visible;
}
.permissionsTbl .groupPerm li ul li {
	width: 44%;
	text-align: left;
	margin: 0 0 0 6%;
}
.permissionsTbl .head li,
.permissionsTbl .userRow li {
	float: none;
	width: auto;
}
.permissionsTbl .head li.userPermName,
.permissionsTbl .userRow li.userPermName {
	width: 100px;
	overflow-x: hidden;
}
.permissionsTbl .userRow .userName li {
    padding: 0 5px;
}
.permissionsTbl ul.userRow {
	padding: 10px 0 0;
}
.permissionsTbl .userRow .userActions li p {
	margin: 0;
}
.permissionsTbl .groupPerm input[type="text"] {
	margin: 0;
}
.specialGroup > div {
	padding: 5px 0 4px 6px;
	display: flex;
	align-items: center;
}
.specialGroup > div > span {
	padding-left: 5px;
}
.specialGroup .isGroupPerm {
	background-color: #e7e7e7;
}
#tblPerm .show {
	display: block !important;
}

#tblPerm ul[class^='sgrp-grp-'] {
	margin-left: 20px;
	display: none;
}

#tblPerm ul span.content_tree_plus,
#tblPerm ul span.content_tree_minus {
	margin-right: 3px;
    display: inline-block;
    vertical-align: baseline;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 2px;
    left: -14px;
}

#tblPerm ul span.content_tree_plus {
	background: url(/style/img/content_tree/plus.gif) 0 0 !important;
}

#tblPerm ul span.content_tree_minus {
	background: url(/style/img/content_tree/minus.gif) 0 0 !important;
}
.savePerm {
	text-align: right;
	margin: 0;
	position: sticky;
	bottom: 0;
	left: 0;
	right: 0;
	height: 5em;
	background-color: white;
	border-top: 1px solid #dbdbdb;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.poolList .groupTable .poolCurrent .nyroModal {
	display: block;
	padding: 5px;
}
.file-list .thumbItem input[name=updateFile],
.file-list .folderName input[name=updateFile] {
	width: 30px;
	border: none;
	padding: 2px 0;
	margin: 0;
	background: url(/style/img/submit.png) center 2px no-repeat;
	background-size: 18px;
	line-height: 18px;
	text-align: center;
}
.file-list .thumbItem input.buttonWh {
	cursor:pointer;
}
.file-list .folderName input[name=updateFile] {
	/*background:transparent;*/
	cursor:pointer;
}
.file-list .folderName input[name=file_name] {
	min-width: auto;
	max-width: 79%;
}
.thumbnails_item input[type="text"],
.thumbnails_item input[type="password"] {
	max-width: 98%;
	margin: 2px 0;
	min-width: 130px;
}
.hideButton {
	display: inline-block;
	position: absolute;
	top: 1px;
	right: 325px;
	float: right;
	padding: 6px 5px 3px 0;
	z-index: 2;
}
.usersList .hideButton {
	position: relative;
	top: auto;
	right: auto;
	float: none;
	z-index: auto;
}
.userRowGrp {
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	box-shadow: inherit;
	padding: 5px 30px;
	display: none;
}
.infoBtn,
.actionsBtn,
.infoUserRow {
	display: none;
}
body.mobile .thumbItem .actionsBtn {
	display: inline-block;
}

/* TINYMCE */
.emailTbl .mce-btn button {
	padding: 2px 4px;
    line-height: 14px;
}
.emailTbl .mce-btn .mce-caret {
	margin-top: 5px;
}
.emailTbl .mce-ico {
    line-height: 14px;
    width: 14px;
    height: 14px;
}
.emailTbl .mce-toolbar-grp {
	padding-top: 1px;
}

/* VIDEOPLAYER */
#mediaPlayer {
	display: none;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    white-space: nowrap;
    text-align: center;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s, visibility .2s 0s;
	transition: opacity .2s, visibility .2s 0s;
}
#mediaPlayer:before {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	content: '';
}
.playerOpen #playerOverlay,
.playerOpen #mediaPlayer {
	display: block;
	opacity: 1;
	visibility: visible;
}
#mediaPlayer .video-js {
	display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
	max-width: 100%;
	max-height: 100%;
	z-index: 1010;
}
.sdf {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.playerNav {
	position: absolute;
	top: -27px;
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	z-index: 10;
	background-color: #413f3f;
}
.video-js.vjs-fullscreen {
	display: block !important;
	vertical-align: top !important;
	cursor: none;
	top: 0;
	left: 0;
	margin: 0;
}
.video-js.vjs-fullscreen .playerNav {
	top: 0;
}
.video-js.vjs-has-started.vjs-fullscreen .playerNav {
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	-moz-transition: visibility 0.1s, opacity 0.1s;
	-ms-transition: visibility 0.1s, opacity 0.1s;
	-o-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s;
}
.video-js.vjs-has-started.vjs-fullscreen.vjs-user-inactive.vjs-playing .playerNav {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-ms-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}
#downloadVideo {
	display: block;
	position: relative;
	width: 45px;
	height: 25px;
	background: url(/style/img/download2.png) center center no-repeat;
	background-size: 18px;
	z-index: 11;
}
#downloadVideo:hover {
	cursor: pointer;
	background: url(/style/img/download2hover.png) center no-repeat;
	background-size: 18px;
}
#closePlayer {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 25px;
	line-height: 20px;
	text-align: center;
	z-index: 12;
	color: white;
	font-size: 20px;
}
#closePlayer:hover, .closeEdit img:hover {
	cursor: pointer;
}
.closeEdit {
	position: absolute;
	top: 2px;
	right: 6px;
	z-index: 1;
	font-size: 25px;
	cursor: pointer;
}
.closeEdit img {
	width: 24px;
	-webkit-transition: ease-out .2s;
	transition: ease-out .2s;
}
#slideDown_0, #slideDown_1, #slideDown_10000, #slideDown_10001, #slideDown_10111 {
	padding: 5px 15px 5px 10px;
	z-index: 1;
	margin: 5px 0 0 0;
}
#slideDown_0 .closeEdit,
#slideDown_10000 .closeEdit,
#slideDown_10001 .closeEdit {
	width: 40px;
}
#slideDown_0 .closeEdit img,
#slideDown_10000 .closeEdit img,
#slideDown_10001 .closeEdit img {
	width: 20px;
	padding: 1px 10px;
}
#upButton {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 45px;
	width: 45px;
	height: 45px;
	text-indent: -9999px;
	background-size: cover;
	background-image: url(img/icon/arrowup.png);
	opacity: 0.4;
	z-index: 7;
	-webkit-transition: ease-out .2s;
	transition: ease-out .2s;
}
#upButton:hover {
	opacity: 0.7;
	cursor: pointer;
}
.editPoolBtn {
	cursor: pointer;

	display: block;
}
.delSgrpForm {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#inputSearch {
	float: right;
}

p.folderPath {
	margin: 2px 0 0 30px;
}
#import-file input[type="submit"],
.editPoolName input[type="submit"],
.groupTable ul.poolCurrent li input[type="submit"],
.loginInner ul li input[type="submit"],
#content_tree input[type="button"]{
	border: none;
	padding: 10px 20px;
	cursor:pointer;
	text-transform: uppercase;
}

.site- .userSlideDown > div,
.site-file .userSlideDown > div {
	display: flex;
	align-items: center;
	padding: 0 5px;
}
.site- .userSlideDown > div > span,
.site-file .userSlideDown > div > span {
	width: 100%;
	padding-left: 7px;
}
.site- .userSlideDown .bgHasGroupPerm,
.site-file .userSlideDown .bgHasGroupPerm {
	background-color: gainsboro;
}

.tm-ordner-actions-dropdown {
	position: absolute;
	top: 0;
	right: 0;
}
.tm-ordner-actions-dropdown > a {
	border: 0;
}

.tm-ordner-actions-dropdown ul.show {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr 1fr 1fr;
	gap: 5px;
	justify-items: center;
	align-content: center;
}
.tm-user-search > div > input {
	border: 0;
	border-radius: 0;
}
.tm-user-search > div > button {
	padding: 0;
}
.tm-user-search > div > button,
.tm-user-search > div > button > span {
	margin: 0;
	border: 0;
	border-radius: 0;
}
body.site-file, body.site-user { padding-bottom: 3em }
.selectAllFF, .selectAllFF2 { color:white; }
.selectAllFF > div, .selectAllFF2 > div {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	margin-top: 3px;
}
#startpanel2 .selectAllFF input,
#startpanel2 .selectAllFF2 input {
	border-radius: 0;
	margin-top: 0;
}
#startpanel2 .selectAllFF label,
#startpanel2 .selectAllFF2 label {
	padding-left: 7px;
}

.tm-favoriten {
	display: inline;
	vertical-align: text-bottom;
	cursor: pointer;
	padding: 5px 5px;
}
.tm-favoriten > .fa-solid {
	color: #fbb535;
}
.kachelnview .tm-favoriten {
	position: absolute;
	top: 1px;
	left: 4px;
	font-size: 14px;
}
.removeAllCheckboxes {
	position: absolute;
	right: 7px;
	top: 0;
}
.removeAllCheckboxes i {}
.removeAllCheckboxes span {
	margin-left: 5px;
}
.pagination-file, .pagination-user, .pagination-search {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-color: white;
	box-shadow: black 0 2px 5px;
	padding: 5px 0;
}
.pagination-user .pcolor, .pagination-user .pcolor-active {
	padding: 4px 9px;
	display: block;
}
.pagination-file .pborder {
	/*padding: 3px 4px;*/
	margin-right: 8px;
}
.pEntryCounter { padding-right: 5px }
.pEntryCounter span { padding-right: 5px }
.pPageCounter { padding-right: 10px }
.pPageCounter span { padding-left: 5px }

.paginationForm > .pi {
	color: rgb(123, 123, 123);
	border: 1px solid #007bc3;
	padding: 3px 5px;
	width: 40px;
	text-align: center;
}
.mobileUserRowData {
	display: none;
}

/* --- SEARCH SEITE --- */
.site-search .searchListe .folderOptionsFromSearch {
	float: right;
}
.site-search .searchKachel .file-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.site-search .searchKachel .file-list > .tm_search_php {
	display: flex;
	justify-content: space-between;
}
.site-search .searchKachel .file-list > .tm_search_php {
	flex-wrap: wrap;
	align-items: flex-start;
	background: none;
	box-shadow: 0 0 1px black;
	margin: 5px;
	padding: 10px;
}
@media (max-width: 399px){
	.site-search .searchKachel .file-list > .tm_search_php { width: 100% }
}
@media (min-width: 400px){
	.site-search .searchKachel .file-list > .tm_search_php { width: 47.4% }
}
@media (min-width: 678px){
	.site-search .searchKachel .file-list > .tm_search_php { width: 23.5% }
}
@media (min-width: 1011px){
	.site-search .searchKachel .file-list > .tm_search_php { width: 19% }
}
.site-search .searchKachel .file-list > .tm_search_php > div.folderName {
	display: flex;
	width: 100%;
	max-width: 100%;
	padding: 0;
	flex-wrap: wrap;
}
.site-search .searchKachel .file-list > .tm_search_php > div.folderOptionsFromSearch {
	position: absolute;
	top: 2px;
	right: 25px;
	display: flex;
	justify-content: flex-end;
}
.site-search .searchKachel .file-list > .tm_search_php > div > li {
	max-width: 100%;
	max-height: unset;
	word-break: break-all;
	white-space: normal;
}
.site-search .searchKachel .file-list > .tm_search_php > div > li.column-filetype {
	width: 60px;
}
.site-search .searchKachel .file-list > .tm_search_php > div > li.column-filename {
	width: 100%;
	padding: 10px 0 10px 7px;
}
.site-search .searchKachel .file-list > .tm_search_php > div > li.column-filename > div:nth-child(2) {
	max-height: 10em;
	overflow: auto;
	border-top: 1px solid #c2c2c2;
}
.site-search .searchKachel .file-list > .tm_search_php a {
	display: block;
	width: 100%;
	word-break: break-all;
	white-space: normal;
}
.site-search .searchKachel .file-list > .tm_search_php img {
	height: 60px;
	width: auto;
	margin: auto;
}
.site-search .searchKachel .file-list > .tm_search_php .folderActions {
	position: absolute;
	width: 100%;
	top: 0;
}
.site-search .searchKachel .file-list > .tm_search_php .column-actions {
	/*display: flex;*/
	/*flex-wrap: nowrap;*/
}
.site-search .searchKachel .file-list > .tm_search_php .column-actions > a {
	display: flex;
	flex-wrap: nowrap;
	width: 2em;
}
.site-search .searchKachel p.folderPath {
	display: block;
	width: 100%;
	word-break: break-all;
	white-space: normal;
	position: absolute;
	background-color: white;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 32px 15px 5px;
	z-index: 2;
}



/* --- RESPONSIVE --- */
@media (min-width: 769px) {

	div#navigation #mainMenu a span {
		display: none;
	}

	#mainMenu { height: 35px;}
	#mainMenu ul > li:hover > ul { display: block; border-radius: 0; }
	#mainMenu ul > li > ul > li {
		display: block;
		width: 100%;
	}
	#mainMenu ul > li > ul > li > a {
		width: 100%;
	}
	.folderOptions {
		display: inline-block;
		position: absolute;
		top: 4px;
		right: 0;
		float: right;
		width: auto;
	    border-radius:0;
	}
	.folderActions {
		width: auto;
	    /*max-width: 325px;*/
	    max-height: 26px;
	    padding-left: 10px;
	}
	body.mobile .thumbItem .toolBox {
		width: auto;
		padding-left: 4%;
		padding-right: 18%;
	}
}
@media (min-width: 1430px) {
	#logout a img {
		display: none;
	}
	#logout .closeBtn {
		display: inline-block;
		line-height:35px;
	}
}
@media (min-width: 1750px) {
	#header_mantis { left: 5% }
}

@media (max-width: 1640px){
	#navigation {
		margin: 0 0 0 215px;
		right: 10px;
	}
}

@media (max-width: 1250px){
	.navContentTitle {
		display: none;
	}
}

@media (max-width: 1079px) {
	#logout img {
	    display: none;
	}
	#logout .closeBtn {
	    display: block;
	    line-height: 35px;
	}
	.thumbItem {
        width: 20%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
	.headUserRowSubgroup, .headUserHeadStorage, .headUserHeadLastlogin,
	.userRowSgrp, .headUserRowStorage, .headUserRowLastlogin {
		display: none !important;
	}
	.site-user .usersList .hideButton {
		display: inline-block;
		right: 5px;
		margin-top: 5px;
	}
	.site-user .infoUserRow { display: block }
	.parent-info-open .mobileUserRowData {
		display: block;
		width: 100%;
		float: left;
	}
	.mobileUserRowData > li {
		display: block;
	}



}
@media (max-width: 1045px) {
	#navigation { height: 75px; }
	div#navigation .logout,
	#inputSearch { margin-top: 4px; }
	div#logout { margin-right: 5px; }
}
@media (max-width: 1000px) {
	#header_mantis {
		width: 150px;
		height: 150px;
	}
}
@media (max-width: 979px) {
	.thumbItem {
        width: 25%;
        width: -webkit-calc(100% / 4);
        width: calc(100% / 4);
    }
    /*.hideButton {*/
	/*    right: 290px;*/
	/*}*/
	/*.info-open .folderInfo {*/
	/*    right: 320px;*/
	/*}*/
	/*.folderInfo {*/
	/*	width: 350px;*/
	/*}*/
	.column-uploadername {
		width: 60px;
		overflow: hidden;
    	white-space: nowrap;
	}
	.column-actions {
	    min-width: 320px;
	    width: 320px;
	    padding-left: 10px;
	}
	.column-actions a {
	    text-align: left;
	    width: 22px;
	    height: 22px;
	}
	.file-list .folderName input[name=file_name] {
		min-width: auto;
		max-width: 70%;
	}
}
@media (max-width: 920px) {
	.folderOptions {
		right: 5px;
	}
	.infoBtn {
		display: inline-block;
	}
	.folderInfo {
		margin: 0;
		top: 0;
		position: absolute;
		right: -750px;
		width: 250px;
		max-width: 100%;
		padding: 9px 10px;
		border-radius: 3px;
		visibility: hidden;
		vertical-align: bottom;
		background: rgba(255,255,255,0.8);
		-webkit-transition: top .2s, opacity .2s, visibility .2s, right .2s;
		transition: top .2s, opacity .2s, visibility .2s, right .2s;
	}
	.info-open .folderInfo {
		right: 275px;
		overflow-x: hidden;
		overflow-y: auto;
		visibility: visible;
		z-index: 1;
	}
	.folderActions {
		padding-left: 0;
	}
}
@media (max-width: 1322px) and (min-width: 769px) {
	.infoBtn span { margin-top: 5px }
}
@media (max-width: 979px) and (min-width: 769px) {
	#header_mantis { left: 10px }
	#navigation { margin: 0 0 0 180px	}
	div#navigation #langSwitch a,
	div#navigation #mainMenu a {
		padding-left: 8.5px;
		padding-right: 8.5px;
	}
}
@media (max-width: 979px) {
	#inputSearch { clear:both }
	.navContentTitle { display: none }
}
@media (max-width: 857px) and (min-width: 769px) {
	div#info {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
}
@media (max-width: 768px) {
	.menu-toggle {
		display: block;
		position: absolute;
		right: 2px;
		top: 4px;
		height: 32px;
		padding: 9px 17px 11px;
		z-index: 1;
		-webkit-transition: top .2s;
		transition: top .2s;
    }
    .menu-open .menu-toggle {
        z-index: 1010;
    }
    .menu-toggle span {
        display: block;
        width: 22px;
        height: 3px;
        margin-top: 3px;
        position: relative;
        top: 0;
        bottom: 0;
		-webkit-transition: top .2s .2s, bottom .2s .2s, opacity .2s, -webkit-transform .2s;
		transition: top .2s .2s, bottom .2s .2s, transform .2s, opacity .2s;
	}
    .menu-toggle span:first-child {
        margin-top: 0;
    }
    .menu-open .menu-toggle span {
		-webkit-transition: top .2s .2s, bottom .2s .2s, opacity .2s, -webkit-transform .2s;
		transition: top .2s .2s, bottom .2s .2s, transform .2s, opacity .2s;
	}
    .menu-open .menu-toggle span:nth-child(1) {
        top: 6px;
        -webkit-transform: rotateZ(45deg);
        -ms-transform: rotate(45deg);
        transform: rotateZ(45deg);
    }
    .menu-open .menu-toggle span:nth-child(2) {
        opacity: 0;
    }
    .menu-open .menu-toggle span:nth-child(3) {
        top: -6px;
        -webkit-transform: rotateZ(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotateZ(-45deg);
    }
    #mainMenu {
	    position: absolute;
	    top: 75px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    max-width: 100%;
    	margin: 0;
	    z-index: 1010;
	}
	.menu-open #navOverlay {
	    display: block;
	    opacity: 1;
	    visibility: visible;
	}
	div#navigation ul {
    	display: none;
		padding: 10px 0 5px;
	}
	.menu-open div#navigation #mainMenu > ul {
		display: flex !important;
		flex-wrap: wrap;
		justify-content: center;
	}
	div#navigation li {
		display: block;
		width: auto;
	}
	div#navigation #mainMenu a {
		display: block;
		width: auto;
		line-height: 25px;
	    padding: 4px 20px 4px 40px;
	}
	.toolBox {
		width: auto;
		padding-left: 4%;
		padding-right: 18%;
	}
	.thumbItem {
        width: 33.3333333%;
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
    }
	.navContent li {
	    padding: 0 3px;
	}
	.navContent li.sort {
	    padding-left: 4px;
	    padding-right: 4px;
	}
	.hideButton {
		display: flex;
		right: 5px;
		margin-top: 5px;
	}
	.usersList .hideButton {
		padding: 0 9px 0 0;
	}
	.userRowSgrp {
		display: none;
		position: relative;
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		bottom: auto;
		padding: 5px 0;
		-webkit-transition: none;
		transition: none;
		border-radius: 0;
		background: none;
		text-align: left;
		text-indent: 15px;
		line-height: 20px;
	}
	li.copyHeadUserName {
		display: block;
	}
	.folderName {
	    width: auto;
	}
	.column-filename {
	    width: auto;
	}
	.column-uploadername {
		width: 75px;
	}
	.column-actions {
		padding-left: 0;
		text-align: left;
	}
	.info-open .folderInfo {
		right: 0;
	}
	.folderInfo {
		width: 350px;
	}
	.actionsBtn,
	.infoUserRow {
		display: inline-block;
	}
    .folderActions {
	    margin: 0;
	    position: absolute;
	    right: -750px;
	    top: 0;
	    bottom: 0;
	    width: 350px;
	    max-width: 100%;
		padding-left: 10px;
		border-radius: 3px;
	    text-align: left;
	    visibility: hidden;
	    -webkit-transition: top .2s, opacity .2s, visibility .2s, right .2s;
	    transition: top .2s, opacity .2s, visibility .2s, right .2s;
	}
	.actions-open .folderActions {
	    right: 0;
	    overflow-x: hidden;
	    overflow-y: auto;
	    visibility: visible;
	}
	.head .userName .headUserRowSubgroup {
		display: none;
	}
	.userRow .userActions li {
		padding: 2px 4px;
	}
	.profileTable div.editTable {
		display: block;
		float: none;
	    width: 100%;
	    width: -webkit-calc(100% / 1);
	    width: calc(100% / 1);
	}
	.profileTable ul {
	    padding: 0;
	    margin: 0;
	}
	.profileTable ul li {
	    width: 50%;
	    width: -webkit-calc(100% / 2);
	    width: calc(100% / 2);
	    padding: 5px 0;
	}
	.groupTable ul li {
	    width: 70%;
	}
	.groupTable ul li:first-child {
	    width: 30%;
	}
	.groupTable .permissions ul li {
	    width: 100%;
	    width: -webkit-calc(100% / 1);
	    width: calc(100% / 1);
	}
	.groupTable .permissions ul li:first-child {
	    padding-bottom: 10px;
	}
	.profileTable li.saveButton {
		width: auto;
		padding: 0;
	}
	.submit-btn {
		display: block;
	    width: 60px;
	    height: 60px;
	    margin: 0 auto;
	    padding: 0;
	    background: url(/style/img/submit.png) center 5px no-repeat;
	    background-size: 34px;
	    line-height: 95px;
	    text-align: center;
	    vertical-align: middle;
	}
	.submit-btn:active {
		position: relative;
	}
	.profileTable li.superAdmin {
		float: right;
	}
	.poolList .groupTable>ul {
	    padding-bottom: 10px;
	}
	.poolList .groupTable ul li {
	    width: 100%;
	}
	.poolList .groupTable>ul>li:first-child {
	    display: block;
	    float: none;
	    width: 100%;
	    margin: 0;
	    padding-bottom: 10px;
	}
	.groupTable ul.poolCurrent>li:not(:first-child) {
	    width: 50%;
	    max-width: 350px;
	}
	.groupTable ul.poolCurrent>li:nth-child(3) {
	    margin-top: -23px;
	}
	.groupTable ul.poolUserInfo li {
	    width: 20%;
	    width: -webkit-calc(100% / 5);
	    width: calc(100% / 5);
	}
	.emailTbl,
	.permissionsTbl {
		width: 100%;
		min-width: auto;
	}
	.emailTbl li.separator {
	    padding-bottom: 0;
	}
	.emailTbl li.separator br {
	    display: none;
	}
	.permissionsTbl .header ul li,
	.permissionsTbl .header ul>li:first-child {
	    display: block;
	    width: 100%;
	}
	.permissionsTbl .header .submit-btn {
	    margin: 0 auto;
	}
	.savePerm {
		text-align: center;
	}
	.file-list .folderName input[name=file_name] {
		min-width: auto;
		max-width: 74%;
	}
	#inputSearch {
		padding-right: 60px; 
	}
	
	.folderOptionsFromSearch .column-actions {
		text-align: right;
	}
	
	.folderOptionsFromSearch .folderActions {
		display: inherit;
		margin: inherit;
		position: inherit;
		right: inherit;
		top: inherit;
		bottom: inherit;
		width: inherit;
		max-width: inherit;
		padding-left: inherit;
		border-radius: inherit;
		background: inherit;
		text-align: inherit;
		visibility: inherit;
		-webkit-transition: inherit;
		transition: inherit
	}
	#navigation { right: unset }
	#navigation a:hover {
		background: transparent;
	}
	.toolBox {
		padding: 27px 1% 3px;
	}
	#logout .closeBtn {
		float: left;
		margin: 0 10px 0 0;
	}
	#logout a::before {
		content: inherit;
	}
	.navContent li {
		padding: 0 7px 0 10px;
	}
	#header_mantis {
		margin: 0 auto;
		position: inherit;
	}
	#navigation {
		margin: inherit;
		top: 0;
	}
	#startpanel2 {
		margin: 10px 0 0 0;
	}
	div#info {
		float: left;
		padding: 0 15px 0 11px;
	}
	.profileTable div.editTable {
		width: 96%;
		width: -webkit-calc(96% / 1);
		width: calc(96% / 1);
		padding: 0 0 0 2%;
	}
	.userRowSgrp {
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		box-shadow: inherit;
	}
}
@media (max-width: 623px) {
	.navContentTitle {
		display: none;
	}
}
@media (max-width: 579px) {
	.thumbItem {
        width: 50%;
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
    }
	.navContent li {
	    /*padding: 0 3px;*/
	}
	.navContent li:first-child {
	    padding-left: 10px;
	}
	.navContentTitle {
		display: none;
	}
	#slideDown_10111 b {
		display: block;
		padding-bottom: 5px;
	}
	.upLevel,
	.folder,
	.file {
	    margin-bottom: 5px;
	}
	.column-actions {
		width: 100%;
		min-width: auto;
	}
	.hideButton {
	    display: block;
	}
	.usersList .hideButton {
		display: inline-block;
	}
	.folderInfo,
	.folderActions {
		display: none;
		position: relative;
		width: 100%;
		height: auto;
		right: auto;
		top: auto;
		bottom: auto;
		-webkit-transition: none;
		transition: none;
		padding: 0;
		border-radius: 0;
		background: none;
	}
	.folder .folderInfo ul,
	.folder li.column-actions,
	.file .folderInfo ul,
	.file li.column-actions {
		display: block;
		text-align: center;
		padding: 5px 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		margin: 5px 0 0 0;
	}
	/*.folder .folderInfo ul li.column-filedate,*/
	.file .folderInfo ul li.column-filedate {
		width: 45%;
	}
	.folder .folderInfo ul li.column-uploadername,
	.folder .folderInfo ul li.column-filesize,
	.file .folderInfo ul li.column-uploadername,
	.file .folderInfo ul li.column-filesize {
		width: 25%;
	}
	.userRow .userName li {
		max-width: 180px;
	    overflow: hidden;
	}
	.emailTbl li {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
	.emailTbl li:first-child {
		width: 100%;
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
		padding-bottom: 5px;
	}
	.permissionsTbl .groupPerm li {
	    width: 50%;
	}
	.nyroModalCont {
	    margin: 15px;
	}
	.file-list .folderName input[name=file_name] {
		min-width: auto;
		max-width: 235px;
	}
	.video-js {
		left: auto;
		width: 100%;
		margin: 0 auto;
	}
	
}
@media (max-width: 500px) {
	.navContent .sort { margin-top: 33px; }
	.navContent .folder-checkbox-actions {
		float: unset!important;
		margin-top: 5px;
	}
	/*#maincol .tab { height: 65px; }*/
}
@media (max-width: 479px) {
	#info .smallText {
		display: none;
	}
	div#logout {
    	padding-right: 0;
	}
	div#navigation #logout a {
		padding-left: 15px;
    	padding-right: 15px;
	}
	#maincol {
	    padding: 0;
	}
	#import-file {
		width: 90%;
	}
	.navContent li.sort {
		/*float: inherit;*/
		/*padding: 10px 10px 5px 10px;*/
	}
	.head .userName li,
	.head .userActions li,
	.userRow .userName li {
		max-width: 119px;
	}
	.groupTable ul.poolCurrent>li:not(:first-child) {
	    width: 100%;
	    max-width: none;
	}
	.groupTable ul.poolCurrent>li:nth-child(3) {
	    margin-top: 0;
	}
	.groupTable ul.poolCurrent>li form {
		padding-top: 10px;
	}
	.groupTable ul.poolCurrent>li form ul {
		padding-bottom: 0;
	}
	.groupTable ul.poolUserInfo li {
		padding: 0 0 5px;
	}
	.groupTable ul.poolUserInfo li.poolUserLname {
		width: 40%;
	}
	.groupTable ul.poolUserInfo li.poolUserEmail {
		width: 50%;
	}
	.groupTable ul.poolUserInfo li.poolUserAdd {
		width: 10%;
	}
	.groupTable ul.poolUserInfo li.poolUserFname,
	.groupTable ul.poolUserInfo li.poolUserCompany {
		display: none !important;
	}
	.statisticTbl {
		width: 100%;
	}
	#permissionsTbl {
	    padding: 0 0 0 10px;
	}
	.file-list .folderName input[name=file_name] {
		min-width: auto;
		max-width: 185px;
	}
	#mainMenu {
		top: 117px;
	}
	#inputSearch {
		float: none;
		margin-right: 0;
		padding: 5px 5px;
	}
	#navigation {
		height: auto;
	}
	#inputSearch input[type="text"] {
		width: 100%;
		box-sizing: border-box;
	}
	#inputSearch > form > label {
		display: contents;
	}
	#inputSearch > form {
		display: flex;
		justify-content: flex-end;
		flex-direction: row;
	}
	#inputSearch input[type="submit"] {
		padding: 6px 10px;
		box-sizing: border-box;
		width: 26%;
	}
}
@media (max-width: 379px) {
	div#navigation #logout a {
		padding-left: 12px;
    	padding-right: 14px;
	}
	div#info {
		padding-right: 10px;
	}
	.menu-toggle {
	    padding-left: 12px;
	    padding-right: 12px;
	}
	.userRow .userName li {
		padding-left: 15px;
		padding-right: 15px;
	    overflow: hidden;
	}
	.userRow .userName li:nth-child(2) {
		max-width: 70px;
	}
	.userRow .userName li:nth-child(3) {
		max-width: 80px;
		padding-right: 0 !important;
	}
	.usersList .hideButton {
		padding-right: 3px;
	}
	.userRow .userActions li {
		padding: 2px 1px;
	}
	.profileTable ul {
		text-align: center;
	}
	.profileTable ul.groupHead,
	.profileTable ul.groupCat {
	    padding-bottom: 10px;
	}
	.profileTable ul li,
	.profileTable div.editTable ul li,
	.profileTable div.editTable ul li:first-child {
		display: block;
		position: relative;
		float: none;
	    width: 100%;
	    width: -webkit-calc(100% / 1);
	    width: calc(100% / 1);
	    padding: 0 0 5px;
	}
	.profileTable div.editTable ul li:first-child {
		padding: 0 0 2px;
	}
	.profileTable ul li input[type="text"],
	.profileTable ul li input[type="password"] {
	    display: block;
	    position: relative;
	    width: auto;
		margin: 2px auto;
	}
	.profileTable ul li:nth-child(odd) {
	    padding: 0 0 3px;
	}
	.profileTable ul li:nth-child(even) {
	    padding: 0 0 10px;
	}
	.profileTable li.saveButton {
		display: block;
	    position: relative;
	    top: auto;
	    right: auto;
	    max-width: none;
	}
	.head .userName li, .head .userActions li {
	    padding: 2px 2px;
	}
	.permissionsTbl .userRow .userName li {
		padding: 0 2px;
	}
	.permissionsTbl .head li.userPermName,
	.permissionsTbl .userRow li.userPermName {
		width: 70px;
	}
	.submit-btn {
	    width: auto;
	    min-width: 140px;
	}
	.submit-btn:active {
		margin: 0 auto;
	}
	.profileTable li.superAdmin {
		float: none;
	}
	.groupTable ul li {
	    display: block;
	    float: none;
	    width: auto;
	    margin-right: 10px;
	}
	.groupTable ul li:first-child {
	    width: auto;
	    padding-bottom: 5px;
	}
	.groupTable ul.poolUserInfo li {
		margin: 0;
	}
	.groupTable ul.poolUserInfo li.poolUserLname {
		width: 30%;
	}
	.groupTable ul.poolUserInfo li.poolUserEmail {
	    width: 55%;
	}
	.poolNav .profileTable ul {
	    text-align: left;
	}
	.poolNav .profileTable ul li {
	    display: block;
	}
	.poolNav .profileTable ul li input[type="text"],
	.poolNav .profileTable ul li input[type="password"] {
	    display: inline-block;
	}
	.statisticTbl li {
		display: block;
		position: relative;
		float: none;
		width: 100%;
		width: -webkit-calc(100% / 1);
		width: calc(100% / 1);
	}
	.file-list .folderName input[name=file_name] {
		min-width: auto;
		max-width: 140px;
	}
}
@media (max-width: 319px) {
	.thumbItem {
        width: 100%;
        width: -webkit-calc(100% / 1);
        width: calc(100% / 1);
    }
}

/* Customize the label (the container) */
#startpanel2 .folder-checkbox {
	display: block;
	position: relative;
	float: left;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
#startpanel2 .folder-checkbox  input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
#startpanel2 .folder-checkbox .checkmark {
	position: absolute;
	top: 2px;
	left: 7px;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: 1px solid #c3c3c3;
}

/* On mouse-over, add a grey background color */
#startpanel2 .folder-checkbox:hover input ~ .checkmark {
	cursor: pointer;
	background-color: #2196f3;
}
#startpanel2 .folder-checkbox.disabled:hover .checkmark {
	cursor: no-drop;
	background-color: #fff;
}

/* When the checkbox is checked, add a blue background */
#startpanel2 .folder-checkbox input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
#startpanel2 .folder-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
#startpanel2 .folder-checkbox input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
#startpanel2 .folder-checkbox .checkmark:after {
	left: 6px;
	top: 2px;
	width: 6px;
	height: 12px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#mailTbl iframe { min-height: 310px }


.file:not(.folderChecked):not(.tm_search_php) > .folder-checkbox > .checkmark,
.file:not(.folderChecked):not(.tm_search_php) > .folderName,
.folder:not(.folderChecked):not(.tm_search_php) > .folder-checkbox > .checkmark,
.folder:not(.folderChecked):not(.tm_search_php) > .folderName {
	margin-left: -31px;
	transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}
.file:not(.tm_search_php):hover > .folder-checkbox > .checkmark,
.file:not(.tm_search_php).folderChecked > .folder-checkbox > .checkmark,
.file:not(.tm_search_php):hover > .folderName,
.file.folderChecked:not(.tm_search_php) > .folderName,
.folder:not(.tm_search_php):hover > .folder-checkbox > .checkmark,
.folder:not(.tm_search_php).folderChecked > .folder-checkbox > .checkmark,
.folder:not(.tm_search_php):hover > .folderName,
.folder.folderChecked:not(.tm_search_php) > .folderName {
	margin-left: 8px;
	transition: 0.15s padding ease-out, 0.15s margin ease-out, 0.15s border ease-out;
}

.tab-sort {
	display: flex;
	flex-direction: row;
	padding: 7px 10px 7px 19px;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	border-bottom: 1px solid #dde5e9;
}
.tab-sort .tab-sort-block:last-child{
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	width: 711px;
}
.tab-sort .tab-sort-el span { margin-right: 5px }
.tab-sort .tab-sort-el.tab-sort-name {  }
.tab-sort .tab-sort-el.tab-sort-datum { width: 10.8em; text-align: right;}
.tab-sort .tab-sort-el.tab-sort-uploadname { width: 11.8em; text-align: right; }
.tab-sort .tab-sort-el.tab-sort-size { width: 7.2em; text-align: right; }
.tab-sort .tab-sort-el.tab-sort-actons { width: 34.2em; text-align: right; }

@media (max-width: 979px) {
	.tab-sort .tab-sort-block:last-child { width: 692px }
	.tab-sort .tab-sort-el.tab-sort-actons { width: 25.7em }
	.tab-sort .tab-sort-el.tab-sort-datum { width: 9.8em; text-align: right;}
	.tab-sort .tab-sort-el.tab-sort-uploadname { width: 10.2em; text-align: right; }
	.tab-sort .tab-sort-el.tab-sort-size { width: 6.3em; text-align: right; }
	/*.tab-sort .tab-sort-el.tab-sort-actons { width: 26.9em; text-align: right; }*/
}
@media (max-width: 920px) {
	.tab-sort .tab-sort-el.tab-sort-datum,
	.tab-sort .tab-sort-el.tab-sort-uploadname,
	.tab-sort .tab-sort-el.tab-sort-size { display: none }
	.tab-sort .tab-sort-block { width: 50% }
}
@media (max-width: 920px) and (min-width: 580px) {
	.column-filedate { min-width: 100%; padding: 0; }
	.column-uploadername { width: 50%; text-align: left; padding: 0; }
}
@media (max-width: 435px) {
	.tab-sort .tab-sort-block:last-child { width: 500px }
	.tab-sort .tab-sort-el.tab-sort-actons { width: 15.7em; }
}
button.sortFile {
	background: transparent;
	color: white;
	padding: 0 5px;
	border: none;
	cursor: pointer;
	font-size: 23px;
	vertical-align: middle;
}
.subgroupTable tr:not(tr:first-child):hover{ background-color: #eaeaea; }
#startpanel2 .folder-checkbox.kacheln { opacity:0;position: absolute }
#startpanel2 .thumbItem:hover .folder-checkbox.kacheln { opacity:1 }
#startpanel2 .folderChecked .folder-checkbox.kacheln { opacity:1 }

/* TextVars ShortCode Classe */
.textVars {
	display: grid;
	position: relative;
	width: auto;
	margin: 15px 0;
	padding: 15px;
}
/*.navContent {*/
/*	display: flex;*/
/*	align-items: center;*/
/*	flex-wrap: nowrap;*/
/*	flex-direction: row;*/
/*}*/
.navContent li:not(:first-child):not(.nav-selectoren){
	border-left: 1px solid white
}
.navContent .nav-selectoren {
	margin-left: auto;
	margin-top: 2.5px;
	float: right;
}
.site- .navContent .nav-selectoren > ul,
.site-file .navContent .nav-selectoren > ul {
	margin: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-left: 0;
}

/* --- SETTINGS --- */
#mainMenu { display: inline-flex }
#mainMenu i { font-size: large; vertical-align: sub; }
.ema-settings a { border-left: 2px solid #ffffff; }

/* ICONS */

.freigabe-divider { clear: both; }
.freigabe-divider h3 {
	position: absolute;
	width: 100%;
	margin-top: 4px;
	margin-left: 17px;
	z-index: 1;
	text-shadow: 3px 3px 0 white, -3px -3px 0 white, -3px 3px 0 white, 3px -3px 0 white, 2px 2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white;
}

/*.site-user #maincol > #startpanel > .tab { padding: 0 }*/
.site-user .tabNav > li:nth-child(1),
.site-user .tabNav > li:nth-child(2),
.site-user .tabNav > li:nth-child(3) {
	border-right: 1px solid white;
}
.site-user .tabNav > li > a,
.site- .navContent > li > a,
.site-file .navContent > li > a {
	display: flex;
	align-items: center;
	line-height: 1;
}
.site-user .tabNav > li > a > i,
.site- .navContent > li > a > i,
.site-file .navContent > li > a > i {
	font-size: 30px
}
.site-file .navContent > li > a > i.fa-star {
	font-size: 25px;
	top: -1px;
	position: relative;
}
.site-user .tabNav > li > a > b,
.site- .navContent > li > a > b,
.site-file .navContent > li > a > b {
	margin-left: 7px;
}

.form-control:focus, .form-select:focus {
	color: var(--bs-body-color);
	border-color: #7ec9b1;
	outline: 0;
	box-shadow: unset;
}
@media (max-width: 900px) {
	.site- .navContent,
	.site-file .navContent {
		display: inline-block;
		width: 100%;
	}
	body:not(.site-module-pool) #slideDown_0, #slideDown_10000, #slideDown_10001 {
		position: fixed;
		inset: 0;
		width: 100%;
		z-index: 99;
	}
	body:not(.site-module-pool) #slideDown_0 > form, #slideDown_10000 > form, #slideDown_10001 > form {
		overflow: scroll;
		position: relative;
		height: 100%;
		padding-bottom: 2em;
	}
}

@media (max-width: 768px) {
	#menu-toggle {
		/*display: inline-table;*/
	}
	.menu-open div#navigation #mainMenu > ul {
		width: 100%;
	}
	.menu-open div#navigation #mainMenu ul > li > ul {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		box-shadow: none;
        padding-left: 50px;
	}
	.menu-open #mainMenu {
        display: flex;
        flex-wrap: wrap;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: auto;
	}
	.menu-open #menu-toggle {
        position: fixed;
        top: 10px;
        right: 10px;
        border-radius: 25px;
        width: auto;
        padding: 8px 6px;
        background: #7a7a7a !important;
	}
	.menu-toggle span {
		background-color: #ffffff;
	}
	div#navigation li {
		width: 100%;
	}
	div#navigation li > a > i {
		margin-right: 10px;
	}
    .ema-settings a {
        border-left: 1px solid rgb(255 255 255 / 30%);
    }
    .ema-settings > ul {
        display: none !important;
    }
    .ema-settings > ul.show {
        display: flex !important;
    }
}

@media (max-width: 600px) {
	.site- .navContent .nav-selectoren > ul, .site-file .navContent .nav-selectoren > ul,
	.nav-selectoren ul {
		display: grid;
		border-left: 1px solid white;
	}
	.navContent li:not(:first-child):not(.nav-selectoren) {
		border-left: none;
	}
	.navContent li.sort {
		padding: 0 7px 0 10px;
	}
	.site- .navContent .nav-selectoren > ul > li.sort,
	.site-file .navContent .nav-selectoren > ul > li.sort {
		margin-top: 5px;
	}
}
