/* GTO SCHEMATIC DETAILS CSS */


.hiddenTr {
  display: none !important;
}

.schematic-filter {
  margin: 4px 8px 0 8px;
  display: flex;
}

.filterLeft {
  flex: 1;
}

.filterRight {
  flex: 3;
}

.filterImg {
  vertical-align: middle;
}

.lil {
  display: inline-block !important;
  padding-left: 16px;
  padding-right: 8px;
}

.partBG {
  background-color: darkgrey;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.st-name {
  margin-bottom: 0 !important;
}

.partScroll {
  max-height: 600px;
  overflow-y: auto;
}

#FilterDiv {
  text-align: center;
  font-weight: bold;
  padding: 4px;
}

@media (max-width: 900px) {
  .partScroll::-webkit-scrollbar {
    height: 16px;
    width: 16px;
    background: lightgrey;
  }

  .partScroll::-webkit-scrollbar-thumb {
    background: #b5113d;
    /*-webkit-border-radius: 1ex;*/
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
  }

  .partScroll::-webkit-scrollbar-corner {
    background: lightgrey;
  }
}
