@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic);
/*
FARBSCHEMA: https://color.adobe.com/de/Tropical-Green-color-theme-6491994/
*/
/*
// Anpassung Farbschema
*/
.top-bar {
  background-color: #551285;
}

.top-bar-section .has-form {
  background-color: #551285;
}
.top-bar-section .has-form button, .top-bar-section .has-form .button {
  background-color: #804da4;
  text-shadow: 1px 1px 0 rgb(27.582781457, 5.8410596026, 43.1589403974);
}
.top-bar-section .has-form button:hover, .top-bar-section .has-form button:focus, .top-bar-section .has-form .button:hover, .top-bar-section .has-form .button:focus {
  text-shadow: -1px -1px 0 rgb(59.5, 59.5, 59.5);
}

.top-bar-section ul li {
  background-color: #7ABF64;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  background-color: #aa88c2;
  color: #fff;
}

button, .button {
  background-color: #551285;
}
button.primary, .button.primary {
  text-shadow: 1px 1px 0 rgb(27.582781457, 5.8410596026, 43.1589403974);
}
button.success, .button.success {
  background-color: #804da4;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: rgb(113.7086092715, 24.0794701987, 177.9205298013);
}
button:hover.primary, button:focus.primary, .button:hover.primary, .button:focus.primary {
  text-shadow: -1px -1px 0 rgb(100.9128630705, 60.7053941909, 129.2946058091);
}
button:hover.success, button:focus.success, .button:hover.success, .button:focus.success {
  background-color: rgb(152.7842323651, 106.6514522822, 185.3485477178);
}

a:hover, a:focus {
  color: #804da4;
}

a {
  color: #551285;
}

.side-nav li a:not(.button) {
  color: #551285;
}

.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  color: #804da4;
}

.datetimepicker {
  position: absolute;
}

.peek-a-bar {
  z-index: 500000;
  /*background-color: #27AE2E !important;*/
  color: #fff !important;
  font-weight: bold;
  font-size: 0.7rem;
}

/* Abwandlungen Foundation */
body {
  font-family: "PT Sans", sans-serif;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans", sans-serif;
}

.main-content-area h1:before, .main-content-area h2:before, .main-content-area h3:before, .main-content-area h4:before, .main-content-area h5:before {
  display: none;
  font-size: 0.6rem;
  background: yellow;
  position: absolute;
  margin: -7px 0 0 -7px;
}
.main-content-area h1 {
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  font-size: 1.4375rem;
}
.main-content-area h1:before {
  content: "h1";
}
.main-content-area h2 {
  xborder-bottom: 1px solid #eee;
  xpadding-bottom: 0.5rem;
  font-size: 1.4rem;
  margin: 2rem 0 1rem 0;
}
.main-content-area h2:before {
  content: "h2";
}
.main-content-area h3 {
  xborder-bottom: 1px solid #eee;
  xpadding-bottom: 0.5rem;
  font-size: 1.2rem;
}
.main-content-area h3:before {
  content: "h3";
}
.main-content-area h3.table-caption {
  background: #ddd;
  padding: 2px 10px;
  font-weight: bold;
  font-size: 0.7rem;
  letter-spacing: 1px;
  margin-bottom: 0;
  display: inline-block;
}
.main-content-area h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin: 1rem 0 1rem 0;
  color: #333;
}
.main-content-area h4:before {
  content: "h4";
}
.main-content-area h5 {
  font-size: 0.9rem;
  font-weight: bold;
}
.main-content-area h5:before {
  content: "h5";
}
.main-content-area h4, .main-content-area h5, .main-content-area h6 {
  xbackground: yellow;
}

.row {
  max-width: inherit;
}

.top-bar {
  position: fixed;
  width: 100%;
  z-index: 10000;
}
.top-bar .title-area .name h1 a {
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 1rem;
  padding-right: 0;
  width: 500px;
  text-align: left;
  text-shadow: 1px 1px 0 rgb(76.5, 76.5, 76.5);
}

button.tiny, .button.tiny {
  font-weight: bold;
  padding: 0.5rem 1.25rem;
}
button.tiny:hover, .button.tiny:hover {
  text-decoration: none !important;
}
button.tiny.mini, .button.tiny.mini {
  font-size: 0.6rem;
  padding: 0.2rem 0.5rem;
}

.alert-box {
  margin-top: 1rem;
  margin-bottom: 0;
}

.accordion {
  margin-left: 0;
}
.accordion .accordion-navigation {
  margin-bottom: 1rem !important;
}
.accordion .accordion-navigation > a:after {
  content: "↓";
  xpadding-left: 5px;
  margin-top: -3px;
  float: right;
  font-size: 1rem;
}
.accordion .accordion-navigation.active > a:after {
  content: "↑";
}
.accordion .accordion-navigation > a,
.accordion dd > a {
  xbackground: #EFEFEF none repeat scroll 0% 0%;
  xcolor: #222;
  xdisplay: block;
  xfont-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  border: 1px solid #e0e0e0;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.3rem;
}
.accordion .accordion-navigation > .content,
.accordion dd > .content {
  padding: 0.9375rem 0 0 0;
  padding: 0.3375rem 0.3375rem 0;
}

