.displayInlineFlex {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.noCursorInteraction {
  cursor: default;
  pointer-events: none;
}
.searchWF-files .flexbox-row,
#secondScreenNoDocument {
  background-color: #f0f4f7;
  visibility: visible;
}
.btn-download-file {
  margin-top: 16px;
  line-height: 1.5;
  white-space: nowrap;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.btn-download-file > i {
  margin-bottom: 1px;
}
/* .fa-file-alt:before{
    color: @bg-dark-1;
} */
.file-overview {
  overflow: hidden;
  width: intrinsic;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  background-color: #e9f2f5;
}
.file-overview > .group-Box {
  width: intrinsic;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  overflow-y: auto;
}
.file-overview-drop-box {
  /* for uploading file */
  border-bottom: 1.6px solid #55AADA;
  border-radius: 0;
  padding-top: 4px;
  height: 23.2px;
  text-align: center;
  width: 100%;
  background-color: #A6D3EC;
  color: #003350;
  font-weight: 600;
}
.file-overview-element {
  float: none;
  padding: 4px 0 0 0;
  cursor: pointer;
}
.file-overview-element.file-overview-element-active {
  background-color: #DDEDDA;
  border-left: 3.2px solid #55A546;
}
.file-overview-element :active .file-icon-description {
  color: #0080C8;
}
.file-overview-element:hover {
  background-color: #e9f2f5;
}
.file-overview-element:active {
  background-color: #e9f2f5;
}
.file-overview-element[disabled],
.file-overview-element:disabled,
.file-overview-element.disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.file-overview-element .file-icon-description {
  color: #0080C8;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 176px;
  margin-bottom: 4px;
}
.file-overview-element .file-icon-lock {
  position: absolute;
  top: calc(75% - 12px);
  margin-left: 10px;
}
.file-overview-element .file-icon-lock > i:hover {
  color: #003350;
}
@media (max-width: 800px) {
  .file-overview-element {
    width: 180px;
  }
}
.file-overview-element,
.docinfo-container {
  min-height: 28.8px;
  padding: 0 6.4px;
  font-size: 1.92rem;
  background-color: #FFFFFF;
  color: #0080C8;
}
.file-version,
.file-icon-description {
  font-size: 1.92rem;
  color: #55AADA;
}
/* .file-icon{
    background: @text-dark-1;
    &::before {
        border-color: @border-color-3;
    }

    &[data-type=tif], &[data-type=tiff] {
        background: #ACACAC;
    }

    &[data-type=pdf] {
        background: red;
    }

    &[data-type=xls], &[data-type=xlsx] {
        background: green;
    }

    &[data-type=doc], &[data-type=docx], &[data-type=txt] {
        background: blue;
    }

    &[data-type=ppt], &[data-type=pptx] {
        background: purple;
    }
}

.file-icon-lg {
    width: 30.4px;
    height: 51px;
    margin-left: auto;
    margin-right: auto;

    &::after {
        padding: 2.4px 3.2px;
    }
} */
.action-hint {
  color: #55AADA;
  white-space: normal;
  width: 100%;
}
.action-hint .iconCircle {
  height: 60px;
  width: 60px;
  background-color: #55A546;
  border-radius: 50%;
  display: inline-block;
}
.action-hint .iconCircle > i {
  color: #FFFFFF;
  font-size: 4rem;
  margin-top: 8px;
}
.action-hint .iconCircle > i.fa-6x:before {
  color: #FFFFFF;
}
.action-hint .primary-info,
.action-hint .secondary-info {
  width: auto;
  max-width: 300px;
}
.action-hint .primary-info {
  font-size: 1.92rem;
}
.action-hint .secondary-info {
  font-size: 1.92rem;
  margin: 3.2px 0 6.4px 0;
}
.prx-drop-area {
  text-align: center;
  width: intrinsic;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: -webkit-fill-available;
  width: -moz-available;
  min-width: 170px;
  padding: 6.4px;
  margin: 6.4px;
  border: 1px rgba(85, 165, 70, 0.3) dashed;
  background-color: #e9f2f5;
}
.prx-drop-area > .iconCircle {
  height: 40px;
  width: 40px;
}
.prx-drop-area > .iconCircle > i {
  font-size: 2.5rem;
  margin-top: 4px;
}
.prx-drop-area .btn-primary {
  width: 100%;
  white-space: nowrap;
}
.prx-drop-area .primary-info {
  font-size: 2.14rem;
}
.prx-drop-area:-moz-drag-over {
  border-color: #55A546;
}
@media (max-width: 800px) {
  .prx-drop-area {
    margin: 0;
  }
}
.dragover .prx-drop-area {
  border-color: #55A546;
}
.secondScreenFrame {
  height: 100%;
  width: 100%;
  display: none;
}
.alternativeViewer {
  width: 100%;
  border: none;
}
