@font-face {
  font-family: 'Noto';
  font-style: normal;
  font-weight: 400;
  src: url(https://koerperseelewohl-test.lima-city.de/fetch/woff/noto.woff) format('woff'), url(https://koerperseelewohl-test.lima-city.de/fetch/ttf/font.ttf) format('truetype'), url(https://koerperseelewohl-test.lima-city.de/fetch/svg/font.svg) format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://koerperseelewohl-test.lima-city.de/fetch/woff/material-icons.woff) format('woff'), url(https://koerperseelewohl-test.lima-city.de/fetch/ttf/material-icons.ttf) format('truetype'), url(https://koerperseelewohl-test.lima-city.de/fetch/svg/material-icons.svg) format('svg');
}

* {user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  cursor: default;}
body[loading] * {transition: unset !important;}

.user_select {user-select: all !important;
  -moz-user-select: all !important;
  -webkit-user-select: all !important;
  -ms-user-select: all !important;
  pointer-events: all !important;}

[contenteditable] * {cursor: text !important;}

html{height: 100%;
  --primary-color-light: rgb(255,245,157);
  --primary-color: rgb(255, 213, 79)/*rgb(255,235,59)*/;
  --primary-color-dark: rgb(245,124,0);}

body {display: block !important;
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  background: #f1f1f1;
  font-size: 15px;
  line-height: 20px;
  font-family: Arial;
  color: #111;
  overflow-x: hidden;
  overflow-y: auto;}

.loader_spinner{animation: loader_rotator 1.4s linear infinite;}
@keyframes loader_rotator{
0% {transform:rotate(0)}
100% {transform:rotate(270deg)}
}
.loader_path{stroke-dasharray: 120;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: loader_dash 1.4s ease-in-out infinite;
  stroke: var(--primary-color);}
@keyframes loader_dash{
0% {stroke-dashoffset:120;transform:rotate(0)}
50% {stroke-dashoffset:30;transform:rotate(135deg)}
100% {stroke-dashoffset:120;transform:rotate(450deg)}
}

/**/

#container {position: relative;
  display: block;
  width: 100%;
  height: 100%;
  float: left;}

/**/

header {display: block;
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 155px;
  background: transparent;
  box-shadow: 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(0,0,0,0);
  transition: box-shadow 280ms ease;
  --color-1:rgba(255,255,255,0.95);
  --color-2:rgba(255,255,255,0.9);}
html:not([internal]):not([no-image]) #header_shadow {display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 155px;
  width: 100%;
  z-index: 999;
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));}
html[internal] header, html[no-image] header {background: rgb(255, 235, 59);
  background: var(--primary-color);
  --color-2:rgba(0,0,0,0.9);
  box-shadow: 0 -10px 10px 10px rgba(0,0,0,0.3), 0 -10px 20px 10px rgba(0,0,0,0.2);}
header[up] {box-shadow: 0 -10px 10px 10px rgba(0,0,0,0.3), 0 -10px 20px 10px rgba(0,0,0,0.2);
  background: var(--bg);}
header[fixed] {position: fixed;
  top: -105px;}
header h1 {display: block;
  margin: 0;
  height: 60px;
  width: calc(100% - 80px);
  font-size: 26px;
  font-weight: normal;
  line-height: 80px;
  padding: 0 0 0 30px;
  color: var(--color-1);}
html[internal] header h1, html[no-image] header h1 {color: rgba(0,0,0,0.95);}
header h2 {display: block;
  margin: 0;
  height: 20px;
  width: calc(100% - 100px);
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 0 0 30px;
  color: var(--color-2);}
html[internal] header h2, html[no-image] header h2 {color: rgba(0,0,0,0.9);
  color: var(--color-2);}
header #nav_btn {margin: 25px 0 0 0;}
header nav {display: block;
  height: 50px;
  padding: 0 0 0 10px;
  transition: background 280ms ease;}
html:not([no-image]):not([internal]) header:not([up]) nav {background: rgba(0,0,0,0.4);}
header nav ul {display: block;
  margin: 0;
  padding: 0;
  min-height: 40px;}
