/*!
 * SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */#groupfolders-react-root .group-edit{min-width:300px;top:0;position:absolute;background-color:var(--color-main-background, #fff);z-index:10;border:1px solid var(--color-border, #ddd)}#groupfolders-react-root .group-edit td{padding:2px 10px}#groupfolders-react-root .group-edit td .close-btn{background:transparent var(--icon-close-dark) no-repeat;min-width:16px;min-height:16px}#groupfolders-react-root .group-edit td[colspan="5"]{padding:0}#groupfolders-react-root .group-edit td[colspan="5"] .no-options-available{padding:2px 10px}#groupfolders-react-root .group-edit td:last-child>a{float:right}#groupfolders-react-root .group-edit td:first-child,#groupfolders-react-root .group-edit th:first-child{min-width:170px;white-space:normal}#groupfolders-react-root .group-edit td:last-child,#groupfolders-react-root .group-edit th:last-child{width:16px}#groupfolders-react-root .group-edit td.permissions{text-align:center}#groupfolders-react-root .group-edit td.permissions input[type=checkbox]{vertical-align:middle}#groupfolders-react-root .group-edit input{margin:0}#groupfolders-react-root .group-edit img{opacity:0;transition:opactity .5s}#groupfolders-react-root .group-edit tr:hover img{opacity:.5}#groupfolders-react-root .group-edit tr:hover img:hover{opacity:1}#groupfolders-react-root td.quota{position:relative;padding:0}#groupfolders-react-root td.quota input.editselect-input:not([type=range]):not(:disabled):not(.primary):not(#quota).error,#groupfolders-react-root td.quota input.editselect-input:not([type=range]):not(:disabled):not(.primary):not(#quota).error:focus,#groupfolders-react-root td.quota input.editselect-input:not([type=range]):not(:disabled):not(.primary):not(#quota).error:hover{border-color:red}#groupfolders-react-root td.quota input.editselect-input:not([type=range]):not(:disabled):not(.primary):not(#quota){width:150px;position:absolute;top:0;left:0}#groupfolders-react-root td.quota select.editselect{height:34px;width:150px;position:absolute;top:0;left:0;margin:0;background-color:var(--color-main-background)}#groupfolders-react-root td.quota .quotabar-holder{height:34px;width:150px;position:relative}#groupfolders-react-root td.quota .quotabar{position:absolute;margin:3px 0;border-radius:var(--border-radius-large);top:-2px;left:0;background-color:var(--color-background-darker);height:100%;color:var(--color-main-text)}/*!
* SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
* SPDX-License-Identifier: AGPL-3.0-or-later
*/#groupfolders-wrapper{padding:30px}#groupfolders-react-root,#groupfolders-root{height:100%;min-height:calc(100vh - 50px)}#groupfolders-react-root,#groupfolders-react-root>table{width:100%}#groupfolders-react-root tr{height:55px}#groupfolders-react-root th{border-bottom:1px #ddd solid;cursor:pointer}#groupfolders-react-root th .sort_arrow{padding-left:10px;color:#888}#groupfolders-react-root td,#groupfolders-react-root th{padding:10px;position:relative;display:table-cell}#groupfolders-react-root td>form,#groupfolders-react-root th>form{margin:-10px}#groupfolders-react-root td>form input[type=text],#groupfolders-react-root th>form input[type=text]{width:100%}#groupfolders-react-root td .action-rename:after,#groupfolders-react-root th .action-rename:after{display:inline-block;position:relative;top:2px;left:2px;content:"";width:16px;height:16px;background:var(--icon-rename-dark) no-repeat center;opacity:0}#groupfolders-react-root td .action-rename:after:hover,#groupfolders-react-root th .action-rename:after:hover{opacity:1}#groupfolders-react-root td.mountpoint,#groupfolders-react-root th.mountpoint{width:15%}#groupfolders-react-root td.groups,#groupfolders-react-root th.groups{min-width:300px;white-space:normal}#groupfolders-react-root td.quota,#groupfolders-react-root th.quota{width:180px}#groupfolders-react-root td.acl,#groupfolders-react-root th.acl{display:flex}#groupfolders-react-root td.acl>div,#groupfolders-react-root th.acl>div{min-width:250px;flex-grow:1}#groupfolders-react-root td.acl>label,#groupfolders-react-root th.acl>label{padding-top:10px}#groupfolders-react-root td.remove,#groupfolders-react-root th.remove{width:32px}#groupfolders-react-root td a.icon,#groupfolders-react-root th a.icon{margin-left:5px}#groupfolders-react-root tr:hover .icon{opacity:.5}#groupfolders-react-root tr:hover .icon:hover{opacity:1}#groupfolders-react-root tr:hover .action-rename:after{opacity:.5}#groupfolders-react-root tr:hover .action-rename:hover:after{opacity:1}#groupfolders-react-root .icon{display:inline-block;opacity:0}#groupfolders-react-root .icon.icon-visible{opacity:.5}#groupfolders-react-root .newgroup-name{width:200px;max-width:calc(100% - 40px)}#groupfolders-react-root thead tr th{color:var(--color-text-lighter)}#groupfolders-react-root thead tr th:first-child{font-weight:700;color:var(--color-main-text)}#groupfolders-react-root tbody tr:not(:last-child) td{border-bottom:var(--color-border) 1px solid}#groupfolders-react-root tbody tr:not(:last-child):hover td{background-color:var(--color-background-dark)}#groupfolders-react-root tbody tr:not(:last-child):hover td:first-child{border-radius:6px 0 0 6px}#groupfolders-react-root tbody tr:not(:last-child):hover td:last-child{border-radius:0 6px 6px 0}#groupfolders-react-root tbody tr:last-child td{padding:35px 0}#groupfolders-react-root tbody tr:last-child:hover{background-color:transparent}#groupfolders-react-root tbody tr td a{color:var(--color-text-lighter)}#groupfolders-react-root tbody tr td.mountpoint a{color:var(--color-main-text);font-weight:700}#groupfolders-react-root .groupfolders-pagination__list{display:flex;gap:var(--default-grid-baseline);justify-content:center}#groupfolders-react-root .groupfolders-pagination__button{height:var(--default-clickable-area)}#groupfolders-admin-delegation h3{margin-top:22px;margin-bottom:22px}#groupfolders-admin-delegation .end-description-delegation{margin-bottom:20px}#groupfolders-admin-delegation .delegated-admins-select{margin-bottom:30px}
