.p-0 {
  padding: 0 !important;
}

.p-15 {
  padding: 15px;
}

.no-select {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.edit-tag:hover {
  position: relative;
}

.edit-tag g input {
  background: transparent;
  border: none;
  outline: 1px dashed #999;
}

.translate_active .edit-tag:hover .glyphicon-pencil {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-left: 8px;
}

.translate_active .edit-tag .glyphicon-pencil:hover {
  color: rgb(255, 123, 0);
}

.edit-tag .glyphicon-pencil,
#with_vat_extra {
  transition: all ease-in-out -3s;
  display: none;
}

.edit-tag.edit-mode .glyphicon-pencil {
  transition: all ease-in-out -3s;
  display: none !important;
}

.edit-mode .translate-edit-info {
  display: block;
}

.translate-edit-info {
  position: absolute;
  right: -54px;
  top: -8px;
  font-size: 13px;
  z-index: 99999;
}

.loader-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.loader-circle:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #000;
  border-color: #000 transparent #fff transparent;
  animation: loader-circle 1.2s linear infinite;
}

@keyframes loader-circle {
  0% {
    transform: rotate(0deg);
  }

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

.ao-btn-group .ao-btn-secund {
  float: inline-start;
  border-radius: 0px;
}

.ao-btn-group .ao-btn-secund.btn-first {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.ao-btn-group .ao-btn-secund.btn-last {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* #admin_settings_overlay{
    margin: 10px 15px;
} */
#admin_settings_overlay.active {
  background: rgb(201, 88, 88);
}

#settings_overlay ul li.active {
  color: #69e069;
}

#settings_overlay ul li {
  cursor: pointer;
  color: rgb(201, 88, 88);
  padding: 1em;
  border-bottom: 1px solid #676767;
}


#settings_overlay ul {
  color: #999;
  list-style: none;
  padding: 0;
  margin: 0;
}

#settings_overlay {
  background: rgb(68, 68, 68);
  position: fixed;
  right: 0;
  top: 51px;
  z-index: 999999;
  bottom: 50px;
  width: 250px;
  transform: translateX(300%);
  transition: all ease-in-out .35s;
}

#settings_overlay.active {
  transform: translateX(0%);
}

@media (min-width:768px) {

  #settings_overlay,
  #settings_overlay.is-early-br,
  #settings_overlay.entwicklung,
  #settings_overlay.is-early-br.entwicklung {
    top: 100px;
  }
}

@media (min-width:992px) {
  #settings_overlay {
    top: 51px;
  }
}

@media (min-width:1200px) {

  #settings_overlay.entwicklung {
    top: 51px;
  }

  #settings_overlay.is-early-br {
    top: 51px;
  }
}

@media (min-width:1600px) {
  #settings_overlay.is-early-br.entwicklung {
    top: 51px;
  }
}

.edit-tag.info {
  opacity: 0;
}

.edit-tag.info:hover,
.edit-tag.info:focus {
  opacity: 1;
}



span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

span.twitter-typeahead {
  width: 100%;
}

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.onboarding-table td.tdc0 .form-control {
  width: 50px !important;
}

.odd-colors .row:nth-child(even) {
  background: #eeeeee;
}

.odd-colors .row {
  padding: 5px;
}

.tab-content-enclosed {
  border: 1px solid #ddd;
  border-top: 0;
  padding-top: 15px;
  border-radius: 0 0 4px 4px;
  padding: 1em;
}

.nav-tabs-highlighted .active a {
  background-color: #0255A3 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 1px solid #0255A3 !important;
}

.nav-tabs-highlighted li {
  margin-right: 2px !important;
}

.nav-tabs-highlighted li:not(.active) {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
}

.nav-tabs-highlighted li.active {
  border-bottom: 3px solid #0255A3 !important;
  margin-right: 0;
}

.nav-tabs.nav-tabs-highlighted>li>a {
  margin-right: 0;
}

/* Sticky Table Abstimmung Buchhaltung */

table.table-overview-sticky thead th:first-child {
  position: sticky;
  left: -1px;
  z-index: 15;
  outline: 1px solid #ddd;
  border: none !important;
  font-weight: bold;
}

table.table-overview-sticky tbody td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
  outline: 1px solid #ddd;
  border: none !important;
  font-weight: bold;
}

table.table-overview-sticky tfoot td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background: white;
  outline: 1px solid #ddd;
  border: none !important;
  font-weight: bold;
}

table.table-overview-sticky thead th:last-child,
table.table-overview-sticky thead th:nth-child(2) {
  position: sticky;
  right: 0;
  z-index: 5;
  outline: 1px solid #ddd;
  border: none !important;
  font-weight: bold;
}

table.table-overview-sticky tbody td:last-child,
table.table-overview-sticky tbody td:nth-child(2) {
  position: sticky;
  right: 0;
  z-index: 2;
  background: white;
  outline: 1px solid #ddd;
  border: none !important;
  font-weight: bold;
}

