.DICOMizer div.dicomizertable {
  width: 100%;
  height: 273px;
  display: block;
  overflow-y: auto;
}
.DICOMizer table {
  margin-top: 0px;
}
.DICOMizer table > thead {
  position: sticky;
  top: 0;
  z-index: 3;
}
.DICOMizer table.AyTable > tbody td {
  vertical-align: baseline;
}
.DICOMizer table.AyTable > tbody td.input-group .form-control {
  padding: 0px 6px;
  height: 22px;
  font-size: small;
}
.DICOMizer table.AyTable > tbody td.input-group .dropdown {
  height: 22px;
}
.DICOMizer table.AyTable > tbody td.input-group .dropdown .dropdown-menu.show {
  width: fit-content;
}
.DICOMizer table.AyTable > tbody td.input-group .dropdown-toggle:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.DICOMizer .DICOMizer-study-info form .form-group {
  margin-bottom: 0.5rem;
}
.DICOMizer form .input-group .dropdown {
  height: 31px;
}
.DICOMizer .overlay-box {
  width: 550px;
  left: 50%;
  margin-top: 200px;
  margin-left: -275px;
  position: absolute;
  text-align: center;
  z-index: 10;
}
.DICOMizer .overlay-box span {
  background: #fff;
  padding: 10px;
}
.DICOMUploadModal .modal-dialog {
  max-width: 800px;
}
.DICOMUploadModal .AyTable {
  width: 100%;
}
.DICOMUploadModal .modal-body {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}
.DICOMUploadModal .uploadfiletable {
  min-height: 150px;
}
.DICOMizerModal .modal-content {
  min-height: 450px;
}
.studydescrtemplatetable th:first-child, .seriesdescrtemplatetable th:first-child {
  border-top: none;
  padding-bottom: 0.25rem;
}
.studydescrtemplatetable, .seriesdescrtemplatetable {
  margin-top: 3rem;
}
.studydescrtemplatetable td, .seriesdescrtemplatetable td {
  flex-grow: 1;
}
.studydescrtemplatetable td.table-remove, .seriesdescrtemplatetable td.table-remove {
  flex-grow: 0;
}