header nav ul > li {display: inline-block;
  height: 50px;
  position: relative;}
header nav ul > li > a {display: inline-block;
  height: 100%;
  padding: 0 15px;
  line-height: 50px;
  color: rgba(255,255,255,0.95);
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 280ms ease;
  cursor: pointer;
  min-width: calc(100% - 40px);}
header[up] nav ul > li > a {color: var(--color-1);
  background: transparent;}
html[internal] header nav ul > li > a, html[no-image] header nav ul > li > a {color: rgba(0,0,0,0.95);
  background: transparent;}
header nav ul > li a:hover {background: rgba(0,0,0,0.6);}
html[internal] header nav ul > li a:hover, html[no-image] header nav ul > li:hover {background: rgba(0,0,0,0.05);}
header[up] nav ul > li a:hover {background: rgba(0,0,0,0.05);}
header nav li > ul {position: absolute;
  opacity: 0;
  pointer-events: none;
  left: 0;
  top: 50px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  transition: opacity 280ms ease;
  background: rgba(0,0,0,0.4);}
html[internal] header nav li > ul, html[no-image] header nav li > ul {background: rgb(255, 235, 59);
  background: var(--primary-color);}
header[up] nav li > ul {background: var(--bg);}
header nav li > ul > li > ul {left: 100%;
  top: 0;}
header nav li:hover > ul {opacity: 1;
  pointer-events: all;}
header nav li > ul > li {display: block;}
header nav li > ul > li > a {display: block;}
#wallpaper {display: block;
  position: absolute;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 400px;
  overflow: hidden;}
#wallpaper div {position: absolute;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease;}
html:not([wallpaper]) #wallpaper div.hidden {opacity: 0;}
main {display: block;
  position: relative;
  z-index: 10;
  min-height: calc(100% - 400px);
  margin: 400px 0 60px 0;
  background: #f1f1f1;
  box-shadow: 0 -10px 20px 10px rgba(0,0,0,0.3);
  overflow: hidden;}
html[internal] main, html[no-image] main {margin: 155px 0 60px 0;
  min-height: calc(100% - 155px);}
footer {display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  height: 60px;
  background: #888;
  color: #f1f1f1;
  line-height: 60px;
  font-size: 12px;
  padding: 0 0 0 29px;}
footer a {color: rgb(255,245,157);
  color: var(--primary-color-light);}

.custom_arrange {display: block;
  width: 100%;
  height: 175px;
  position: relative;
  margin: 0 0 40px;}
.custom_arrange div {position: absolute;
  width: 260px;
  height: 70px;
  box-shadow: 0 0 1px 1px #999;
  border-radius: 100%;
  font-size: 25px;
  text-align: center;
  line-height: 70px;
  background: #fff;
  font-weight: bold;
  z-index: 2;}
