#cfgcontainer {
  background-color: var(--itembgcolor);
}

#simmgmt {
  font-size: 16px;
  line-height: 24px;
/*  height: 75vh;*/
}

table.rpttbl {
  border-collapse: collapse;
  word-wrap: break-word;
}

.rpttbl th,
.rpttbl td {
  border: 1px solid black;
  vertical-align: top;
  padding: 0 0.5rem 0 0.5rem;
}

.scrollable_content {
  width: 100%;
  height: 70vh;
  padding: 0 0 0 5px;
  overflow:auto;
  box-sizing: border-box;
}

.scrollable_content thead > :first-child th {
  position: sticky;
  top: 0px;
  background-color: gray;
  z-index: 1000;
  background-clip: padding-box;
}

#simmgmtinstr {
  justify-content: center;
  background-color: yellow;
  text-align: center;
}

.scrollable_content table {
  width: calc(100% - 5px);
}

button {
  white-space: nowrap;
}

/*
.scrollable_content th,
.scrollable_content td {
  width: min-content;
}
*/

.scrollable_content td {
  padding: 0 10px 0 10px;
}

.mgrinput {
  width: 100%;
  margin-right: 5px;
  box-sizing: border-box;
}

.white_content {
  display: none;
  position: fixed;
  top: 5%;
  left: 5%;
  width: 90vw;
  height: 90vh;
  padding: 4px;
  border: 4px solid red;
  background-color: white;
  z-index: 1003;
  resize: both;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
}

#rptprint {
  float: left;
  display: flex;
  align-items: center;
  margin-right: -100%;
}

#rptprint img {
  width: 32px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 1000px) {
  #rptprint img {
    width: 8vw;
  }
}

.dragtable {
  user-select: none;
}

.dragselect {
  background-color: gray !important;
}

.dragchanged {
  background-color: moccasin !important;
}

.dragtable td:first-child {
  cursor:all-scroll;
}
