/* CSS Document */

html {
  overflow-y: scroll;
}

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

body {
  background: #f5f5f5;
  font-family: "Roboto", sans-serif;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #5b5b5b;
  width: 100%;
  display: table;
  table-layout: fixed;
  height: 100%;
  position: absolute;
}

#debug {
  display: none;
  position: fixed !important;
  height: 200px !important;
  width: 100%;
  bottom: 0;
  z-index: 999;
}

a {
  color: inherit;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
  height: 1px;
  background: #cfcfcf;
}

/*
.tarife_bg input:valid{
    border: 1px solid green;
  }

.tarife_bg input:invalid{
    border: 1px solid red;
  }
*/

input,
textarea,
select,
button {
  text-rendering: auto;
  color: initial;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font:
    400 13.3333px "Ubuntu",
    sans-serif;
}

#wrapper {
  display: block;
  width: 100%;
  table-layout: fixed;
  height: 100%;
  position: relative;
  padding-top: 66px;
}

#content {
  display: block;
}

.preset {
  vertical-align: top;
  width: 180px;
  border-right: 1px solid #ddd;
  z-index: 5;
  background: #f5f5f5;
  position: fixed;
  height: 100%;
  left: 0;
}

.preset ul li,
.stellenportal-nav ul li {
  border-bottom: none;
  font-weight: 600;
  font-size: 1.05em;
  padding: 15px 15px 15px 28px;
}

.paketforms ul.portal-wrap li {
  float: left;
  margin-bottom: 3px;
  list-style-type: none;
  background: grey;
}

.status-portal-name {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.status-portal-name .portal_info {
  width: auto;
  min-width: 60px;
  height: auto;
  margin-right: 0;
  padding: 1px 8px;
  font-size: 0.75em;
  line-height: 1.4;
}

.paket-portale-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 4px;
  font-size: 0.9em;
}
.paket-portale-table th {
  text-align: left;
  font-weight: 600;
  font-size: 0.85em;
  color: #666;
  padding: 4px 8px;
}
.paket-portale-table td {
  padding: 4px 8px;
  vertical-align: middle;
}
.paket-portale-table .portal-type-cell {
  width: 1%;
  white-space: nowrap;
}
.paket-portale-table .portal-type-cell .portal_info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: auto;
  min-width: 60px;
  height: auto;
  padding: 1px 8px;
  font-size: 0.85em;
  line-height: 1.4;
}
.paket-portale-table .portal-label-cell {
  border-radius: 4px;
}

.paket-portal-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 8px;
}
.paket-portal-option .portal_info {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  width: auto;
  min-width: 60px;
  height: auto;
  padding: 1px 8px;
  font-size: 0.85em;
  line-height: 1.4;
  flex-shrink: 0;
}

.paket-portal-item .portal_info {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0 6px 0 0;
  padding: 0 6px;
  font-size: 0.7em;
  line-height: 1.4;
}
.paket-portal-item .paket-portal-text {
  vertical-align: middle;
}

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

.row {
  display: flex;
  flex-wrap: wrap;
}

.card {
  background: #fff;
  margin: 0 0 15px 0;
  border: 1px solid rgb(186 186 186 / 80%);
  position: relative;
  height: auto;
}

/*
.tarifinfos{
	background: #fff;
    margin: 0 0 15px 0;
    box-shadow: 0 1px 3px 0 rgba(51,51,51,.2);
    border: 1px solid rgba(220,223,226,0.8);
    position: relative;
	padding: 20px;
}
*/

.visible-for-admins {
  display: none !important;
}

tr.tariftable td:first-child {
  width: 200px;
}

.tarifinfos2 {
  background: #fff;
  margin: 0 0 15px 0;
  box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.2);
  border: 1px solid rgba(220, 223, 226, 0.8);
  position: relative;
  padding: 20px;
}

.tarif-hide {
  display: none;
}

.tarifinfos .tariftable td {
}

.datensatzsize {
  margin: 10px 0;
  border-top: 1px solid #c1c1c1;
  font-weight: 600;
  padding-top: 10px;
}

.card .help {
  position: absolute;
  top: 16px;
  right: 18px;
  cursor: help;
  padding: 0;
  /* font-size: 15px; */
}

.card.toggles .help {
  right: 35px;
}

.help-icon i {
  color: #e0e0e0;
  font-size: 18px;
}
.help-icon i:hover {
  color: #afafaf;
}

.help-content {
  display: none;
  position: absolute;
  min-width: 300px;
  top: -17px;
  left: 30px;
  /* height: 200px; */
  z-index: 999;
  background: white;
  padding: 15px;
  /* color: #fff; */
  border: 1px solid #dedede;
  box-shadow: 2px 2px 12px #c5c5c5;
}

.triangle-with-shadow {
  width: 25px;
  height: 25px;
  top: 13px;
  left: -25px;
  position: absolute;
  overflow: hidden;
  margin: 0;
}
.triangle-with-shadow:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: white;
  transform: rotate(45deg);
  top: 0;
  left: 18px;
  box-shadow: 20px -11px 16px 9px #c5c5c5;
  border: 1px solid #dedede;
}

.help:hover .help-content {
  display: block;
}
.help-content > * {
  margin-bottom: 5px;
  color: black;
}

.help-content ul {
  padding: 0;
  list-style-type: none;
}

.help-content ul li {
  position: relative;
  padding-left: 10px;
}

.help-content ul li:before {
  content: "\203A";
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 1.6em;
}

.card > * {
  padding: 15px;
}

.card > h3 {
  border-bottom: 1px solid #dddddd;
  width: 100%;
}

.fields:nth-of-type(n + 2).multiple {
  padding: 15px;
  margin-top: 10px;
}

#createinvoice {
  background: #3e86ab;
}

.small-info {
  font-size: 0.85em;
  color: #b2b2b2;
  margin-left: 7px;
  font-weight: 500;
}

.small-info-btn {
  font-size: 11px;
  color: #eca704;
  margin-left: 7px;
  font-weight: 500;
  border: 1px solid #eca704;
  padding: 0px 10px;
  border-radius: 14px;
}

.small-info-btn:hover {
  cursor: pointer;
  background: #eca704;
  color: #fff;
}

.invoicetable {
  width: 100%;
  margin-top: 10px;
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
}
.invoicetable td,
.invoicetable th {
  text-align: left;
  padding: 0 1px;
}

.invoicetable th {
  font-weight: 500;
  padding: 4px;
}

.invoicetable tr td {
  border-top: 1px solid #e7e7e7;
  padding: 4px;
}

.tarif-notes {
  width: 100%;
  margin-top: 10px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}

.uploaditem {
  display: inline-block;
}

.uploaditem-size,
.deleteupload i {
  margin-left: 5px;
  cursor: pointer;
}

.deleteupload {
  display: inline-block;
}

.uploaditem-size {
  display: inline-block;
}

.card.aside_rechnung.active {
  background: #4b4b4b;
  color: #fff;
  border: none;
}

#fieldarea {
  padding: 0;
  /* display: table-cell; */
  display: none;
  width: 100%;
  position: relative;
}

.preset.active + * + * + * + #fieldarea {
  width: calc(100% - 180px);
}

.disableform:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffff82;
  z-index: 10;
  cursor: no-drop;
}

#fieldarea > form {
  display: flex;
  width: 100%;
  max-width: 1600px;
  min-width: 1100px;
  padding-top: 15px;
}

#fieldarea > form > *:first-child,
#fieldarea > .card {
  flex: 1 1 100%;
  max-width: 715px;
  margin-left: 15px;
  /* justify-content: center; */
}

#fieldarea > form > aside {
  flex: 0 1 300px;
  margin-left: 15px;
}

#fieldarea > form > *:last-child {
  flex: 0 1 400px;
  margin-left: 43px;
  /* padding: 15px; */
  /* background: whitesmoke; */
  /* border-left: 2px solid #d1d1d1; */
  margin-left: 20px;
  padding: 15px;
  background: #e7e7e7;
  box-shadow: 0 0 10px inset rgb(0 0 0 / 18%);
  top: -15px;
  position: relative;
}

.fieldrow.hide,
.card.hide,
label.hide,
input.hide,
.fieldsdivider.hide {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 0.7em;
}

.remove_fields:after {
  /*content: "\f00d"; */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\FF0B";
  transform: rotate(45deg);
}

#bemerkungsfeld {
  margin-top: 20px;
}

#content button#invoice_checked {
  margin-top: 15px;
  width: 100%;
}

.re_pre {
  width: 100%;
}

#re_stuff {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #fff;
}

.invoice-start-column {
  border-left: 1px solid #dbdbdb;
  padding-left: 10px !important;
}

.svg-icon-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.svg-icon-text > svg {
  /* object-fit: contain; */
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.icon-header {
  padding: 0;
  border-bottom: 1px solid #fff;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
}

.icon-header > * {
  display: flex;
  align-items: center;
}

.icon-header > *:first-child {
  margin-left: 10px;
}

.fieldrow.rechnung,
#re_stuff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* width: 100%; */
}

.rechnung .fullwidth-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-btn {
  border: none;
  margin: 0;
}

#non_billable > * {
  height: 24px;
  width: 24px;
}

button#createinvoice.disabled {
  cursor: no-drop;
  opacity: 0.4;
}

#price-arrow {
  height: 25px;
  width: 25px;
  color: #eca704;
  display: none;
}

.rechnung .fullwidth-flex > label {
  flex: 0 0 calc(70% - 10px);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.rechnung .fullwidth-flex > input {
  flex: 0 0 30%;
}

.fieldrow.rechnung select#umsatzsteuer + .selectize-control {
  flex: 0 0 30%;
  text-align: right;
}
.fieldrow.rechnung select#umsatzsteuer + .selectize-control > .selectize-input {
  padding-right: 30px !important;
}

.bigfont {
  font-weight: 700 !important;
}

.location-wrap div.fields:nth-of-type(n + 4) .remove_fields {
  top: 16px;
}

.remove_fields,
.add_fields {
  width: 100%;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  padding: 7px 12px;
  margin-bottom: 14px;
  border-radius: 3px;
  margin: 0px 15px 10px;
}

.in_leftarea .add_fields {
  margin: 10px 0 0 0;
  width: 100%;
}

.col-2 .fields.in_leftarea .fields {
  width: 100%;
  padding: 0;
}

.in_leftarea .multiple {
  padding-top: 0;
}

.in_leftarea .multiple:nth-of-type(2) .multiple-wrapper {
  padding-top: 50px;
}

.remove_fields {
  /* margin: 23px 0 0px 10px; */
  position: absolute;
  top: 1px;
  right: 1px;
  width: 33px;
  /* background: #ffffff; */
  color: #4a4a4a;
  border-radius: 0;
  border-top-right-radius: 2px;
  font-size: 25px;
}

.award_upload .remove_fields {
  margin-top: 0;
}

/*aside .add_fields {
    width: inherit;
}*/

.kunden-wrap2 .selectize-control {
  max-width: 450px;
  margin-bottom: 80px;
}

.kunden-wrap2 .selectize-dropdown {
  position: absolute;
  max-height: 90px;
  overflow: hidden;
}

.editor-wrap .selectize-control {
  max-width: 740px;
  margin-bottom: 80px;
  position: fixed;
  width:100%;
  z-index: 9999;
}