table.expand, table th.expand, table td.expand {
  width: 100%;
}
table tr.even, table tr.alt, table tr:nth-of-type(2n) {
  background: #fff none repeat scroll 0% 0%;
}

table.transparent {
  border: none;
}
table.transparent thead tr th {
  border-bottom: 1px solid #ddd;
}
table.transparent tbody tr td, table.transparent tbody tr th, table.transparent thead tr td, table.transparent thead tr th {
  padding: 0.25rem 2.5rem 0.25rem 0;
  background: #fff;
}
table.transparent tr.even, table.transparent tr.alt, table.transparent tr:nth-of-type(2n) {
  background: transparent;
}

.side-nav li {
  xmargin-bottom: 0;
  z-index: 1000;
}
.side-nav li ul {
  list-style-type: none;
}
.side-nav li ul li {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.side-nav li ul li a:not(.button) {
  padding: 0.1375rem 0.875rem;
}
.side-nav .button {
  width: calc(100% - 1.75rem);
  text-align: left;
  margin: 0 0.875rem;
  xpadding: 0.4375rem;
}

.show-zertifikate .side-nav li {
  background: rgba(244, 244, 244, 0.5);
}

ul.tabs {
  border-bottom: 1px solid #ccc;
}
ul.tabs li.tab-title > a {
  font-size: 0.8rem;
  padding: 0.2rem 1.5rem;
  border: 1px solid #e0e0e0;
  border-bottom: none;
}
ul.tabs li.tab-title.active {
  font-weight: bold;
}

.breadcrumbs.directory_path > :first-child::before {
  content: " ";
  margin: 0px;
}

.breadcrumbs.directory_path > *::before {
  content: ">";
  margin: 0px 0rem 0px 0.3rem;
}

.breadcrumbs.directory_path > * {
  text-transform: none;
}

.breadcrumbs > * a {
  color: #222222;
}

.breadcrumbs > * {
  color: #444;
  font-size: 0.875rem;
}

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: outside none none;
  margin-left: 0px;
  overflow: hidden;
  padding: 0.5625rem 0;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #eee;
  border-radius: 0;
}

.breadcrumbs-path {
  color: #999;
  color: #555;
  display: inline-block;
  border-radius: 3px;
  padding: 0 5px;
  background-color: #f9f9f9;
  xborder: 1px solid #f0f0f0;
  background: #fff;
  border: none;
}

table.documents_listing .breadcrumbs-path {
  background: transparent;
  padding-left: 0;
  color: #222;
}

ul.breadcrumbs_flat.directory_path {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
ul.breadcrumbs_flat.directory_path li {
  display: inline;
}
ul.breadcrumbs_flat.directory_path li::before {
  content: ">";
  margin: 0px 0.2rem 0px 0.2rem;
  color: #bbb;
  position: relative;
}
ul.breadcrumbs_flat.directory_path li:first-child::before {
  content: " ";
  margin: 0px;
}
ul.breadcrumbs_flat.directory_path li a {
  color: #222222;
}

label {
  cursor: default;
}

p label {
  display: inline-block;
}

a.dropdown-btn {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(/assets/img/sprites.png) -30px -90px no-repeat;
  opacity: 0.5;
}
a.dropdown-btn:hover {
  background-position: -30px -90px;
  opacity: 1;
}

ul.f-dropdown li {
  border-bottom: 1px dotted #eee;
}
ul.f-dropdown li.divider {
  border-bottom: 1px solid #e0e0e0;
}
ul.f-dropdown li a:hover {
  text-decoration: none;
}

html, body, .blurry_area {
  height: 100%;
  margin: 0;
}

.layout {
  height: 100%;
}
.layout .sidebar {
  background: #f4f4f4;
  border-right: 1px solid #e0e0e0;
  -webkit-box-shadow: inset -20px 0 15px -10px rgba(0, 0, 0, 0.1);
  box-shadow: inset -20px 0 15px -10px rgba(0, 0, 0, 0.1);
  width: 250px;
  height: 100%;
  position: fixed;
  top: 2.8125rem;
}
.layout .sidebar h6 {
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin: 0 0.875rem;
  font-size: 0.6rem;
  font-weight: bold;
}
.layout .sidebar ul h6 {
  margin: 1rem 0.875rem 0.5rem 0.875rem;
}
.layout .sidebar button.tiny, .layout .sidebar .button.tiny {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.layout .sidebar.show-zertifikate {
  background: #f4f4f4 url(img/Logo_Praxisbaustein_rgb.png) center calc(100% - 2.8125rem) no-repeat;
  background-size: 200px 99px;
}
.layout .main-content-area {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.8125rem 0 0 0;
}
.layout .main-content-area.margin-left {
  margin-left: 260px;
}
.layout .main-content-area a:hover {
  text-decoration: underline;
}
.layout #toggleSidebar {
  position: absolute;
  left: 250px;
  top: 50px;
  opacity: 0.5;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  width: 10px;
  height: 35px;
  padding: 0;
  background: url(/assets/img/toggle-sidebar.png) -19px center no-repeat;
  display: inline-block;
  border: 1px solid #999;
  border-left: none;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
}
.layout #toggleSidebar:hover {
  opacity: 1;
}
.layout.sidebar-hidden {
  border-left: 4px solid #333333;
}
.layout.sidebar-hidden .sidebar {
  display: none;
}
.layout.sidebar-hidden .main-content-area.margin-left {
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  margin-left: 10px;
}
.layout.sidebar-hidden #toggleSidebar {
  left: 4px;
  background-position: 2px center;
}

