/* ========================================
 *
 * compfile
 *
 * Layout CSS
 *
 * ========================================
 */

/* ------------------------------------
 *  STANDARD DEFINITIONS
 * ------------------------------------
 */
:root {
  --second-background-color: #fff;
  --background-color: #eae7e7;
  --middle-grey: #696969;
  --red: #e0001a;

  --dark-background: rgb(0, 0, 0, 0.1);
  --darker-background: rgba(0, 0, 0, 0.2);
  --background-color: #fff;
  --text-color: rgb(111, 112, 114);
  --button-color: rgb(111, 112, 114);
  --border-color: #ccc;
  --red: rgba(226, 0, 26, 1);
  --background: linear-gradient(190deg, rgba(255, 255, 255, 0) 25%, rgba(226, 0, 26, 0.1));
  --shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  --box-border-radius: 1.5rem;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: var(--background);
  background-attachment: fixed;
  background-color: #fff;
  background-color: var(--background-color);
  color: var(--text-color);
  font-size: 10px;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.4;
  font-size: 1.6rem;
  color: rgb(111, 112, 114);
  width: 100%;
  color: var(--text-color);
  /* background-color: var(--background); */
}

.only_mobile {
  display: none;
}

/* floats clearer */
.clearfx {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: '.';
  height: 0;
  visibility: hidden;
}

/* headlines */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
}

h1 {
  /* font-size: 24px; */
  font-weight: bold;
  /* color: #424242; */
  /* line-height: 18px; */
}

h2 {
  /* color: #424242; */
  /* font-size: 18px; */
  /* font-weight: bold; */
  /*	line-height: 48px;*/
  /* padding: 14px 0; */
  font-weight: normal;
  font-size: 2.3rem;
}

h3 {
  /* font-size: 14px; */
  padding-bottom: 7px;
}

.flex-vertical {
  display: flex;
  flex-direction: column;
}

span.window_title {
  background: #005696;
  color: #fff;
  padding: 4px;
  display: block;
}

/* common links */
a {
  /* color: #3d3c3f;
  text-decoration: underline;
  outline: none; */

  color: inherit;
  text-decoration: none;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}
a:hover {
  color: #000;
  text-decoration: none;
}

/* images */
a img {
  border: 0 none;
}

/* form elements */
label,
select,
input[type='checkbox'],
input[type='radio'],
input[type='button'],
input[type='submit'] {
  cursor: pointer;
}

.form-row {
  padding-bottom: 5px;
  margin: 1rem 0 1.5rem 0;
  width: 100%;
}

/*.inpt-wrap {
	background:#fff;
	border:0px solid #cecdcd;
	}*/
/*	.inpt-wrap.wstd { width:340px; }
	.inpt-wrap.wmid { width:227px; }
	.inpt-wrap.wsmall { width:100px; }*/

/*	.lmargin { margin-left:10px; }
	.rmargin { margin-right:10px; }*/

label {
  display: block;
  margin-bottom: 0.5rem;
  /* line-height: 22px; */
}
label span {
  padding-left: 5px;
  font-size: 75%;
  opacity: 0.6;
  /* font-size: 10px; */
}

input {
  overflow: visible;
}
input[type='submit'] {
  cursor: pointer;
}

input,
textarea,
select {
  /* font-family: 'Open Sans', sans-serif;
  background: #fff;
  padding: 0.5rem 1rem;
  border: 1px solid #999; */

  font: inherit;
  margin: 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  background-color: var(--background-color);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border: 1px solid #ccc;
  border: 1px solid var(--border-color);
  max-width: 100%;
}

.form-row input,
.form-row textarea,
.form-row select {
  padding: 1rem 1.2rem;
}

.stdinput {
  width: 330px;
}
/*	input.midinput { width:217px; }
	input.smallinput { width:90px; }*/

textarea {
  min-height: 65px;
  min-width: 334px;
  /* line-height: 16px; */
}
/*textarea.akwords { height:54px; }*/