.editor-wrap .selectize-dropdown {
  position: absolute;
  max-height: 200px;
  z-index: 9999999999999 !important;
  width: 100% !important;
}

.editor-wrap.keeper-ignore {
  margin-bottom: 50px;
}

#editor_2_wrap {
  position: relative;
  z-index: 99;
}


span.about {
  position: absolute;
  bottom: 66px;
  left: 0;
  width: 100%;
  background: whitesmoke;
  padding: 10px;
  border-top: 1px solid #ededed;
  font-size: 12px;
  line-height: 15px;
}

.add_fields:hover,
header .btn:hover,
#duplicate:hover,
#delete:hover,
#killswitch:hover,
#changecustomer:hover,
#editsalink:hover,
#open_menu:hover,
#assign_editor:hover {
  background: #797979;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.remove_fields:hover {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: red;
}

.add_fields {
  width: calc(100% - 30px);
}

#createstorno:hover,
#createinvoice:hover,
#showinvoice:hover,
#showallinvoices:hover,
#newcalculation:hover {
  background: #0e0e0e;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.fields.multiple {
  display: flex;
  width: 100%;
  position: relative;
}

.general_content-upload .fields:first-of-type {
  flex: auto;
  padding: 15px 15px 0;
}

span.upload-msg {
  display: block;
  margin: 15px 0;
  font-weight: bold;
}

span.upload-msg.success {
  color: #4bb543;
}
span.upload-msg.error {
  color: red;
}

span.alert {
  background: #ebebeb;
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 5px 0;
}

.fields.multiple > *:first-child {
  flex: 1 1 100%;
}

.fields.multiple > *:nth-child(2) {
  flex: 0 0 37px;
}

#content input[type="button"].remove_fields {
  height: 37px;
  padding: 10px;
  /* margin-top: 32px; */
  /* margin-left: 5px; */
  background: #dddada;
  color: inherit;
  transition: 0.1s ease-in-out;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 16px;
}
#content input[type="button"].remove_fields:hover,
#content input[type="button"].add_fields:hover,
#content input[type="button"].add_fields_tarife:hover,
#content input[type="button"].add_fields_tarifupdate:hover {
  background: #eca706;
  color: #fff;
}
#content input[type="button"].add_fields,
#content input[type="button"].add_fields_tarife,
#content input[type="button"].add_fields_tarifupdate {
  width: calc(100% - 20px);
  margin: 0px 10px 10px 10px;
  padding: 8px 0;
  background: #f5f5f5;
  color: inherit;
  transition: 0.1s ease-in-out;
  text-align: center;
}

a#changelog {
  cursor: pointer;
}

/* ##############################
		Fields
###############################*/

.left-area .location-wrap .multiple-wrapper > .fieldrow:nth-of-type(1) {
  /*display:none;*/
  margin-top: 10px;
}

.fieldrow + .fieldrow {
  margin-top: 10px;
}

.tox-statusbar__branding {
  display: none;
}

input#new {
  margin-right: 5px;
}

#new_submit {
  margin-top: 15px !important;
}

input:read-only {
  background: #f5f5f5;
}

/* Selectilize */
select {
  display: none;
}

.ampelitem {
  display: flex;
  margin-top: -10px;
}

.ampelitem option[value="orange"] {
  background: rgb(236, 167, 6);
}
.ampelitem option[value="mediumturquoise"] {
  background: mediumturquoise;
}
.ampelitem option[value="red"] {
  background: red;
}

.circleBase {
  border-radius: 50%;
  behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.typecircle {
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 1px solid #ffffff;
  margin: 5px 5px 5px 0;
  float: left;
}

.typecircle2 {
  width: 10px;
  height: 10px;
  background: #ccc;
  border: 1px solid #fff;
  margin: 5px 5px 5px 0;
  float: left;
}

.card .card {
  border: none;
  box-shadow: none;
  margin-bottom: -15px;
  margin-top: 15px;
}

.fieldsdivider {
  display: inline-flex;
  flex: 0 0 100%;
  padding: 0;
  border-bottom: 1px solid #ededed;
}
.fieldsdivider > * {
  padding: 15px;
}

.divider {
  position: relative;
  width: 100%;
  height: 1px;
  background: #dddddd;
  margin: 3px 0 13px 0;
}

.address_delete {
  text-align: center;
  margin: 32px 0 0 0;
  padding: 7px 12px;
  background: #e3e3e3;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  max-width: 200px;
  cursor: pointer;
}

.ap_delete {
  text-align: center;
  padding: 7px 12px;
  background: #e3e3e3;
  color: #fff;
  border-radius: 4px;
  width: 40px;
  cursor: pointer;
}

.ap_delete:hover {
  background: #6c6c6c;
}

label.standard_ap_label {
  min-width: 0;
}

.standard_ap {
  margin-top: 21px;
}

select.apselect {
  display: flex;
  padding: 4px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
  margin-top: -2px;
}

.reapselect {
  display: flex;
  padding: 4px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  flex: 0 0 100%;
  font-family: inherit;
  line-height: inherit;
  margin-top: 0;
  width: 100%;
}

select.anredeselect {
  display: flex;
  padding: 7px 6px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  width: 120px;
  font-family: inherit;
  line-height: inherit;
  margin-top: -2px;
}

.selectize-control.anredeselect {
  width: 120px;
}

.veritreff-jobboard-select {
  display: flex;
  padding: 4px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  width: 100%;
  font-family: inherit;
  line-height: inherit;
}

.veritreff-jobboard-select:disabled,
.veritreff-produkt-vorlage:disabled {
  background: #e9e9e9;
  color: #999;
  cursor: not-allowed;
  opacity: 0.7;
}

.fieldrow.flex_ap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

input:not([type="select-one"])::placeholder {
  color: #b1b1b1;
}

textarea::placeholder {
  color: #b1b1b1;
}

table input {
  outline: none;
}

tr.system + .system {
  display: none;
}

textarea:focus,
input:not[type="button"]:focus,
input[type]:not[type="button"]:focus,
.uneditable-input:focus {
  border: 1px solid rgba(236, 167, 6, 0.75);
  box-shadow:
    0 0px 1px rgba(236, 167, 6, 0.75) inset,
    0 0 3px rgba(236, 167, 6, 0.78);
  outline: 0 none;
}

input[type="button"]:focus,
input[type="submit"]:focus {
  border: none;
  box-shadow: none;
  outline: 0 none;
}

.table_buttons {
    /* position: relative; */
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
}

.table_buttons_2 {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 5px;
}
table input.is_active {
  border: 1px solid #eca706;
  color: #eca706;
}

table .selectize-control.is_active > .selectize-input {
  border: 1px solid #eca706;
  box-shadow: none;
  color: #eca706;
}
table .selectize-control.is_active > div:after {
  border-color: #eca706 transparent transparent transparent !important;
}

table .selectize-dropdown {
  color: grey !important;
}

/*
.auftrag_option_id {
    padding: 2px 6px;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 1px;
    background: gray;
    color: #fff;
    display: inline-block;
}

.deleted-tag {
    padding: 2px 6px;
    background: #ffffff;
    border-radius: 5px;
    margin-bottom: 1px;
    background: #b75e5e;
    color: #fff;
    display: inline-block;
    margin-left: 5px;
}


.selectize-control .selectize-dropdown {
    width: auto !important;     
    min-width: 300px;           
}
.selectize-control .selectize-dropdown {
    left: 0;    
    right: auto;
}

.selectize-control {
    overflow: visible !important;
}


#anzeigen .selectize-dropdown-content {
   max-height:400px;
}

*/

select[name="case_closed"] + .selectize-control .selectize-dropdown {
  width: auto !important;
}

.selectize-dropdown [data-selectable].option {
  cursor: pointer;
}
.overview-table .selectize-input {
  padding: 6px 8px !important;
}

.selectize-control.multi .selectize-input > div {
  margin: 0 3px 1px 0 !important;
}

label {
  margin: 0 15px 5px 0;
  display: inline-block;
  min-width: 100px;
}

.edit-contract {
  cursor: pointer;
  border: 1px solid #d5d5d5;
  padding: 4px 0px;
  width: 32px;
  display: flex;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 15px 0;
}

.page-btn {
  min-width: 30px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-btn.active {
  background: #686868;
  color: #fff;
  border-color: #686868;
}

.page-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.edit-contract:hover {
  background: #eca706;
  color: #fff;
  border: 1px solid #eca706;
}

label i {
  /* border-top: 2px solid green; */
  color: #9e9e9e;
}

.badge.green {
  background: #4bb543;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
}

.filter-case_closed-option {
  padding: 5px 7px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.filter-count-badge {
  display: inline-block;
  min-width: 18px;
  padding: 1px 6px;
  border-radius: 10px;
  background: #e1e5ea;
  color: #4a5560;
  font-size: 0.75em;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
}

.badge.red {
  background: #ff4c4c;
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.8em;
}

input[type="checkbox"] {
  width: 17px;
  height: 17px;
}

.selectize-control {
  position: relative;
  width: 100%;
}

input[type="submit"].no-btn,
input[type="submit"].no-btn:hover {
  padding: 0;
  margin: 0;
  color: #434343;
  background: none;
  text-decoration: underline;
}

.addedlink {
  margin-top: 12px !important;
}

.sainputdis {
  display: none;
}

.dontshow .fields:nth-of-type(5) {
  display: none;
}
.blueanddontshow {
  display: none;
  background-color: aliceblue;
}
.blueandshow {
  background-color: aliceblue;
}
.emailtextindividuel {
  background-color: aliceblue;
}
input[type="submit"],
input[type="button"],
.btn {
  border: none;
  padding: 7px 25px;
  background: #eca706;
  color: #fff;
  cursor: pointer;
  width: auto;
  transition: 0.2s ease-in-out;
  margin: 0;
  border-radius: 4px;
}

.invoice-preview {
  border: 1px solid #e7e7e7;
  background: #f4f4f4;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 5px 15px;
  width: 100%;
  display: block;
  text-decoration: none;
}

.invoice-preview:hover {
  background: #e1e1e1;
}

button.btn.btn-full {
  width: 100%;
}

.discounts {
  width: 100%;
}

.discount-item {
  border: 1px solid #7f7f7f;
  padding: 10px 10px;
  border-radius: 5px;
  background: #5b5b5b;
  margin-bottom: 15px;
}

.selectize-dropdown-content > * {
  border-bottom: 1px solid #e1e1e1;
}

.daterangepicker {
  z-index: 9999999999 !important;
}
input#input-leistungsdatum {
  background: transparent;
  cursor: pointer;
}

#blankoForm .discounts-wrapper,
#blankoForm .calculate-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

#blankoForm .discounts-wrapper > *,
#blankoForm .calculate-wrapper > * {
  width: 400px;
}

#blankoForm .discount-item {
  border: 1px solid #d0d0d0;
  padding: 10px 10px;
  border-radius: 5px;
  background: #fafafa;
  margin-bottom: 15px;
}

#blankoForm .discount-content > *:last-child {
  margin: 0;
}

#blankoForm #add_discount {
  padding: 5px 11px;
}

.discount-item input {
  padding: 2px 4px;
}

.discount-content {
  display: flex;
  flex-wrap: nowrap;
}

.discount-content > *:first-child {
  flex: 1 1 100%;
}

