.no-border-radius {
  border-radius: 0
}

.hideDialog {
  opacity: 0;
}

.delete-dialog {
  min-height: 0;
  height: 50px;
}

.keepAspect {
  max-width: 100vw;
  max-height: 93vh;
}

.documentView md-list-item .md-list-item-inner .md-avatar {
  border-radius: 0;
}

.active-sidenav-item {
  background-color: rgba(0, 0, 0, 0.12) !important;
}

@media (max-height: 1100px) {
  .keepAspect {
    max-height: 93vh;
  }
}

@media (max-height: 1000px) {
  .keepAspect {
    max-height: 88vh;
  }
}

@media (max-height: 700px) {
  .keepAspect {
    max-height: 70vh;
  }
}

@media (max-height: 200px) {
  .keepAspect {
    max-height: 65vh;
  }
}

.thumbnailIcon {
  top: 3%;
  right: 10%;
  position: absolute;
}

.thumbnailIcon.thumbnailIconVideo {
  top: 20%;
  right: 10%;
  position: absolute;
}

.md-button.thumbnailIconButton.md-raised.md-icon-button {
  background-color: rgba(255, 255, 255, 0.66);
  padding-left: 19%;
  padding-top: 20%;
  height: 35px;
  width: 35px;
}

.pointer {
  cursor: pointer;
}

.cadManagerThumb {
  width: 160px;
  height: 160px;
  text-align: center;
}

.capitalize {
  text-transform: capitalize;
}

md-dialog-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .cadManager-toolbar {
    height: 110px
  }
  md-sidenav.md-sidenav-left.md-whiteframe-z2.conference-sidenav.ng-isolate-scope._md {
    padding-top: 0;
  }
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  div.md-no-sticky.capitalize.md-subheader._md {
    padding-left: 15px;
    padding-right: 15px;
  }
  md-list-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  pdf-viewer.ng-scope {
    padding-left: 30px;
  }
}

.cadManager-md-content-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cadManager-pdf-viewer {
  max-height: calc(calc(100 * var(--window-inner-height)) - 64px);
}

.cadManager-pdf-viewer canvas {
  display: block !important;
}

.cadManagerListElement md-list-item img {
  max-height: 100%;
  width: auto;
  max-width: 160px;
}

@media (orientation:portrait) {
  .cadManagerListElement {
    display: flex;
    flex-direction: column;
  }
}

.cadManagerListElementInformation {
  width: 100%;
  height: 80%;
  display: flex;
  flex-direction: row;
  margin-left: 1vw;
  flex-wrap: wrap;
}

.cadManagerListElementActions {
  flex: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cadManagerListElementScenes {
  flex: 40;
  display: flex;
  flex-direction: row;
}

.cadManagerListElementSceneButton {
  flex: 20;
  display: flex;
  flex-direction: row;
}

.cadManagerListElementSceneElements {
  flex: 25;
  display: flex;
  flex-direction: row;
}

.cadManagerListElementSceneThumbnails {
  flex: 100;
  display: flex;
  flex-direction: row;
  max-height: 160px;
  max-width: 160px;
  min-height: 160px;
  min-width: 160px;
}

.cadManagerListElementDescription {
  display: flex;
  flex: 25;
  flex-direction: row;
  align-items: center;
}

.cadManagerListElementDescriptionText {
  display: flex;
  flex: 90;
  flex-direction: column;
}

.cadManagerListElementDescriptionDescription {
  display: flex;
  flex: 10;
  justify-content: space-around;
}

.cadManagerListElementDescriptionTextMetadata {
  display: flex;
  flex: 100;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  justify-content: space-around;
}

.cadManagerListElementDescriptionTextStatus {
  display: flex;
  flex: 40;
  justify-content: space-around;
}

.cadManagerListElementQualityActions {
  flex: 50;
  justify-content: flex-end;
  float: right;
  align-items: center;
}

.cadManagerListElementShareActions {
  flex: 50;
  justify-content: flex-end;
}

.cadFloat {
  float: right;
}

.cadManagerAvatar {
  border-radius: 0;
  height: 200px;
  width: 200px;
  min-height: 200px;
  min-width: 200px;
  object-fit: cover;
}

.modelStatusProgress {
  max-width: 200px;
  width: 50%;
}

.cadManagerOptions {
  max-width: 200px;
}

.cadManagerOptionsContainer {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cadManagerListElementDescriptionTextMetadata p {
  margin: 0 0 0px !important;
}

.cadManagerRotateIcon {
  -ms-transform: rotate(270deg);
  /* IE 9 */
  -webkit-transform: rotate(270deg);
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}

.cadManagerDialog .cad-manager-search-bar-wrapper {
  padding: 0 8px;
}

.cadManagerDialog .cad-manager-speed-dial-wrapper {
  z-index: 69;
  position: absolute;
  bottom: 16px;
  right: 16px;
}