/*!**************************Confidential and Proprietary*****************************
* File Name: diagnostics.css
********************Copyright (c) Hyland Software, Inc. 1992-2022********************/
iframe {
  border: 0;
  height: 100%;
  width: 100%;
}
/*Work around for iframes not supporting overflow property in IE; hide overflow on child pages instead*/
html.frameContent {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
}
.logProfileForm {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.logProfileForm .panelLogProfiles {
  flex: 0 1 auto;
}
.loadingStateAdvanced {
  z-index: 50;
}
.statusLayoutBody,
.fileDiagnosticsBody {
  overflow-y: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.panelTable {
  width: 100%;
}
.divider {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.divider:hover {
  color: #0e73d8;
}
.divider .divider_title {
  position: relative;
  flex: 1 1 auto;
  padding: 10px 5px;
}
.divider .divider_title label {
  display: block;
}
.content {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12);
}
.content:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
}
.divider.noEffect,
.content.noEffect {
  box-shadow: none;
  cursor: default;
}
.divider.noEffect:hover,
.content.noEffect:hover {
  cursor: default;
  box-shadow: none;
  color: #000;
}
.rowa {
  background-color: #f0efef;
}
.data {
  display: none;
  height: 1px;
}
.tableData {
  margin: 15px;
  /*account for variable screen widths; break words*/
  table-layout: fixed;
  font-size: 13px;
}
.tableData td {
  padding-left: 5px;
  padding-right: 5px;
}
.tableData td.fileNameCol {
  width: 40%;
}
.tableData td.filePathCol {
  width: 40%;
}
.tableData td.dateCreatedCol {
  width: 10%;
}
.tableData td.versionCol {
  width: 10%;
}
.expanded {
  display: inline;
  height: 100%;
  padding: 0 10px;
}
.header {
  text-decoration: underline;
}
.statusIcon {
  margin: 0 7px;
}
.expandShrink {
  margin: 0 7px;
}
.expandShrink.isOpen {
  transform: rotate(-90deg);
}
[dir=rtl] .expandShrink.isOpen {
  transform: rotate(-90deg);
}
.hiddenForm {
  display: none;
  height: 1px;
}
.reportTable {
  table-layout: fixed;
}
.reportTable td.sectionHeaderCell,
.reportTable td.detailCell {
  width: 100%;
}
.statusRow td {
  padding: 3px;
}
.wordwrap {
  word-wrap: break-word;
  word-break: break-all;
}
.layoutCell {
  height: 100%;
  vertical-align: top;
}
table.collapsed {
  border-collapse: collapse;
}
table.collapsed td {
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
}
.diagnosticsHeaderText {
  display: flex;
  flex-direction: row;
  font-size: 16px;
  flex: 1 1 100%;
  align-items: center;
  margin: 0 20px;
}
.diagnosticsHeaderButtons {
  display: flex;
  flex-direction: row;
  flex: 1 1 100%;
  align-items: center;
  margin: 0 20px;
}
.diagnosticsHeaderButtons button {
  margin: 0 4px;
}
.diagnosticsHeaderButtons .pushToSide {
  flex: 1 1 auto;
}
.diagnosticsHeaderButtons .headingButtonContainer {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.pageContainer {
  top: 40px;
  position: absolute;
  overflow: hidden;
  bottom: 0px;
  right: 0;
  left: 0;
}
.pageContainer > div {
  background-color: #757575;
  padding: 7px;
  height: 100%;
}
.checkboxListCell {
  vertical-align: top;
  padding-top: 10px;
}
#notificationContainer {
  display: flex;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
}
#exportDialog {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  width: 600px;
  min-height: 200px;
  z-index: 100;
  margin: 0 auto;
}
#diagnosticText {
  max-height: 250px;
  width: 96%;
  display: block;
  position: relative;
  margin: 10px auto;
  resize: none;
}
.dialogHeaderBar {
  margin: 10px;
}
.dialogToolBar {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
  margin: 0 10px 10px 10px;
}
.server_designation {
  color: #757575;
}
.warning {
  color: #ee3823;
  padding: 5px 10px 0px 10px;
}
.success {
  color: #14873a;
  padding: 10px 0px 0px 10px;
}
.loggingIndent {
  padding-left: 10px;
}
.logginglevels {
  margin-left: 10px;
}
.appServerListIndent {
  padding-left: 30px;
}
[dir=rtl] .appServerListIndent {
  padding-right: 30px;
  padding-left: 0;
}
.titleRow td {
  width: 49%;
}
.excludedItem {
  color: red;
  text-decoration: line-through;
}
.clientSetupLayoutBody {
  background: #757575;
}
.clientSetupLayoutBody .clientSetupContent {
  position: relative;
  margin-top: 15px;
}
.clientSetupLayoutBody .panelClientSetup {
  margin: 0 10px 10px 10px;
}
.clientSetupLayoutBody .stepsTable {
  margin: 10px;
}
.clientSetupLayoutBody .stepCol1 {
  width: 100px;
  vertical-align: text-top;
  white-space: nowrap;
}
.clientSetupLayoutBody .stepCol2 {
  vertical-align: text-top;
}
.clientSetupLayoutBody .checklistCol1 {
  width: 60px;
  padding-right: 12px;
  text-align: center;
  vertical-align: text-top;
}
.clientSetupLayoutBody .checklistCol1 > img {
  position: relative;
  top: 4px;
}
.clientSetupLayoutBody .checklistCol2 {
  width: 150px;
  text-align: left;
  vertical-align: text-top;
}
.clientSetupLayoutBody .checklistCol3 {
  width: 250px;
  text-align: left;
  vertical-align: text-top;
}
.clientSetupLayoutBody #beginBtndiv,
.clientSetupLayoutBody #doneBtn {
  padding: 10px 0px 0px 10px;
}
.clientSetupLayoutBody .axSection,
.clientSetupLayoutBody .requireJS {
  display: none;
}
.clientSetupLayoutBody .statusRow {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.clientSetupLayoutBody .reportTable td.statusCell {
  padding: 0 7px;
  text-align: center;
  flex: 0 0 auto;
}
.clientSetupLayoutBody .statusCell > img {
  height: 18px;
  width: 18px;
}
.clientSetupLayoutBody .reportTable td.detailCell {
  padding-right: 10px;
  flex: 1 1 auto;
}