.discount-content > *:last-child {
  flex: 0 0 75px;
  margin-left: 15px;
}

.discount-type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

a.icon-link-button {
  border: 1px solid #bcbfbc;
  padding: 5px 12px;
  display: inline-flex;
  border-radius: 5px;
  align-items: center;
  text-decoration: none;
}

a.icon-link-button:hover {
  background: #eca704;
  color: white;
  border: 1px solid #eca704;
}

.product-wrapper {
  border: 1px solid #cccccc;
  background: #fafafa;
  padding: 10px;
  border-radius: 5px;
}

.product-wrapper + .product-wrapper {
  margin-top: 15px;
}

.selectize-dropdown-content {
  position: relative;
  top: 2px;
  border-bottom: 1px solid #d0d0d0;
}

.remove-product-btn {
  cursor: pointer;
}

.products-list-wrapper {
  padding: 15px 0;
}

.product-data {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.product-name {
  width: 85%;
}

.product-name input {
  font-weight: bold;
}

.product-quantity,
.product-price,
.product-total {
  width: calc(15% - 10px);
}

.product-description {
  width: 55%;
}

.product-description textarea {
  height: 61px;
}

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.icon-10 {
  width: 10px;
  height: 10px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}
.icon-20 {
  width: 20px;
  height: 20px;
}
.icon-25 {
  width: 25px;
  height: 25px;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.btn-small {
  padding: 2px 15px;
}

.justify-between {
  justify-content: space-between;
}
.justify-end {
  justify-content: flex-end;
}

button.btn.btn-icon {
  display: flex;
  align-items: center;
}

button.btn.btn-icon > .icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

button.btn.btn-icon > .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain; /* bewahrt Seitenverhältnis */
}

.btn.btn-white {
  background: #fff;
  color: #434343;
  border: 1px solid #d0d0d0;
}
.btn.btn-white:hover {
  background: rgb(232, 232, 232);
}

.btn.btn-gray {
  background: #ecf0f1;
  color: #333;
}
.btn.btn-gray:hover {
  background: #ddd;
}

.btn.btn-blue {
  background: #3e86ab;
}
.btn.btn-blue:hover {
  text-decoration: underline;
  background: #3e86ab;
}

.btn.btn-import-orders {
  background: #eaf2f8;
  color: #2c5d7a;
  border: 1px solid #c5dceb;
  /* compensate the 2px the border adds so total box height matches a borderless .btn */
  padding: 6px 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Resizable table columns — managed by assets/js/column-resize.js */
.col-resize-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -6px;
  width: 10px;
  height: 28px;
  cursor: col-resize;
  user-select: none;
  z-index: 5;
  border-radius: 3px;
  background: linear-gradient(to right, transparent 4px, #d6dde3 4px, #d6dde3 5px, transparent 5px);
  transition: background 0.15s ease;
}
.col-resize-handle:hover,
body.col-resizing .col-resize-handle {
  background: linear-gradient(to right, transparent 3px, #3e86ab 3px, #3e86ab 6px, transparent 6px);
}
body.col-resizing,
body.col-resizing * {
  cursor: col-resize !important;
  user-select: none !important;
}

/* Three-dot table menu */
th:has(.table-menu-wrapper),
td:has(.table-menu-wrapper) {
  overflow: visible !important;
}
/* Ensure the menu cell sits above sticky tbody cells (which have z-index: 1) */
th:has(.table-menu-dropdown),
th:has(.table-menu-wrapper) {
  z-index: 10 !important;
}
.table-menu-wrapper {
  display: inline-block;
}
.table-menu-trigger {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 2px 4px;
  cursor: pointer;
  color: #888;
  line-height: 1;
  transition: 0.15s ease;
}
.table-menu-trigger:hover,
.table-menu-trigger.active {
  background: #eaf2f8;
  border-color: #c5dceb;
  color: #2c5d7a;
}
.table-menu-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #fff;
  border: 1px solid #d6dde3;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  min-width: 220px;
  padding: 4px 0;
  margin-top: 4px;
}
.table-menu-item {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 8px 14px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  text-align: left;
}
.table-menu-item:hover {
  background: #eaf2f8;
  color: #2c5d7a;
}
.table-menu-item .icon svg {
  display: block;
}
.btn.btn-import-orders:hover {
  background: #d8e8f2;
  color: #1f4760;
}
.btn.btn-import-orders > .icon {
  display: inline-flex;
  align-items: center;
  width: 15px;
  height: 15px;
}
.btn.btn-import-orders > .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.selectize-input {
  padding: 6px 8px !important;
}

.selectize-control.multi > * > * > *:not(.portal_info):not(.paket-portal-text) {
  padding: 6px 8px !important;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 4px 8px !important;
}

.invoiceischecked {
  background: #02b102;
}

.btn2 {
  border: none;
  padding: 8px 8px;
  background: #eca706;
  color: #fff;
  cursor: pointer;
  width: auto;
  transition: 0.2s ease-in-out;
  margin: 0;
  border-radius: 4px;
  margin-left: 5px;
}

#content input[type="submit"],
#content input[type="button"],
#content .btn {
  margin-top: 0px;
}

header .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  margin-left: 15px;
  background: #f5f5f5;
  color: #434343;
  padding: 15px;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.btn2:hover {
  background: #ee7202;
}

.invoiceischecked:hover {
  background: #008000;
}

a.btn {
  max-width: 190px;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px;
  background: #ededed;
  color: #434343;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.2s ease-in-out;
}

a.btn:hover {
  background: #797979;
  color: #fff;
}

input,
textarea {
  padding: 6px 8px;
  border: 1px solid #d0d0d0;
  border-radius: 4px;

  width: 100%;
  font-family: inherit;
  line-height: inherit;
}

.preview {
  display: flex;
  justify-content: flex-end;
}

.fieldrow {
  /* display: flex;
    align-items: center;
    justify-content: space-between;*/
  position: relative;
}

.jconfirm-warp .fieldrow + .fieldrow {
  margin-top: 10px;
}

.jconfirm-row .row {
  justify-content: center;
}

img {
  /* width: 100% */
  max-width: 100%;
}

a.logo {
  max-width: 150px;
  /* max-width: 150px; logo.png */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

a.logo img {
  padding-top: 10px;
  padding-bottom: 10px;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}

.fields:nth-of-type(n + 2) {
  padding: 0 15px 15px 15px;
}

.jconfirm-content .fields:nth-of-type(n + 2) {
  padding: 15px 15px 15px 15px;
}

.jconfirm-content {
  overflow: visible;
  padding-bottom: 5px;
}

.jconfirm {
  background: rgba(0, 0, 0, 0.5);
}

.btn-fields {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.btn-fields input.disabled {
  pointer-events: none;
}

.btn-fields input.saving {
  color: transparent;
}

.save-wrap {
  position: relative;
  display: inline-block;
}

.btn-fields .save-spinner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  pointer-events: none;
}

.disablepack {
  cursor: no-drop;
}

.disablepack div:first-child {
  pointer-events: none;
}

.disablepack .selectize-input {
  background: whitesmoke;
  opacity: 0.5;
  background-color: #fafafa;
}

.btn-fields > div {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #eee;
  margin-top: 15px;
}

.confirm-padding {
  padding: 20px 30px 20px 30px;
  font-family: "Ubuntu", sans-serif;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  width: 100%;
  height: 66px;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 9999;
  position: fixed;
}

.greeting {
  font-size: 0.9em;
  color: #3d3d3d;
  margin-left: 15px;
  line-height: 16px;
}
.greetings-phrase {
  white-space: nowrap;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}
.greetings-icon {
  color: #eca704;
  margin-left: 5px;
  display: flex;
  align-items: center;
}

header div.kunden-wrap {
  margin-left: 50px;
  width: 100%;
  display: flex;
}

header .selectize-control.single {
  max-width: 685px;
}

header nav {
  margin-left: auto;
  padding-left: 30px;
  /* flex: 0 0 200px; */
}

nav ul {
  list-style: none;
}

nav ul li {
  cursor: pointer;
  padding: 10px 15px;
  /* transition: .2s ease-in-out; */
  display: flex;
  align-items: center;
  font-weight: 400;
  color: #4e4e4e;
  font-size: 0.95em;
  position: relative;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}

[class*="preset-"] nav ul li {
  border-bottom: 1px solid #ebebeb;
}

textarea:disabled,
input:disabled:not([type="submit"]):not([type="button"]) {
  background-color: inherit;
  color: #b1b1b1;
  border-color: rgb(232 232 232 / 45%);
}

[class*="preset"] nav ul li:hover,
[class*="preset"] nav ul li.active {
  background: #ffffff;
  position: relative;
  color: #eca706;
}

.progress-bar {
  background: #eee;
  width: 100%;
  height: 20px;
  border-radius: 4px;
  overflow: hidden;
}

#progress-bar-fill {
  background: #eca706;
  width: 0%;
  height: 100%;
  transition: width 0.3s;
}

#boersenliste li.active {
  color: #eca706;
}

#boersenliste li.deactivated,
#paketliste li.deactivated {
  background-color: #a3a3a3;
  color: #fff;
}

[class*="preset"] nav ul li:hover:before,
[class*="preset"] nav ul li.active:before,
nav ul.submenu li:hover:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  background: #eca706;
  left: 0;
  top: 0;
}

.animate {
  transition: all 0.4s ease-in-out;
}

.ping {
  background-color: #e8e8e8 !important;
}

.rechnung > input,
#re_stuff > * > input {
  padding: 0 5px !important;
  /* height: 16px; */
  height: 25px !important;
  margin: 2px 0;
}

#products_table {
  flex: 0 0 100%;
}

.rechnung > input:disabled:not([type="submit"]):not([type="button"]),
#re_stuff > * > input:disabled:not([type="submit"]):not([type="button"]) {
  border: none;
  font-weight: 600;
  color: inherit;
}

.rechnung label {
  margin: 3px 0px 2px 0 !important;
  display: inline-block;
  min-width: 100px;
}

.rechnung > label {
  margin-top: 8px;
}

.rechnung > textarea:last-of-type {
  flex: 0 0 100%;
}

.bgindividualmails,
.individualemail {
  background-color: aliceblue;
}

.rechnung hr {
  flex: 0 0 100% !important;
  border-top: none;
  border-bottom: 1px solid #d0d0d0;
  box-shadow: none;
}

.currency,
#rabattprozentsatz,
#umsatzsteuer {
  text-align: right;
  font-family: "Ubuntu", sans-serif;
}

#marge.positive {
  color: #8fe38f !important;
}

#marge.negative {
  color: #f88181 !important;
}

.fieldrow.rechnung > input:focus,
.fieldrow.rechnung > textarea:focus,
#re_stuff > input:focus,
#re_stuff > textarea:focus {
  outline: none;
  border: 1px dashed #eca706;
  border-radius: 3px;
}

nav ul li i {
  margin-right: 7px;
  width: 20px;
}

div#anzeigenauswahl {
  padding: 15px 15px;
  height: 100%;
}

.preset-anzeigenauswahl,
.preset-stellenportale,
.preset-pakete {
  width: 260px;
  z-index: 1;
  background: #fff;
  /*  position: relative; */
  border-right: 1px solid #ddd;
  position: fixed;
  left: 180px;
  height: calc(100% - 65px);
}

