.ui-personpicker{border-bottom-style:dotted;border-bottom-width:1px;cursor:pointer}.personpickerPopup{position:absolute!important;top:0;z-index:200;background-color:var(--modal-screen-background-color);border:1px solid var(--modal-screen-color);border-radius:4px;padding:16px 15px;color:var(--modal-screen-color);width:300px!important;-webkit-box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);-moz-box-shadow:5px 5px 10px 0 rgba(0,0,0,.25);box-shadow:5px 5px 10px 0 rgba(0,0,0,.25)}.ltr .personpickerPopup{left:0}.rtl .personpickerPopup{right:0}.personpickerPopup .filterPrompt{margin-bottom:8px}.personpickerPopup input[type=text]{box-sizing:border-box;border-radius:.1875rem;background-color:var(--input-control-background);border:1px solid var(--input-control-border-color);color:var(--input-control-color);padding:12px;border-radius:4px;width:100%;z-index:201}.personpickerPopup input[type=text]:hover{border-color:var(--input-control-border-color-hover)}.personpickerPopup input[type=text].error{background-color:var(--input-control-error-background)}.personpickerPopup select{box-sizing:border-box;border-radius:.1875rem;background-color:var(--input-control-background);border:1px solid var(--input-control-border-color);color:var(--input-control-color);width:100%;margin-top:13px;display:block;text-indent:10px}.personpickerPopup select:hover{border-color:var(--input-control-border-color-hover)}.personpickerPopup select.error{background-color:var(--input-control-error-background)}.personpickerPopup select option{padding:10px 0}.personpickerPopup.arrowedBox.standard.bottom select option{padding:0}
/* surrounding tag container */
.tag-editor {
    list-style-type: none; padding: 0 5px 0 0; margin: 0; overflow: hidden; border: 1px solid #eee; cursor: text;
    font: normal 14px sans-serif; color: #555; background: #fff; line-height: 20px;
}