.custom_arrange div:nth-of-type(1) {left: 45px;
  top: calc(25% - 35px);
  color: #ffb600;}
.custom_arrange div:nth-of-type(2) {right: 45px;
  top: calc(25% - 35px);
  color: #ff8700;}
.custom_arrange div:nth-of-type(3) {left: calc(50% - 130px);
  bottom: calc(25% - 35px);
  color: #d73f00;}
.custom_arrange div[text-before]:before {content: attr(text-before);
  color: #333;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  top: -25px;
  left: 0;
  width: 260px;
  height: 20px;
  line-height: 20px;
  text-align: center;}
.custom_arrange div[text-after]:after {content: attr(text-after);
  color: #333;
  font-size: 15px;
  font-weight: normal;
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 260px;
  height: 20px;
  line-height: 20px;
  text-align: center;}

.custom_references {display: block;
  width: 100%;
  margin: 10px 0 0 0;
  overflow: hidden;}
.custom_references div {display: block;
  width: calc(50% - 15px);
  float: left;}
.custom_references div:last-child {margin: 0 0 0 30px;
  box-shadow: -14px 0 0 1px #fff, -15px 0 0 1px #ccc;}

#anfahrtsplan {position: relative;
  overflow: hidden;
  width: 100%;
  height: 450px;
  background: #fcfcfc;}

@media only all and (max-width: 768px) {
html[touch]:not([internal]):not([no-image]) #header_shadow {height: 90px;}
html[touch] header {height: 170px;}
html[touch][internal] header, html[touch][no-image] header {height: auto;}
html[touch] header[fixed] {top: -110px;}
html[touch][internal] header[fixed], html[touch][no-image] header[fixed] {top: -30px;}
html[touch] header h1, html[touch] header h2 {float: left;
  padding: 0 0 0 20px;}
html[touch] header h1 {position: fixed;
  top: 0;
  height: 45px;
  line-height: 60px;}
html[touch] header h2 {margin: 55px 0 15px 0;
  width: calc(100% - 40px);
  height: auto;}
html[touch] header #nav_btn {display: inline-block;
  position: fixed;
  right: 10px;
  top: 5px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0;}
html[touch] header #nav_btn > span {display: block;
  position: absolute;
  left: 13px;
  width: 24px;
  height: 2px;
  background: var(--color-1);}
html[touch][internal] header #nav_btn > span, html[touch][no-image] header #nav_btn > span {background: rgba(0,0,0,0.95);}
html[touch] header #nav_btn > span:nth-child(1) {top: 18px;}
html[touch] header #nav_btn > span:nth-child(2) {top: 24px;}
html[touch] header #nav_btn > span:nth-child(3) {top: 30px;}
html[touch] header #nav_btn nav {right: 13px;
  top: 50px;
  position: absolute;
  background: var(--bg);
  min-height: 40px;
  height: auto;
  max-height: var(--height);
  overflow: auto;
  background: var(--primary-color);
  padding: 0;}
html[touch] header #nav_btn nav li > ul {opacity: 1;
  position: static;
  pointer-events: all;
  min-width: calc(100% - 20px);
  box-shadow: none;
  margin: 0 0 0 20px;
  min-height: 40px;}
html[touch] header #nav_btn nav ul > li {min-width: 100%;
  height: auto;}
html[touch] header #nav_btn nav ul > li a {min-width: calc(100% - 40px);
  background: transparent;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;}
html[touch] header nav li > ul {background: transparent;}
html[touch] header #nav_btn[open] {overflow: visible;}
html[touch] header #nav_btn[open] nav {box-shadow: 0 5px 20px rgba(0,0,0,0.4);}
html[touch] #wallpaper {height: 170px;}
html[touch] main {margin: 170px 0 60px 0;
  min-height: calc(100% - 170px);}
html[touch][internal] main, html[touch][no-image] main {margin: 90px 0 60px 0;
  min-height: calc(100% - 90px);}
html[touch] section {margin: 0;
  border-radius: 0;
  transform: unset;
  left: 0;
  padding: 20px;
  width: calc(100% - 40px);
  max-width: unset;}
.custom_arrange {display: flex;
  height: auto;
  margin: 0 0 25px;
  flex-wrap: wrap;
  justify-content: space-around;}
.custom_arrange div[text-before], .custom_arrange div[text-after] {position: relative;}
.custom_arrange div {position: static;
  display: inline-block;
  margin: 15px;
  left: unset !important;
  top: unset !important;}
}
@media only all and (max-width: 431px) {
html[touch][internal] main, html[touch][no-image] main {margin: 110px 0 60px 0;
  min-height: calc(100% - 110px);}
html[touch][internal] header[fixed], html[touch][no-image] header[fixed] {top: -50px;}
}
@media only all and (max-width: 298px) {
html[touch][internal] main, html[touch][no-image] main {margin: 130px 0 60px 0;
  min-height: calc(100% - 130px);}
html[touch][internal] header[fixed], html[touch][no-image] header[fixed] {top: -70px;}
}

/**/

table {border-collapse: collapse;}
table tr {height: 30px;}
table tr td {padding: 5px;}
table tr th {padding: 5px;
  text-align: left;}

section {display: block;
  max-width: 700px;
  padding: 40px;
  margin: 20px auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 4px 10px rgba(0, 0, 0, 0.2);
  text-align: justify;}