table td.xformat-number, table th.xformat-number {
  text-align: right;
}

i.document-status {
  font-style: normal;
  display: inline-block;
  border-radius: 3px;
  background: #e0e0e0;
  background-color: #804da4;
  font-size: 0.7em;
  line-height: 100%;
  font-weight: bold;
  color: #333;
  color: #fff;
  letter-spacing: 1px;
  padding: 3px 3px;
}
i.document-status.deleted {
  background-color: #000;
  color: #fff;
}
i.document-status.rejected {
  background-color: #C61818;
}

span.file-type-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(/assets/img/sprites.png);
  background-repeat: no-repeat;
  margin: 0 5px -1px 0;
}

.standalone span.file-type-icon, span.file-type-icon.standalone {
  background-position: -15px -126px;
}

.linkable span.file-type-icon, span.file-type-icon.linkable {
  background-position: 0px -126px;
}

.html-file span.file-type-icon, span.file-type-icon.html-file {
  background-position: 0px -156px;
}

span.is-link-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(/assets/img/sprites.png);
  background-repeat: no-repeat;
  margin: 0 5px -1px -5px;
  background-position: -15px -156px;
}

table.sortable th.header {
  background-image: url(/assets/img/sortable.png);
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 5px center;
  padding-left: 19px;
}
table.sortable th.headerSortUp {
  background-image: url(/assets/img/sortable_asc.png);
  background-color: #e0e0e0;
}
table.sortable th.headerSortDown {
  background-image: url(/assets/img/sortable_desc.png);
  background-color: #e0e0e0;
}

a.open-all-details,
a.open-all-nodes {
  font-size: 0.7rem;
  font-weight: bold;
}

/*******************************************************************************
** T a b e l l e   D o k u m e n t e n l i s t i n g                          **
********************************************************************************/
#documents_listing_container table.documents_listing .col-titel span.dokument-kommentar {
  margin-left: 0px;
}