input.inptcheck {
  border: 0 none;
  display: block;
}

input.radiobttn {
  border: 0 none;
  background: none;
}

input.fileupload {
  background: #fff;
  border: 1px solid #999;
  padding: 0 0.5rem;
  /* line-height: 22px; */
  /* font-size: 12px; */
}

/* form submits */
.buttonpanel {
  margin-top: 30px;
}

.reservation_block {
  border-top: 1px solid #005696;
}

input[type='submit'],
.btn,
.rd_btn,
.formsubmit,
.button,
#logoutBttn,
.uploadifive-button {
  cursor: pointer;
  width: auto;
  color: #fff;
  color: var(--background-color);
  margin: 0;
  padding: 0.5rem 2rem;
  height: auto;
  background: rgb(111, 112, 114);
  background: var(--button-color);
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -moz-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  -webkit-border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: inline-block;
  border: none;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  text-align: center;
}

.rd_btn,
.btn.red,
input[name='save'],
#commit_button,
.uploadifive-button,
input[type='button'][value='neu'],
#alert_ok,
.formsubmit {
  background-color: rgba(226, 0, 26, 1);
  background-color: var(--red);
}

.btn:hover {
  color: #fff;
  opacity: 0.8;
}

.print_notice {
  padding-bottom: 20px;
  /* font-size: 11px; */
  text-align: left;
  line-height: normal;
}

.form_checkbox {
  border: 0 none;
}

.print_notice_cnt {
  float: left;
  padding-left: 10px;
  width: 780px;
}

/* lists */
li {
  list-style: none;
}

/* tables */
.noborder {
  border: 0 none !important;
}
.nopadding {
  padding: 0 !important;
}

table th {
  /* line-height: 18px; */
  /* font-size: 12px; */
}
table td {
  /* line-height: 16px; */
  /* font-size: 12px; */
}

.w40 {
  width: 40px;
}
.w80 {
  width: 80px;
}
.w100 {
  width: 100px;
}
.w110 {
  width: 110px;
}
.w140 {
  width: 140px;
}
.w160 {
  width: 160px;
}
.w180 {
  width: 180px;
}
.w190 {
  width: 190px;
}
.w200 {
  width: 200px;
}
.w230 {
  width: 230px;
}
.w250 {
  width: 250px;
}
.w300 {
  width: 300px;
}
.w360 {
  width: 360px;
}

/* alignment and positioning */
/* .leftalign {
  float: left;
}
.rightalign {
  float: right;
} */
.rightfloat {
  float: right;
}

.lefttxt {
  text-align: left;
}
.righttxt {
  text-align: right;
}
.centertxt {
  text-align: center !important;
}

.relpos {
  position: relative;
}
.abspos {
  position: absolute;
}

.nopad {
  padding: 0px 0px 0px 0px !important;
}

/* noscript */
.noscript {
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: auto;
}
.noscript .cnt {
  margin: 0 auto;
  width: 80%;
  padding: 20px;
  background: #000;
  display: block;
  color: #fff;

  border-bottom-right-radius: 1.4em;
  border-bottom-left-radius: 1.4em;

  -moz-border-radius-bottomleft: 1.4em;
  -moz-border-radius-bottomright: 1.4em;
  -webkit-border-bottom-left-radius: 1.4em;
  -webkit-border-bottom-right-radius: 1.4em;

  opacity: 0.65;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=65)';
  filter: alpha(opacity=65);
}

/* special font sizes */
.smallfont {
  /* font-size: 11px; */
  /* line-height: normal; */
}

.notice {
  color: #f00;
  font-weight: bold;
}

/* ------------------------------------
 *  SITE CONTAINER
 * ------------------------------------
 */
.site-wrapper {
  margin: 0 auto;
  width: 100%;
}
.header-wrapper,
.content-wrapper,
.navigation {
  width: 100%;
  text-align: left;
}