table.table-overview-sticky tfoot td:last-child,
table.table-overview-sticky tfoot td:nth-child(2) {
  position: sticky;
  right: 0;
  z-index: 2;
  background: white;
  outline: 1px solid #ddd;
  border: none !important;
  font-weight: bold;
}

table.table-overview-sticky tbody tr:nth-child(odd) td:first-child,
table.table-overview-sticky tbody tr:nth-child(odd) td:nth-child(2) {
  background: #f9f9f9 !important;
}

table.table-overview-sticky tbody tr:nth-child(odd) td:last-child {
  background: #f9f9f9 !important;
}

.dz-error-mark g {
  fill: red !important;
}

.dz-success-mark path {
  fill: green !important;
}

.btn-help {
  color: #333;
  background-color: #ff6501;
  border-color: #a2501a;
  transition: all ease-in-out .25s;
}

.btn-help:disabled {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
  color: #555;
}

.btn-help:hover {
  color: #000;
  background-color: #ff812f;
  border-color: #a2501a;
}

/* Start CSS for collapsibles */
.collapsible {
  z-index: 99;
}

.collapsible.collapsible-right {
  position: relative;
  right: 0;
  display: block;
}

.collapsible.collapsible-right .collapsible-btn {
  right: 0;
  position: absolute;
  z-index: 10;

}

.collapsible.collapsible-right.export_tab .collapsible-btn {
  right: 24px;
  top: 122px;
  position: absolute;
  z-index: 10;
}

.collapsible.collapsible-right.export_tab.seitehilfe_top_margin .collapsible-btn {
  right: 24px;
  top: 50px;
  position: absolute;
  z-index: 10;
}

.collapsible .collapsible-btn .mdi {
  margin-right: 0.5em;
}

.collapsible .collapsible-btn .mdi:before {
  transition: 0.6s ease;
}