.preset-stellenportale,
.preset-pakete {
  overflow: auto;
}

.preset-anzeigenauswahl h3 {
  margin-bottom: 8px;
  font-weight: 600;
}

.preset-anzeigenauswahl .selectize-control {
  margin-bottom: 15px;
}

.preset,
.preset-anzeigenauswahl,
.preset-stellenportale,
.preset-pakete {
  display: none;
}

.preset.active,
.preset-anzeigenauswahl.active,
.preset-stellenportale.active,
.preset-pakete.active {
  display: block;
  z-index: 11;
}

.label-help {
  margin-bottom: 10px;
  color: #939393;
}

.inner-col-2 > * {
  width: calc(50% - 10px);
}

.inner-col-2 {
  gap: 10px;
}

.fields-layout {
  flex-wrap: wrap;
  padding: 20px 0px;
}

.fields-layout .fields-layout-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  padding: 0 20px;
  margin-bottom: 15px;
}

.fields-layout .fields-layout-row:last-child {
  margin-bottom: 0;
}

.fields-layout .fields-layout-row .fields-layout-col-1\/2 {
  width: calc(50% - 10px);
}

.fields-layout .fields-layout-row .fields-layout-col-1\/3 {
  width: calc(33.3333333333% - 13.33px);
}

.fields-layout .items-center {
  display: flex;
  align-items: center;
}

.fields-layout .initial-hide {
  display: none;
}

.icon-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

#contract-form label {
  margin: 0 15px 0px 0;
  display: inline-block;
  min-width: 100px;
  font-weight: 500;
}
#contract-form .help {
  font-weight: normal;
}

#contract-form .help {
  font-weight: normal;
  line-height: normal;
  color: #949494;
  font-size: 12px;
}

.checkbox-wrap {
  margin-top: 5px;
  width: 100%;
}

.contract-label {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}

.contracts-fieldrow .checkbox-wrap > label input {
  width: 20px;
  height: 20px;
}

.contract-checkbox {
  margin: 0 8px;
  vertical-align: top;
}

.contract-table {
  width: 100%;
  table-layout: fixed;
  display: inline-table;
}

.contract-label-cell {
  width: 100px;
  padding: 0 10px;
}

.contract-value-cell {
  padding: 0 10px;
  width: 150px;
}

.contract-value-small {
  width: 80px;
}

/* Selected state */
.contract-label:has(.contract_radio:checked) {
  background-color: #e6f2ff; /* light blue */
  border: 1px solid #4a90e2; /* mid blue */
  border-radius: 4px;
}

.contract-label:has(.contract_radio:disabled) {
  background-color: #f5f5f5; /* light grey */
  border: 1px solid #d0d0d0; /* grey */
  color: #a1a1a1; /* dark grey */
}

/* Optional: smooth transition */
.contract-label {
  transition:
    background-color 0.2s ease,
    border 0.2s ease;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex.no-wrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.col-2 .fields {
  width: 50%;
}

.col-3 .fields {
  width: 33.3333333333%;
}

.arge-wrap .fields:nth-of-type(n + 1) {
  flex: 0 0 70%;
}

.arge-wrap .fields:nth-of-type(n + 2) {
  padding: 15px 15px 15px 15px;
  flex: 0 0 30%;
}

section {
  display: none;
}

section.active {
  display: block;
}

nav.stellenportal-nav,
nav.tabs {
  background: #fff;
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  z-index: 999;
  overflow-x: auto;
  overflow-y: hidden;
}

nav.stellenportal-nav {
  left: 440px;
  width: calc(100vw - 440px);
}

nav.stellenportal-nav::-webkit-scrollbar,
nav.tabs::-webkit-scrollbar {
  height: 6px;
}
nav.stellenportal-nav::-webkit-scrollbar-thumb,
nav.tabs::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 3px;
}

#fieldarea nav.stellenportal-nav + form {
  padding-top: 58px;
}

nav.stellenportal-nav ul li,
nav.tabs ul li {
  flex-shrink: 0;
}

nav.stellenportal-nav ul,
nav.tabs ul {
  display: flex;
  width: max-content;
  min-width: 100%;
}

nav.stellenportal-nav ul li,
nav.tabs ul li {
  padding: 12px 26px;
  flex-shrink: 0;
  white-space: nowrap;
}

nav.stellenportal-nav ul li {
  position: relative;
}

nav.stellenportal-nav ul li .portal_info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  width: auto;
  min-width: 0;
  height: auto;
  padding: 1px 6px;
  font-size: 0.6em;
  line-height: 1.3;
  font-weight: 500;
  border-radius: 0 0 6px 6px;
  pointer-events: none;
}

nav.stellenportal-nav ul li.active,
nav.stellenportal-nav ul li:hover {
  background: #f5f5f5;
  color: #333;
}

nav.stellenportal-nav ul li:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: 0.2s ease-in-out;
  top: auto;
  background: grey;
}

nav.stellenportal-nav ul li.general:before,
nav.stellenportal-nav ul li.general_content:before {
  background: #eca706;
}

nav.stellenportal-nav ul li.monster:before,
ul.portal-wrap li.monster,
.paket-portale-table tr.monster .portal-label-cell {
  background: #642891;
  color: #fff;
}
nav.stellenportal-nav ul li.stepstone:before,
ul.portal-wrap li.stepstone,
.paket-portale-table tr.stepstone .portal-label-cell {
  background: #0c2577;
  color: #fff;
}
nav.stellenportal-nav ul li.yourfirm:before,
ul.portal-wrap li.yourfirm,
.paket-portale-table tr.yourfirm .portal-label-cell {
  background: #229929;
  color: #fff;
}
nav.stellenportal-nav ul li.meinestadt:before,
ul.portal-wrap li.meinestadt,
.paket-portale-table tr.meinestadt .portal-label-cell {
  background: #ffda00;
  color: #313131;
}
nav.stellenportal-nav ul li.jobware:before,
ul.portal-wrap li.jobware,
.paket-portale-table tr.jobware .portal-label-cell {
  background: #ff5d02;
  color: #fff;
}
nav.stellenportal-nav ul li.ingenieur:before,
ul.portal-wrap li.ingenieur,
.paket-portale-table tr.ingenieur .portal-label-cell {
  background: #1bbfc4;
  color: #fff;
}
nav.stellenportal-nav ul li.adzuna:before,
ul.portal-wrap li.adzuna,
.paket-portale-table tr.adzuna .portal-label-cell {
  background: #279b37;
  color: #fff;
}
nav.stellenportal-nav ul li.heyjobs:before,
ul.portal-wrap li.heyjobs,
.paket-portale-table tr.heyjobs .portal-label-cell {
  background: #c84182;
  color: #fff;
}
nav.stellenportal-nav ul li.joblift:before,
ul.portal-wrap li.joblift,
.paket-portale-table tr.joblift .portal-label-cell {
  background: #ffeb66;
  color: #fff;
}
nav.stellenportal-nav ul li.itjobs:before,
ul.portal-wrap li.itjobs,
.paket-portale-table tr.itjobs .portal-label-cell {
  background: #652efc;
  color: #fff;
}
nav.stellenportal-nav ul li.jobninja:before,
ul.portal-wrap li.jobninja,
.paket-portale-table tr.jobninja .portal-label-cell {
  background: #b9382f;
  color: #fff;
}
nav.stellenportal-nav ul li.indeed:before,
ul.portal-wrap li.indeed,
.paket-portale-table tr.indeed .portal-label-cell {
  background: #2164f3;
  color: #fff;
}
nav.stellenportal-nav ul li.stellenanzeigen:before,
ul.portal-wrap li.stellenanzeigen,
.paket-portale-table tr.stellenanzeigen .portal-label-cell {
  background: #427191;
  color: #fff;
}
nav.stellenportal-nav ul li.regiojobanzeiger:before,
ul.portal-wrap li.regiojobanzeiger,
.paket-portale-table tr.regiojobanzeiger .portal-label-cell {
  background: #fe6c00;
  color: #fff;
}
nav.stellenportal-nav ul li.arbeitsagentur:before,
ul.portal-wrap li.arbeitsagentur,
.paket-portale-table tr.arbeitsagentur .portal-label-cell {
  background: #e3001b;
  color: #fff;
}

/*nav.stellenportal-nav ul li:hover, nav.stellenportal-nav ul li.active {
    background: #f5f5f5;
}
nav.stellenportal-nav ul li:hover:before, nav.stellenportal-nav ul li.active:before {
    background: #eca706;
}*/

nav.stellenportal-nav ul li:nth-of-type(n + 3) {
  display: none;
}

nav.stellenportal-nav ul li.show {
  display: block;
}

.jconfirm-buttons button.btn[disabled] {
  background: #d7d7d7;
  cursor: not-allowed;
}

table.pakete_table td {
  padding: 2px 10px;
}

table.pakete_table th {
  text-align: left;
  padding: 2px 10px;
}

table.pakete_table tr:nth-of-type(n + 2) td {
  border-top: 1px dotted #bdbdbd;
}

.status .card .fields {
  padding-left: 0;
}

#rechnungsbetragnetto {
  margin: 15px 0 !important;
}

#rechnungsbetragbrutto {
  margin: 8px 0 8px !important;
}

.products-table-header,
.products-table-body,
.products-table-footer {
  width: 100%;
}

.products-table-wrapper {
  margin: 15px 0 10px 0;
}

.products-table-wrapper > * > * {
  display: flex;
  justify-content: space-between;
}

.products-table-wrapper > * > * > * {
  flex: 0 0 70px;
  padding: 3px 0;
  text-align: right;
}

.products-table-body > * {
  border-bottom: 1px dashed #eee;
  font-size: 0.9em;
}
.products-table-body > *:last-child {
  border-bottom: none;
}

.products-table-wrapper > * > * > *:nth-child(1) {
  flex: 1 1 100%;
  text-align: left;
}

.products-table-wrapper > * > * > *:nth-child(2) {
  padding: 3px 0 3px 10px;
}

.products-table-wrapper > * > * > *:nth-child(3) {
  padding: 3px 0 3px 10px;
}

.products-table-header {
  border-bottom: 2px solid white;
}

.products-table-footer {
  border-top: 2px solid white;
}

.products-table-header {
  font-weight: 700;
}

input#rechnungsbetragnetto {
  border: 1px solid #eca704 !important;
  margin: 10px 0;
}

input#vkpreis_individual {
  margin: 15px 0;
}

span#enable,
span#refresh {
  position: absolute;
  width: 25px;
  height: auto;
  right: 4px;
  top: 4px;
  z-index: 9;
  margin: 0;
  text-align: center;
  color: #797979;
  border: 1px solid #e4e4e4;
  line-height: 24px;
  border-radius: 3px;
  background: none;
  border: none;
}

span#enable.active,
span#refresh.active {
  border: 1px solid #e4e4e4;
  line-height: 24px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );
}

span#enable.active:hover,
span#refresh.active:hover {
  background: -moz-linear-gradient(top, #f2c76d 0%, #eba705 100%);
  background: -webkit-linear-gradient(top, #f2c76d 0%, #eba705 100%);
  background: linear-gradient(to bottom, #f2c76d 0%, #eba705 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c76d', endColorstr='#eba705',GradientType=0 );
  color: #fff;
  border-color: #eeb53b;
  cursor: pointer;
}

span#enable:after {
  content: "\f09c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

span#enable.active:after {
  content: "\f023";
}

span#refresh:after {
  content: "\f021";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

span#refresh.active:after {
  content: "\f021";
}

