.fixedDataTableCellGroupLayout_cellGroup {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

/* .fixedDataTableCellGroupLayout_cellGroup:hover{
  background-color: yellow;
} */

.fixedDataTableCellGroupLayout_cellGroup > .public_fixedDataTableCell_main {
  vertical-align: top;
  white-space: normal;
  display: flex;
  justify-content: left;
  align-items: center;
}

.fixedDataTableRowLayout_rowWrapper:hover .public_fixedDataTableCell_main {
  vertical-align: top;
  white-space: normal;
  display: flex;
  justify-content: left;
  /* background: #fafafa; */
}

.fixedDataTableCellGroupLayout_cellGroupWrapper {
  position: absolute;
  top: 0;

  height: 100% !important;
}

.fixedDataTableCellGroupLayout_cellGroupWrapper:nth-of-type(2) {
  position: absolute;
  /* top: 0; */
  left: 100px;

  content: ' ';
  /* width: 100%; */
  /* margin-right: 20px;
  margin-left: 20px; */
  /* margin-left: 20px; */
  width: 20px;
}

/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableCellLayout
 */

.fixedDataTableCellLayout_main {
  /* border-right-style: solid; */
  border-right-width: 1px;
  /* border-width: 0 1px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; */
  display: block;
  overflow: hidden;
  position: absolute;
  white-space: normal;
}

.fixedDataTableCellLayout_lastChild {
  /* border-width: 0 1px 1px 0; */
}

.fixedDataTableCellLayout_alignRight {
  text-align: right;
}

.fixedDataTableCellLayout_alignCenter {
  text-align: center;
}

.fixedDataTableCellLayout_wrap1 {
  display: block; /*123*/
}

.f4datatable_row_selected .fixedDataTableCellLayout_wrap1 {
  /* color once selected */
  /* background: #f4f8ff; */
}

.f4datatable-single-parent .f4datatable_row:hover .fixedDataTableCellLayout_wrap1 {
  /* background: #fafafa; */
}

.f4datatable-single-parent
  .f4datatable_row_selected:hover
  .fixedDataTableCellGroupLayout_cellGroup {
  background: #fafafa;
}

.f4datatable_row_selected
  .fixedDataTableCellGroupLayout_cellGroup
  > .public_fixedDataTableCell_main {
  /* background: #f4f8ff; */
  background: transparent;
}
.f4datatable-single-parent
  .f4datatable_row:hover
  .fixedDataTableCellGroupLayout_cellGroup
  > .public_fixedDataTableCell_main {
  /* background: #fafafa; */
}

.public_fixedDataTable_bodyRow:hover {
  box-shadow: 0 2px 5px #dde3e9;
  border: 1px solid #e2e2e2;
  border-top: none;
  top: -1px;
}

.fixedDataTableCellLayout_wrap1:hover .pinIcon {
  display: inline-block;
}

.fixedDataTableCellLayout_wrap1 .pinIcon.active {
  display: inline-block;
}

.fixedDataTableCellLayout_wrap1:hover .headerTable {
  /* margin-top: -5px; */
  display: flex;
  align-items: center;
}

.pinIcon {
  font-size: 11px;
  color: darkgray;
  display: none;
  position: relative;
  top: -1px;
  margin-right: 0px;
}

.pinIcon > img {
  height: 16px;
  transform: rotate(-35deg);
}

.fixedDataTableCellLayout_wrap2 {
  display: table;
  padding: 13px 25px;
  height: 100%;
}

.fixedDataTableCellLayout_wrap3 {
  height: 100%;
  /* display: flex;
  align-items: center; */
  display: table-cell;
  vertical-align: middle;
}

.fixedDataTableCellLayout_columnResizerContainer {
  position: absolute;
  right: 0px;
  width: 6px;
  z-index: 1;
}

.fixedDataTableCellLayout_columnResizerContainer:hover {
  cursor: ew-resize;
}

.fixedDataTableCellLayout_columnResizerContainer:hover .fixedDataTableCellLayout_columnResizerKnob {
  visibility: visible;
}

.fixedDataTableCellLayout_columnResizerKnob {
  position: absolute;
  right: 0px;
  visibility: hidden;
  width: 4px;
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableColumnResizerLineLayout
 */

.fixedDataTableColumnResizerLineLayout_mouseArea {
  cursor: ew-resize;
  position: absolute;
  right: -5px;
  width: 12px;
}

.fixedDataTableColumnResizerLineLayout_main {
  border-right-style: solid;
  border-right-width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
}

body[dir='rtl'] .fixedDataTableColumnResizerLineLayout_main {
  /* the resizer line is in the wrong position in RTL with no easy fix.
   * Disabling is more useful than displaying it.
   * #167 (github) should look into this and come up with a permanent fix.
   */
  display: none !important;
}

.fixedDataTableColumnResizerLineLayout_hiddenElem {
  display: none !important;
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableLayout
 */

/* .fixedDataTableLayout_main {
  border-width: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
} */

.body {
  font-weight: 200;
  /* background-color: #e9ebee; */
  background-color: #f8f8f8;
}

.fixedDataTableLayout_main {
  /* border-style: solid; */
  border-width: 1px;
  -webkit-box-sizing: border-box;
  /* box-sizing: border-box; */
  overflow: hidden;
  position: relative;
}

.fixedDataTableLayout_header,
.fixedDataTableLayout_hasBottomBorder {
  /* border-bottom-style: solid;
  border-bottom-width: 1px; */
}

.fixedDataTableLayout_footer .public_fixedDataTableCell_main {
  border-top-style: solid;
  border-top-width: 1px;
}

.fixedDataTableLayout_topShadow,
.fixedDataTableLayout_bottomShadow {
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.fixedDataTableLayout_bottomShadow {
  margin-top: -4px;
}

.fixedDataTableLayout_rowsContainer {
  /* overflow: auto; */
  position: relative;
  /* width: 100% !important;
  height: 100% !important;  */
}

.fixedDataTableLayout_horizontalScrollbar {
  bottom: 0;
  position: absolute;
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableRowLayout
 */

/* .fixedDataTableRowLayout_main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;

} */

.fixedDataTableRowLayout_main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: absolute;
  top: 0;
  border-bottom: 1px solid #e2e2e2;
}

.public_fixedDataTable_bodyRow {
  /* border-left: 1px solid #e5e5e5; */
  /* border-right: 1px solid #e5e5e5; */
}

.generic-tablepanelview .containerBelowTable {
  border-top: none;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px !important;
}

.fixedDataTableRowLayout_body {
  left: 0;
  position: absolute;
  top: 0;
}

/* .fixedDataTableRowLayout_rowExpanded {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  position: absolute;
  border-top: 2px solid lightgray;
  border-bottom: 2px solid lightgray;
  height: 100% !important;
} */

.fixedDataTableRowLayout_rowExpanded {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  background: var(--expanded-bg);
}

.fixedDataTableRowLayout_rowExpanded > div,
.fixedDataTableRowLayout_rowExpanded > div > .backgroundColor,
.fixedDataTableRowLayout_rowExpanded > div > .backgroundColor > div {
  height: 100%;
}

.fixedDataTableRowLayout_rowExpanded > div > .backgroundColor {
  padding: 0px;
}

.fixedDataTableRowLayout_fixedColumnsDivider {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-left-style: solid;
  border-left-width: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.fixedDataTableRowLayout_columnsShadow {
  position: absolute;
  width: 4px;
}

.fixedDataTableRowLayout_columnsRightShadow {
  right: 1px;
}

.fixedDataTableRowLayout_rowWrapper {
  position: absolute;
  top: 1px;
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule ScrollbarLayout
 */

.ScrollbarLayout_main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  overflow: hidden;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ScrollbarLayout_mainVertical {
  bottom: 0;
  right: 0;
  top: 0;
  width: 13px;
}

.ScrollbarLayout_mainHorizontal {
  bottom: 0;
  height: 15px;
  left: 0;
  -webkit-transition-property: background-color height;
  transition-property: background-color height;
}

/* Touching the scroll-track directly makes the scroll-track bolder */
.ScrollbarLayout_mainHorizontal.public_Scrollbar_mainActive,
.ScrollbarLayout_mainHorizontal:hover {
  height: 17px;
}

.ScrollbarLayout_face {
  left: 0;
  overflow: hidden;
  position: absolute;
  /* z-index: 1; */
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-property: background-color width position;
  transition-property: background-color width position;
}

/**
 * This selector renders the "nub" of the scrollface. The nub must
 * be rendered as pseudo-element so that it won't receive any UI events then
 * we can get the correct `event.offsetX` and `event.offsetY` from the
 * scrollface element while dragging it.
 */
.ScrollbarLayout_face:after {
  border-radius: 6px;
  content: '';
  display: block;
  position: absolute;
  -webkit-transition: background-color 250ms ease;
  transition: background-color 250ms ease;
}

.ScrollbarLayout_faceHorizontal {
  bottom: 0;
  left: 0;
  top: 0;
}

.ScrollbarLayout_faceHorizontal:after {
  bottom: 4px;
  left: 0;
  top: 4px;
  width: 100%;
}

.ScrollbarLayout_faceHorizontal.public_Scrollbar_faceActive:after,
.ScrollbarLayout_main:hover .ScrollbarLayout_faceHorizontal:after {
  bottom: calc(4px / 2);
}

.ScrollbarLayout_faceVertical {
  left: 0;
  right: 0;
  top: 0;
}

.ScrollbarLayout_faceVertical:after {
  height: 100%;
  left: 4px;
  right: 4px;
  top: 0;
}

.ScrollbarLayout_main:hover .ScrollbarLayout_faceVertical:after,
.ScrollbarLayout_faceVertical.public_Scrollbar_faceActive:after {
  left: calc(4px / 2);
  right: calc(4px / 2);
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTable
 *
 */

/**
 * Table.
 */
/* 
.public_fixedDataTable_header,
.public_fixedDataTable_hasBottomBorder {
} */

.public_fixedDataTable_header,
.public_fixedDataTable_scrollbarSpacer,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
  /* background-color: #FAFBFC; */
  background-color: var(--datatable-hdr-color);
}

.public_fixedDataTable_header {
  border-top: 1px solid #e8ebf0;
  border-bottom: 1px solid #e8ebf0;
}

.public_fixedDataTable_header .public_fixedDataTableCell_main {
  font-weight: bold;
}

.public_fixedDataTable_scrollbarSpacer {
  position: absolute;
  /* z-index: 99; */
}

.public_fixedDataTable_footer .public_fixedDataTableCell_main {
  background-color: #f6f7f8;
  /* border-color: #d3d3d3; */
}

.public_fixedDataTable_topShadow {
  /* background: 0 0
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAF0lEQVR4AWPUkNeSBhHCjJoK2twgFisAFagCCp3pJlAAAAAASUVORK5CYII=)
    repeat-x; */
}

.public_fixedDataTable_bottomShadow {
  /* background: 0 0
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAECAYAAABP2FU6AAAAHElEQVQI12MwNjZmZdAT1+Nm0JDWEGZQk1GTBgAWkwIeAEp52AAAAABJRU5ErkJggg==)
    repeat-x; */
}

.public_fixedDataTable_horizontalScrollbar .public_Scrollbar_mainHorizontal {
  background-color: #fff;
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableCell
 */

/**
 * Table cell.
 */
.public_fixedDataTableCell_main {
  background-color: #fff;
  /* border-color: #d3d3d3; */
  /* border-bottom: 1px solid #d3d3d3; */
}

.public_fixedDataTableCell_highlighted {
  /* background-color: red; */
}

.public_fixedDataTableCell_cellContent {
  font-size: 14px;
  font-weight: 500;
  color: var(--hdr-color);
  word-break: break-word;
}

.public_fixedDataTableCell_columnResizerKnob {
  background-color: #0284ff;
}
.public_fixedDataTableCell_hasReorderHandle .public_fixedDataTableCell_cellContent {
  /* margin-left: 12px; */

  /* font-weight: bold; */
  font-size: 15px;
  text-transform: none;
  /* text-align: center; */
}
/**
 * Column reorder goodies.
 */
.fixedDataTableCellLayout_columnReorderContainer {
  /* border-color: #0284ff; */
  background-color: rgba(255, 255, 255, 0.1);

  width: 12px;
  margin-right: -12px;
  float: left;
  cursor: move;
}
.fixedDataTableCellLayout_columnReorderContainer:after {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
  /* content: "\f142"; */
  position: absolute;
  top: 50%;
  font-size: 18px;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.1);
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableColumnResizerLine
 *
 */

/**
 * Column resizer line.
 */
.public_fixedDataTableColumnResizerLine_main {
  /* border-color: #0284ff; */
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule fixedDataTableRow
 */

/**
 * Table row.
 */
.public_fixedDataTableRow_main {
  /* background-color: #fff; */
}

.public_fixedDataTableRow_highlighted,
.public_fixedDataTableRow_highlighted .public_fixedDataTableCell_main {
  /* background-color: #f6f7f8; */
}

.public_fixedDataTableRow_fixedColumnsDivider {
  /* border-color: none; */
  display: none;
}

.public_fixedDataTableRow_columnsShadow {
  /* background: 0 0
    url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAABCAYAAAD5PA/NAAAAFklEQVQIHWPSkNeSBmJhTQVtbiDNCgASagIIuJX8OgAAAABJRU5ErkJggg==)
    repeat-y; */
}

.public_fixedDataTableRow_columnsRightShadow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
/**
 * Copyright Schrodinger, LLC
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 *
 * @providesModule Scrollbar
 *
 */

/**
 * Scrollbars.
 */

/* Touching the scroll-track directly makes the scroll-track bolder */
.public_Scrollbar_main.public_Scrollbar_mainActive,
.public_Scrollbar_main {
  background-color: #fff;
  /* border-left: 1px solid #d3d3d3; */
  z-index: 0 !important;
}

.public_Scrollbar_mainOpaque,
.public_Scrollbar_mainOpaque.public_Scrollbar_mainActive,
.public_Scrollbar_mainOpaque:hover {
  background-color: #fff;
}

.public_Scrollbar_face:after {
  background-color: #d8e2ea;
}

.public_Scrollbar_main:hover .public_Scrollbar_face:after,
.public_Scrollbar_mainActive .public_Scrollbar_face:after,
.public_Scrollbar_faceActive:after {
  background-color: #7d7d7d;
}

/* .headerTable {
  color: #48484859;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  font-size: 10px;
  text-transform: uppercase;
  
  
} */

.headerTable {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: 0px;
  margin-top: 0px;
  color: var(--list-hdr-color);
  font-size: 14px;
  font-weight: 500;
}

.f4DataTable-total-count {
  margin: 1%;
  margin-left: 1%;
  padding: 7px 0px;
  margin-left: 0px;

  font-weight: 450;
  color: #484848b5;
  margin-top: 2%;
}
.expandedContent {
  padding: 20px 50px;
  height: 100%;
  overflow: auto;
}

.headerTable > i {
  color: var(--button-color);
  font-size: 18px;
  margin-left: 20px;
}

.f4datatable_row_selected {
  background: var(--selected-tblrow-color);
  border: 5px solid #fff;
  left: 0px;
  top: -1px;
  overflow: hidden;
  /* border-radius: 10px; */
  outline: 1px solid #e2e2e2;
}

/* .f4datatable_row_selected .newlook_link,
.f4datatable_row_selected .newlook_abstractcol {
  padding-left: 8px;
}

.f4datatable-single-parent
  .f4datatable_row_selected
  .fixedDataTableCellLayout_wrap1
  > .fixedDataTableCellLayout_wrap2 {
  padding: 0 9px;
} */

.f4datatable-single-parent .f4datatable_row_selected .expandableCaret {
  background: #f4f8ff;
}

/* .f4datatable-single-parent
  .f4datatable_row_selected:hover
  .fixedDataTableCellGroupLayout_cellGroup {
  background: transparent;
} */

.f4datatable-single-parent .f4datatable_row_selected:hover {
  border: 5px solid #fff;
  top: -1px;
}

.f4DataTable_expandedGrouped
  .f4data_table___portlet
  .fixedDataTableRowLayout_rowWrapper:last-child
  .fixedDataTableRowLayout_main {
  border-bottom: none;
}

.f4datatable-groupby-parent
  > .f4data_table___portlet
  > div
  > .fixedDataTableLayout_main
  > .fixedDataTableLayout_rowsContainer
  > .fixedDataTableRowLayout_rowWrapper
  > .public_fixedDataTable_header {
  border-top: none;
}