table.documents_listing {
  width: 100%;
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);*/
}
table.documents_listing .col-actions {
  width: 20px;
}
table.documents_listing .col-gb {
  width: 30px;
}
table.documents_listing .col-kap {
  width: 40px;
}
table.documents_listing .col-nummer {
  width: 40px;
}
table.documents_listing .col-type {
  width: 60px;
}
table.documents_listing .col-rev {
  width: 50px;
}
table.documents_listing .col-datum {
  width: 50px;
}
table.documents_listing .col-details {
  width: 50px;
}
table.documents_listing .col-titel span.dokument-kommentar {
  font-weight: normal;
  color: rgb(178.5, 115.5, 0);
  display: block;
  margin-left: 21px;
}
table.documents_listing .col-ersteller {
  width: 150px;
}
table.documents_listing .col-favorite {
  text-align: center;
  width: 30px;
}
table.documents_listing .col-read {
  text-align: center;
  width: 30px;
}
table.documents_listing .col-feedback {
  text-align: center;
  width: 30px;
}
table.documents_listing .col-feedback-backend {
  text-align: center;
  width: 30px;
}
table.documents_listing .col-feedback-backend span.new-feedback {
  font-weight: bold;
  background: #555555;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 10px;
  color: #fff;
}
table.documents_listing .col-feedback-backend span.new-feedback a {
  color: #fff;
}
table.documents_listing tr.status-freigegeben .col-titel {
  font-weight: bold;
}
table.documents_listing tr.status-entwurf .col-titel {
  font-style: italic;
}
table.documents_listing tr.status-geloescht .col-titel a {
  xtext-decoration: line-through;
}
table.documents_listing td {
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
table.documents_listing th[scope=column] {
  background: #008CBA;
  padding: 0.2625rem 0.625rem;
  font-weight: normal;
}
table.documents_listing th[scope=column] a {
  color: #f0f0f0;
  font-weight: bold;
}
table.documents_listing th.current-directory {
  font-size: 0.7rem;
  background: #ccc;
  padding: 0.2625rem 0.625rem;
}
table.documents_listing table.transparent, table.documents_listing table.transparent * {
  background: transparent;
  border: 0 none;
}
table.documents_listing table.transparent tbody, table.documents_listing table.transparent tr, table.documents_listing table.transparent td {
  padding: 0.15rem 2.5rem 0.15rem 0px;
}
table.documents_listing table.linked-documents {
  margin: 0.5rem -5px -5px -5px;
  background: #f9f9f9;
  border: 5px solid #f9f9f9;
  border-top: 0;
  width: calc(100% + 10px);
}
table.documents_listing table.linked-documents * {
  font-size: 0.75rem;
}
table.documents_listing table.linked-documents td {
  vertical-align: top;
  padding: 0 0.3rem 0 0;
}
table.documents_listing table.linked-documents td span.document-nummer {
  white-space: nowrap;
}
table.documents_listing td.col-favorite {
  padding: 0;
}
table.documents_listing a.is-favorite,
table.documents_listing a.is-not-favorite {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 0.5625rem 0.625rem;
}
table.documents_listing a.is-favorite:hover,
table.documents_listing a.is-not-favorite:hover {
  text-decoration: none;
  color: #1BBB24;
}
table.documents_listing a.is-favorite {
  color: #AC3232;
  color: #008CBA;
}
table.documents_listing a.is-favorite:hover {
  color: #000;
}
table.documents_listing a.is-not-favorite {
  color: #D4D4D4;
}
table.documents_listing a.is-not-favorite:hover {
  color: #1BBB24;
}
table.documents_listing .linked-documents a.is-favorite,
table.documents_listing .linked-documents a.is-not-favorite {
  font-size: inherit;
  display: block;
  padding: 0;
}
table.documents_listing .linked-documents a.is-favorite:hover,
table.documents_listing .linked-documents a.is-not-favorite:hover {
  text-decoration: none;
  color: #1BBB24;
}
table.documents_listing td.col-read {
  padding: 0;
}
table.documents_listing td.col-read a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  padding: 0.5625rem 0.625rem;
  color: #D4D4D4;
}
table.documents_listing td.col-read a:hover {
  text-decoration: none;
  color: #1BBB24;
}
table.documents_listing td.col-read a.gelesen {
  color: #222222;
}
table.documents_listing td.col-feedback {
  padding: 0;
}
table.documents_listing td.col-feedback a.feedback {
  display: block;
  padding: 0.5625rem 0.625rem;
}
table.documents_listing td.col-feedback a.feedback i.icon {
  display: block;
  width: 14px;
  height: 17px;
  background: url(/assets/img/sprites.png) left -180px no-repeat;
}

#jstree_directories {
  border: 1px solid #eee;
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);*/
}
@media all and (max-width: 1300px) {
  #jstree_directories ul li a {
    font-size: 0.75rem !important;
  }
}
#jstree_directories a.jstree-hovered {
  background: rgb(200.6099585062, 176.0622406639, 217.9377593361);
}
#jstree_directories li a {
  width: calc(100% - 24px);
}
#jstree_directories li a.jstree-clicked.jstree-hovered,
#jstree_directories li a.jstree-clicked {
  background: #804da4;
  color: #fff;
  border-radius: 0px;
  box-shadow: 0px 0px 1px #999 inset;
}

#jstree_directories ul li {
  xoverflow: hidden;
}

#jstree_directories {
  padding-bottom: 10px;
  overflow-x: scroll;
}

.directory_listing_wrapper {
  overflow-y: scroll;
}

table.directory_listing {
  width: 100%;
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);*/
}
table.directory_listing .col-actions {
  width: 20px;
}
table.directory_listing tbody tr td {
  border-bottom: 1px solid #e0e0e0;
}
table.directory_listing tbody tr.selected td {
  font-weight: bold;
}
table.directory_listing tbody tr.selected td, table.directory_listing tbody tr.selected td a {
  color: #fff;
}
table.directory_listing tbody tr.selected td ul.f-dropdown li a {
  color: inherit;
  text-shadow: none;
  color: #555;
  font-weight: normal;
}
table.directory_listing tbody tr.selected td {
  background: #aa88c2;
  /*background: lighten($green2, 30%);*/
}
table.directory_listing tbody tr:nth-of-type(2n).selected {
  xbackground: #e0e0e0;
}
table.directory_listing tbody tr td.name {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
}
table.directory_listing tbody tr td.name a, table.directory_listing tbody tr td.name span {
  display: block;
  padding: 0.5625rem 0.625rem;
}
table.directory_listing tbody tr td.name span.hide-in-combined-listing {
  float: right;
  font-size: 20px;
  cursor: help;
}
table.directory_listing tbody tr td.directory_movement {
  width: 120px;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}
