html,
body {
  overflow-x: hidden !important;
}

.refresh {
  cursor: pointer;
}

.modal-content {
  justify-content: center;
}

.account-table td.dot-menu img {
  padding: 10px 5px;
}

.multiline-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.single-form textarea {
  height: 120px !important;
  padding: 10px 20px !important;
}

.select2-selection__rendered {
  line-height: 48px;
  text-align: left;
}

.check-holder span,
.single-form span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}

.check-holder label {
  cursor: pointer;
}

.check-holder input {
  height: auto;
}

.fullsizePopup .modal {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding: 0;
}

#editor {
  height: 100%;
}

.neu-btn a,
.aktionen-dropdown .dd-button {
  height: auto;
}

.neu-btn > a {
  background-image: none;
}

.aktionen-dropdown .actions-drop {
  right: -40px;
  top: 55px;
}

.neu-btn .actions-drop {
  top: 60px;
  right: -70px;
}

.disabled {
  background-color: #ededed;
  pointer-events: none;
}

.actionsRow {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}

.actionsRow > div {
  width: 145px;
}

.topNotes div {
  padding: 10px 40px;
  font-weight: bold;
}

.topNotes div.editSuccess {
  background-color: #039d03;
  color: #fff;
}

.topNotes div.editSuccess,
.topNotes.successfull div.generalNote {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}

.topNotes.successfull div.editSuccess,
.topNotes:not(.successfull) div.generalNote {
  visibility: visible;
  opacity: 1;
}

.fullsizePopup .close-modal {
  background-color: #fff;
  border-radius: 100%;
  padding: 5px 5px 2px 5px;
  display: block;
  top: -2px;
}

.noItemsFound {
  text-align: center !important;
  font-weight: bold !important;
  font-size: 20px !important;
}

.home-avatar img {
  width: 40px;
  border-radius: 100%;
}

