source/frontend/src/css/App.css [249:381]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.hoverOver {
  max-width: 350px;
  max-height: 100vh;
  margin: 20px 10px 20px 10px;
  border: 1px solid #232f3e;
  background: #fff;
  word-break: break-all;
  width: fit-content;
  height: fit-content;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16), 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

.resourceTable {
  width: 100%;
}

.gremlinModal {
  width: 80%;
  height: 80%;
}

.circle {
  border: solid #232f3e;
  border-width: 0 6px 6px 0;
  vertical-align: middle;
  display: inline-block;
  padding: 3px;
  position: absolute;
  background-color: #fff;
  top: -15px;
  left: calc(50% - 5px);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* .splitterStyles.splitter-layout {
  margin: auto;
  display: flex;
  outline: 0;
  padding: 20px;
  border-radius: 4px;
  justify-content: center;
  background-color: #333;
} */

.splitterStyles.splitter-layout.splitter-layout-vertical > .layout-splitter {
  background: #f2f3f3;
  height: 5px;
  position: relative;
}

/* .splitterStyles.splitter-layout.splitter-layout-vertical > .layout-splitter:hover { 
  background: #232f3e; height: 5px 
} */

.footer {
  height: 32px;
  /* align-items: stretch; */
  background-color: #232f3e;
}

.splitter {
  z-index: 0;
}

[role='button']:focus {
  outline: none !important;
  color: none !important;
}

.menuIcon {
  padding-left: 0 !important;
  width: 2vw;
}

[role='button']:hover {
  color: #000 !important;
  background: none !important;
}

[role='button'][aria-pressed='true'] {
  background: #fff !important;
  color: #ec7211 !important;
  font-weight: 700;
}

[role='button'][aria-pressed='false'] {
  background: #fff !important;
  color: #000 !important;
}

.sticky-top {
  background-color: #232f3e !important;
  color: #fff !important;
}

.navbar-brand {
  background-color: #232f3e !important;
  color: #fff !important;
  margin-left: 0.5rem;
}

.main-container {
  height: 100vh;
  width: 100vw;
  display: flex; /*added*/
  flex-direction: column; /*added*/
}

/* .bottomTable {
  max-height: 50%;
  width: 100vw;
  overflow: scroll;
} */

.content {
  width: 100vw;
  height: 100%;
  max-height: 100vh;
  overflow-y: hidden;
  display: inline-block;
}

#top {
  padding: 0;
  overflow-y: hidden;
}

#bottom {
  width: 100vw;
  padding: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



source/frontend/src/index.css [251:383]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

.hoverOver {
  max-width: 350px;
  max-height: 100vh;
  margin: 20px 10px 20px 10px;
  border: 1px solid #232f3e;
  background: #fff;
  word-break: break-all;
  width: fit-content;
  height: fit-content;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16), 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

.resourceTable {
  width: 100%;
}

.gremlinModal {
  width: 80%;
  height: 80%;
}

.circle {
  border: solid #232f3e;
  border-width: 0 6px 6px 0;
  vertical-align: middle;
  display: inline-block;
  padding: 3px;
  position: absolute;
  background-color: #fff;
  top: -15px;
  left: calc(50% - 5px);
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/* .splitterStyles.splitter-layout {
  margin: auto;
  display: flex;
  outline: 0;
  padding: 20px;
  border-radius: 4px;
  justify-content: center;
  background-color: #333;
} */

.splitterStyles.splitter-layout.splitter-layout-vertical > .layout-splitter {
  background: #f2f3f3;
  height: 5px;
  position: relative;
}

/* .splitterStyles.splitter-layout.splitter-layout-vertical > .layout-splitter:hover { 
  background: #232f3e; height: 5px 
} */

.footer {
  height: 32px;
  /* align-items: stretch; */
  background-color: #232f3e;
}

.splitter {
  z-index: 0;
}

[role='button']:focus {
  outline: none !important;
  color: none !important;
}

.menuIcon {
  padding-left: 0 !important;
  width: 2vw;
}

[role='button']:hover {
  color: #000 !important;
  background: none !important;
}

[role='button'][aria-pressed='true'] {
  background: #fff !important;
  color: #ec7211 !important;
  font-weight: 700;
}

[role='button'][aria-pressed='false'] {
  background: #fff !important;
  color: #000 !important;
}

.sticky-top {
  background-color: #232f3e !important;
  color: #fff !important;
}

.navbar-brand {
  background-color: #232f3e !important;
  color: #fff !important;
  margin-left: 0.5rem;
}

.main-container {
  height: 100vh;
  width: 100vw;
  display: flex; /*added*/
  flex-direction: column; /*added*/
}

/* .bottomTable {
  max-height: 50%;
  width: 100vw;
  overflow: scroll;
} */

.content {
  width: 100vw;
  height: 100%;
  max-height: 100vh;
  overflow-y: hidden;
  display: inline-block;
}

#top {
  padding: 0;
  overflow-y: hidden;
}

#bottom {
  width: 100vw;
  padding: 0;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