table.directory_listing tbody tr td.directory_movement a, table.directory_listing tbody tr td.directory_movement span.placeholder {
  display: inline-block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 21px;
  height: 21px;
  background: url(/assets/img/sprites.png) left top no-repeat;
}
table.directory_listing tbody tr td.directory_movement a.move-left {
  background-position: 0px 0;
}
table.directory_listing tbody tr td.directory_movement a.move-up {
  background-position: -30px 0;
}
table.directory_listing tbody tr td.directory_movement a.move-right {
  background-position: -60px 0;
}
table.directory_listing tbody tr td.directory_movement a.move-down {
  background-position: -90px 0;
}
table.directory_listing tbody tr td.directory_movement a:hover.move-left {
  background-position: 0px -30px;
}
table.directory_listing tbody tr td.directory_movement a:hover.move-up {
  background-position: -30px -30px;
}
table.directory_listing tbody tr td.directory_movement a:hover.move-right {
  background-position: -60px -30px;
}
table.directory_listing tbody tr td.directory_movement a:hover.move-down {
  background-position: -90px -30px;
}
table.directory_listing tbody tr td.directory_movement span.placeholder.move-left {
  background-position: 0px -60px;
}
table.directory_listing tbody tr td.directory_movement span.placeholder.move-up {
  background-position: -30px -60px;
}
table.directory_listing tbody tr td.directory_movement span.placeholder.move-right {
  background-position: -60px -60px;
}
table.directory_listing tbody tr td.directory_movement span.placeholder.move-down {
  background-position: -90px -60px;
}
table.directory_listing td.depth-1 {
  padding-left: 2em;
}
table.directory_listing td.depth-2 {
  padding-left: 4em;
}
table.directory_listing td.depth-3 {
  padding-left: 6em;
}
table.directory_listing td.depth-4 {
  padding-left: 8em;
}
table.directory_listing td.depth-5 {
  padding-left: 10em;
}
table.directory_listing td.depth-6 {
  padding-left: 12em;
}
table.directory_listing.rights td.depth-1 {
  padding-left: 3em;
}
table.directory_listing.rights td.depth-2 {
  padding-left: 6em;
}
table.directory_listing.rights td.depth-3 {
  padding-left: 9em;
}
table.directory_listing.rights td.depth-4 {
  padding-left: 12em;
}
table.directory_listing.rights td.depth-5 {
  padding-left: 15em;
}
table.directory_listing.rights td.depth-6 {
  padding-left: 18em;
}

a.action-link {
  font-size: 0.7rem;
}
a.action-link:before {
  content: "(";
}
a.action-link:after {
  content: ")";
}

table.directory_change_listing {
  width: 100%;
}
table.directory_change_listing tbody td {
  padding: 0;
  border-bottom: 1px solid #e0e0e0;
}
table.directory_change_listing tbody td label {
  display: block;
  padding: 0.1rem;
  cursor: pointer;
}
table.directory_change_listing tbody td label:hover {
  color: #4D4D4D;
  color: #1D1D1D;
}
table.directory_change_listing td.col-radios {
  text-align: center;
  padding: 0.3rem;
  border-right: 1px solid #e0e0e0;
}
table.directory_change_listing td.col-radios input {
  margin: 0;
}
table.directory_change_listing td.name {
  padding-right: 2rem;
}
table.directory_change_listing td.depth-1 {
  padding-left: 2em;
}
table.directory_change_listing td.depth-2 {
  padding-left: 4em;
}
table.directory_change_listing td.depth-3 {
  padding-left: 6em;
}
table.directory_change_listing td.depth-4 {
  padding-left: 8em;
}
table.directory_change_listing td.depth-5 {
  padding-left: 10em;
}
table.directory_change_listing td.depth-6 {
  padding-left: 12em;
}

table.data_table tbody tr td {
  border-bottom: 1px solid #e0e0e0;
}
table.data_table tbody tr td.col-actions {
  border-right: 1px solid #E9E9E9;
}

table.user_listing {
  width: 100%;
  /*-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);*/
}
table.user_listing .col-username {
  font-weight: bold;
}
table.user_listing .col-username small {
  font-size: 0.8em;
  font-weight: normal;
}
table.user_listing .col-active {
  color: green;
  border-right: 1px solid #E9E9E9;
  text-align: center;
}

.main-content-area {
  xmin-height: 100%;
}
.main-content-area form {
  /*
  border: 1px solid #DDDDDD;
  background: #fff;
  padding: 0 1rem;
  @include boxshadow;
  */
}

hr {
  border-color: #eee;
}

.row.padding-bottom {
  padding-bottom: 0.5rem;
}

.xline-between {
  xmin-height: 100%;
}
.xline-between > div {
  border-right: 1px solid #f0f0f0;
  xmin-height: 100%;
}

.document-nummer {
  color: #666;
}

.file-content {
  font-size: 0.8rem;
  border: 1px solid #ccc;
  padding: 0 0.5rem;
  background: #f9f9f9;
}

