/*!**************************Confidential and Proprietary*****************************
* File Name: WorkView.css
********************Copyright (c) Hyland Software, Inc. 1992-2022********************/
.viewResLayoutBody {
  display: flex;
  flex-direction: column;
}
#rowFilterList {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  margin-top: 15px;
}
.columnHeaders {
  display: block;
  white-space: nowrap;
  min-width: 30px;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
}
.columnHeaderName {
  vertical-align: middle;
}
.wvULCSortIcon {
  fill: #757575;
  transform: rotate(-90deg);
  position: relative;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
[dir=rtl] .wvULCSortIcon {
  margin-left: 0;
  margin-right: 5px;
}
.wvULCSortIcon.desc {
  transform: rotate(90deg);
}
.wv_filterbutton {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
.wv_disabledbutton {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 1px solid transparent;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.objectListButtonDivider {
  background-color: #ccc;
  display: block;
  height: 24px;
  width: 1px;
}
#pnlFilterResult {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
.filter_toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  margin: 0 2px;
}
.filter_toolbar .titleAndToggles {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  align-items: center;
}
.wvFilterPanelTitle.panelTitle {
  flex: 1 1 auto;
  margin: 0 5px;
}
.subFilterIcon {
  fill: #14873a;
  margin: 2px;
}
.subFilterUp svg {
  transform: rotate(-90deg);
}
.subFilterDown {
  transform: rotate(90deg);
}
.WVGroupedHeader {
  background-color: #fffcc7;
  cursor: pointer;
}
.WVGroupedHeader td {
  border-bottom: 1px solid #ccc;
}
.groupedHeaderFlexDiv {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.WVGroupedHeaderToggle {
  flex: 0 0 auto;
}
.WVGroupedHeaderTitle {
  flex: 1 1 auto;
}
.objectListSelectAllToggle.btn-svg {
  fill: #14873a;
  position: relative;
  display: inline-block;
  margin: 2px;
  min-height: 24px;
  min-width: 24px;
}
.objectListSelectAllToggle.groupMode {
  transform: rotate(-90deg);
}
[dir=rtl] .objectListSelectAllToggle.groupMode {
  transform: rotate(90deg);
}
.objectListSelectAllToggle.groupMode.isOpen {
  transform: rotate(0deg);
}
.filter_toolbar .wvListInteractions {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
  align-items: center;
}
#fldSearch {
  font-size: 12px;
  max-width: 170px;
  display: inline-block;
}
#CollapseBarsDiv {
  width: 100%;
  cursor: pointer;
  position: relative;
  height: 24px;
  border: 1px solid transparent;
}
#CollapseBarsDiv:hover {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}
.objectViewerToggle {
  display: flex;
  flex-direction: row;
  fill: #0e73d8;
  height: 24px;
  position: relative;
  margin: 0 auto;
}
.objectViewerToggle.isUp {
  transform: rotate(180deg);
}
.objectViewerToggle svg {
  position: relative;
  margin: 0 auto;
  top: -3px;
}
#tblHeader,
#rsTable {
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  /*This is important for proper alignment and to prevent 
    the column headers being jumpy when clicking to sort*/
  position: relative;
}
.wvPopupMenuContent {
  background-color: #fdfdfd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #ccc;
}
.wvPopupMenuContent .wvPopupRow td {
  padding: 4px;
  cursor: pointer;
}
.popupListHighlight {
  background-color: rgba(11, 120, 209, 0.15);
}
.ULC_Row_Normal__default td,
.ULC_Row_Selected__default td,
.ULC_Row_Alternate__default td {
  white-space: normal;
}
#searchContainer {
  flex: 1 1 auto;
}
#frmList {
  display: flex;
  flex-direction: column;
  background-color: #fdfdfd;
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#frmViewData {
  display: flex;
  flex-direction: column;
  /*receives absolute position from resize container*/
  top: 0;
  min-width: 150px;
}
.panelTitle.keywordSearchTitle {
  flex: 0 0 auto;
  padding: 5px 10px 0 10px;
}
#pnlKeyPad {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
.wvFilterKeywordPanelWrapper {
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
}
#divResult {
  display: flex;
  flex-direction: column;
  padding: 5px 10px 0 10px;
  flex: 1 1 auto;
  overflow: hidden;
  min-width: 150px;
}
#bottomTab {
  flex: 0 0 auto;
  padding-bottom: 5px;
}
@media print {
  #frmViewData {
    margin-right: 10px !important;
    margin-top: 5px;
    top: 0;
    width: 214px;
  }
  table {
    page-break-inside: auto;
    color: #000 !important;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  .noprint {
    display: none;
  }
}
.calendarViewLayoutBody {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
}
.calendarViewLayoutBody .calendarViewLayoutForm {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.calendarViewLayoutBody .calendarViewLayoutForm .calendarPanel {
  flex: 1 1 auto;
}
.calendarViewLayoutBody .calendarTitleBar {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.calendarViewLayoutBody .calendarTitleBar .panelTitle {
  flex: 1 1 auto;
}
.calendarViewLayoutBody .calendarTitleBar .calendarTitleBarButtons {
  display: flex;
  flex-direction: row;
  flex: 0 0 auto;
}
.calendarViewLayoutBody .calendar {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  flex: 1 1 auto;
  margin-bottom: 10px;
}
.calendarViewLayoutBody .calendar .calendarHeader {
  position: absolute;
  width: 100%;
  height: 60px;
  table-layout: fixed;
}
.calendarViewLayoutBody .calendar .calendarCells {
  position: absolute;
  top: 60px;
  bottom: 0;
  width: 100%;
}
.calendarViewLayoutBody .currentMonthYearLabel {
  font-size: 16px;
}
.calendarViewLayoutBody .buttonCellNextLast {
  width: 40%;
  text-align: right;
}
[dir=rtl] .calendarViewLayoutBody .buttonCellNextLast {
  text-align: left;
}
.calendarViewLayoutBody .buttonCellPrevFirst {
  width: 40%;
  text-align: left;
}
[dir=rtl] .calendarViewLayoutBody .buttonCellPrevFirst {
  text-align: right;
}
.calendarViewLayoutBody .selectedCalendarItem {
  background-color: #0e73d8;
  color: #fff;
}
.calendarViewLayoutBody .oneWeek td {
  height: 100%;
}
.calendarViewLayoutBody .fourWeeks td {
  height: 25%;
}
.calendarViewLayoutBody .fiveWeeks td {
  height: 20%;
}
.calendarViewLayoutBody .sixWeeks td {
  height: 16.6667%;
}
.calendarViewLayoutBody .daysMonthMouseHighlight {
  background-color: #fffcc7;
  border: 1px solid #ccc;
}
.calendarViewLayoutBody .dateEvent {
  height: 100%;
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
}
.calendarViewLayoutBody .dateEvent div {
  cursor: pointer;
  white-space: nowrap;
}
.calendarViewLayoutBody .calendarHeader .weekDaysCal {
  /*S M T W T F S*/
  height: 24px;
  text-align: center;
  white-space: nowrap;
  color: #14873a;
  vertical-align: middle;
  border: none;
}
.calendarViewLayoutBody .daysMonthCell {
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.calendarViewLayoutBody .daysMonthCell:hover {
  background-color: #f9f9f9;
  border: 1px solid #ccc !important;
}
.calendarViewLayoutBody .daysMonthEmptyCell {
  background-color: #ccc;
  cursor: not-allowed;
}
.calendarViewLayoutBody .dayContainer {
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}
.calendarViewLayoutBody .objectContainer {
  overflow: auto;
  position: absolute;
  top: 12px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.calendarViewLayoutBody #FilterOptions {
  flex: 1 1 auto;
  margin-bottom: 5px;
  max-height: 400px;
  overflow: auto;
}
.calendarViewLayoutBody #FilterOptions input {
  margin: 2px;
}
.calendarViewLayoutBody #calendarTopBar {
  height: 24px;
}
.calendarViewLayoutBody #CalFilterPopupContainer {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
  overflow-x: auto;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid #ccc;
}
.calendarViewLayoutBody #FilterOptions,
.calendarViewLayoutBody #FilterListActionButtons {
  padding: 4px;
}
.calendarViewLayoutBody #FilterListActionButtons {
  flex: 0 0 auto;
}
.calendarViewLayoutBody .rowView {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 100%;
  height: 60%;
  border-top: 1px solid #ccc;
}
.calendarViewLayoutBody .rowViewObject {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.calendarViewLayoutBody .objectFrame {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border: 0;
  flex: 1 1 auto;
}
.calendarViewLayoutBody .btnSelectNone,
.calendarViewLayoutBody .btnSelectNone {
  float: left;
}
[dir=rtl] .calendarViewLayoutBody .btnSelectNone,
[dir=rtl] .calendarViewLayoutBody .btnSelectNone {
  float: right;
}
.calendarViewLayoutBody .btnApply {
  float: right;
}
[dir=rtl] .calendarViewLayoutBody .btnApply {
  float: left;
}
.applicationBody,
.applicationLayout {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.applicationLayout {
  flex: 1 1 auto;
}
.applicationList,
.filterBarList {
  flex: 0 1 auto;
}
.filterBarList {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  overflow: hidden;
}
.filterBarList .panelContent {
  flex: 1 1 auto;
}
.filterBarList_title {
  margin: 5px 0;
}
.applicationSelectList {
  flex: 0 0 auto;
  margin-bottom: 10px;
  width: 100%;
}
.resultsInFilterPop {
  background-color: #757575;
}
#AllContent {
  /* IsDialog = true, the bottom position is adjusted for the primary-buttons*/
  /* IsDialog = false, nothing changes and #AllContent is a benign wrapper*/
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#AllContent.isDialog {
  padding: 0;
}
.resultsInFilterPop #AllContent {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
#tblMain {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#filterResults {
  flex: 1 1 auto;
}
td[status="open"][subfilters="closed"],
td[status="open"][subfilters="open"] {
  height: 50%;
  display: table-cell;
}
td[status="open"][subfilters="closed"] {
  border-top: 3px solid #14873a;
}
td[status="open"][pname=""] {
  border: none;
}
table[id^="tblFilter"] > tbody > tr:first-child > td[subfilters="closed"] {
  height: 100%;
}
td[status="closed"] {
  height: 0;
}
td[status="closed"] > div {
  display: none;
}
td[status="open"] > div {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}
td[status="hide"] {
  display: none;
}
td[status="collapsed"],
td[status="collapsed"] > div {
  display: none;
}
iframe[id^="frameObjListing"] {
  height: 100%;
  width: 100%;
}
.block {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  width: 100%;
  height: 100%;
}
.normalFilter {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.subfilters {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rowObjectViewer {
  display: flex;
  flex-direction: column;
}
.dividedViewPanel.panel {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  border-top: 1px solid #ccc;
  padding: 0;
}
.dividedViewPanel.panel > iframe {
  flex: 1 1 auto;
}
.createCustomFilterBody {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.createFilterLayout {
  flex: 1 1 auto;
  overflow: hidden;
}
.filterOptions {
  flex: 0 0 auto;
}
.filterOptionsTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
.createCustomFilterPanel {
  overflow: hidden;
}
#filterList,
#classList {
  width: 307px;
}
#txtFilterName,
#txtClassList {
  width: 300px;
}
#_divContents {
  overflow: auto;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
}
#lstAttributes {
  overflow: auto;
  width: 100%;
  padding: 2px;
  flex: 1 1 auto;
}
#lstAttributes,
.contentTableContainer {
  border: 1px solid #ccc;
}
.contentTableContainer {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  min-width: 0;
}
#UP_Attributes {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  overflow: hidden;
}
#UPCatalogList {
  display: inline;
}
.catalogList {
  width: 200px;
}
.filterTabHolder {
  padding: 20px 0 10px 0;
  flex: 0 0 auto;
}
.filterTabContent {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding-top: 5px;
  overflow: hidden;
}
.filterTabContent .attributeSelection {
  display: flex;
  flex-direction: row;
  height: 300px;
}
.filterTabContent .attributePickList {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
  width: 250px;
}
.filterTabContent .assignmentArrows,
.filterTabContent .reorderContainer {
  flex: 0 0 auto;
  width: 40px;
  position: relative;
  top: 40%;
  text-align: center;
}
.filterConfigFullTextOption {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}
.tabContentTable {
  width: 100%;
}
.contentTable {
  width: 100%;
}
.columnHeading {
  background-color: #4d4f53;
  min-height: 24px;
  color: #fff;
}
.columnHeading td {
  padding: 3px;
}
.leftArrow {
  transform: rotate(0deg);
}
[dir=rtl] .leftArrow {
  transform: rotate(180deg);
}
.rightArrow {
  transform: rotate(180deg);
}
[dir=rtl] .rightArrow {
  transform: rotate(0deg);
}
.upArrow {
  transform: rotate(90deg);
}
.downArrow {
  transform: rotate(-90deg);
}
.cellWithChildren {
  color: #14873a;
  padding: 4px 0;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}
.cellWithChildren::before {
  content: " + ";
}
.cellWithChildren[open="true"]::before {
  content: " - ";
}
.cellWithNoChildren {
  color: #000;
  cursor: default;
  padding: 3px;
  text-transform: none;
}
.cellWithNoChildren:hover {
  background-color: rgba(11, 120, 209, 0.15);
}
.cellWithNoChildren.isAttrSelected {
  color: #fff;
  background-color: #0e73d8;
}
.indentedAttributesTable {
  color: #000;
  margin-left: 10px;
  width: 100%;
  overflow: hidden;
}
[dir=rtl] .indentedAttributesTable {
  margin-left: 0;
  margin-right: 10px;
}
.rowInAttributesAddedTable {
  cursor: default;
}
.rowInAttributesAddedTable td {
  padding: 3px;
}
.rowInAttributesAddedTable:hover {
  background-color: rgba(11, 120, 209, 0.15);
}
.rowInAttributesAddedTable.isAttrSelected {
  color: #fff;
  background-color: #0e73d8;
}
.editableCell {
  word-break: break-all;
}
.editableCell .cellEditing {
  background-color: #fffcc7;
  color: #000;
  min-height: 20px;
}
