
.statusBox {
  color: #fff;

  font-family: 'Arial',-apple-system,BlinkMacSystemFont,system-ui,sans-serif;
  padding: 2px 10px;

  text-decoration: none;
  border-radius: 11px;
  line-height: 140%;
  x: 100%;
  border: 0;
}

.grid-qb tr.header-qb {
  background: #f6f9fd;
}

.grid-qb {
  background: #fff;
    border-collapse: collapse;
    border-radius: 4px;
    border-spacing: 0;
    width: 100%;
    border: 0;
    table-layout: fixed;
}

.grid-qb th {
  border-bottom: 1px solid #d2e2ed;
  border-top: 0;
  color: #303030;
  font-weight: 400;
}

.grid-qb th, .grid-qb td {
  line-height: 140%;
  x: 1.2;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  text-align: left;
  border-radius: 0px !important;
}

.grid-qb td {
  border-top: 0;
  border-bottom: 1px solid #D2E2ED;
  font-weight: normal;
  vertical-align: top;
}

.open-row td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

tr.open-row td:first-child,
tr.header-qb th:first-child {
  position: relative;
  padding-left: 25px;
}

tr.open-row td.open-first:before {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 9px;
  height: 16px;
  margin-top: -8px;
  cursor: pointer;
  content:url('../images/drilldown/add.svg');
  transition: all 0.3s ease;
  pointer-events: auto;
}

tr.open-row.open td.open-first:before {
  position: absolute;
  top: 45%;
  left: 6px;
  width: 9px;
  height: 16px;
  margin-top: -1px;
  cursor: pointer;
  transform: rotate(-180deg);
  content:url('../images/drilldown/minus.svg');
  transition: all 0.3s ease;
  pointer-events: auto;
}

.click-access {
  pointer-events: none;
}

.click-allowed {
  pointer-events: auto;
}

tr.open-row {
  background: #ffffff;
}

tr.open-row.open {
  background: #D2E1ED;
}

tr.closed-row {
  display: none;
}

tr.closed-row.open {
  display: table-row;
  background: #ffffff;
}

.closed-content h3 {
  margin-top: 0;
}

.lf-qb {
  width: 30%;
  display: table-cell;
  border: 1px solid #dde9f1;
  padding: 15px;
  background: #F6FBFF;
  min-height: 160px;
}

.rg-qb {
  width: 70%;
  display: table-cell;
  border: 1px solid #dde9f1;
  padding: 15px;
  min-height: 160px;
}

tr.open-row td:first-child {
  color: #5993bc;
}

tr.open-row.open td:first-child {
  color: #707070;
}

.quote-bar {
  position: relative;
  height: 20px;
  background: linear-gradient(to right, #448aff, #3f51b5);
  border-radius: 3px;
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 14px;
  padding: 6px 8px;
  margin-bottom: 20px;
}

.quote-bar:after
{
  content: "";
  position: absolute;
  bottom: -11px;
  left: 48%;
  border-style: solid;
  border-width: 12px 12px 0;
  border-color: #426edb transparent;
  display: block;
  width: 0;
  z-index: 1;
}

.dashed-outlines {
  border-style: dashed;
  border-color: #ebe1e1;
  border-width: 1px;
  padding: 15px;
  color: #4d4d4d;
  font-size: 14px;
  margin-block-end: 0;
  margin-block-start: 0;
}

.div-fixedh {
  height: 256px;
  overflow: scroll;
}

.no-padp p {
  margin-block-start: 0;
  margin-block-end: 0;
}

.pad-top {
  padding-top: 12px;
}

.removeicn {
  width: 14px;
  margin: 0px 0px -2px 8px;
  cursor: pointer;
}

#drilldown_container_area {
  min-height: 300px;
}