.selectize-control.multi .selectize-input.has-items {
  padding: 9px 8px 3px;
}

.selectize-input {
  padding: 9px 8px;
}

.card.stellenportale-auswahl.flex .fields:nth-of-type(2) {
  flex: auto;
}

/*@C.P added*/
.card.stellenportale-auswahl.flex .fields:nth-of-type(1) {
  min-width: 100%;
}

.logoimg img {
  max-width: 260px;
}

span.colorpicker {
  position: absolute;
  bottom: 2px;
  right: 6px;
  width: 13px;
  height: 28px;
  /* border-top-right-radius: 3px; */
  /* border-bottom-right-radius: 2px; */
  /* border: 1px solid #d0d0d0; */
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.loginform-wrap {
    /* padding: 8% 0 0; */
    max-width: 400px;
    padding: 50px;
    background: #ffffff;
    border-radius: 40px;
        margin-bottom: 200px;
    box-shadow: 0 0 100px rgb(177 177 177 / 17%);
}

.loginform-wrap img {
    padding: 0 40px 20px 0px;
}

.loginform {
    /* margin-top: 20px; */
    /* padding: 26px 24px 30px; */
    background: #fff;
    /* -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13); */
}

form.loginform input {
  margin-bottom: 13px;
  padding: 10px;
  border-radius: 10px;
}

.loginform label {
  margin-bottom: 5px;
}

.tarifinfo_table {
  width: 100%;
}

.preview-invoice-email {
  margin-top: 15px;
}

.preview-invoice-address {
  border: 1px solid #d0d0d0;
  margin-top: 10px;
  border-radius: 15px;
  padding: 20px;
  background: #f5f5f5;
}

.login-error {
  margin-top: 20px;
  /* padding: 26px 24px 36px; */
  background: #fff;
  border-left: 5px solid red;
  padding: 15px;
}

[class*="aside_nav_"] {
  display: none;
}
[class*="aside_nav_"].active {
  display: block;
}

[class*="aside_nav_"].general_content-upload.active {
  display: flex;
}

header nav ul li {
  font-weight: 400;
  position: relative;
  font-size: 1em;
}

header > nav > ul > li {
  padding: 17px 15px;
  justify-content: end;
}

header > nav > ul > li img {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-left: 15px;
}

header > nav > ul > li:hover .submenu {
  display: block;
  transition: 0.2s ease-in-out;
}

header nav ul li .submenu {
  position: absolute;
  top: 66px;
  background: #fff;
  width: 200px;
  right: 0;
  display: none;
  transition: 0.2s ease-in-out;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

header nav ul li .submenu:before {
  content: "";
  height: 0;
  position: absolute;
  right: 50%;
  bottom: -1px;
  width: 0;
  top: -16px;
  border: solid transparent;
  border-width: 8px;
  border-bottom-color: #eee;
  -webkit-transform: translateX(8px);
  -ms-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
  z-index: 2012;
}

header nav ul li .submenu:after {
  content: "";
  height: 0;
  position: absolute;
  right: 50%;
  /* width: 0; */
  top: -13px;
  border: solid transparent;
  border-width: 7px;
  border-bottom-color: #fff;
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  -o-transform: translateX(7px);
  transform: translateX(7px);
  z-index: 2013;
}

header nav ul li .submenu li {
  padding: 0;
}
header nav ul li .submenu li a {
  padding: 15px;
  width: 100%;
  text-decoration: none;
}

.tox-tinymce {
  width: 100% !important;
}

.tox .tox-toolbar__group {
  cursor: pointer;
}

#tinymce ul,
#tinymce ol {
  margin: 1rem;
  padding: 0;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: none;
  font-size: inherit;
  font-weight: inherit;
  text-shadow: none;

  padding: 10px 25px;
  line-height: inherit;
}

.fields-confirm .fieldrow {
  margin: 5px;
  display: block;
}

.fields-confirm .fieldrow ul,
.card.submit ul {
  list-style: none;
}

.fields-confirm .fieldrow ul li,
.card.submit ul li {
  padding-left: 10px;
  position: relative;
  margin: 5px 4px;
}

.fields-confirm .fieldrow ul li:before,
.card.submit ul li:before {
  content: "\203A";
  position: absolute;
  left: 0;
  top: 0;
}

.fields-confirm .fieldrow:after {
  content: "";
  display: block;
  margin: 10px 0;
  width: 100%;
  height: 1px;
  background: #d6d6d6;
}

.fields-confirm .fieldrow a:hover {
  color: #eca706;
}

.fields-confirm .fieldrow strong {
  display: block;
  margin-bottom: 2px;
}

.fieldrow.deprecated {
  padding: 15px;
  background: whitesmoke;
  position: relative;
  border: 1px solid gainsboro;
}

.notactive {
  display: none !important;
}

.fieldrow.deprecated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255 255 255 / 43%);
  z-index: 9;
  cursor: not-allowed;
  /* color: #000; */
}

.field-infos {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #eca706;
  border-radius: 3px;
  padding: 10px;
  color: #eca706;
  font-weight: 600;
}

.field-infos.red {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #ec0606;
  border-radius: 3px;
  padding: 10px;
  color: #ec0606;
  font-weight: 600;
}

.field-infos.red i {
  color: #ec0606;
  position: relative;
  /* top: 0; */
  margin-right: 10px;
}

.field-infos i {
  color: #eca706;
  position: relative;
  /* top: 0; */
  margin-right: 10px;
}

.dev-debug {
  width: 100%;
  height: 175px;
  overflow: scroll;
  bottom: 0;
  left: 0;
  position: fixed;
  background: #fff;
  z-index: 99999;
  padding: 15px;
  border: 2px solid #000;
  color: black;
  text-align: left;
}

textarea#log {
  background: #fff;
  border: none;
  resize: vertical;
  /* resize: none; */
  /* color: #3e3e3e; */
}

table#log-show {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
#log td {
  padding: 5px 1px;
  font-size: 13px;
}
th {
  padding: 5px;
}

label.error {
  min-width: initial;
  margin: 0 !important;
  padding: 0 !important;
  color: #eca706;
  display: block;
}

.fieldrow.field-error {
  flex-wrap: wrap;
}
.fieldrow.field-error input,
.fieldrow.field-error .tox-tinymce {
  border: 1px solid #eca706;
}

.field-error .selectize-control.single .selectize-input {
  border: 1px solid #eca706;
}

[class*="aside_nav_"].active.notrequiered {
  display: none;
}

body#tinymce {
  cursor: text;
}

.singlespinner-wrapper {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.status {
  border-top: 1px solid #ededed;
  padding: 10px 10px 20px 25px;
  margin-top: 10px;
}

.status-color-wait {
  color: #eca706;
}

.status-color-error {
  color: red;
}

.status-color-ok {
  color: mediumturquoise;
}

.statistics {
  position: relative;
  width: 100%;
}

.statistics label {
  min-width: auto;
  margin-right: 15px;
}

.card-2-3 {
  flex: 1 1 66%;
}

.statistics-days {
  width: 200px;
}

.statistics-settings {
  /* float: right; */
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.statistics .submit-statistics {
  margin: 0 0 0 15px !important;
}

.statistics .display {
  width: 200px;
}

.statistics .flex {
  align-items: center;
}

.align-items {
  align-items: center;
}

.nowrap {
  flex-wrap: nowrap;
}

.toggle:after {
  content: "\f0d7";
  font-family: fontawesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.toggle.active:after {
  content: "\f0d8";
  font-family: fontawesome;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.infotext {
  border-bottom: 1px solid #dddddd;
}

h3.toggle,
i.toggle {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  border-bottom: none;
}

.card > h3.toggle.active,
.card > i.toggle.active {
  border-bottom: 1px solid #dddddd;
}

.left-area .multiple-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.multiple-wrapper {
  border: 1px solid #dddddd;
  padding: 15px;
  background: whitesmoke;
  border-radius: 3px;
  position: relative;
}

.content-old {
  display: none;
  width: 100%;
  display: none;
}

.oldversion {
  display: inline-block;
}

.expand-old:hover {
  cursor: pointer;
}

.left-area .multiple-wrapper .fieldrow {
  width: 48%;
}

aside .card .fields.multiple + .fields.multiple {
  padding-top: 0;
}

aside .multiple-wrapper .selectize-control {
  margin-bottom: 0;
}

#content aside input[type="button"].remove_fields {
  margin: 0 0 0 15px;
  height: 36px;
}

input#offline-submit:disabled {
  color: #bdbdbd;
}

.shutitoff {
  float: right;
  margin-right: 10px;
  /* margin-top: 10px; */
  background: #e3e3e3;
  border-radius: 4px;
  height: 29px;
  width: 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.shutitoff:hover {
  background: #6c6c6c;
  cursor: pointer;
}

.dropitdown,
.dropitdownkunde {
  float: right;
  font-size: 18px;
  width: 29px;
  height: 29px;
  text-align: center;
  /* margin-top: -5px; */
  /* background: green; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.deleteit {
  float: right;
  color: #fff;
  font-size: 14px;
  width: 29px;
  height: 29px;
  text-align: center;
  background: #e3e3e3;
  /* margin-top: -5px; */
  /* background: green; */
  align-items: center;
  justify-content: center;
  display: none;
}

.dropitdown:hover {
  cursor: pointer;
}

.dropitdownkunde:hover {
  cursor: pointer;
}

.deleteit:hover {
  background: #6c6c6c;
  cursor: pointer;
}

.add_fields_tarife {
  text-align: center;
  margin: 15px;
  padding: 10px 25px;
  background: #eca706;
  color: #fff;
  border-radius: 4px;
  /* margin-top: 25px; */
  max-width: 200px;
}

.add_fields_address,
.link_customer {
  text-align: center;
  margin: 32px 0 0 0;
  padding: 7px 25px;
  background: #eca706;
  color: #fff;
  border-radius: 4px;
  /* margin-top: 25px; */
  max-width: 200px;
}

.add_fields_ap {
  text-align: center;
  padding: 7px 25px;
  background: #eca706;
  color: #fff;
  border-radius: 4px;
}

.add_fields_tarifupdate {
  text-align: center;
  margin-right: 15px;
  padding: 5px 14px;
  margin-top: 0px;
  background: #eca706;
  color: #fff;
  border-radius: 4px;
  float: right;
  font-weight: 300;
  font-size: 14px;
}

.requiredtarifupdate {
  display: none;
}

.add_fields_tarife:hover,
.add_fields_tarifupdate:hover,
.add_fields_ap:hover,
.link_customer:hover {
  background: #ee7202;
  cursor: pointer;
}

.oldversion {
  width: 100%;
}

.oldversion:hover {
  color: #ee7202;
  cursor: pointer;
}

.buttonselection {
  display: flex;
  margin-left: 15px;
  border-radius: 10px;
  /* box-shadow: 0 0 5px white; */
  height: 35px;
}

.buttonselection > * {
  margin: 0 !important;
  border-radius: 0 !important;
  height: auto !important;
}

.buttonselection > * {
  border-radius: 0 !important;
}

.buttonselection > *:first-child {
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
  border-right: 1px solid #dfdfdf;
}

.buttonselection > *:last-child {
  border-bottom-right-radius: 5px !important;
  border-top-right-radius: 5px !important;
}

#error_area input {
  margin: 10px 10px 5px 0;
  background: #fff;
  color: #4b4b4b;
  border: 2px solid #fff;
  padding: 6px 25px;
}

#error_area input.btn-white-bordered {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.fieldrow.disabled-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgb(255 255 255 / 38%);
  height: 100%;
  width: 100%;
  z-index: 9;
  cursor: not-allowed;
}

#error_area .link-white {
  margin: 10px 10px 5px 0;
  background: #fff;
  color: #4b4b4b;
  border: 2px solid #fff;
  padding: 6px 25px;
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
}