.entity {
  /*border: 1px solid #ccc;
  background: #fff;
  padding: 0.5em;
  @include boxshadow;
  */
}
.entity.document .document-title span.file-type-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(/assets/img/sprites.png);
  background-repeat: no-repeat;
  margin: 0 0px -4px 0;
}
.entity.document .document-title span.file-type-icon.standalone {
  background-position: -48px -126px;
}
.entity.document .document-title span.file-type-icon.linkable {
  background-position: -24px -126px;
}
.entity.document .document-title span.file-type-icon.html-file {
  background-position: -24px -148px;
}
.entity.document .flags {
  xmargin: -1rem 0 0.5rem 0;
  float: right;
}
.entity.document .flags .flag {
  display: inline-block;
  border-radius: 3px;
  background: #e0e0e0;
  background-color: #43AC6A;
  background-color: #804da4;
  font-size: 0.6em;
  font-weight: bold;
  color: #333;
  color: #fff;
  letter-spacing: 1px;
  padding: 1px 5px;
}
.entity.document .flags .flag a {
  color: #fff;
}
.entity.document .flags .flag.archive {
  background-color: #999;
}
.entity.document .flags .flag.deleted {
  background-color: #000;
}
.entity.document .flags .flag.rejected {
  background-color: #C61818;
}
.entity.document .document-info {
  /*@include bottom-line;*/
}
.entity.document .document-info .creation-date {
  font-weight: bold;
}
.entity.document .document-info .revision {
  float: right;
}
.entity.workflow .steps {
  float: right;
}
.entity.workflow .steps .step {
  display: inline-block;
  background-color: #fff;
  font-size: 0.6em;
  font-weight: bold;
  color: #555;
  border: 1px solid #e0e0e0;
  letter-spacing: 1px;
  padding: 0px 9px;
  margin-right: 1px;
}
.entity.workflow .steps .step:nth-child(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.entity.workflow .steps .step:nth-child(3) {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.entity.workflow .steps .step.done {
  background-color: #804da4;
  color: #fff;
  border: none;
  padding: 1px 10px 1px 20px;
  background-image: url(/assets/img/step-done.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.entity.workflow .steps .step.next {
  background-color: #aa88c2;
  background-image: url(/assets/img/step-next.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
  color: #fff;
  border: none;
  padding: 1px 10px 1px 25px;
}

/* Verknuepfungen zwischen Dokumenten */
table.document_relations tr.add_new_relation td {
  border-top: 1px solid #bbb;
  background: #eee;
}
table.document_relations input[type=file], table.document_relations input[type=checkbox], table.document_relations input[type=radio], table.document_relations select {
  margin: 0px;
}
table.document_relations select.relations_directory, table.document_relations select.relations_document {
  width: 100%;
}
table.document_relations select.relations_directory, table.document_relations select.relations_document, table.document_relations select.relations_type {
  margin-bottom: 0;
  font-size: 0.775rem;
  padding: 0.2rem;
  height: auto;
}
table.document_relations select.relations_document option.hidden {
  display: none;
}

/*******************************************************************************
 * F O R M U L A R E
 *******************************************************************************/
.button.primary {
  padding-left: 3rem;
  padding-right: 3rem;
}

.main-content-area form {
  xborder: 1px solid #eee;
  xpadding: 0 1rem;
}

form fieldset {
  xborder: 1px solid #DDD;
  xmargin: 1.125rem 0px;
  padding: 0.55rem 1rem 0.25rem;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}
form fieldset legend {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
form .buttons {
  xborder-top: 1px solid #eee;
  xpadding-top: 0.2rem;
}
form ul.errors {
  background-color: #F04124;
  list-style-type: none;
  margin-top: -1rem;
  margin-left: 0;
  font-size: 0.9rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}
form ul.errors li {
  padding: 0.1rem 0.3rem;
}
form #user_password ul.errors {
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
}
form input[type=file] {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 0.3rem;
}

p.hint,
span.hint {
  font-size: 0.8rem;
  color: #888;
}

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], input[type=color], textarea {
  background-color: #fafafa;
}

#user_locationFolders input[type=checkbox], #directory_users input[type=checkbox] {
  width: 2%;
  margin: 5px 1% 0 0;
  float: left;
}
#user_locationFolders input[type=checkbox]:nth-of-type(4n+1), #directory_users input[type=checkbox]:nth-of-type(4n+1) {
  clear: left;
}
#user_locationFolders label, #directory_users label {
  float: left;
  width: 21%;
  border-radius: 2px;
  margin: 0;
  display: block;
}
#user_locationFolders label:hover, #directory_users label:hover {
  background: #f9f9f9;
}

xlabel.required {
  font-weight: bold;
}
xlabel.required:after {
  content: " *";
}

/* Upload-Button  WIRD NICHT VERWENDET */
.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.file-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

input#document_geltungsbereich, input#document_kap {
  text-transform: uppercase;
}

.info p {
  font-size: 0.9rem;
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 0.75rem;
}

.quellen {
  xmargin-top: -0.625rem;
  font-size: 0.8rem;
}

em {
  background-color: #D5F0E8;
  padding-left: 3px;
  padding-right: 3px;
  border-radius: 3px;
}