.content-wrapper {
  margin: 5rem auto 0;
  width: 1530px;
  background: var(--second-background-color);
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow);
  padding: 3rem;
  border-radius: 1.5rem;
  border-radius: var(--box-border-radius);
  display: block;
  background-color: #fff;
  background-color: var(--background-color);
  height: auto !important;
  max-width: 100%;
  overflow-x: hidden;
}

.content-wrapper.in-frame {
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
}

.header-wrapper {
  width: 100%;
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem 3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
  box-shadow: var(--shadow);
  background-color: #fff;
  background-color: var(--background-color);
}

.navigation {
  position: sticky;
  top: 0;
  z-index: 100;
}

#hamburger {
  width: 3rem;
  height: 3rem;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 99;
}

#hamburger span {
  display: block;
  position: absolute;
  height: 0.5rem;
  width: 100%;
  background: var(--red);
  border-radius: 0.5rem;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(2) {
  top: 0.9rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger span:nth-child(3) {
  top: 1.8rem;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -0.3rem;
  left: 0.2rem;
}

#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 1.8rem;
  left: 0.2rem;
}

.header-wrapper h1 {
  position: absolute;
  right: 2px;
  top: -26px;
  color: #e0001a;
  color: #efefef;
}

.header-wrapper .ec {
  display: block;
  position: absolute;
  left: 74px;
  top: 44px;
  color: #1d0080;
  /* font-size: 16px; */
  font-weight: bold;
  /* line-height: 20px; */
}

.under-headline-container {
  /* display: flex;
  border-bottom: 1px solid #999;
  align-items: center;
  justify-content: space-between; */

  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--dark-background);
  /* border-radius: 1.5rem;
  	border-radius: var(--box-border-radius); */
  /* border-top-left-radius: 1em;
  	border-bottom-left-radius: 1em; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  margin-bottom: 3rem;
  border: none;
  justify-content: space-between;
  padding: 0.5rem 3rem;
}

/* Navigation */
ul.navigation {
  background: var(--border-color);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

ul.navigation li {
  list-style: none;
  display: block;
  /* background: var(--darker-background); */
}

ul.navigation a {
  display: block;
  float: left;
  /* line-height: 24px; */
  padding: 1rem 3rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.2s ease;

  color: #fff;
  color: var(--background-color);
  /* background-color: rgba(0, 0, 0, .1);
  background-color: var(--dark-background); */
}

ul.navigation a:hover {
  color: rgba(226, 0, 26, 1);
  color: var(--red);
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--dark-background);
}

ul.navigation a.activeNode,
ul.navigation a.activeNode:hover {
  color: #fff;
  color: var(--background-color);
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--darker-background);
}

/* site content wrapper */

.sitecontent {
  padding: 0;
  position: relative;
}

/* ------------------------------------
 *  FOOTER REGION
 * ------------------------------------
 */
.footer-wrapper {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 2rem;
  text-align: center;
  color: #ccc;
}

.footer-wrapper a {
  color: #ccc;
  text-decoration: none;
}
.footer-wrapper a:hover {
  text-decoration: underline;
}

/* ------------------------------------
 *  CONTENT
 * ------------------------------------
 */
.contents {
  margin-top: 40px;
  text-align: left;

  padding-bottom: 20px;
}

/* content header */
.content-header {
  position: relative;
}
.content-header span {
  padding-left: 5px;
  /* font-size: 10px; */
}

.savesettings {
  position: absolute;
  top: 0;
  right: 0;
}

.contents p {
  padding: 0 0 20px 0;
}

.contents_eventdetail {
  width: 830px;
  margin: 0 auto;
  text-align: left;
}

.content-2col {
  width: 48%;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}
/* ------------------------------------
 *  LOGIN
 * ------------------------------------
 */
#loginMask .contents,
#registerMask .contents,
#passwordMask .contents {
  width: 600px;
}

/* Kennwort vergessen */
.pw_link {
  margin-top: 5px;
}