section:first-child {margin-top: 0;}
section:last-child {margin-bottom: 0;}
section.small {display: inline-block;}
section.center {position: relative;
  left: 50%;
  transform: translateX(-50%);}
section.inline {box-shadow: none;
  background: transparent;}

section h1, section h2, section h3 {margin: 0 0 10px 0;
  font-weight: normal;
  min-height: 30px;
  line-height: 30px;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;}
section h1 {font-size: 27px;}
section h2 {font-size: 21px;}
section h3 {font-size: 18px;}

a {text-decoration: none;
  cursor: pointer;
  color: rgb(245,124,0);
  color: var(--primary-color-dark);}
a:hover {text-decoration: underline;}

p:first-child, ul:first-child {margin-top: 0;}
p:last-child, ul:last-child {margin-bottom: 0;}

/**/

.datalist {display: block;
  min-width: 700px;}
.datalist .item {display: block;
  min-height: 50px;
  position: relative;
  border-bottom: 1px solid #ccc;}
.datalist .item:last-child {border-bottom: none;}
.datalist .item > .title {display: block;
  margin: 0 0 0 10px;
  height: 30px;
  line-height: 35px;
  font-size: 15px;
  overflow: hidden;
  max-width: calc(100% - 120px);
  text-overflow: ellipsis;
  white-space: nowrap;}
.datalist .item.no_subtitle > .title {line-height: 50px;}
.datalist .item > .subtitle {display: block;
  margin: 0 0 0 10px;
  height: 20px;
  line-height: 11px;
  color: #888;
  overflow: hidden;
  max-width: calc(100% - 120px);
  text-overflow: ellipsis;
  white-space: nowrap;}
.datalist .item > .pre-actions {height: 50px;
  overflow: hidden;
  float: left;
  margin-right: 10px;}
.datalist .item > .actions {position: absolute;
  display: inline-block;
  right: 0;
  top: 0;
  height: 50px;}
.datalist .item > .actions button {margin: 7px 0;}
.datalist .item > .pre-actions button {margin: 7px 0;
  width: 23px;
  text-align: center;
  padding: 0;}
.datalist .item > .collapse {display: none;
  position: relative;
  border-top: 1px solid #ccc;
  min-height: 50px;
  margin: 0 0 0 20px;}
.datalist .item > .collapse[open] {display: block;}

.infolist {display: block;}
.infolist > .item {display: block;
  min-height: 25px;}
.infolist > .item > .icon {height: 25px;
  line-height: 25px;
  float: left;
  margin: 0 5px 0 0;}
.infolist > .item > span {line-height: 25px;margin-right: 5px;}
.infolist > .item > span:last-child {margin: 0;}
.infolist.big > .item {height: 35px;
  border-bottom: 1px solid #eee;}
.infolist.big > .item > span {display: inline-block;
  height: 35px;
  line-height: 35px;}

.collapsable {display: block;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 10px 0 0;
  overflow: hidden;
  height: 40px;}
.collapsable[state="open"] {height: auto;}
.collapsable .collapsable_title {display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  margin: 0 0 10px 0;
  background: #eee;
  box-shadow: 0 -10px 7px 10px rgba(0,0,0,0.3);
  font-size: 16px;
  cursor: pointer;}
.collapsable .collapsable_icon {float: left;
  margin: 8px 5px 0 -8px;}
.collapsable .collapsable_state {float: right;
  margin: 8px -8px 0 0;}
.collapsable .collapsable_state:after {content: "keyboard_arrow_left";}
.collapsable[state="open"] .collapsable_state:after {content: "keyboard_arrow_down";}

.list-style {min-height: 24px;
  line-height: 24px;
  padding: 0 4px;
  background: #f1f1f1;
  border-radius: 5px;
  margin: 5px;
  overflow: hidden;}
.list-style span {display: inline-block;
  vertical-align: middle;}
.list-style > span {margin: 5px;}
.list-style > span > span {margin: 0 5px 0 0;}

.toolbar {display: block;
  background: #ddd;
  height: 40px;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  border-radius: 10px 10px 0 0;}
.toolbar .toolbar_left {display: block;
  float: left;
  height: 40px;}
.toolbar .toolbar_right {display: block;
  float: right;
  height: 40px;}
.toolbar button {margin: 2px;
  width: 37px;}
.toolbar span {display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 10px;
  float: left;}

.datagrid {display: block;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
  max-height: 600px;
  overflow: auto;}
.datagrid input {display: none;}
.datagrid .item {display: inline-block;
  position: relative;
  border: 2px solid transparent;
  margin: 3px;
  cursor: pointer;
  min-height: 60px;
  min-width: 60px;}
.datagrid input:checked + .item {border: 2px solid var(--primary-color-dark);
  margin: 3px;}
.datagrid input:checked + .item:after {content: "checked";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 25px;
  height: 25px;
  background: var(--primary-color-dark);
  border-radius: 100%;
  font-size: 19px;
  font-family: "Material Icons";
  text-indent: 3px;
  line-height: 25px;
  color: #fff;}
.datagrid .item[type="tall"] {max-height: 200px;
  overflow: hidden;
  width: 80px;}
.datagrid .item[type="wide"] {max-width: 200px;
  overflow: hidden;}
.datagrid .item[type="quad"] {max-width: 150px;
  max-height: 150px;
  overflow: hidden;}
.datagrid .item img {display: block;
  pointer-events: none;}
.datagrid .item[type="tall"] img {width: 80px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);}
.datagrid .item[type="wide"] img {height: 80px;
  width: auto;
  margin: 0 0 0 50%;
  transform: translateX(-50%);}
.datagrid .item[type="quad"][side="width"] img {max-width: 150px;
  height: auto;}
.datagrid .item[type="quad"][side="height"] img {max-height: 150px;
  width: auto;}
.datagrid .item span {display: inline-block;
  position: absolute;
  z-index: 10;
  bottom: 5px;
  left: 50%;
  height: 24px;
  padding: 0 6px;
  line-height: 24px;
  background: rgba(0,0,0,0.5);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 20px);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  transform: translateX(-50%);
  cursor: pointer;}

.flow {display: block;
  position: relative;
  width: 880px;
  height: 700px;
  overflow: auto;}
.flow .flow_shadow {display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  box-shadow: 20px 0 10px -20px rgba(0,0,0,0.3) inset, -20px 0 10px -20px rgba(0,0,0,0.3) inset;}
.flow .flow_scroll {display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  overflow: auto;}
.flow .flow_header {display: block;
  position: absolute;
  width: 6230px;
  height: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;}
.flow .flow_header span {display: inline-block;
  height: 20px;
  width: 300px;
  overflow: hidden;
  padding: 5px;
  box-shadow: 1px 0 0 #eee;
  text-align: center;}
.flow .flow_header span:first-child {width: 500px;}
.flow .flow_header span:nth-child(2n) {width: 200px;}
.flow .flow_header span:nth-child(2n+1) {}
.flow .flow_content {display: block;
  position: absolute;
  top: 31px;
  left: 0;
  bottom: 0;
  width: 6230px;
  overflow: hidden;}
.flow .flow_content > div {display: block;
  position: relative;
  width: 300px;
  height: calc(100% - 10px);
  padding: 5px;
  overflow: hidden;
  float: left;}
.flow .flow_content > div:first-child {width: 500px;}
.flow .flow_content > div:nth-child(2n) {width: 210px;
  padding: 0;
  height: 100%;
  overflow: hidden;}
.flow .flow_content > div:nth-child(2n+1) {}
.flow .flow_content > div > div {display: block;
  position: relative;
  width: calc(100% - 10px);
  height: calc(100% * var(--size) - 10px);
  background: #eee;
  border-radius: 6px;
  margin: 5px;
  overflow: hidden;
  float: left;}
.flow .flow_content > div > div .flow_page {position: absolute;
  height: 20px;
  line-height: 20px;
  padding: 0 10px;
  top: calc(50% - 20px);
  left: 0;
  right: 0;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;}
.flow .flow_content > div > div .flow_count {position: absolute;
  height: 20px;
  line-height: 20px;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #aaa;}
.flow .flow_content > div canvas {margin: 5px;}

.highlight_textarea {position: relative;
  overflow: hidden;}
.highlight_textarea.fill_area {height: calc(100% - 153px) !important;}
.highlight_textarea.fill_half_area {height: calc(100% - 333px) !important;}
.highlight_textarea textarea {position: absolute;
  z-index: 1;
  height: calc(100% - 20px);
  -webkit-text-fill-color: transparent;
  font: unset;
  font-family: monospace;}
.highlight_textarea > div {position: absolute;
  z-index: 2;
  margin: 5px;
  padding: 5px;
  height: calc(100% - 20px);
  overflow: auto;
  pointer-events: none;
  font: unset;
  font-family: monospace;}
.highlight_textarea > div span.tag {color: #999;}
.highlight_textarea > div span.tag > span:nth-child(1) {color: #00a;}
.highlight_textarea > div span.tag > span:nth-child(2) {color: #55d;}

.page_preview {display: block;
  width: 900px;
  height: calc(100vh - 76px);
  background: #f1f1f1;
  overflow: auto;}
.page_preview .page_preview_header {display: block;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
  height: 50px;
  background: var(--primary-color);
  box-shadow: 0 -10px 10px 10px rgba(0,0,0,0.3), 0 -10px 20px 10px rgba(0,0,0,0.2);}
.page_preview .page_preview_content {display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 -10px 20px 10px rgba(0,0,0,0.3);}
.page_preview .page_preview_footer {display: block;
  position: relative;
  z-index: 1;
  height: 60px;
  background: #888;}

/**/

.media_dir {margin: 0 0 20px 0;}
#media_add_filedrop {border: 2px dashed #ccc;
  width: 100%;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 20px;
  color: #aaa;
  border-radius: 10px;
  cursor: pointer;}
#media_add_filedrop[over] {border: 2px dashed #29B6F6;}
#media_add_uploads {margin: 10px 0 0 0;}
#media_add_uploads div {display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;}
#media_add_uploads div span {color: #777;
  display: inline;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}

.link_preview {display: block;
  height: 30px;
  line-height: 30px;
  margin: 0 0 5px 0;}
.link_preview img {float: left;
  margin: 0 10px 0 0;}
.link_preview span {display: block;
  height: 30px;
  line-height: 30px;}

/**/

#track #track_date_settings {float: right;
  font-size: 14px;}
#track #track_date_settings input {margin: 0px 5px;}
#track .track_module {padding: 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.3);
  margin: 10px 0 0 0;}
#track .track_module:first-of-type {margin: 0;}
#track .track_module > div {display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: flex-start;
  flex-flow: row wrap;}
#track .track_module > div > div {flex-grow: 1;}

.pie_chart {display: inline-block;
  height: auto;
  margin: 5px;}
.pie_chart h3 {height: 20px;
  line-height: 30px;
  box-shadow: 0 2px 0 #fff, 0 3px 0 #ddd;}
.pie_chart canvas {display: inline-block;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  box-shadow: 0 0 5px -2px rgba(0,0,0,1);
  transform: rotate(270deg);
  vertical-align: top;}
.pie_chart table {display: inline-block;
  min-height: 140px;
  height: auto;
  padding: 0 5px;}
.pie_chart table td {padding: 0 5px 0 0;
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;}
.pie_chart table td:last-child {padding: 0;}
.pie_chart table span {display: block;
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 20px;}

.dia_chart {display: inline-block;
  width: 600px;
  margin: 5px;}
.dia_chart h3 {height: 20px;
  line-height: 30px;
  box-shadow: 0 2px 0 #fff, 0 3px 0 #ddd;}
.dia_chart canvas {display: block;
  width: 600px;
  height: 140px;
  margin: 0 auto;}
.dia_chart > div {display: flex;
  width: 600px;
  margin: 10px 0 0 0;
  justify-content: space-around;
  margin: 0 auto;}
.dia_chart > div > div {display: block;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  text-align: center;}

.selectable {display: block;
  height: 160px;
  overflow: auto;
  line-height: 0;}
.selectable .option {display: inline-block;
  position: relative;
  width: calc(100% / 5 - 12px);
  min-width: 200px;
  max-width: 300px;
  height: 70px;
  overflow: hidden;
  margin: 5px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  border: 1px solid #eee;}
.selectable .option img {position: absolute;
  width: 100%;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  z-index: -1;}
.selectable .option[state="checked"] {box-shadow: 0 0 0 2px var(--primary-color-dark) inset;
  border: 1px solid var(--primary-color-dark);}

/**/

.dialog {display: block;
  position: fixed;
  width: 800px;
  background: #fff;
  z-index: 10000;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2), 0 0 40px rgba(0,0,0,0.2), 0 0 0 1000px rgba(0,0,0,0.1);
  border-radius: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);}
.dialog_header {display: block;
  height: 22px;
  text-indent: 2px;
  line-height: 25px;
  font-size: 20px;
  padding: 20px 20px 0;}
.dialog_content {display: block;
  padding: 15px 20px;}
.dialog_content input, .dialog_content textarea {width: calc(100% - 20px) !important;}
.dialog_content textarea {min-height: 40px;}
.dialog_buttons {text-align: right;}
.dialog.full {left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  transform: none;
  border-radius: 0;}
.dialog.full .dialog_content {height: calc(100% - 118px);
  overflow: auto;}
.dialog.full .fill_area {height: calc(100% - 178px);}

/**/

.icon:not(.button) {display: inline-block;
  width: 24px;
  height: 24px;
  pointer-events: none;
  text-align: center;
  line-height: 24px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  text-transform: none;
  white-space: nowrap;}

/**/

input[type="text"], input[type="password"], input[type="number"], textarea, input[type="date"] {display: inline-block;
  width: 190px;
  height: 24px;
  margin: 5px;
  padding: 5px;
  line-height: 24px;
  font: unset;
  border: none;
  background: #fff;
  box-shadow: 0 -1px 0 rgb(200,200,200) inset;
  transition: box-shadow 280ms ease;
  cursor: text;
  resize: none;}

input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus, input[type="date"]:focus {box-shadow: 0 -2px 0 rgb(249,168,37) inset;
  box-shadow: 0 -2px 0 var(--primary-color-dark) inset;}
input[type="text"][error], input[type="password"][error], input[type="number"][error], textarea[error] {box-shadow: 0 -1px 0 #e00 inset;}
input[type="text"][error]:focus, input[type="password"][error]:focus, input[type="number"][error]:focus, textarea[error]:focus {box-shadow: 0 -2px 0 #e00 inset;}
input[type="date"] {cursor: auto;
  width: 125px;}
input.inline {width: 200px !important;}

.button {display: inline-block;
  position: relative;
  margin: 5px;
  font: unset;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 88px;
  height: 36px;
  padding: 0 16px;
  border: none;
  border-radius: 3px;
  text-align: center;
  overflow: hidden;
  background: rgb(230,230,230);
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  -webkit-appearance: none;
  cursor: pointer;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), background 280ms ease;
  z-index: 1;}
.button:hover {box-shadow:  0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);}
.button:active {box-shadow:  0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 6px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);}
.button.flat {box-shadow: none !important;
  background: transparent;}
.button.flat:active {background: rgba(0,0,0,0.06) !important;}
.button.primary {background: rgb(249,168,37);
  background: var(--primary-color-dark);
  color: #fff;}
.button.primary.flat {background: transparent;
  color: rgb(249,168,37);
  color: var(--primary-color-dark);}
.button[disabled] {box-shadow: none !important;
  cursor: default !important;
  color: unset;}
.button.icon {min-width: 0;
  padding: 6px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-size: 24px;
  text-transform: none;}
form .button:last-child {float: right;
  margin: 15px -15px -15px 0;}
h1 button, h2 button {float: right !important;
  margin: -3px 0 0 0 !important;
  line-height: 0px !important;
  width: 37px !important;}
