/* Tabulator v4.0.4 (c) Oliver Folkerd */
.tabulator {
  border: none;
  background-color: #efefef;
  background-color: var(--light-grey-color);
  font-size: 13px;
}

.tabulator .tabulator-header {
  margin-top: 2px;
  background-color: #efefef;
  background-color: var(--light-grey-color);
  border-bottom: none;
  color: #3c3c3c;
  color: var(--black-color);
}

.tabulator .tabulator-header .tabulator-col {
  background: #efefef;
  background: var(--light-grey-color);
  border: 1px solid #eee;
  line-height: 17px;
  height: 20px;
  overflow: visible;
}

.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  border: 1px solid #23af8c !important; 
  border: 1px solid var(--green-color) !important;
  background-color: white;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0px 0px 2px 2px;
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  top: 7px;
  right: 1px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #bbb; 
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 6px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  color: #23af8c; 
  color: var(--green-color);
  background-color:#efefef;
  background-color:var(--light-grey-color);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover div[class*="wwcom-icon-"] {
	background-image:url(../../cwi/css/ui/images/ui-icons_23af8c_256x240.png);
}

.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter{
  right: 2px;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="none"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 4px solid #bbb;
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="asc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: 4px solid #23af8c; 
  border-bottom: 4px solid var(--green-color);
}

.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort="desc"] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: 4px solid #23af8c; 
  border-top: 4px solid var(--green-color);
}



.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left {
  border-right: none;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: none;
}

.tabulator .tabulator-tableHolder .tabulator-table {
  background-color: transparent;
}

.tabulator .tabulator-col-resize-handle {
  right: -1px;
}

.tabulator .tabulator-col-resize-handle.prev {
  left: -1px;
}


.tabulator-row {
  min-height: 21px;
  margin-bottom: 1px;
  margin-top: 1px;
  background-color: transparent;
}

.tabulator-row.tabulator-row-even {
  background-color: transparent;
}

.tabulator-row.tabulator-selectable:hover {
  background-color: transparent;
  cursor: default;
}

.tabulator-row .tabulator-frozen.tabulator-frozen-left {
  border-right: none;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: none;
}

.tabulator-row .tabulator-cell {
  padding: 0px 2px;
  background-color: #efefef;
  background-color: var(--light-grey-color);
  border-right: 0;
  border-bottom: 1px solid #cccccc;
  border-bottom: 1px solid var(--medium-grey-color);
  min-height: 21px !important;
  line-height: 21px;
  overflow:visible;
}


.tabulator-row.tabulator-selectable:hover .tabulator-cell {
  background-color: #cccccc;
  background-color: var(--medium-grey-color);
  border-color: #cccccc;
  border-color: var(--medium-grey-color);
}

.tabulator .tabulator-footer{
	border: none;
	background-color: #efefef;
	background-color: var(--light-grey-color);
	padding-right: 0px;
}
	
/* PAGE BUTTONS */
.tabulator .tabulator-footer .tabulator-page {
  display: inline-block;
  border: 1px solid #23af8c; 
  border: 1px solid var(--green-color);
  border-radius: 10px;
  background: white;
  color: #3c3c3c;
  color: var(--black-color);
  font-weight: normal;
  min-width: 22px;
  padding-left: 10px;
  padding-right: 10px;
}
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
  background-color: #23af8c; 
  background-color: var(--green-color);
  border-color: #23af8c; 
  border-color: var(--green-color);
  color: white;
}
.tabulator .tabulator-footer .tabulator-page.active {
  color: white;
  background-color: #23af8c; 
  background-color: var(--green-color);
}
.tabulator .tabulator-footer .tabulator-page:not(.disabled).active:hover {
  color: white;
  background-color: #23af8c; 
  background-color: var(--green-color);
}

.tabulator .tabulator-footer .tabulator-page-size {
	padding-left: 3px;
	padding-right: 15px;
}


/* 2wcom Anpassungen */

.ww-tabulator-valCon { /* Zentriert die Values innerhalb der Tabelle vertical */
    display: flex;
    align-items: center;
    height: 100%;
  }

/*
.ww-tabulator-controlCell {
  background-color: #efefef !important;
  background-color: var(--light-grey-color) !important;
}
*/