/* ------------------------------------
 *  USER ADMINISTRATION
 * ------------------------------------
 */
table {
  width: 100%;
  max-width: 100%;
  border-spacing: 0 1rem;
  border-collapse: separate;
}

table.usertable {
  table-layout: fixed;
  text-align: left;
  padding: 0;
}

table.usertable th,
table.usertable td {
  padding: 0;
}

table.usertable .jqueryFileTree.main_ul {
  background-color: var(--dark-background);
}

table.usertable th:first-child {
  background-color: var(--dark-background);
  margin: 0.2rem 0;
}

table.usertable td.inner {
  background: #efefef;
  padding: 0;
  border-bottom: none;
}

table.usertable a.expInfo {
  display: block;
  padding-right: 10px;
  min-height: 24px;
  /* line-height: 24px; */
  background-image: url(../images/arrow_expandable.gif);
  background-repeat: no-repeat;
  background-position: right -24px;
  outline: none;
}
table.usertable a.expInfo.up {
  background-position: right 0;
}

table.general-table th {
  background-color: var(--dark-background);
  padding: 0.5rem 1rem;
  text-align: left;
}

table.general-table tr:not(.no-bg) {
  background-color: var(--dark-background);
  padding: 0.5rem 1rem;
}

table.general-table .permission-content {
  padding: 1rem;
}

table.general-table tr:not(.no-padding) td {
  padding: 0.5rem 1rem;
}

table.general-table {
  border-spacing: 0 0.5rem;
}

table.general-table .circle-button,
#uptool_queue a.close,
#uptool_wrapper a.uptool_close_all {
  color: var(--middle-grey);
  background-color: var(--dark-background);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 1rem;
  flex-shrink: 0;
}

table.general-table .circle-button:hover,
table.general-table .circle-button.up,
#uptool_queue a.close:hover,
#uptool_wrapper a.uptool_close_all:hover {
  background-color: var(--middle-grey);
  color: #fff;
}

.font.icon-activate.dp-1 {
  color: #fff;
  background-color: #54bb00;
}
.font.icon-deactivate.dp-1 {
  color: #fff;
  background-color: #e2001a;
}
.objectonline_link.font.icon-activate.dp-1,
.objectonline_link.font.icon-deactivate.dp-1 {
  border-radius: 50%;
  padding: 1rem;
}

.objectonline_link.font.icon-activate.dp-1:hover,
.objectonline_link.font.icon-deactivate.dp-1:hover {
  background-color: var(--button-color);
}

.font.icon-activate.dp-0 {
  color: #e2001a;
}

/* Zugriffsrechte */
.innercontent {
  /* font-size: 11px; */
  padding: 15px 10px 30px 10px;
  float: left;
}

.innercontent strong {
  color: #555;
}

table.foldercontent {
  text-align: left;
  padding: 0;
  border: none;
}

table.foldercontent .flex-content {
  display: flex;
}

.flex-div {
  display: flex;
  align-items: center;
}

table.foldercontent td {
  border: none;
  /* line-height: 22px; */
  background: none;
}

table.foldercontent label {
  padding: 0 30px 0 5px;
}

table.foldercontent .foldername {
  display: block;
  /* line-height: 22px; */
  padding-left: 20px;

  font-weight: bold;
  color: #555;

  background-image: url(../images/treeFolder.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
}

/* ------------------------------------
 *  FILEMANAGER
 * ------------------------------------
 */

/* breadcrumb */

#breadcrumbs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#breadcrumbs > *:not(a) {
  display: none;
}

#breadcrumbs {
  visibility: collapse;
}

.contents.extlink-content #breadcrumbs {
  margin-bottom: 3rem;
}

.breadcrumb-th {
  padding-left: 1rem !important;
}

#breadcrumbs a {
  visibility: visible;
}