code, pre {
  font-size: 0.8rem;
  background-color: rgb(217.8567073171, 217.0579268293, 227.4420731707);
  border-radius: 3px;
  color: #47455F;
  border: none;
}

pre {
  padding: 0.2rem 0.5rem;
  color: rgb(48.9207317073, 47.5426829268, 65.4573170732);
  margin-bottom: 1rem;
}

tt {
  font-size: 0.8rem;
  color: #47455F;
}

.todo {
  background-color: #E1E489;
  display: inline-block;
  padding: 0.1rem 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 1px;
}

.content iframe {
  border: 1px solid #ddd;
  width: 100%;
  height: 700px;
}

iframe.externeurl {
  border: 1px solid #ddd;
  width: 100%;
  height: 700px;
}

.tabs-content > .content {
  padding-top: 0.5375rem;
}

#draggableHelper {
  background: #fff;
  width: 40%;
  border: 1px solid #d0d0d0;
  text-align: center;
  line-height: 150%;
  padding: 0.3rem;
  font-size: 0.875rem;
  -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5), 0 3px 2px -2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.5), 0 3px 2px -2px rgba(0, 0, 0, 0.5);
  font-weight: bold;
}

.directory-droppable {
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.directory-droppable.ui-state-default {
  background: #f5f5f5;
}

.directory-droppable.ui-state-hover {
  background: #e0e0e0;
}

.directory-droppable.ui-state-highlight {
  background: #d0d0f0;
  background: url(/assets/img/tick.png) right 50% no-repeat;
  background-size: 20px 20px;
}

/*
#005A23
#20A645
#002500
#000E00
#7ABF64

 */
#ui-datepicker-div {
  font-size: 0.8rem;
}
#ui-datepicker-div .ui-datepicker-header {
  background: #005A23;
  border-radius: 0;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header a span.ui-icon.ui-icon-circle-triangle-w,
#ui-datepicker-div .ui-datepicker-header a span.ui-icon.ui-icon-circle-triangle-e {
  background: none;
}
#ui-datepicker-div .ui-datepicker-header a:hover {
  border: none;
  background: none;
  color: #7ABF64;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  padding-left: 5px;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  padding-right: 5px;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  clear: both;
  text-align: center;
  font-size: 0.9rem;
}
#ui-datepicker-div table.ui-datepicker-calendar thead th {
  font-size: 0.8rem;
  padding: 0.3rem 0.4rem;
  line-height: 1rem;
  text-align: center;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td {
  font-size: 0.8rem;
  padding: 0;
  line-height: 1rem;
  text-align: right;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td a {
  display: block;
  padding: 0.3rem 0.5rem;
  border: none;
  background: transparent;
  color: #777;
  border-radius: 3px;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td a:hover {
  background: rgb(214.9178082192, 235.7123287671, 208.2876712329);
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-today a {
  color: #333;
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  color: #005A23;
  background: rgb(214.9178082192, 235.7123287671, 208.2876712329);
}
#ui-datepicker-div table.ui-datepicker-calendar tbody td.ui-datepicker-week-col {
  background-color: #fafafa;
  color: #555;
  text-align: left;
  padding: 0.3rem 0.5rem;
}

.vert-div {
  border-left: 1px solid #ccc;
  height: 70px;
  width: 1px;
  margin: 0 auto;
}

.cursor-help {
  cursor: help;
}

#modalFeedback .success-message {
  background-color: #27AE2E;
  color: #fff;
  padding: 0.5rem;
}

table.feedback tr.new td {
  background: #f0f0f0;
}
table.feedback tr.new td.col-feedback {
  font-weight: bold;
}
table.feedback td {
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
table.feedback td.col-user {
  white-space: nowrap;
}
table.feedback td.col-read {
  text-align: center;
}
table.feedback td.col-read, table.feedback th.col-read {
  padding-right: 0;
}

p.warning,
span.warning {
  color: red;
  font-weight: bold;
}

.dashboard.search {
  border: 1px solid #ddd;
  background: #f9f9f9;
  padding: 0.5em 1em 0.5em 1em;
}
.dashboard.search input {
  margin-bottom: 0 !important;
}
.dashboard.search input[type=text] {
  background: #fff;
}

.dashboard.html-files .tabs {
  margin-top: 0.5em;
}
.dashboard.html-files .tabs-content > .content {
  padding-bottom: 0;
}

.tabs-content {
  margin-bottom: 0;
}

.logo {
  width: 100%;
  max-width: 200px;
  height: auto;
}

.zertifikate {
  margin-top: 20px;
  text-align: center;
}

.zertifikate-sidebar {
  position: fixed;
  left: 20px;
  bottom: 30px;
  xmargin-top: 50px;
  text-align: center;
}
.zertifikate-sidebar .logo {
  max-width: 200px;
}

div.exception {
  border: 2px solid #A82121;
  padding: 1rem 2rem;
}
div.exception p.msg {
  font-weight: bold;
  margin-top: 1rem;
}

#overlay_panel {
  background: rgba(0, 0, 0, 0.6);
  background: rgba(32, 166, 69, 0.6);
  xbackground: rgba(255, 255, 255, 0.8);
  background: url(img/overlay-bg4.png) left top repeat;
  -webkit-box-shadow: inset 0 0 400px 50px rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 0 400px 50px rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
#overlay_panel .msg {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  padding: 4rem 2rem;
  width: 500px;
  background: #fff;
  -webkit-box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
  box-shadow: 0 4px 10px -5px rgba(0, 0, 0, 0.8);
}
#overlay_panel .progresss {
  background: url(img/ajax-loader4.gif) center center no-repeat;
  width: 50px;
  height: 20px;
  display: inline-block;
}
#overlay_panel .status {
  color: #555;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