#copySuccessMessage {
  display: none;
  margin-bottom: 10px;
  color: green;
}

#copytheid {
  float: right;
  font-size: 12px;
  margin-top: 4px;
  cursor: pointer;
}

.copycoords {
  cursor: pointer;
}

.copycoords.copied {
  color: green;
  font-weight: bold;
}

.left-area .multiple-wrapper .fieldrow:first-child {
  width: 100%;
}

#nounderlinelink {
  text-decoration: none;
}

input.disabled,
input[type="button"]:disabled,
input[type="submit"]:disabled:not([value="Offline stellen"]),
input.disabled:hover,
#content input[type="button"].remove_fields:disabled,
#content input[type="button"].add_fields:disabled,
#content input[type="button"].add_fields_tarife:disabled {
  background: #f5f5f5;
  color: #bdbdbd;
  cursor: not-allowed;
}

.status-color-success {
  color: green;
}

.fields-confirm-status {
  margin-bottom: 10px;
}

/*
[data-deleted="true"] {
    color:#a8a8a8 !important;
}
*/
[data-deleted="true"] {
  color: red !important;
}

i#createinvoice.disabled,
i#createstorno.disabled {
  /* color: #6a6a6a; */
  /* background: whitesmoke; */
  cursor: not-allowed;
}
span#enable.disabled,
span#enable.disabled:hover {
  border: none;
  background: none;
  color: #dbdddb;
  cursor: default;
}

div#emailpart {
  border: 1px solid #d4d7d4;
  padding: 0 20px 20px 20px;
  background: #f8f8f8;
  /* color: #fff; */
}

.hidden {
  display: none !important;
}

.success-note,
.error-note,
.aware-note {
  padding: 10px;
  position: relative;
  right: 0;
  transform: translateX(100%);
  /* top: 100px; */
  width: 400px;
  z-index: 999999999;
  font-size: 1em;
  /* width: 100%; */
  color: #fff;
  text-align: left;
  display: none;
  display: flex;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
  box-shadow: 0 0 4px rgb(255 255 255 / 64%);
}

.success-note.active,
.error-note.active,
.aware-note.active {
  transform: translateX(0px);
  opacity: 1;
  padding: 50px 20px 14px 20px;
}

.infodivider {
  width: 100%;
  height: 1px;
  left: 0;
  top: 36px;
  position: absolute;
  background: rgb(255 255 255 / 43%);
}

.infoheader {
  position: absolute;
  top: 10px;
  left: 10px;
  text-transform: uppercase;
  font-size: 0.9em;
}

.close_now {
  position: absolute;
  top: 9px;
  right: 12px;
  cursor: pointer;
}

input#general_content_upload {
  margin-bottom: 10px;
}

.status-turkis {
  background: mediumturquoise;
}

.success-note {
  background: rgb(17 184 77);
}

.aware-note {
  background: #3f86ab;
}

.error-note {
  background: #cc0000;
}

.submit-wrap {
  padding: 0 15px;
  margin-top: 0px !important;
}

.submit-wrap > * {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.submit-wrap > :last-child {
  padding: 15px 0 0 0;
  border-bottom: none;
}

.anzeigenauswahl {
  flex: 0 0 auto;
}
.anzeigenauswahl-wrapper {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
}

.loader {
  position: relative;
  overflow: hidden;
}

header.loader {
  position: fixed;
  overflow: hidden;
}

.loader:after {
  content: "";
  width: 100%;
  height: 2px;
  animation: liner 3s linear infinite;
  background: #eac56e;
  background: -moz-linear-gradient(left, #eac56e 0%, #eca706 51%, #eac56e 100%);
  background: -webkit-linear-gradient(
    left,
    #eac56e 0%,
    #eca706 51%,
    #eac56e 100%
  );
  background: linear-gradient(to right, #eac56e 0%, #eca706 51%, #eac56e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eac56e', endColorstr='#eac56e',GradientType=1 );
  left: 0px;
  bottom: 0px;
  position: absolute;
  display: none;
}

.loader.active:after {
  display: inline-block;
}

@keyframes liner {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
  50.1% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

table.optimierungseinstellungen {
  width: 100%;
}

table.optimierungseinstellungen td:nth-of-type(n + 2),
table.optimierungseinstellungen th:nth-of-type(n + 2) {
  text-align: center;
}
table.optimierungseinstellungen td:nth-of-type(n + 2) input[type="radio"] {
  margin-right: 0;
}

table.optimierungseinstellungen tr td {
  border-bottom: 1px solid #ececec;
  padding: 2px;
}

.kundeninfos,
.kundeninfos2,
.kundenoptimierung {
  overflow: auto;
  word-break: break-word;
  /* border: 1px solid #f5f5f5; */
  background: #3f86ab;
  color: #fff;
  border-radius: 3px;
  margin-top: 15px;
}

.two_customer_info {
  max-height: 225px;
}

.one_customer_info {
  max-height: auto;
}

.portalinfos {
  overflow: auto;
  word-break: break-word;
  /* border: 1px solid #f5f5f5; */
  background: #3f86ab;
  color: #fff;
  border-radius: 3px;
  margin-bottom: 10px;
}

.portalinfos h3 {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  font-size: 1em;
}

.portalinfos-inner {
  white-space: break-spaces;
  padding: 0px 10px 5px;
  font-size: 12px;
  line-height: 14px;
  white-space: break-spaces;
}

.portalinfo-html-required {
  color: white;
  font-size: 11px;
  font-weight: normal;
  cursor: help;
  border-top: 1px solid #fff;
  margin-top: 6px;
  padding-top: 6px;
}

.checkbox-line {
  display: flex;
  align-items: center;
  gap: 7px;
}

.checkbox-line > input[type="checkbox"] {
  margin: 0;
}

.checkbox-line > input[type="checkbox"] + label {
  padding-left: 0;
  line-height: 1;
  padding-top: 4px;
}

#reichweitenverstaerker .fields input[type="checkbox"],
#reichweitenverstaerker .fields input[type="checkbox"] + label {
  vertical-align: middle;
}

#reichweitenverstaerker .fields input[type="checkbox"] + label {
  position: relative;
  top: 3px;
}

.kundenoptimierung {
  flex: 0 0 auto;
}

.kundenoptimierung table {
  width: 100%;
}

.kundenoptimierung.warning {
  background: #cc0000;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #eca704;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.badge-text {
  background: #e7f4ff;
  /* border: 1px solid #ffffff; */
  border-radius: 5px;
  margin: 10px 0;
  padding: 20px;
}

.badge-text.error {
  background: #ffe7e7;
}
.badge-text.success {
  background: #e6f0e7;
}

.set-unset {
  font-size: 0.8em;
  font-weight: 500;
  color: #eca704;
  line-height: 0.9em;
  cursor: pointer;
  user-select: none;
  margin-right: 15px;
  margin-top: 5px;
}

.set-unset:hover {
  text-decoration: underline;
}

.badge-header {
  font-weight: 600;
  margin-bottom: 15px;
}

.notice-text {
  white-space: pre-line;
}

.card.warning {
  background: #cc0000;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.card.warning-light {
  background: #eca706;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.card.info {
  background: #3f86ab;
  color: #fff;
  border: none;
  border-radius: 2px;
}

.previewmail,
.renewalmail {
  background: #eca706;
  color: #fff;
  border: none;
  border-radius: 2px;
  width: 100%;
}

.previewmail:hover,
.renewalmail:hover {
  background: #ee7202;
}

.previewmailsend,
.renewalmailsend {
  background: #279b37;
  color: #fff;
  border: none;
  border-radius: 2px;
  width: 100%;
}

.previewmailsend:hover,
.renewalmailsend:hover {
  background: #279b37;
}

.kundeninfos h3,
.kundeninfos2 h3,
.kundenoptimierung h3 {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
  font-size: 1em;
}

.kundeninfos .kundeninfos-inner,
.kundeninfos2 .kundeninfos2-inner,
.kundenoptimierung .kundenoptimierung-inner {
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: 14px;
}

.kundeninfos p,
.kundeninfos2 p {
  margin-bottom: 10px;
}

.card.permanents.infobox.filled {
  padding: 0 !important;
  background: #3f86ab;
  border: none;
  color: #fff;
  border-radius: 3px;
}

textarea#auftrags_infos.filled {
  border: none;
  background: #3f86ab;
  color: #fff;
  cursor: pointer;
}

textarea#auftrags_infos {
  font-size: 12px;
  line-height: 14px;
}

.campaign-info {
  border: 1px solid #ededed;
  padding: 14px;
  margin-top: 8px;
  max-width: 285px;
}
.campaign-info > div {
  border-top: 1px solid #ededed;
  padding-top: 10px;
  margin-top: 10px;
}

span.red {
  color: red;
}
span.green {
  color: green;
}
.indeed-response-table {
  width: 100%;
  margin-top: 10px;
}
.indeed-response-table td:last-child {
  text-align: right;
}
.indeed-response-table tr:nth-child(n + 2) td {
  border-top: 1px solid #e8e8e8;
}

.tabs .active,
nav.tabs ul li:hover {
  background: #eca706;
  color: #fff;
}

.table-header {
  color: #a9a9a9;
  font-size: 1.3em;
  padding-bottom: 10px;
  font-weight: 500;
}

.overview-table {
  /* margin: 75px 15px; */
  /* padding-top: 47px; */
  padding: 47px 0 14px 0;
  display: none;
  min-height: 500px;
  background: #fff;
  box-shadow: 0 1px 3px 0 rgba(51, 51, 51, 0.2);
  border: 1px solid rgba(220, 223, 226, 0.8);
  /* margin-bottom: 50px; */
  max-width: 100%;
  overflow-x: auto; /* shows horizontal scroll when needed */
  -webkit-overflow-scrolling: touch;
}

.overview-table > div {
  overflow-x: visible !important;
  overflow-y: visible !important;
  overflow: visible;
}

.overview-table > table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; /* cells obey explicit widths */
  width: max-content; /* grow to content width (so it can overflow) */
  min-width: 100%;
}

.overview-table table thead {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  background: white;
  width: 100%;
}

.overview-table table th {
  text-align: left;
  vertical-align: bottom;
  border-bottom: 0;
  padding: 15px 5px 0;
  font-size: 13px;
}

.overview-table table tbody tr:hover td {
  background: #ededed !important;
}

/* .overview-table table tbody tr:nth-of-type(even) td:not(:first-child):not(:last-child) {
    background: #f8f8f8;
} */