#breadcrumbs a {
  /* text-decoration: none; */
  /* color: #d5d5d5; */

  padding: 1rem 3rem;
  display: inline-block;
  position: relative;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: var(--dark-background);
  position: relative;
  margin-right: 1rem;
}

#breadcrumbs a:hover {
  /* text-decoration: underline; */
  color: inherit;
  background-color: rgba(0, 0, 0, 0.2);
  background-color: var(--darker-background);
}

#breadcrumbs a:last-of-type:not(:only-of-type) {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  margin-right: 0;
}

#breadcrumbs a:not(:last-of-type)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
  -ms-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
  border-style: solid;
  border-width: 1.25em 0 1.25em 1.25em;
  border-color: transparent transparent transparent rgb(0, 0, 0, 0.1);
  border-color: transparent transparent transparent var(--dark-background);
  z-index: 2;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}

#breadcrumbs a:not(:last-of-type):hover:after {
  border-color: transparent transparent transparent rgb(0, 0, 0, 0.2);
  border-color: transparent transparent transparent var(--darker-background);
}

#breadcrumbs a:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-style: solid;
  border-width: 1.25em 0 1.25em 1.25em;
  border-color: transparent transparent transparent var(--background-color);
  z-index: 1;
}

/* Verzeichnis */
#menuTree {
  width: 100%;
  padding: 10px 0 40px 0;
  overflow: hidden;
}

/* Formulare */
fieldset {
  border: 0 none;
}

.content-1-col {
  margin-top: 40px;
  margin-left: 10px;
}

.window_cell {
  width: 30%;
  height: 115px;
  text-align: center;
}

.window_occ {
  background-color: #005696;
  color: #fff;
}
.window_occ a {
  color: #fff;
}

.window_free,
.window_booked {
  background-color: #ebeff6;
}

.time_col {
  padding: 10px;
  font-weight: bold;
  /* font-size: 14px; */
}

.contents th {
  text-align: center;
}

.window_table th {
  padding: 10px;
  font-weight: bold;
  /* font-size: 14px; */
}

.window_table {
  margin-bottom: 40px;
}

.own_event_block {
  margin-top: 5px;
}
.own_event_block td {
  padding-bottom: 15px;
}

.event_edit {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/edit.png);
}
.event_erase {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/delete.png);
}
.event_view {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/view.png);
}
.event_refresh {
  width: 16px;
  height: 16px;
  display: block;
  background-image: url(../images/arrow_refresh.png);
  margin-left: 10px;
  margin-top: 4px;
}

.event_smalledit {
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../images/edit-small.png);
  float: right;
  margin: 4px 4px 0 0;
}
.event_smallerase {
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../images/delete-small.png);
  float: right;
  margin: 4px 4px 0 0;
}
.event_smallview {
  width: 14px;
  height: 14px;
  display: block;
  background-image: url(../images/view-small.png);
  float: right;
  margin: 4px 4px 0 0;
}

.event_edit span,
.event_erase span,
.event_view span,
.event_refresh span,
.event_smalledit span,
.event_smallerase span,
.event_smallview span {
  display: none;
}

.cell_content {
  position: relative;
  height: 100px;
  padding-top: 40px;
}
.window_panel {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
}

span.eid {
  float: left;
  /* font-size: 10px; */
  padding-left: 5px;
}
span.booked {
  float: right;
  /* font-size: 10px; */
  padding-right: 5px;
}

.eventpanel {
  width: 830px;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: left;
  border-bottom: 1px solid #005696;
}

.form-row-radios label {
  padding-left: 5px;
  float: left;
  padding-right: 20px;
}

.uploadImage {
  padding: 4px 0 8px 34px;
  background: url('../images/upload.gif') no-repeat scroll 10px 20px rgba(0, 0, 0, 0);
}

#uploadifive-file_upload {
  background-clip: padding-box;
  background-color: #646464;
  color: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 200px;
}

#uploadifive-file_upload:hover {
  opacity: 0.8;
  cursor: pointer;
}

