/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 #column-change-filter {
    top: 0px;
 } 

 #column-filter-fields {
    display: none;
 }

 .spinner {
   float: none;
   position: relative;
 }

 .read-only-table {
   max-width: 800px;
 }

 #delete-button {
   background-color: #d63638;
 }

 .wp-list-table .column-comments {
  width: 200px;
 }
 .wp-list-table .column-transformation {
  width: 15%;
 }

 .wp-list-table .column-order {
  width: 7%;
 }

 .container {
  overflow: hidden; /* This clears the float */
 }

.left-section {
  width: 50%; /* Set the width of the left section */
  float: left; /* Float the left section to the left */
}

.right-section {
  width: 45%; /* Set the width of the right section */
  float: right; /* Float the right section to the right */
  padding-left: 10px;
}

.float-right{
  float: right;
}

.middle-position {
  position: absolute;
  left: 45%;
}

.form-table td {
  overflow-x: visible;
  white-space: nowrap;
}
.vertical-line {
  border-left: 1px solid black;
  height: 70px;
  left: 45.1%;
  margin-top: -55px;
  position: absolute;
  z-index: -1;
}

.top-left-line {
  border-left: 1px solid black;
  border-top: 1px solid black;
  height: 70px;
  width: 5%;
  left: 45.1%;
  position: absolute;
}

.bottom-line {
  border-bottom: 1px solid black;
  height: 70px;
  width: 5%;
  margin-top: -56px;
  left: 40.1%;
  position: absolute;
}


#table-preview {
  max-height: 1000px;
  min-height: 300px;
  background-color: #dcdcde;
  overflow: auto;
  padding: 0 20px 10px 20px;
}

#transformation-explanation {
  background-color: white;
}

th.table-preview {
  text-align: left;
  min-width: 100px;
  padding: 0 5px 0 5px;
}

td.table-preview {
  padding: 5px 10px 5px 5px;
  max-width: 300px;
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

td.table-preview:hover {
  overflow: visible;
  max-width: none;
}

td.table-preview.marked, th.table-preview.marked {
  background-color: #e14d43;
  color: white;
}

th.table-preview {
  padding-right: 10px;
}

table.table-preview {
  border-spacing: 0;
}

td.table-preview li + ul  {
  padding-left: 10px;
}

.pagination {
  display: block;
  float: right;
  margin-top: -50px;
}

a.pagelink {
  margin: 10px 10px 0 0 !important;
}

#filter-value, #filter-row-extra {
  display: none;
}

.drawer-toggle {
  cursor: pointer;
  text-decoration: underline;
}

.drawer {
  display: none;
}

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

.run-table td, .run-table th  {
  padding-right: 15px;
}

#table-selector {
  padding-left: 0;
}

.info-window-icon {
  cursor: pointer;
  vertical-align: middle;
}

.info-window-content {
  display: none;
}

#info-window {
  display: none;
  position: fixed;
  top: 50px;
  left: 300px;
  border-radius: 5px;
  width: 250px;
  background-color: black;
  font-size: 13px;
  font-family: inherit-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  z-index: 1;
}

#info-window-inner{
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
  text-align: left;
  cursor: text;
}

#info-window-close {
  color: #2c3338;
  background-color: #fff;
  float: right;
  border: none;
  cursor: pointer;
}

.submit {
  margin-left: 3px;
}

.ak-parameter {
  margin-top: 5px;
}

.left-indent-1 {
  margin-left: 30px;
}

.smaller {
  font-size: smaller;
}

.red {
  color: #d63638;
}

.schema {
  width: 100%;
  background-color: transparent;
}

@media (max-width: 1300px ) {

.top-left-line {
    border-left: 1px solid black;
    border-top: 1px solid black;
    height: 70px;
    width: 2%;
    left: 45.1%;
    position: absolute;
  }
  
  .bottom-line {
    border-bottom: 1px solid black;
    height: 70px;
    width: 2%;
    margin-top: -56px;
    left: 43.1%;
    position: absolute;
  }

  @media (max-width: 782px ) {
    .top-left-line, .bottom-line, .vertical-line {
      display: none;
    }
  }
  
}
