/*!**************************Confidential and Proprietary*****************************
* File Name: StatusView.css
********************Copyright (c) Hyland Software, Inc. 1992-2022********************/
.portal-layout {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.layout-header-row {
  flex: 0 0 auto;
  align-items: center;
  color: #4d4f53;
  z-index: 2;
  font-size: 20px;
}
.layout-header-row.panel {
  display: flex;
  flex-direction: row;
  min-height: 0;
  padding: 5px;
}
.layout-header-row .no-rightsIndicator {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZiZDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTEgMjFoMjJMMTIgMiAxIDIxem0xMi0zaC0ydi0yaDJ2MnptMC00aC0ydi00aDJ2NHoiLz48L3N2Zz4=");
  height: 25px;
  width: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2px 5px;
}
.layout-header-row p {
  flex: 1 1 auto;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 5px;
}
.layout-header-row .icons {
  display: flex;
  flex-direction: row;
  -ms-user-select: none !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  flex: 0 0 auto;
  margin: 0 5px;
}
.layout-header-row .divider {
  height: 24px;
  width: 1px;
  display: block;
  background-color: #ccc;
}
.layout-header-row .btn-svg.isDefault svg.svg-default {
  fill: #0e73d8;
  border-bottom: 2px solid #0e73d8;
}
.layout-header-row .icons > li {
  float: left;
}
.layout-header-row li.filter-list-item {
  width: 200px;
  cursor: default;
}
.portal-area .PopupMenu.mainMenu {
  background: none;
}
.sv-popup.panel {
  position: absolute;
  z-index: 9999;
  right: 2px;
  top: 2px;
  display: block;
  padding: 3px;
  min-height: inherit;
}
[dir=rtl] .sv-popup.panel {
  right: auto;
  left: 2px;
}
.portlet-list {
  overflow: auto;
}
.portlet-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.portlet-list li:hover:before {
  content: "\002b";
  position: relative;
  display: inline;
  font-size: 18px;
  color: #14873a;
  font-weight: bold;
}
.portlet-list li .text-container {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 5px;
}
.portlet-list li .icons-container {
  display: flex;
  flex-direction: row-reverse;
  flex: 0 0 auto;
}
.portlet-list li .icons-container .icon {
  flex: 0 0 auto;
  cursor: pointer;
  height: 24px;
  width: 17px;
  margin: 0 5px;
  color: #757575;
}
.portlet-list li .icons-container .icon:hover {
  color: #0e73d8;
}
.layout {
  overflow-y: auto;
  overflow-x: hidden;
  flex: 1 1 auto;
  margin-top: 5px;
}
.layout.config-rights .portlet .header {
  cursor: move;
}
.layout .sortable-placeholder {
  float: left;
  width: 100%;
  margin: 10px 0;
  background-color: #ccc;
  box-sizing: border-box;
}
.layout .column {
  padding: 0 10px;
  height: 99%;
  float: left;
  position: relative;
}
.layout .column .ui-resizable-handle.ui-resizable-e {
  width: 6px;
  right: -3px;
  top: 0;
  cursor: e-resize;
  height: 100%;
  position: absolute;
  display: block;
}
.layout .column .ui-resizable-handle.ui-resizable-e:hover,
.layout .column.ui-resizable-resizing .ui-resizable-handle.ui-resizable-e {
  background-color: #aaa !important;
}
.layout .column .ui-resizable-handle.ui-resizable-e:hover:before,
.layout .column .ui-resizable-handle.ui-resizable-e:hover:after,
.layout .column.ui-resizable-resizing .ui-resizable-handle.ui-resizable-e:before,
.layout .column.ui-resizable-resizing .ui-resizable-handle.ui-resizable-e:after {
  background-color: transparent;
}
.layout .column .ui-resizable-handle.ui-resizable-e:after,
.layout .column.ui-resizable-handle.ui-resizable-e:after {
  right: 1px;
  left: auto;
}
.layout .column .portlet .menu-items li.link-icon {
  display: none;
}
.layout .column .portlet ~ .portlet .menu-items li.link-icon {
  display: block;
}
.layout .column .portlet.sub-portlet .menu-items li.link-icon {
  display: block;
}
.layoutConfigBody {
  /* Infragistics automatically sets the cursor to pointer for the body.  This corrects that */
  cursor: default !important;
}
.layoutConfigBody,
.layoutConfigBody form {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pad-dialog.extra-pad-top {
  flex: 1 1 auto;
  padding-top: 10px;
  overflow: hidden;
}
.ui-tabs-panel {
  overflow: auto;
}
.settings,
.preview-area {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  flex: 1 1 100%;
  margin: 5px;
}
.setting-area {
  flex: 0 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  border-right: 1px solid #ccc;
}
[dir=rtl] .setting-area {
  border-right: none;
  border-left: 1px solid #ccc;
}
.setting-area select,
input[type=number],
input[type=text] {
  width: 100%;
}
.preview-area {
  padding: 10px;
}
.preview-area i.icon.material-icons,
.preview-area .portlet.withShadow .content .emptyState p {
  cursor: default;
}
.preview-container {
  background-color: #fff;
  margin: 10px auto;
}
.preview-container .disabled {
  display: none;
}
.preview-portlet-area {
  height: 250px;
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.preview-portlet-area p {
  padding-top: 100px;
  margin: 0;
  text-align: center;
}
.preview-button-row {
  height: 25px;
  padding: 0;
  margin: 0;
}
.setting-container {
  display: flex;
  flex-direction: column;
}
.setting-container table {
  flex: 1 1 auto;
  margin-bottom: 10px;
}
.setting-container .dependent {
  margin: 10px 10px 0 10px;
}
.setting-container .full-spectrum {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  padding: 3px;
  margin-bottom: 3px;
  width: 100%;
  display: flex;
  flex-direction: row;
}
.setting-container .full-spectrum.sp-replacer {
  height: 20px;
  flex: 1 1 auto;
}
.setting-container .full-spectrum .sp-preview {
  height: 12px;
  width: 89%;
}
.setting-container .full-spectrum .sp-dd {
  height: 8px;
  line-height: 8px;
  flex: 0 0 auto;
}
.setting-container .sp-input-container.sp-cf {
  width: 100%;
}
.setting-container td {
  padding: 2px 5px;
}
.setting-container td:nth-child(1) {
  padding-right: 2px;
}
.layoutConfigButtons {
  margin-top: 10px;
  flex: 0 0 auto;
  flex-wrap: wrap;
}
.layoutConfigButtons button {
  margin: 2px 5px;
  flex: 0 0 auto;
}
.ActiveSelect {
  width: 100%;
}
#previewButtonRow img {
  float: right;
}
#previewTitle {
  float: left;
  margin-left: 5px;
}
#revertToDefaultButton {
  float: right;
  margin: 8px 0 0 0;
}
/* Begin RTL CSS */
.dir-rtl #previewTitle,
.dir-rtl .settings,
.dir-rtl .ui-tabs .ui-tabs-nav li {
  float: right;
}
.dir-rtl .preview-area {
  margin-left: 20px;
}
.dir-rtl #previewButtonRow img,
.dir-rtl #revertToDefaultButton,
.dir-rtl .preview-area {
  float: left;
}
.dir-rtl #previewTitle {
  margin-right: 5px;
}
/* End RTL CSS */
.u-no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.myLayoutsForm,
.layoutPanel {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.myLayoutsForm {
  height: 100%;
}
.layoutPanel {
  overflow: hidden;
}
.layoutPanel .panelContent {
  flex: 1 1 auto;
}
.fake-portlet,
.portlet {
  margin: 15px 0 0 0;
}
.fake-portlet {
  float: left;
  display: block;
  width: 100%;
}
.portlet {
  float: left;
  width: 100%;
  border: 1px solid #fff;
  border-top: none;
  background-color: #fff;
  /* Begin Charting */
  /* End Charting */
  /* Begin Foldering Portlet */
  /* End Foldering Portlet */
  /* File Upload Portlet */
  /* End File Upload Portlet */
  /* External Links Portlet */
  /* Workflow Dashboard Portlet */
}
.portlet .primaryHitlist {
  /* 
			z-index is generally set to a high number by default for the datagrid 
			When a portlet is being moved, the data grid was being shown through it without this
		*/
  z-index: auto;
}
.portlet .loadingState {
  z-index: 2;
  background-color: #fff;
}
.portlet:hover .header .icons .icon {
  display: block;
}
.portlet.full-screen {
  position: fixed;
  top: 35px;
  bottom: 10px;
  left: 10px;
  z-index: 1000;
}
.portlet.sub-portlet {
  border: none;
}
.portlet.sub-portlet .header {
  color: #000;
  background-color: #fff;
  border-top: 1px dashed #ccc;
}
.portlet.sub-portlet .header:before {
  content: "\2925";
  color: #4d4f53;
  font-size: 16px;
  margin: 0 4px;
  line-height: 1;
  flex: 0 0 auto;
}
[dir=rtl] .portlet.sub-portlet .header:before {
  content: "\2926";
}
.portlet.column-span {
  /**
		jQuery automatically sets the column dragbars to a z-index of 90
		this moves the portlet above the drag bar
		*/
  z-index: 91;
}
.portlet[data-spanned-portlet='true'].full-width {
  width: 100%;
}
.portlet.withShadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12);
}
.portlet .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  font-size: 16px;
  color: #14873a;
}
.portlet .header .icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  height: 24px;
}
.portlet .header .icons .btn-svg {
  width: 24px;
}
.portlet .header .icons .icon {
  display: none;
}
.portlet .header p {
  margin: 0 5px;
  flex: 1 1 auto;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.portlet .content {
  position: relative;
  /* Allows the dragbar to go to the bottom of the content div */
  overflow: auto;
}
.portlet .content form {
  height: 100%;
}
.portlet .content .emptyState {
  background-color: transparent;
}
.portlet .content .emptyState i {
  visibility: hidden;
}
.portlet .content .emptyState p {
  cursor: pointer;
}
.portlet .content .emptyState.message-clickable {
  border: 2px solid transparent;
  cursor: pointer;
}
.portlet .content .emptyState.message-clickable:hover {
  cursor: pointer;
  background: #f5f5f5;
  border: 2px dotted #ccc;
}
.portlet .content .centered {
  text-align: center;
}
.portlet .content .full-width {
  width: 100%;
}
.portlet .content .sv-flex {
  position: absolute;
  width: 100%;
  bottom: 5px;
  height: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.portlet .content .sv-flex .sv-flex-row {
  flex: 1 1 auto;
  overflow-y: auto;
}
.portlet .content .sv-flex .fullTextContainer {
  display: flex;
}
.portlet .content .sv-flex .button-bar {
  margin-top: 5px;
  margin-bottom: 5px;
  flex: 0 0 auto;
  border-top: 1px solid #ccc;
  padding-top: 5px;
}
.portlet .content .sv-flex .button-bar .sv-btn {
  cursor: pointer;
  margin-left: 15px;
  float: right;
}
.portlet .content .sv-flex .button-bar .sv-btn.sv-clearKeywords {
  float: left;
}
.portlet .content .sv-flex .button-bar .sv-btn.sv-execute {
  min-width: 100px;
}
.portlet .content .sv-popup .popup-list li:not(.selected) .icon {
  visibility: hidden;
}
.portlet .content .hitlistContainer {
  height: 97%;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.portlet .content .hitlistWrapper {
  height: 100%;
  overflow: auto hidden;
  display: flex;
  flex-direction: column;
}
.portlet .content .tab-container {
  padding: 5px;
  position: relative;
  height: 100%;
}
.portlet .content .tab-container .tabItem {
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 10px;
  left: 10px;
}
.portlet .content .tab-container .tabItem .datagrid-container {
  height: 100%;
  display: flex;
}
.portlet .content .keywordTitleCell .keywordTitleButton {
  width: 100%;
}
.portlet .content .queue-container {
  display: flex;
  flex-direction: row;
  padding: 10px;
  flex-wrap: wrap;
}
.portlet .content .queue-container .panelTitle.small {
  font-size: 14px;
}
.portlet .content .queue-container .queue-item {
  padding: 4px;
  flex: 1 1 auto;
  border: 1px solid #ccc;
  margin: 2px;
}
.portlet .content .queue-container .queue-item table {
  width: 100%;
}
.portlet .content .queue-container .queue-item table td {
  padding: 5px;
}
.portlet .content .queue-container .queue-item table tr {
  cursor: pointer;
}
.portlet .content .queue-container .queue-item table tr:hover {
  background-color: #f0efef;
}
.portlet .content-container {
  position: relative;
  padding: 3px;
}
.portlet .content-container .ui-resizable-handle.ui-resizable-s {
  width: 100%;
  height: 6px;
  cursor: row-resize;
  position: absolute;
  bottom: 0;
}
.portlet .content-container .ui-resizable-handle.ui-resizable-s:hover,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-resizing,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-active {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12);
}
.portlet .content-container .ui-resizable-handle.ui-resizable-s:hover:before,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-resizing:before,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-active:before,
.portlet .content-container .ui-resizable-handle.ui-resizable-s:hover:after,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-resizing:after,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-active:after {
  background-color: #0e73d8;
  content: "";
  height: 1px;
  position: absolute;
  left: 45%;
  top: 1px;
  width: 25px;
}
.portlet .content-container .ui-resizable-handle.ui-resizable-s:hover:after,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-resizing:after,
.portlet .content-container .ui-resizable-handle.ui-resizable-s.ui-resizable-active:after {
  top: 3px;
}
.portlet .content-container.collapsed,
.portlet .content-container.collapsed .portlet.sub-portlet,
.portlet .content-container.collapsed .refreshButton {
  display: none;
}
.portlet .splitter .ui-resizable-handle {
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.12), 0 0 2px rgba(0, 0, 0, 0.12);
}
.portlet .splitter .ui-resizable-handle:hover:before,
.portlet .splitter .ui-resizable-handle:hover:after,
.portlet .splitter.ui-resizable-resizing .ui-resizable-handle:before,
.portlet .splitter.ui-resizable-resizing .ui-resizable-handle:after {
  background-color: #0e73d8;
  content: "";
  height: 1px;
  position: absolute;
  left: 45%;
  top: 1px;
  width: 25px;
}
.portlet .splitter .ui-resizable-handle:hover:after,
.portlet .splitter.ui-resizable-resizing .ui-resizable-handle:hover:after {
  top: 3px;
}
.portlet .splitter > div {
  overflow: auto;
}
.portlet .open-icon {
  float: left;
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
}
.portlet .chart.bar .ui-chart-container {
  overflow: hidden;
}
.portlet .folder-keywordPanel .sv-keywordpanel {
  position: inherit;
}
.portlet .folderTypeLabel {
  display: block;
  margin: 5px 0;
}
.portlet .folderTypeSelect {
  margin: 5px 0;
}
.portlet .searchPanelContainer {
  padding: 5px;
  height: 100%;
}
.portlet .folders-content {
  overflow: hidden;
}
.portlet .folders-content .ui-resizable-handle.ui-resizable-s {
  height: 5px;
  margin-bottom: 5px;
}
.portlet .folders-content .data-grid {
  overflow-y: hidden;
}
.portlet .folders-container {
  position: relative;
  padding-bottom: 5px;
  height: 100%;
  overflow: auto;
}
.portlet .folders-container .folder-resize-container {
  overflow-y: auto;
  height: 100%;
}
.portlet .folders-container .documents-container {
  overflow: hidden;
  height: 50%;
}
.portlet .folders-container .folder-container {
  display: inline-block;
  width: 100%;
}
.portlet .folders-container .sub-folder-container {
  display: none;
  padding-left: 10px;
}
.portlet .folders-container .folder {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.portlet .folders-container .folder i {
  margin: 0 5px;
  float: left;
}
.portlet .folders-container .folder span {
  line-height: 25px;
}
.portlet .folders-container .ui-resizable-handle.ui-resizable-s {
  position: absolute;
  bottom: 0;
}
.portlet .folders-container .folder:hover {
  background-color: rgba(11, 120, 209, 0.15);
}
.portlet .keywordPanelPlaceholder {
  overflow: hidden;
  margin-top: 10px;
}
.portlet .sv-fileUpload {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.portlet .sv-fileUpload select.svSelector {
  width: 100%;
}
.portlet .sv-fileUpload .upload-label {
  display: block;
  font-size: 12px;
  padding-top: 10px;
  width: 100%;
  pointer-events: none;
}
.portlet .sv-fileUpload .loadingState:not(.isUploading) p {
  display: none;
}
.portlet .sv-fileUpload .documentDateInput {
  margin-bottom: 4px;
  margin-top: 3px;
  vertical-align: middle;
  width: auto;
}
.portlet .sv-fileUpload .documentDateImg {
  cursor: pointer;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin: 0 5px;
}
.portlet .sv-fileUpload .keysetLookupImg,
.portlet .sv-fileUpload .clearKeywordsImg {
  cursor: pointer;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
.portlet .sv-fileUpload .fullWidth {
  width: 100%;
}
.portlet .sv-fileUpload .ocrContainer {
  padding: 5px 0;
}
.portlet .sv-fileUpload .ocrContainer label {
  white-space: normal;
}
.portlet .sv-fileUpload .ocrContainer input[type='checkbox'] {
  position: absolute;
  top: 2px;
}
.portlet .sv-fileUpload .sv-flex {
  position: relative;
}
.portlet .sv-fileUpload .keywordPanelContainer {
  flex: 1 0 auto;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  border: 0;
  position: relative;
  overflow-y: hidden;
}
.portlet .sv-fileUpload .keywordPanelContainer table {
  width: 99%;
}
.portlet .sv-fileUpload .docInfoPanel {
  width: 100%;
  padding: 1px;
  flex: 0 0 auto;
}
.portlet .ext-links li {
  padding: 5px;
}
.portlet .wf-dashboard {
  width: 100%;
}
.portlet .wf-dashboard tr {
  cursor: pointer;
  height: 32px;
}
.portlet .wf-dashboard tr:hover {
  background-color: #ddd;
}
.portlet .wf-dashboard tr:hover td span {
  color: #000 !important;
}
.portlet .wf-dashboard td {
  vertical-align: middle;
  padding: 5px;
}
.portlet .wf-dashboard td .material-icons {
  color: #fff;
  padding: 3px;
  margin: 0 1px;
}
.setting-area {
  padding: 10px;
  height: 384px;
}
.portlet-config .base-config {
  margin-bottom: 10px;
  /* Minimum Height set, so that the list box doesn't collapse in FireFox */
}
.portlet-config .base-config div {
  margin-top: 10px;
}
.portlet-config .base-config div.sv-dualListBox {
  margin-top: 0;
  margin-bottom: -25px;
}
.portlet-config .base-config .wfQueueMonitorPanel.panel {
  width: 90%;
  margin: 0 auto;
}
.portlet-config .base-config input[type=text] {
  width: 99%;
}
.portlet-config .base-config input[type=text]:focus {
  background-color: #fffcc7;
}
.portlet-config .base-config .checkbox-list-outerScrollBox {
  max-height: 400px;
  overflow: auto;
}
.portlet-config .base-config .listbox {
  min-height: 160px;
}
.portlet-config input[type=text]:focus {
  background-color: #fffcc7;
}
.portlet-config input[type=text].error {
  background-color: #ee3823;
}
.portlet-config label {
  display: block;
}
.portlet-config .config-panel {
  padding: 5px;
}
.portlet-config .max-width {
  display: block;
  width: 100%;
}
.portlet-config input {
  margin: 2px 0 5px 0;
}
.portlet-config select {
  width: 100%;
  margin: 5px 0;
}
.portlet-config .text-overflow {
  white-space: nowrap;
  overflow: hidden;
}
.portlet-config .checkbox-list {
  width: 100%;
  table-layout: fixed;
}
.portlet-config .clear {
  clear: both;
}
.portlet-config .separated-panel {
  margin: 7px 0;
}
.portlet-config #filePrefix {
  width: 25%;
  margin-right: 1%;
}
.portlet-config #txtLinkUrl {
  width: 73%;
}
.portlet-config #settingsTab {
  overflow: hidden;
}
input[type=text].isInvalid {
  border-bottom-color: #ee3823;
}
select.isInvalid {
  border-color: #ee3823;
}
.sv-dualListBox {
  text-align: center;
}
.sv-dualListBox .sv-btn {
  margin: 0 5px;
}
.portletConfigDialog .tabSet {
  margin-bottom: 20px;
}
.portletConfigDialog form {
  height: 100%;
  overflow: hidden;
}
.portletConfigDialog .portletConfigTabsContainer {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.portletConfigDialog .portletConfigTabsContainer_content {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  position: relative;
}
#iged_0_div {
  display: flex;
  flex-direction: column;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  background-color: #fff !important;
  padding: 5px;
  border-color: transparent !important;
}
#iged_0_div #titleBar {
  background-color: transparent !important;
  font-size: 14px !important;
  color: #14873a !important;
  padding-bottom: 10px;
}
#iged_0_div #titleBar img {
  display: none !important;
}
.portal-area {
  display: flex;
  flex-direction: column;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.portal-area-form {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.u-hide {
  display: none !important;
}
.menu-items {
  width: 300px;
  padding: 0;
}
.menu-items li {
  list-style: none;
  padding: 5px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.menu-items li:hover {
  background-color: #ddd;
}
i.icon.material-icons {
  height: 100%;
  display: block;
  text-align: center;
  width: 25px;
  cursor: pointer;
}
.sp-container {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
}
.sp-container a.sp-cancel {
  color: #000 !important;
  font-size: 14px;
}