.blurry_area.blur {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

div.jstreeProgressIndicatorOverlay p {
  margin-top: 100px;
  background: url(img/ajax-loader4.gif) center top no-repeat;
  padding-top: 15px;
  text-align: center;
  color: #555;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2px;
}

table.resubmission_notifications {
  border: none;
}

form.resubmission_done_form {
  float: left;
  font-size: 10px;
  border: 1px solid #ccc;
  background: #f0f0f0;
  padding: 1px 10px 1px 5px;
  margin-left: 40px;
}
form.resubmission_done_form button.tiny.mini, form.resubmission_done_form .button.tiny.mini {
  padding-bottom: 0;
  margin-bottom: 0;
}

.toggle-all {
  color: #aaa;
  cursor: pointer;
}

span.userright {
  background: #ccc;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  font-weight: bold;
  font-size: 10px;
}
span.userright.lesen {
  background: #555555;
  color: #fff;
}
span.userright.schreiben {
  background: #6477bf;
  color: #fff;
}

div.fehlermeldung.fehler {
  margin-bottom: 2rem;
  border: 2px solid #999;
  background-color: #ffd0d0;
}

table.termine thead tr.small th {
  font-size: 11px !important;
  padding-top: 3px !important;
  padding-bottom: 3px !important;
  border-bottom: 1px solid #ccc;
}
table.termine tbody tr.day-6 td, table.termine tbody tr.day-7 td {
  background: #f0f0f0;
}
table.termine tbody tr.fehler td {
  background-color: #ffd0d0;
}
table.termine tbody td {
  padding: 0.1rem 0.625rem;
}
table.termine tbody td.datum {
  vertical-align: top;
  padding-top: 0.35rem;
  font-weight: bold;
}
table.termine tbody td.zehn-minuten {
  background: #f0f0f0;
}
table.termine tbody td.uhrzeit {
  text-align: right;
}
table.termine tbody td.info_anmeldungen {
  color: darkred;
  font-weight: bold;
}
table.termine tbody td input, table.termine tbody td select {
  margin-bottom: 0;
  padding: 3px 10px !important;
  height: auto;
}
table.termine tbody td input.zeitauswahl, table.termine tbody td select.zeitauswahl {
  width: 80px;
}
table.termine tbody td .grey.button {
  background: #999;
}
table.termine tbody td span.stunde {
  xfont-size: 1rem;
  font-weight: bold;
  padding-right: 2px;
}
table.termine tbody td span.minute {
  xfont-size: 0.7rem;
  xtext-decoration: underline;
  xmargin: -5px 0 5px 0;
  color: #888;
  font-weight: bold;
  padding-left: 2px;
}
table.termine.striped td {
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

p.error {
  color: #F04124;
  font-size: 0.9rem;
  font-weight: bold;
  font-style: italic;
}

form.datumsauswahl select {
  width: 100px;
  padding-top: 3px;
  padding-bottom: 3px;
  height: auto;
  font-size: 1.1rem !important;
  font-weight: bold !important;
}
form.datumsauswahl select[name=monat] {
  width: 70px;
  margin-left: 10px;
}
form.datumsauswahl select[name=jahr] {
  margin-right: 10px;
}
form.datumsauswahl input.button {
  margin-top: -5px;
}

span.hint-sign {
  color: #BC1212;
  text-align: center;
}

.popup.standorte {
  display: none;
  position: fixed;
  background: #fff;
  border: 1px solid #999;
  border-radius: 5px;
  z-index: 10000;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.2), 0 3px 2px -1px rgba(0, 0, 0, 0.2);
  height: 400px;
  overflow-y: scroll;
}
.popup.standorte h4 {
  margin: 0;
  border-bottom: 1px solid #999;
  font-size: 0.8rem;
  padding: 0.2rem 0.5rem;
  background: #e0e0e0;
}
.popup.standorte ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.popup.standorte ul li {
  white-space: nowrap;
  padding: 0.2rem 0.5rem;
  border-bottom: 1px solid #ccc;
}
.popup.standorte ul li:hover {
  background: #aa88c2;
  color: #fff;
  cursor: pointer;
}

/*# sourceMappingURL=app.min.css.map */