.ellipsis {
  max-width: calc(100% - 45px);
  display: inline-block;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.single-form.check-holder {
  text-align: center;
}

.single-form img {
  max-width: 16px;
}

.neu-btn.hollow a {
  background-color: transparent !important;
}

.home-top-1 h2 img {
  max-width: 100px;
  width: 100%;
}

.sidebar.open .logo-2 {
  max-width: 50px;
  width: 100%;
}

label.assoc {
  display: block;
}

label.assoc {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

label.assoc * {
  float: left;
}

label.assoc input {
  margin-right: 15px;
  width: 15px;
  height: 15px;
  margin-top: 5px;
}

.filter-label {
  margin-bottom: 20px;
}

.modal-toggle-btn > p {
  text-align: left;
}

/* Style the tab */
.tabbing-system .tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tabbing-system .tab .tablinks {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabbing-system .tab .tablinks:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabbing-system .tab .tablinks.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabbing-system .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.flexer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 20px;
}

.flexer > div {
  display: flex;
  align-items: center;
  gap: 3px;
}

.half-form {
  width: 45%;
}

.half-form div,
.half-form div label,
.half-form div input,
.half-form div textarea,
.tabcontent label,
.tabcontent input,
.tabcontent textarea {
  width: 100%;
}

.half-form div label > span,
.tabcontent label > span {
  text-align: left;
  text-indent: 15px;
}

.half-form div input[type="radio"] {
  width: auto;
}

.theMiniFlexer {
  display: flex;
  align-items: center;
  gap: 10px;
}

.tabcontent table th,
.tabcontent table td {
  text-align: left;
}

.pagination {
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

.pagination + .pagination {
  margin-top: -40px;
}

.row.aside {
  justify-content: space-between;
}

.top-metadata {
  margin-bottom: 60px;
}

.middle-form {
  width: 10%;
  text-align: center;
  font-size: 55px;
}

.middle-form.copycat {
  margin-top: -85px;
}

.middle-form.copycat > div {
  cursor: pointer;
  height: 69px;
  margin-bottom: 16px;
}

.middle-form.copycat > div:nth-child(2) {
  margin-bottom: 32px;
}

/* V2 bread */
.account-table table:not(:last-child) + .delete-handler {
  margin-top: 35px !important;
  margin-bottom: 100px;
}

.delete-handler {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 25px;
  background: #ff0000;
}

.delete-handler a {
  color: #fff;
  text-decoration: none;
  background: none;
}

.delete-handler.disabled {
  background: #ededed;
}

.delete-handler.disabled a {
  color: #000;
  pointer-events: none;
}

@media (min-width: 991px) {

  .account-table table thead th:first-child,
  .account-table table tbody td:first-child {
    width: 69px;
  }

  .account-table table thead th:last-child,
  .account-table table tbody td:last-child {
    width: 152px;
  }

  .account-table table.ftptable thead th:nth-child(2),
  .account-table table.ftptable tbody td:nth-child(2) {
    width: 60px;
  }

  .account-table table.ftptable thead th:nth-child(3),
  .account-table table.ftptable tbody td:nth-child(3),
  .account-table table:not(.ftptable) thead th:not(:last-of-type),
  .account-table table:not(.ftptable) tbody td:not(:last-of-type) {
    text-align: left;
    padding-left: 25px;
  }

  .account-table table.ftptable thead th:nth-child(4),
  .account-table table.ftptable tbody td:nth-child(4) {
    width: 100px;
  }

  .account-table table.ftptable thead th:nth-child(5),
  .account-table table.ftptable tbody td:nth-child(5) {
    width: 100px;
  }

  .account-table table.ftptable thead th:nth-child(6),
  .account-table table.ftptable tbody td:nth-child(6) {
    width: 150px;
  }

  .account-table table.ftptable thead th:nth-child(7),
  .account-table table.ftptable tbody td:nth-child(7) {
    width: 140px;
  }
}

.account-table table .oneliner {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

input:disabled {
  background-color: #ededed;
}

.backarrow {
  width: 55px;
  position: relative;
  top: -4px;
}

.folderchanger {
  cursor: pointer;
}

.sidebar li .tooltip {
    display: none;
}

.statistics-tab .tab-pane {
  float: left;
}

.statistics-tab .tab-pane ~ .tab-pane {
  margin-left: 40px;
}

.account-table h3 {
  text-align: center;
  margin-bottom: 15px;
}

.account-table table:not(:last-child) + *:not(.twoButtons) {
  margin-top: 100px;
}

.specialcontainer {
  max-width: 500px;
}

.account-table .specialcontainer {
  margin-bottom: 50px;
}

.contentLoader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000029;
  z-index: 100;
}

.contentLoader img {
  position: fixed;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 300px;
  height: 300px;
}

.error_msg {
  padding: 12px;
  margin-left: 0;
  margin-bottom: 20px;
  word-wrap: break-word;
  margin-top: 15px;
  border: 0;
  box-shadow: none;
  border-radius: 6px;
  border-left-color: #EF3E46;
  background-color: #EF3E46;
  color: #fff;
  display: none;
}

.spinnertime {
    -webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform:rotate(360deg);
    }
}

@media (max-width: 991px) {
  .contentLoader img {
    left: 66%;
  }

  .account-table table thead {
    display: none;
  }

  .account-table table {
    width: 100%;
  }

  .account-table table tr {
    display: block;
    width:100%;
  }

  .account-table table td {
    text-align: left;
    padding-left: 120px;
    display: block;
    position: relative;
  }

  .account-table table td:empty {
    display: none;
  }

  .account-table table td:before {
    content: attr(data-label);
    position: absolute;
    left: 5px;
    width: 90px;
    white-space: nowrap;
    font-weight: bold;
  }

  .account-table table td:first-child:before,
  .account-table table td:last-child:before,
  .account-table table.ftptable td:nth-child(2):before,
  .account-table table.ftptable td:nth-child(2):before,
  .account-table table.ftptable tr[data-location_changer=".."] td:before {
    content: none;
  }

  .account-table table td:first-child,
  .account-table table td:last-child,
  .account-table table.ftptable td:nth-child(2),
  .account-table table.ftptable td:nth-child(2),
  .account-table table.ftptable tr[data-location_changer=".."] td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .account-table .actions-drop {
    right: calc(50% - 110px);
  }

  .accounts-top h2 img {
    margin-left: 0;
    width: 30px;
  }

  .accounts-top h2 img.refresh {
    margin-left: 20px;
  }

  .sidebar li .tooltip {
      display: none;
  }
}

@media (min-width: 501px) {
  .closeBtn1 {
    display: none;
  }
}

@media (max-width: 500px) {
  :root {
    --sidebarWidth: 300px;
  }

  .sidebar {
    width: 0;
  }

  .sidebar~.home-section {
    left: 0;
    width: 100%;
  }

  .closeBtn {
    display: none;
  }
}

@media (max-width: 400px) {
  :root {
    --sidebarWidth: 250px;
  }
}