/* core styles usually need no change */
.tag-editor li { display: block; float: left; overflow: hidden; margin: 3px 0; }
.tag-editor div { float: left; padding: 0 4px; }
.tag-editor .placeholder { padding: 0 8px; color: #bbb; }
.tag-editor .tag-editor-spacer { padding: 0; width: 8px; overflow: hidden; color: transparent; background: none; }
.tag-editor input {
    vertical-align: inherit; border: 0; outline: none; padding: 0; margin: 0; cursor: text;
    font-family: inherit; font-weight: inherit; font-size: inherit; font-style: inherit;
    box-shadow: none; background: none; color: #444;
}
/* hide original input field or textarea visually to allow tab navigation */
.tag-editor-hidden-src { position: absolute !important; left: -99999px; }
/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear { display: none; }

/* tag style */
.tag-editor .tag-editor-tag {
    padding-inline-start: 5px; color: #46799b; background: #e0eaf1; white-space: nowrap;
    overflow: hidden; cursor: pointer; border-radius: 2px 0 0 2px;
}

/* delete icon */
.tag-editor .tag-editor-delete { background: #e0eaf1; cursor: pointer; border-radius: 0 2px 2px 0; padding-inline-start: 3px; padding-inline-end: 4px; }
.tag-editor .tag-editor-delete i { line-height: 18px; display: inline-block; }
.tag-editor .tag-editor-delete i:before { font-size: 16px; color: #8ba7ba; content: "×"; font-style: normal; }
.tag-editor .tag-editor-delete:hover i:before { color: #d65454; }
.tag-editor .tag-editor-tag.active+.tag-editor-delete, .tag-editor .tag-editor-tag.active+.tag-editor-delete i { visibility: hidden; cursor: text; }

.tag-editor .tag-editor-tag.active { background: none !important; }

/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; font-size: 14px; }
.ui-front { z-index: 9999; }
.ui-menu { list-style: none; padding: 1px; margin: 0; display: block; outline: none; }
.ui-menu .ui-menu-item a { text-decoration: none; display: block; padding: 2px .4em; line-height: 1.4; min-height: 0; /* support: IE7 */ }
.ui-widget-content { border: 1px solid #bbb; background: #fff; color: #555; }
.ui-widget-content a { color: #46799b; }
.ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus { background: #e0eaf1; }
.ui-helper-hidden-accessible { display: none; }

#SelectCategoryModalScreen select{width:100%}#SelectCategoryModalScreen .buttons-container{margin-top:1rem;text-align:end}#SelectCategoryModalScreen .buttons-container button+button{margin-inline-start:1rem}
#SelectCategoriesModalScreen select{width:100%}#SelectCategoriesModalScreen select option.is-selected{background-color:var(--background-scale-5)}#SelectCategoriesModalScreen .selected-categories-container{display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto;grid-gap:.5rem;margin:.5rem 0}#SelectCategoriesModalScreen .selected-categories.none-selected{color:var(--modal-screen-subtle-color)}#SelectCategoriesModalScreen .buttons-container{margin-top:1rem;text-align:end}#SelectCategoriesModalScreen .buttons-container button+button{margin-inline-start:1rem}
.ui-editcategorylist .ui-editcategorylist-list{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;padding:5px 13px;box-sizing:border-box;border-radius:.1875rem;background-color:var(--input-control-background);border:1px solid var(--input-control-border-color);color:var(--input-control-color);border-radius:0;min-height:2rem;font-size:15px;cursor:default;padding-left:0;padding-right:0}.ui-editcategorylist .ui-editcategorylist-list.invalid{background-color:#f66;color:#fff}.ui-editcategorylist .ui-editcategorylist-list:hover{border-color:var(--input-control-border-color-hover)}.ui-editcategorylist .ui-editcategorylist-list.error{background-color:var(--input-control-error-background)}.ui-editcategorylist .ui-editcategorylist-placeholder{opacity:.5;padding:0 13px}.ui-editcategorylist .ui-editcategorylist-item{background-image:url(/images/draggrip.png);background-position:left 13px center;background-repeat:no-repeat;padding:0 13px}.ui-editcategorylist .ui-editcategorylist-item .ui-editcategorylist-item-palette{float:right}.ui-editcategorylist .ui-editcategorylist-item .ui-editcategorylist-item-categoryname{margin-inline-start:1.5rem}.ui-editcategorylist .ui-editcategorylist-item .ui-editcategorylist-item-deletebutton{color:var(--hyperlinkcolor);text-decoration:underline;cursor:pointer}.ui-editcategorylist .ui-editcategorylist-item.ui-sortable-helper{background-color:rgba(191,191,191,.5)}.ui-editcategorylist .ui-editcategorylist-item.ui-sortable-helper .ui-editcategorylist-item-deletebutton{display:none}.ui-editcategorylist .ui-editcategorylist-item:hover{background-color:#eee}.ui-editcategorylist .ui-editcategorylist-addbutton{color:var(--hyperlinkcolor);text-decoration:underline;cursor:pointer;display:inline-block}
.max7-objectpicker{display:grid;grid-template-areas:"search collection" "results collection";grid-template-columns:284px 1fr;grid-template-rows:auto 1fr;gap:11px;position:relative;align-items:stretch;justify-items:stretch;overflow:hidden}.max7-objectpicker .searchSection{border:1px solid var(--input-control-border-color);display:grid;grid-template-rows:auto 1fr;overflow-x:hidden;overflow-y:auto;grid-area:search}.max7-objectpicker .searchSection header{background-color:var(--sidebar-background-color);font-weight:700;font-size:14px;padding:.5rem 1rem .5rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.max7-objectpicker .searchSection .client{padding:15px}.max7-objectpicker .searchSection .textpanel{margin-top:10px;margin-bottom:15px}.max7-objectpicker .searchSection .textpanel input[type=text]{display:inline-block;-moz-border-radius:8px 0 0 8px;-webkit-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;width:180px;border:1px solid #c8c8c8;border-inline-end:none;padding-top:0;padding-inline-end:0;padding-bottom:0;padding-inline-start:10px;width:205px;height:28px;box-sizing:border-box;vertical-align:bottom}.max7-objectpicker .searchSection .textpanel button{-moz-border-radius:0 8px 8px 0;-webkit-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0;height:28px;width:40px;box-sizing:border-box;vertical-align:bottom}.max7-objectpicker .searchResultsSection{border:1px solid var(--input-control-border-color);display:grid;grid-template-rows:auto 1fr;overflow-x:hidden;overflow-y:auto;grid-area:results}.max7-objectpicker .searchResultsSection header{background-color:var(--sidebar-background-color);font-weight:700;font-size:14px;padding:.5rem 1rem .5rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.max7-objectpicker .searchResultsSection .client{padding:15px}.max7-objectpicker .searchResultsSection .loadingdiv{margin-top:80px}.max7-objectpicker .searchResultsSection header .loadingdiv{display:none}.max7-objectpicker .searchResultsSection.loading header{position:relative}.max7-objectpicker .searchResultsSection.loading header .loadingdiv{margin-top:0;position:absolute;top:4px;inset-inline-end:4px;display:inline-block;background-repeat:no-repeat}.max7-objectpicker .searchResultsSection .searchListContainer{overflow-y:scroll;overflow-x:hidden}.max7-objectpicker .searchResultsSection .searchList .item{position:relative;cursor:pointer;border-bottom:1px solid var(--input-control-border-color);color:var(--input-control-color);-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.max7-objectpicker .searchResultsSection .searchList .item:hover{background-color:var(--input-control-border-color-hover);border-color:var(--input-control-border-color-hover)}.max7-objectpicker .searchResultsSection .searchList .item.selected{background-color:var(--input-control-border-color-hover);border-color:var(--input-control-border-color-hover)}.max7-objectpicker .searchResultsSection .searchList .item.resource{height:5.2rem}.max7-objectpicker .searchResultsSection .searchList .item.resource img.logo{position:absolute;top:15px;width:71px;height:55px}.ltr .max7-objectpicker .searchResultsSection .searchList .item.resource img.logo{left:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.resource img.logo{right:13px}.max7-objectpicker .searchResultsSection .searchList .item.resource .details{position:absolute;top:14px;bottom:45px;overflow-y:hidden}.ltr .max7-objectpicker .searchResultsSection .searchList .item.resource .details{left:97px;right:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.resource .details{right:97px;left:13px}.max7-objectpicker .searchResultsSection .searchList .item.resource .details .title{font-weight:700;font-size:11px}.max7-objectpicker .searchResultsSection .searchList .item.resource .details .categories{font-size:8px;font-weight:700}.max7-objectpicker .searchResultsSection .searchList .item.resource .actionButtonContainer{position:absolute;top:13px}.ltr .max7-objectpicker .searchResultsSection .searchList .item.resource .actionButtonContainer{right:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.resource .actionButtonContainer{left:13px}.max7-objectpicker .searchResultsSection .searchList .item.resource .actionButtonContainer>button{font-size:9px}.max7-objectpicker .searchResultsSection .searchList .item.resource .addButton{font-size:9px;border:none;border-radius:.25rem;color:var(--modal-screen-submit-button-color);background-color:var(--modal-screen-submit-button-background-color);position:absolute;width:110px;bottom:15px}.max7-objectpicker .searchResultsSection .searchList .item.resource .addButton:hover{background-color:var(--modal-screen-submit-button-background-color-hover)}.ltr .max7-objectpicker .searchResultsSection .searchList .item.resource .addButton{right:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.resource .addButton{left:13px}.max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton{color:#fff;background-color:#73b744;font-weight:700;border:none;font-size:9px;position:absolute;bottom:15px;width:110px}.max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton .ui-button-text{color:#fff}.max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton.bordered{border:1px solid #73b744}.max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton:disabled{background-color:#eee;cursor:default}.max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton:disabled .ui-button-text{color:#f36f21}.ltr .max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton{right:131px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.resource .previewButton{left:131px}.max7-objectpicker .searchResultsSection .searchList .item.resource .rating{margin-top:2px;padding:0;margin:0;display:inline-flex;flex-flow:row nowrap;position:relative}.max7-objectpicker .searchResultsSection .searchList .item.resource .rating li{display:inline-block;list-style-type:none;width:11px;height:11px;margin:0;margin-block-end:2px;background-position:top center;background-repeat:no-repeat}.max7-objectpicker .searchResultsSection .searchList .item.resource .rating li.lit{background-image:url(/images/resourcelists/ratings/star_lit.png)}.max7-objectpicker .searchResultsSection .searchList .item.resource .rating li.half{background-image:url(/images/resourcelists/ratings/star_half.png)}.max7-objectpicker .searchResultsSection .searchList .item.resource .rating li.unlit{background-image:url(/images/resourcelists/ratings/star_unlit.png)}.max7-objectpicker .searchResultsSection .searchList .item.featureContext{padding:5px;font-size:10px}.max7-objectpicker .searchResultsSection .searchList .item.featureContext>.title{font-weight:700;font-size:12px}.max7-objectpicker .searchResultsSection .searchList .item.featureContext>.subtitle{color:#999;margin-bottom:4px}.max7-objectpicker .searchResultsSection .searchList .item.featureContext>.addButtonContainer{text-align:end}.max7-objectpicker .searchResultsSection .searchList .item.featureContext.global>.title{color:#f36f21}.max7-objectpicker .searchResultsSection .searchList .item.person{height:79px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.max7-objectpicker .searchResultsSection .searchList .item.person img.logo{position:absolute;top:9px;width:60px;height:60px}.ltr .max7-objectpicker .searchResultsSection .searchList .item.person img.logo{left:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.person img.logo{right:13px}.max7-objectpicker .searchResultsSection .searchList .item.person .details{position:absolute;top:9px;height:61px;width:-105rem;overflow:hidden}.ltr .max7-objectpicker .searchResultsSection .searchList .item.person .details{left:84px;right:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.person .details{right:84px;left:13px}.max7-objectpicker .searchResultsSection .searchList .item.person .details .name{max-height:35px;font-weight:700;font-size:13px;line-height:13px;margin-bottom:5px}.max7-objectpicker .searchResultsSection .searchList .item.person .details .username{color:#454851;max-height:35px;font-size:18px;line-height:18px}.max7-objectpicker .searchResultsSection .searchList .item.person .details .email{color:#454851;font-size:13px;line-height:13px;position:absolute;bottom:1px}.max7-objectpicker .searchResultsSection .searchList .item.person.deleted{color:#999}.max7-objectpicker .searchResultsSection .searchList .item.person.deleted img.logo{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5}.max7-objectpicker .searchResultsSection .searchList .item.person.selected .rating,.max7-objectpicker .searchResultsSection .searchList .item.person:hover .rating{padding:0;margin:0;display:inline-flex;flex-flow:row nowrap}.max7-objectpicker .searchResultsSection .searchList .item.person.selected .rating li,.max7-objectpicker .searchResultsSection .searchList .item.person:hover .rating li{display:inline-block;list-style-type:none;width:11px;height:11px;margin:0;margin-block-end:2px;background-position:top center;background-repeat:no-repeat}.max7-objectpicker .searchResultsSection .searchList .item.person.selected .rating li.lit,.max7-objectpicker .searchResultsSection .searchList .item.person:hover .rating li.lit{background-image:url(/images/resourcelists/ratings/star_lit.png)}.max7-objectpicker .searchResultsSection .searchList .item.person.selected .rating li.half,.max7-objectpicker .searchResultsSection .searchList .item.person:hover .rating li.half{background-image:url(/images/resourcelists/ratings/star_half_white.png)}.max7-objectpicker .searchResultsSection .searchList .item.person.selected .rating li.unlit,.max7-objectpicker .searchResultsSection .searchList .item.person:hover .rating li.unlit{background-image:url(/images/resourcelists/ratings/star_unlit_white.png)}.max7-objectpicker .searchResultsSection .searchList .item.person.selected .details,.max7-objectpicker .searchResultsSection .searchList .item.person:hover .details{border-bottom:none}.max7-objectpicker .searchResultsSection .searchList .item.person .addButton{font-size:9px;position:absolute;width:70px;bottom:10px}.ltr .max7-objectpicker .searchResultsSection .searchList .item.person .addButton{right:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.person .addButton{left:13px}.max7-objectpicker .searchResultsSection .searchList .item.person .addButton{color:#fff;background-color:#f36f21;border-color:#f36f21;font-size:9px;position:absolute;width:70px;bottom:10px}.max7-objectpicker .searchResultsSection .searchList .item.person .addButton .ui-button-text{color:#fff}.max7-objectpicker .searchResultsSection .searchList .item.person .addButton.bordered{border:1px solid #f36f21}.max7-objectpicker .searchResultsSection .searchList .item.person .addButton:disabled{background-color:#eee;cursor:default}.max7-objectpicker .searchResultsSection .searchList .item.person .addButton:disabled .ui-button-text{color:#f36f21}.ltr .max7-objectpicker .searchResultsSection .searchList .item.person .addButton{right:13px}.rtl .max7-objectpicker .searchResultsSection .searchList .item.person .addButton{left:13px}.max7-objectpicker .searchResultsSection .searchList .item.resource{height:85px}
.personlink {
  color: var(--hyperlinkcolor);
  display: inline-block;
  cursor: pointer;
  border-bottom: 1px dotted transparent;
}
.personlink:hover {
  border-bottom-color: var(--hyperlinkcolor);
}
#PersonLinkPopup {
  background-color: var(--client-background-color);
  border: 1px solid var(--sidebar-border-color);
  padding: 5px;
  position: absolute;
  min-height: 60px;
}
#PersonLinkPopup > img {
  width: 60px;
  height: 60px;
  position: absolute;
}
#PersonLinkPopup #PersonLinkPopupDetails {
  margin-inline-start: 70px;
}
#PersonLinkPopup #PersonLinkPopupDetails #PersonLinkPopupName {
  font-weight: bold;
  font-size: 18px;
}
#PersonLinkPopup #PersonLinkPopupDetails #PersonLinkPopupUserName {
  font-weight: bold;
  color: var(--sidebar-heading-color);
  margin-bottom: 5px;
}
#PersonLinkPopup #PersonLinkPopupDetails .external-link {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(/images/external-link-ltr-icon.png);
  background-repeat: no-repeat;
  vertical-align: text-top;
  margin-inline-start: 3px;
}

.max7-libraryandfolderpicker{display:grid;grid-template-areas:"search collection" "results collection";grid-template-columns:284px 1fr;grid-template-rows:auto 1fr;gap:11px;position:relative;align-items:stretch;justify-items:stretch;overflow:hidden;grid-template-areas:"search" "results";grid-template-columns:1fr;width:100%!important}.max7-libraryandfolderpicker .searchSection{border:1px solid var(--input-control-border-color);display:grid;grid-template-rows:auto 1fr;overflow-x:hidden;overflow-y:auto;grid-area:search}.max7-libraryandfolderpicker .searchSection header{background-color:var(--sidebar-background-color);font-weight:700;font-size:14px;padding:.5rem 1rem .5rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.max7-libraryandfolderpicker .searchSection .client{padding:15px}.max7-libraryandfolderpicker .searchSection .textpanel{margin-top:10px;margin-bottom:15px}.max7-libraryandfolderpicker .searchSection .textpanel input[type=text]{display:inline-block;-moz-border-radius:8px 0 0 8px;-webkit-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;width:180px;border:1px solid #c8c8c8;border-inline-end:none;padding-top:0;padding-inline-end:0;padding-bottom:0;padding-inline-start:10px;width:205px;height:28px;box-sizing:border-box;vertical-align:bottom}.max7-libraryandfolderpicker .searchSection .textpanel button{-moz-border-radius:0 8px 8px 0;-webkit-border-radius:0 8px 8px 0;border-radius:0 8px 8px 0;height:28px;width:40px;box-sizing:border-box;vertical-align:bottom}.max7-libraryandfolderpicker .searchResultsSection{border:1px solid var(--input-control-border-color);display:grid;grid-template-rows:auto 1fr;overflow-x:hidden;overflow-y:auto;grid-area:results}.max7-libraryandfolderpicker .searchResultsSection header{background-color:var(--sidebar-background-color);font-weight:700;font-size:14px;padding:.5rem 1rem .5rem;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.max7-libraryandfolderpicker .searchResultsSection .client{padding:15px}.max7-libraryandfolderpicker .searchResultsSection .loadingdiv{margin-top:80px}.max7-libraryandfolderpicker .searchResultsSection header .loadingdiv{display:none}.max7-libraryandfolderpicker .searchResultsSection.loading header{position:relative}.max7-libraryandfolderpicker .searchResultsSection.loading header .loadingdiv{margin-top:0;position:absolute;top:4px;inset-inline-end:4px;display:inline-block;background-repeat:no-repeat}.max7-libraryandfolderpicker .searchResultsSection .searchListContainer{overflow-y:scroll;overflow-x:hidden}.max7-libraryandfolderpicker .searchResultsSection .searchList .item{position:relative;cursor:pointer;border-bottom:1px solid var(--input-control-border-color);color:var(--input-control-color);-moz-user-select:none;-ms-user-select:none;-webkit-user-select:none;user-select:none}.max7-libraryandfolderpicker .searchResultsSection .searchList .item:hover{background-color:var(--input-control-border-color-hover);border-color:var(--input-control-border-color-hover)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.selected{background-color:var(--input-control-border-color-hover);border-color:var(--input-control-border-color-hover)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource{height:5.2rem}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource img.logo{position:absolute;top:15px;width:71px;height:55px}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource img.logo{left:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource img.logo{right:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .details{position:absolute;top:14px;bottom:45px;overflow-y:hidden}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .details{left:97px;right:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .details{right:97px;left:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .details .title{font-weight:700;font-size:11px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .details .categories{font-size:8px;font-weight:700}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .actionButtonContainer{position:absolute;top:13px}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .actionButtonContainer{right:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .actionButtonContainer{left:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .actionButtonContainer>button{font-size:9px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .addButton{font-size:9px;border:none;border-radius:.25rem;color:var(--modal-screen-submit-button-color);background-color:var(--modal-screen-submit-button-background-color);position:absolute;width:110px;bottom:15px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .addButton:hover{background-color:var(--modal-screen-submit-button-background-color-hover)}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .addButton{right:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .addButton{left:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton{color:#fff;background-color:#73b744;font-weight:700;border:none;font-size:9px;position:absolute;bottom:15px;width:110px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton .ui-button-text{color:#fff}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton.bordered{border:1px solid #73b744}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton:disabled{background-color:#eee;cursor:default}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton:disabled .ui-button-text{color:#f36f21}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton{right:131px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .previewButton{left:131px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .rating{margin-top:2px;padding:0;margin:0;display:inline-flex;flex-flow:row nowrap;position:relative}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .rating li{display:inline-block;list-style-type:none;width:11px;height:11px;margin:0;margin-block-end:2px;background-position:top center;background-repeat:no-repeat}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .rating li.lit{background-image:url(/images/resourcelists/ratings/star_lit.png)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .rating li.half{background-image:url(/images/resourcelists/ratings/star_half.png)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource .rating li.unlit{background-image:url(/images/resourcelists/ratings/star_unlit.png)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.featureContext{padding:5px;font-size:10px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.featureContext>.title{font-weight:700;font-size:12px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.featureContext>.subtitle{color:#999;margin-bottom:4px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.featureContext>.addButtonContainer{text-align:end}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.featureContext.global>.title{color:#f36f21}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person{height:79px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person img.logo{position:absolute;top:9px;width:60px;height:60px}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person img.logo{left:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person img.logo{right:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .details{position:absolute;top:9px;height:61px;width:-105rem;overflow:hidden}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .details{left:84px;right:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .details{right:84px;left:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .details .name{max-height:35px;font-weight:700;font-size:13px;line-height:13px;margin-bottom:5px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .details .username{color:#454851;max-height:35px;font-size:18px;line-height:18px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .details .email{color:#454851;font-size:13px;line-height:13px;position:absolute;bottom:1px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.deleted{color:#999}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.deleted img.logo{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.5}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.selected .rating,.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person:hover .rating{padding:0;margin:0;display:inline-flex;flex-flow:row nowrap}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.selected .rating li,.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person:hover .rating li{display:inline-block;list-style-type:none;width:11px;height:11px;margin:0;margin-block-end:2px;background-position:top center;background-repeat:no-repeat}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.selected .rating li.lit,.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person:hover .rating li.lit{background-image:url(/images/resourcelists/ratings/star_lit.png)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.selected .rating li.half,.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person:hover .rating li.half{background-image:url(/images/resourcelists/ratings/star_half_white.png)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.selected .rating li.unlit,.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person:hover .rating li.unlit{background-image:url(/images/resourcelists/ratings/star_unlit_white.png)}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person.selected .details,.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person:hover .details{border-bottom:none}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton{font-size:9px;position:absolute;width:70px;bottom:10px}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton{right:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton{left:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton{color:#fff;background-color:#f36f21;border-color:#f36f21;font-size:9px;position:absolute;width:70px;bottom:10px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton .ui-button-text{color:#fff}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton.bordered{border:1px solid #f36f21}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton:disabled{background-color:#eee;cursor:default}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton:disabled .ui-button-text{color:#f36f21}.ltr .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton{right:13px}.rtl .max7-libraryandfolderpicker .searchResultsSection .searchList .item.person .addButton{left:13px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource{height:85px;background-color:#eee}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.resource:hover{background-color:#eee}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.folder{padding:5px 5px 5px 30px}.max7-libraryandfolderpicker .searchResultsSection .searchList .item.folder .indent{padding-inline-start:15px}
#SelectCommunityModalScreen select{width:100%}#SelectCommunityModalScreen .buttons-container{margin-top:1rem;text-align:end}#SelectCommunityModalScreen .buttons-container button+button{margin-inline-start:1rem}