.row-border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.row-lightgray {
  background: #f8f8f8;
}

.overview-table table tbody td {
  text-overflow: ellipsis;
  max-width: 350px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;

  padding: 6px 5px 2px 5px;
  cursor: pointer;
  vertical-align: middle;
  font-size: 12px;
  color: #595959;
}

table .selectize-input {
  float: left;
}

.overview-table table thead td {
  overflow: visible;
  padding: 6px 5px;
}
a.blank,
.invoice {
  /* padding: 4px 5px; */
  border: 1px solid #dadada;
  margin-right: 6px;
  border-radius: 3px;
  display: flex;
  height: 26px;
  width: 26px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
a.blank > i,
.invoice > i {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.invoice {
  margin-right: 9px;
}
a.blank:hover,
.invoice:hover {
  border: 1px solid #eca706;
  background: #eca706;
  color: #fff;
  border-radius: 3px;
}

.sub-icon {
  margin-right: 3px;
  position: relative;
  top: 2px;
}

/*
.row-border-bottom .table_buttons:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #d1d1d1;
  z-index: 99;
}
  */

.row-border-bottom .table_buttons_2:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #d1d1d1;
  z-index: 99;
}

.overview-table > table {
  position: relative;
}

.overview-table > table:after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 500px;
  height: 17px;
  background: white;
}

.subtitle {
  margin-bottom: 10px;
  font-weight: bold;
}

.logo-wrapper {
  border: 1px solid #d0d0d0;
  padding: 15px;
  border-radius: 5px;
  text-align: center;
}

keeper-lock,
[kdata-keeper-lock],
div[data-keeper-lock],
#keeper-lock-screen,
#keeper-overlay,
.keeper-lock-icon {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.overview-table table td:nth-of-type(1) {
  border-right: 1px solid #dbdbdb;
  border-bottom: none;
  padding: 0;
  cursor: default;
  position: relative;
  overflow: visible;
}

.overview-table .auftraege-filters td:nth-of-type(1) {
    padding: 6px 5px;
    border-right: none;
}


.overview-table table td:nth-of-type(1) .case-status {
    font-weight: 500;
    padding: 5px 0;
    line-height: normal;
}



.overview-table table thead tr:last-child td {
  z-index: 100;
}

.table_buttons_2 > div {
  display: inline-flex;
}

tr.tr-overview.group-member {
  background: #ececec;
}

.overview-table
  table
  tbody
  tr:nth-of-type(even).group-member
  td:not(:first-child):not(:last-child) {
  background: #ececec;
}

.overview-table table tbody .group-member td {
  border-bottom: none;
}

/* restore border-bottom for the last member in a consecutive block */
.group-member:last-of-type,
.group-member:not(.group-member + .group-member) {
  border-bottom: 1px solid #ddd; /* or whatever your table uses */
}

.connected_auftrag {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d0d0d0;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
}
.remove-connection {
  cursor: pointer;
}

.remove-connection:hover {
  color: #eca706;
}

.w-50 {
  width: 50px;
}
.w-75 {
  width: 75px;
}
.w-100 {
  width: 100px;
}
.w-125 {
  width: 125px;
}
.w-150 {
  width: 150px;
}
.w-175 {
  width: 175px;
}
.w-200 {
  width: 200px;
}
.w-225 {
  width: 225px;
}
.w-250 {
  width: 250px;
}
.w-275 {
  width: 275px;
}
.w-300 {
  width: 300px;
}
.w-325 {
  width: 325px;
}
.w-350 {
  width: 350px;
}
.w-375 {
  width: 375px;
}
.w-400 {
  width: 400px;
}
.w-425 {
  width: 425px;
}
.w-450 {
  width: 450px;
}
.w-475 {
  width: 475px;
}
.w-500 {
  width: 500px;
}

.overview-table input {
  padding: 6px;
}

.table-portale ul.portal-wrap {
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.table-portale ul.portal-wrap > * {
  margin: 0 2px 3px 0;
  border-radius: 20px;
  font-weight: 400;
  line-height: 19px;
}
span.h3title {
  max-width: 420px;
  float: left;
}

.nowrap {
  white-space: nowrap;
}

.card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1960px;
  width: 100%;
  margin: 0px auto 15px;
  padding-top: 63px;
}

.card.card-overview {
  min-width: 630px;
  cursor: pointer;
  position: relative;
  max-width: 630px;
}

.card.card-overview:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow:
    0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.15);
  content: "";
  opacity: 0;
  z-index: -1;
}

.card.card-overview:hover:before {
  opacity: 1;
}

.card-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ededed;
}

.card-head h3 small {
  font-weight: normal;
  margin-top: 5px;
  font-size: 0.9rem;
  display: block;
}

.card-content {
  padding: 15px;
}

.card-content strong {
  display: block;
}

.card-content ul {
  display: flex;
  list-style-type: none;
}

.card-content ul li {
  margin-right: 15px;
}

.card-content ul li i {
  margin-right: 7px;
  color: #575757;
}

.tarifinfo_table tr:nth-of-type(n + 2) td {
  border-top: 1px solid #e8e8e8;
}

.tarifinfo_table tr td {
  padding: 3px 5px;
}

.tarifinfo_table tr td:nth-of-type(1) {
  padding-right: 15px;
}

ul.portal-wrap {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
}

ul.portal-wrap li {
  padding: 1px 8px;
  color: #fff;
  margin-right: 5px;
  border-radius: 3px;
  float: left;
}

.jconfirm-content .card {
  border: none;
  box-shadow: none;
}

span.status {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding: 0;
  margin: 0 8px 0 0;
}

span.status-weiss {
  background: #ffffff;
  border: 1px solid #ababab;
  flex: 0 0 9px;
  height: 9px;
}

span.status-red {
  background: #cc0000;
}

span.status-orange {
  background: #ffa500;
}

span.status-green {
  background: green;
}

span.status-grau {
  background: grey;
}

span.status-gelb {
  background: #ffea00;
}

.spinner-wrapper {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f6a415;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
#add_discount {
  background: #5b5b5b;
  border: 1px solid #7f7f7f;
  /* width: 100%; */
}
#add_discount:hover {
  background: #4a4a4a;
}
#add-discount-wrap {
  display: flex;
  justify-content: flex-end;
}
.delete-discount {
  cursor: pointer;
}
.selectize-dropdown {
  z-index: 99999999999 !important; /* über jQuery Confirm Layer legen */
}

.select2-dropdown {
  z-index: 99999999999 !important;
  top: -7px;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.selectize-dropdown-content .thumbnail {
  /* width: 90%; */
  /* left: 5%; */
  position: relative;
  margin: 5px 0;
  width: 100%;
  height: 100px;
  background-size: cover;
  background-position: center center;
}

.thumbnailborderbottom {
  border-bottom: 2px solid #b3b3b3;
}

.selectize-dropdown-content .thumbnail-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.selectize-dropdown-content .thumbnail-flex > * {
  flex: 0 0 48%;
  width: 48%;
}

.selectize-dropdown-content .thumbnail-flex > * {
  flex: 0 0 48%;
  width: 48%;
}

.selectize-dropdown.thumbnail > * > * {
  padding: 10px;
}

.selectize-dropdown .thumbnail-info {
  word-break: break-all;
  padding: 10px;
}

.thumbnail-preview {
  height: 140px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border: 1px solid #efefef;
  margin-bottom: 7px;
  border-radius: 4px;
}

.buttonausblenden {
  visibility: hidden;
}

.showblue {
  background-color: aliceblue;
}

.preview-color {
  background-color: #eca706;
}

@keyframes blink {
  0% {
    color: #464646;
  }
  10% {
    color: #eca706;
  }
  100% {
    color: #464646;
  }
}

.blink {
  animation-name: blink;
  animation-duration: 1s;
}

.case-closed-wrap label,
#order_status label {
  padding: 5px 18px 7px;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9em;
  margin: 0 15px 0px 0;
}

.checkbox-btn {
  padding: 6px 18px 6px;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 5px;
  font-size: 0.9em;
  margin: 0 15px 0px 0;
  display: flex;
  align-items: center;
  margin: 24px 0 0 0;
}

.checkbox-btn input {
  margin-right: 10px;
}

.checkbox-btn:has(input:checked) {
  background: #e6f0ff;
  border-color: #4a7cff;
}

.case-closed-wrap label:hover,
#order_status label:hover {
  background: whitesmoke;
}

.case-closed-wrap input,
#order_status input {
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.rechnung_checkboxen {
  width: 100%;
}

.rechnung_checkboxen label {
  padding: 10px 15px;
  display: flex;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 5px;
  font-size: 1em;
  margin: 0 15px 0px 0;
}

.rechnung_checkboxen label:hover {
  background: #272727;
}

.rechnung_checkboxen label > div:first-child {
  flex: 1 1 100%;
}

.rechnung_checkboxen label > div:last-child {
  flex: 0 0 30px;
  display: inline-flex;
  justify-content: end;
  align-items: center;
}

.rechnung_checkboxen label > div:last-child > input {
  width: 20px;
  height: 20px;
}

.full-width-card {
  display: flex;
  width: 100%;
  padding: 0 15px;
}

/*
#form.archiviert-status input:not([type=submit]), #form.archiviert-status select, #form.archiviert-status .selectize-input, #form.archiviert-status input[type=submit].no-btn, #form.archiviert-status .tox-tinymce {
    opacity: .5;
    background-color: #fafafa;
    cursor: not-allowed;
    pointer-events:none;
}

#form.published_status #general_content_kundenreferenz, #form.published_status .stellenportale.selectized, #form.published_status .location-wrap input, #form.published_status .location-wrap .selectize-input, #form.published_status .location-wrap .add_fields, #form.published_status .location-wrap .remove_fields, #form.published_status aside .aside_nav_general .selectize-input:not(.thumbnail), #form.published_status aside .aside_nav_general input:not(#case-closed):not([type=submit]) {
    opacity: .5;
    background-color: #fafafa;
    cursor: not-allowed;
    pointer-events: none;
}


#form.published_status input[type=button]:not(#general_content_uploadbutton) {
    background-color: grey !important;
    opacity: 1 !important;
    cursor: not-allowed;
    pointer-events: none;
}
*/
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

ul.portal-wrap li.none-selected,
.paket-portale-table tr.none-selected .portal-label-cell {
  background: #ffffff;
  padding: 0px 8px;
  border: 1px solid #464646;
  color: #464646;
}

.pagination {
  padding: 0 15px;
  margin-top: 15px;
  display: flex;
  justify-content: space-between;
}

.paging {
  display: flex;
}

.pagination strong {
  padding: 0 3px;
}
.paging > * {
  margin-right: 7px;
}

.disabled.pagination-link {
  color: grey;
  cursor: not-allowed;
}

a.pagination-link:hover {
  color: #ee7202;
}

.card.submit i {
  border-left: 1px solid #dedede;
}

div#error_area {
  position: fixed;
  right: 100px;
  top: 100px;
  width: 400px;
  z-index: 999999999;
  display: block;
}

#duplicate {
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important;
  padding: 17.5px;
  border-radius: 0;
  z-index: 11;
  position: relative;
}

.add_settings {
  position:relative;
  z-index: 12;
  border-bottom: 1px solid #dedede;
}