.uploadifive-queue-item {
  background-color: var(--dark-background);
  margin-top: 12px;
  padding: 10px;

  /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font: 12px Arial, Helvetica, Sans-serif;
	margin-top: 3px;
	padding: 15px;*/
}

table.general-table .uploadifive-queue-item td {
  padding: 0.5rem;
}

.uploadifive-queue-item td:first-child {
  width: 60%;
}

.uploadifive-queue-item td:last-child {
  min-width: 5rem;
}

.uploadifive-queue-item textarea {
  width: 100%;
}

#uptool_table {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
}

.uptool_form {
  padding-bottom: 20px;
  margin-bottom: 3rem;
}

.close {
  padding-right: 4px;
}

.uptool_close_all {
  padding-left: 3px;
}

.uploadifive-queue-item .progress {
  background-color: #ffffff;
  margin-top: 10px;
  width: 100%;
}
.uploadifive-queue-item .progress-bar {
  background-color: #0099ff;
  height: 5px;
}

.uploadifive-queue-item .close {
  float: right;
}

#upload_fallback {
  margin: 5px;
  color: #d00;
  font-weight: bold;
  /* font-size: 12px; */
}

.uptool_thumb {
  float: left;
  margin-right: 10px;
  width: 42px;
}

#drop_target {
  border: 2px dashed #bbb;
  margin-top: 2rem;
  background-color: var(--dark-background);
  border-radius: 1rem;
  text-align: center;
  padding-bottom: 3rem;
}
#drop_target span {
  opacity: 0.8;
  display: block;
  font-size: 80%;
  margin-top: 0.5rem;
}
#uptool_hint {
  color: #646464;
  /* font-size: 14px; */
  /* line-height: 24px; */
  margin: 30px auto 10px;
  text-align: center;
}

input.edit_filename {
  float: left;
  display: block;
}
.file_extension {
  float: left;
  padding-top: 5px !important;
  padding-left: 5px !important;
  text-transform: uppercase;
}

.keyword_finder {
  display: flex;
  align-items: center;
}

.keyword_finder label {
  padding-right: 5px;
  padding-top: 2px;
  margin-right: 1rem;
}

#search_confirm {
  padding-left: 0.5rem;
}

.listswitch {
  margin-right: 3rem;
}

.listswitch .font {
  color: var(--middle-grey);
  background-color: var(--dark-background);
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
}

.listswitch .font:hover,
.listswitch.listactive a:first-child .font,
.listswitch.imgactive a:last-child .font {
  background-color: var(--middle-grey);
  color: #fff;
}

/* Zugriffe (Login-Log)*/

tr.dl_stats_row td {
  padding: 8px 12px 16px 12px;
}

tr.dl_stats_row ul li {
  background-color: #efefef;
  border-bottom: 1px solid #d5d5d5;
  /* line-height: 19px; */
  padding: 6px 6px 6px 32px;
  background-position: 9px 7px;
  background-repeat: no-repeat;
}

tr.dl_stats_row ul li:last-child {
  border-bottom: none;
}

tr.dl_stats_row.closed td {
  height: 0px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

tr.dl_stats_row.closed .dl_stats {
  display: none;
}

.th-flex {
  display: flex;
  justify-content: space-between;
}

.extlink_label {
  display: inline-block;
}

a.extlink_overview_extlink {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
}

.extlink_overview_tbl br:last-child {
  margin-bottom: 8px;
}

.extlink_overview_tbl tr {
  background-color: var(--dark-background);
}

.extlink_overview_tbl tr.expired {
  opacity: 0.7;
}

.extlink_overview_tbl td {
  padding: 0.5rem;
}

/* PROFILE FORM */
#profile_form .contents {
  display: flex;
  flex-wrap: wrap;
}

#profile_form .contents .flex-container {
  width: 50%;
  margin: 1rem 0;
}
.addtoextlink {
  margin-right: 1rem;
}

#file_count_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