.collapsible .collapsible-btn.active .mdi:before {
  transform: rotate(-180deg) translateY(0.1em);
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible-btn.active,
.collapsible-btn:hover {
  background-color: #ccc;
}

.collapsible.collapsible-right .content {
  margin-top: 40px;
  position: absolute;
  right: 0;
}

.export_tab.collapsible.collapsible-right .content {
  margin-top: 160px;
  position: absolute;
  right: 0;
}

.collapsible .content {
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  padding: 1em;
  border-radius: 3px;
  margin-bottom: 1em;
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  background-color: #f1f1f1;
  color: #000;
  max-width: 30em;
  min-width: 20em;
  min-height: 8em;
  z-index: 9;
}

.collapsible .content h1 {
  font-size: 17px;
  margin: 0.7em 0 1em 0;
}

.collapsible .content .box {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1em;
  border-radius: 3px;
}

.collapsible .content a:not(:last-child) .box,
.collapsible .content .box:not(:last-child) {
  margin-bottom: 0.5em;
}

.collapsible .content .box.view-admin {
  background-color: #FFE7C7;
}

.collapsible .content .box,
.collapsible .content .box .box-row {
  display: flex;
}

.collapsible .content .box .box-row .box-element:first-child {
  width: 2em;
}

.collapsible .content .box:hover {
  background-color: #dfdcdc;
}

.collapsible .content a:hover {
  text-decoration: none;
}

.collapsible .content .box .mdi {
  margin-right: 0.5em;
}

.collapsible .content .no-content {
  color: gray;
  align-self: center;
  text-align: center;
  font-style: italic;
  font-size: 10pt;
}

.hideable {
  display: none !important;
}

@keyframes fade-out {
  from {
    opacity: 100%;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 100%;
  }
}

/* End CSS for collapsibles */

.btn-invisble {
  background: transparent;
  border: none;
}

.mb-2 {
  margin-bottom: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.pl-0 {
  padding-left: 0
}

.pr-0 {
  padding-right: 0;
}

.mitarbeiter_ja {
  max-width: 80px;
}

.grid {
  display: grid;
}
.min-grid {
  display:grid;
  grid-template-columns:min-content;  
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr auto;
  padding-left: 10px;
  font-size: large;
}

.grid-4 {
  display: grid;
  grid-template-columns: 6fr 5fr 1fr;
  column-gap: 10px;
}

.grid-email-attributes {
  display: grid;
  grid-template-columns: min-content min-content;
  column-gap: 10px;
  row-gap: 10px;
  margin: 10px 0 50px 0;
}

.panel-heading-split {
  display: grid;
  grid-template-columns: auto 1fr auto;
}

.grid .grid-center {
  justify-self: center;
}

.list-group-item {
  height: 57px;
}

.custom-space {
  margin: 20px 0 20px 0;
}

.delete_filter_table,
.delete_head {
  margin: 30px 0 30px 0;
}

.delete_filter_table td {
  width: 400px;
}

.rotRand {
  border: 1px solid #e311c1 !important;
}

.custom-admin-deleter {
  background-color: #d9ebfc;
  padding: 20px;
  margin-top: 20px;
}

.custom-admin-deleter-list>* {
  margin: 0 20px 0 20px;
}

.label-ao {
  background-color: brown;
}
.ao-red {
  color: red;
}

.add_remove_button {
  color: black;
  background-color: #e7e7e7;
  border: 2px solid #8f8f9d;
  border-radius: 2px;
  height: 30px;
  aspect-ratio: 1/1;
  font-weight: bold;
  font-size: large;
  display: flex;
  justify-content: center;
  align-items: center
}

.add_remove_button:hover {
  cursor: pointer;
  border: 2px solid #56565e;
}

.sub_flex {
  display: flex;
  justify-content: center;
  align-items: center
}

.sub_flex_left {
  display: flex;
  justify-content: left;
  align-items: center
}

.flex_right {
  display: flex;
  justify-content: right;
}

.full_width {
  flex-grow: 1;
}

.w-50 {
  width: 50%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height:100%;
}

.h-400 {
  height:400px;
}

.toggleOn {
  display:none;
}
.arrow1 {
  display:inline-block;
  transform: rotate(90deg);
  font-size: 20px;
  margin-left:10px;
}
.arrow2 {
  display:inline-block;
  transform: rotate(90deg);
  font-size: 20px;
  margin-left:5px;
}
.arrow3 {
  transform: rotate(270deg);
  font-size: 20px;
}
.redX {
  background-color: #ff6501;
  margin: 20px;
  padding:2px;
}

.text-left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.sticky_bottom_preview {
  position:sticky;
  bottom: 70px;
  max-height:800px;
}

.align-text-center {
  display:flex;
  align-self:center;
}

.transition_frame {
  transition:height 0.6s;
  padding:5px;
  background-color: white;
  overflow:auto;
  resize:vertical;
  max-height: 700px;
}
.upside-down {
  transform:rotate(180deg)
}
.rtl {
  direction: rtl;
}
.ltr {
  direction: ltr;
}
.parent-size {
  width: inherit;
  height: inherit
}

.redX2 {
  background-color: #ff6501;
  aspect-ratio: 1 / 1;
  width:30px;
}

.panel-border-grey {
  border-color: grey !important;
}

.toggleHeightZero {
  height: 0 !important;
  border:none;
  padding:0;
}

.no-border {
  border-style: none;
}

.mandatory_error {
  border-color: red;  
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25);
}

.inherit_display {
  display: inherit;
}

.ao-spinner-border {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  animation: 0.75s linear infinite ao-spinner-border;
  color:grey;
}

@keyframes ao-spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.not_bold {
  font-weight: normal;
}


.depends_on {
  opacity: .5;
  transition: all ease-in-out .3s;
}

.depends_on.full-hidden {
  opacity: 0;
  display: none;
}

.depends_on.full-hidden.visible {
  opacity: 1;
  display: table-row;
  visibility: visible;
}

.depends_on.visible {
  opacity: 1;
}

.depends_on td.tdhead {
  padding-left: 35px;
  position: relative;
}

.depends_on td.tdhead:before {
  content: '';
  position: absolute;
  left: 15px;
  bottom: 37px;
  top: 6px;
  width: 15px;
  border-left: 2px solid #818181;
  border-bottom: 2px solid #818181;
}

.depends_on td.tdhead:last-child:before {
  bottom: 50%;
  /* Endet in der Mitte des letzten Subelements */
}

.colored-matrix-toggle .reduced-data {
  display: block;
}

.colored-matrix-toggle .detailed-data {
  display: none;
}

.colored-matrix-toggle:hover .reduced-data {
  display: none;
}

.colored-matrix-toggle:hover .detailed-data {
  display: block;
}

tr.colored-matrix-toggle td div {
  font-weight: 800;
}

.article_page .form-control {
  width: 100px;
}

.highlight {
  border: 2px solid #bff9a8;
}

.ao_warnung_container {
  position: relative;
  display: inline-block;
  margin-left: 10px
}
.ao_warnung_tooltip {
  position: absolute;
  color:#333;
  top: 100%;
  left:-400px;
  padding: 8px;
  display: none;
  min-width: 800px;
  max-width: 1000px;
  white-space: normal;
  z-index:5;
}
.ao_warnung_container:hover .ao_warnung_tooltip {
  display: block;
}
.ao_warnung_container:hover {
  cursor: pointer;
}

.scollable_text {
  max-width: 400px;
  overflow: auto;
}

tr.bg-highlight {
  background-color: #ebebeb !important;
  border-bottom: 1px solid #636363;
}

.relative_box {
  position: relative;
}

.invoice_error_sign:hover {
  cursor: pointer;
}
.invoice_error_sign:hover ~ .invoice_error {
  display:block
}

.invoice_error {
  display: none;
  position: absolute;
  top:20px;
  border:none;
  box-shadow: 0px 0px 0px 3px red;
  background-color:white;
  margin: 6px;
  padding: 6px;
}

td.filterable-table-cell > a.filterable-filter-icon {
  opacity: 0.0;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}

td.filterable-table-cell:hover > a.filterable-filter-icon {
  opacity: 1.0;
  transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -webkit-transition: opacity .2s ease-in-out;
}