.add_settings > p {
  font-family: "Ubuntu", sans-serif;
}

#assign_editor {
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important;
  padding: 17.5px;
  border-radius: 0;
  width: 100%;
  border-left: 0px !important;
}

#open_menu {
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important; 
  padding: 17.5px 22px;
  border-radius: 0;
  z-index: 11;
  position: relative;
  border-bottom: 1px solid #dedede;
}

.permanents .op_me i.toggle {
  max-width: 50px;
  width: 100%;
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important;
  border-radius: 0;
  z-index: 11;
  position: relative;
}

.permanents .op_me .toggle:after {
  display:none;
}

.permanents.active.op_me {
  padding: 0;
  position: relative;
  width: 370px;
}

.permanents.active.op_me > div.fields.multiple {
  border-bottom: 1px solid #dedede;
}

.permanents.active.op_me > div.fields.multiple > .fieldrow {
}

.card.permanents.submit {
  margin: 0 0 15px 0;
  border: 1px solid rgba(186, 186, 186, 0.8);
  padding-bottom: 30px;
}

.add_settings > i > p {
  font-family: 'Ubuntu', sans-serif !important;
  margin-left: 15px;
}

.add_settings > i {
  display:flex;
  flex-wrap: nowrap;
}

.submit_menu_area {
  padding: 0;
  display: flex;
}

.icon-wrapper {
  display: flex;
  padding: 0;
  max-height: 50px;
  position: absolute;
  right: 50px;
  border-bottom: 1px solid #dedede;
}


.submit_menu_area h3 {
  width: 100%;
  padding: 15px;
  max-height: 50px;
  position: absolute;
}

.edi_abbrev {
  height: 50px;
  width: 50px;
  display: flex;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  z-index: 11;
  position: relative;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #dedede;
}

.right-sidebar > .card {
  width: 370px;
}

#job_editor_1 {
  position: relative;
  z-index: 99999 !important;
}

#verlaufbereich {
  z-index: 11;
  position: relative;
}

#vorschaubereich {
  z-index: 11;
  position: relative;
}

.icon-header > *:last-child > * {
  background: #272727;
  color: #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
  margin: 0 !important;
  border-radius: 0;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.re_checked_icon {
  color: #53a0fa;
  margin-right: 10px;
}

#delete {
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important;
  padding: 17.5px;
  border-radius: 0;
  width: 100%;
  border-left: 0px !important;
}

#killswitch {
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important;
  padding: 17.5px;
  border-radius: 0;
  width: 100%;
  border-left: 0px !important;
}

#changecustomer {
  float: right;
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin: 0 !important;
  padding: 17.5px;
  border-radius: 0;
  width: 100%;
  border-left: 0px !important;
}

#editsalink {
  background: #f5f5f5;
  color: #434343;
  cursor: pointer;
  margin-left: 5px;
  padding: 4px;
  border-radius: 7px;
}

.sainputdis .fields {
  padding: 5px 0px;
}

.sainputdis input {
  width: calc(100% - 30px);
}

#general .location-wrap div.fields:nth-of-type(1) {
  position: relative;
  top: 0px;
  left: 0;
  width: auto;
  padding-bottom: 6px;
}

.ansprechpartner .fields:nth-of-type(n + 2) {
  padding: 15px;
}
.reansprechpartner .fields:nth-of-type(n + 2) {
  padding: 15px;
}

.paddingbox2 {
  padding: 15px !important;
}

.paddingboxre {
  padding-top: 84px !important;
}

section:not(#general) .location-wrap div.fields:nth-of-type(1) {
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0 0 10px 15px;
}

.location-wrap div.fields:nth-of-type(2),
.location-wrap div.fields:nth-of-type(3) {
  padding-top: 0;
  margin-top: 0;
}

.fields input#bundesweit,
#case_closed {
  position: relative;
  top: 4px;
}

input[type="checkbox"] {
  cursor: pointer;
}

input[type="checkbox"] + label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  padding-left: 7px;
  position: relative;
}

input[type="radio"] {
  width: auto;
}
input[type="radio"] + label {
  padding: 10px;
  margin: 0;
}

.jconfirm-warp {
  padding: 10px 0;
}
.radio-wrap,
.checkbox-wrap {
  display: flex;
  align-items: center;
  margin: 4px 0;
  display: flex;
  width: 100%;
  gap: 10px;
}

.radio-wrap > label,
.checkbox-wrap > label {
  padding: 7px 10px;
  margin: 0;
  cursor: pointer;
  display: inline-flex;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
}
.radio-wrap > label:hover,
.checkbox-wrap > label:hover {
  background: #f5f5f5;
}
.radio-wrap > label > span,
.checkbox-wrap > label > span {
  padding-left: 10px;
}

.radio-wrap > label > input,
.checkbox-wrap > label > input {
  width: 15px;
  height: 15px;
}

.fieldrow-info > p {
  margin: 5px 0;
}

.fieldrow-info > hr {
  margin: 20px 0;
}

#submitcancel {
  margin-left: 20px;
  padding: 5px 10px;
}

#boersensearchinput,
#paketsearchinput {
  background-image: url("searchicon.png");
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 14px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}

.permanents h3 {
  border-bottom: 1px solid #dedede;
}

.permanents h3.toggle {
  border-bottom: none;
}

.permanents h3.toggle.active {
}

.permanents {
}

#infoabstand {
  padding-bottom: 17px;
}

#eklabel {
  padding: 0;
}

.selectize-dropdown-content > *:not([data-selectable]) {
  display: none;
}

.disabled-visible .selectize-dropdown-content > *:not([data-selectable]) {
  display: block;
  color: lightgray;
}

h3.toggle ~ *,
h3.toggle ~ .fields.multiple,
i.toggle ~ *,
i.toggle ~ .fields.multiple {
  display: none;
}

.location-wrap .fields:last-of-type {
  width: 100%;
  border-top: 1px solid #dddddd;
}

@-moz-document url-prefix() {
  /*  aside input, aside textarea {
        width: inherit;

    } */

  input {
    font-family: arial;
  }
  /*
    .left-area .fields.multiple {
        display: inherit;
    }
*/
}

input,
textarea {
  background: #ffffff;
  color: #464646;
}

.portal_info {
  margin-right: 10px;
  background: rgba(98, 98, 98, 0.1);
  color: #626262;
  padding: 0px 7px;
  font-size: 0.8em;
  border-radius: 10px;
  /* float: left; */
  height: 18px;
  width: 50px;
  text-align: center;
  font-weight: 500;
}

.portal_info_api {
  background: rgba(245, 156, 0, 0.1);
  color: #f59c00;
}

.portal_info_feed {
  background: rgba(245, 156, 0, 0.1);
  color: #f59c00;
}

.portal_info_email {
  background: rgba(70, 70, 70, 0.1);
  color: #464646;
}

.portal_info_blind {
  background: rgba(41, 54, 129, 0.1);
  color: #293681;
}

#boersenliste li > * {
  flex: 0 0 55px;
}

#portalmanagement-inactive {
  background-color: red;
}

#picturewarning {
  color: #ec0606;
}

.hideit {
  display: none;
}

.hideitkunde {
  display: none;
}

.auschreibungsorte .selectize-control.multi .selectize-input.items .item {
  display: block; /* Ändert die Anzeige der ausgewählten Items auf Block-Level */
  margin-bottom: 5px; /* Fügt einen Abstand zwischen den Items hinzu */
  width: 100%; /* Optionale Anpassung: Volle Breite der Items */
  white-space: normal; /* Lässt den Text umgebrochen werden */
}

.customeraddresses .fieldsdivider .fields {
  width: 94%;
}

.revisiontable td {
  text-align: center;
}

.revisiontable td textarea {
  margin-left: 40px;
}

#revsearch {
  display: inherit;
}

#revsearch input {
  margin-left: 20px;
}

#indeedaccstatus {
  margin: 15px;
  background-color: white;
  color: black;
}
#indeedaccstatus:hover {
  background-color: #d5d5d5;
}
/*
#order_status label:nth-child(3) {
	text-decoration: underline;
	-webkit-text-decoration-color: grey;
	text-decoration-color: grey;
	text-decoration-thickness: 2px;
}

#order_status label:nth-child(5) {
	text-decoration: underline;
	-webkit-text-decoration-color: #FFEA00;
	text-decoration-color: #FFEA00;
	text-decoration-thickness: 2px;
}
*/

#choose-portals label {
  width: 100%;
  display: flex;
}

#choose-portals label span {
  padding-left: 5px;
}

#choose-portals:empty {
  border-bottom: none;
  padding: 0;
}


.stellenportal-dialog .jconfirm-box{
  min-height: 320px;
}

.stellenportal-dialog .jconfirm-content-pane{
  min-height: 240px;
}

.stellenportal-dialog .jconfirm-content{
  overflow: visible !important;
}

.stellenportal-dialog .fields{
  min-height: 240px;
}

.portal_info_veritreff {
    background: rgba(0, 155, 173, 0.1);
    color: #009bad;
}

/* Kompakte Veritreff-Markierung (z.B. vor Portalnamen in der Veröffentlichen-Ansicht) */
.portal-vt-mark {
    display: inline-block;
    background: rgba(0, 155, 173, 0.1);
    color: #009bad;
    font-size: 0.8em;
    font-weight: 500;
    padding: 0 7px;
    border-radius: 10px;
    line-height: 18px;
    margin-right: 4px;
    cursor: help;
}

.portal-header-title {
    display: flex;
    align-items: center;
    gap: 8px;
}
.portal-header-title .portal_info {
    margin-right: 0;
    width: auto;
    min-width: 60px;
    height: auto;
    padding: 2px 10px;
    font-size: 0.7em;
    line-height: 1.4;
}
.portal-name-static {
    display: inline-block;
    padding: 6px 0;
    font-weight: 500;
}
.chart-canvas {
  position: relative;
  height: 350px;
  width: 100%;
}

.statistics-tabs .stat-tab-btn {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #dddddd;
}

.statistics-tabs .stat-tab-btn.active,
.statistics-tabs .stat-tab-btn.btn-primary {
  background-color: #eca706; /* primary orange */
  color: #ffffff;
  border-color: #eca706;
}

.table-striped th {
  padding: 10px 5px;
  border-bottom: 2px solid #ddd;
}

.table-striped td {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
}

/* Custom Toggle Switch */
.switch {
  position: relative !important;
  display: inline-block !important;
  width: 36px !important;
  min-width: 36px !important;
  max-width: 36px !important;
  height: 20px !important;
  padding: 0 !important;
  border: none !important;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .slider {
  background-color: #4a7cff;
}

.switch input:focus + .slider {
  box-shadow: 0 0 1px #4a7cff;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

/* Veritreff: stornierte Portale in der Stellenportal-Auswahl visuell markieren */
.stellenportale-auswahl .selectize-dropdown .option.vt-canceled {
  color: #c00;
  text-decoration: line-through;
  opacity: 0.7;
  cursor: not-allowed;
}
.stellenportale-auswahl .selectize-dropdown .option.vt-canceled:hover {
  background: #fff5f5;
}

/* Veritreff-Storno-Confirm: muss über das Selectize-Dropdown gelegt werden (das selbst auf hohem z-index liegt) */
.jconfirm.jconfirm-vt-storno {
  z-index: 999999999999 !important;
}
