{"version":3,"file":"stylesheets/3171.css?h=745dfde3dff4f8243fa7","mappings":"AACA,yBACI,qDACA,qGACA,UACA,SACA,4BACI,gBACA,kCACI,2BAEJ,iCACI,kBCXZ,oBAEI,4EACA,gBCHJ,0CDCI,qDACA,4BCEA,CAJJ,sBAEI,wEACA,kCACA,8CAEA,iCACI,YACA,iBAGJ,mCACI,qDACA,qGACA,kCACA,iEACA,QACA,WACA,wBAEA,yCACI,iBAGJ,yCACI,mDACA,YACA,0CACA,gBAEJ,0CACI,oCACA,6BACA,YACA,WACA,eAEA,8CACI,sBCtChB,kBACI,mDAEA,yBACI,qDACA,qGACA,gBACA,MACA,yCACA,iBACA,0CACA,kBAEA,kDACI,mDAEJ,sCACI,WACA,YACA,YACA,6BACA,eAGR,4CAEI,4EACA,6EACA,kBACA,yBAGR,gEAPQ,qDACA,4BAUJ,CAJJ,oBAEI,wEACA,kCACA,gBAEA,uCACI,qDACA,yGACA,YACA,iBACA,8BACA,6BACA,sBACA,iBACA,YACA,eAEA,gDACI,0CACA,oCACA,gBAEJ,gDACI,eAEJ,2CACI,cAEJ,4CACI,WACA,gBACA,oBACA,qBACA","sources":["webpack://@studip/core/./resources/vue/components/file-chooser/FileChooserBreadcrumb.vue","webpack://@studip/core/./resources/vue/components/file-chooser/FileChooserEmpty.vue","webpack://@studip/core/./resources/vue/components/file-chooser/FileChooserToolbar.vue","webpack://@studip/core/./resources/vue/components/file-chooser/FileChooserBox.vue"],"sourcesContent":["\n.file-chooser-breadcrumb {\n    display: flex;\n    flex-direction: row;\n    padding: 0;\n    margin: 0;\n    li {\n        list-style: none;\n        a img {\n            vertical-align: text-bottom;\n        }\n        span {\n            padding: 0 4px 0 0;\n        }\n    }\n}\n","\n.file-chooser-empty {\n    display: flex;\n    flex-direction: column;\n    margin: 1em auto;\n}\n","\n.file-chooser-toolbar {\n    display: flex;\n    flex-direction: row;\n    flex-wrap: wrap;\n    border-top: solid thin var(--content-color-40);\n\n    &.with-table {\n        border: none;\n        margin-top: -16px;\n    }\n\n    .inline-form {\n        display: flex;\n        flex-direction: row;\n        flex-wrap: wrap;\n        justify-content: start;\n        gap: 4px;\n        width: 100%;\n        margin: 0.8em 0.6em 0.8em 0;\n\n        label {\n            line-height: 30px;\n        }\n\n        input {\n            flex-grow: 1;\n            padding: 4px;\n            border: solid thin var(--content-color-40);\n            border-radius: 0;\n        }\n        button {\n            border: solid thin var(--base-color);\n            background-color: transparent;\n            height: 30px;\n            width: 30px;\n            cursor: pointer;\n\n            img {\n                vertical-align: middle;\n            }\n        }\n    }\n}\n","\n.file-chooser-box {\n    flex-grow: 1;\n\n    header {\n        display: flex;\n        flex-direction: row;\n        position: sticky;\n        top: 0;\n        background-color: var(--content-color-20);\n        padding: 0.5em 1em;\n        border: solid thin var(--content-color-40);\n        margin-bottom: 1em;\n\n        .file-chooser-breadcrumb {\n            flex-grow: 1;\n        }\n        .toggle-view {\n            width: 20px;\n            height: 20px;\n            border: none;\n            background-color: transparent;\n            cursor: pointer;\n        }\n    }\n    .file-chooser-box-content {\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        overflow-y: scroll;\n        height: calc(100% - 36px);\n    }\n}\n.file-chooser-items {\n    display: flex;\n    flex-direction: row;\n    flex-wrap: wrap;\n    overflow-y: auto;\n\n    .file-chooser-item {\n        display: flex;\n        flex-direction: column;\n        width: 104px;\n        min-height: 104px;\n        border: solid thin transparent;\n        background-color: transparent;\n        word-break: break-word;\n        margin: 0 4px 4px 4px;\n        padding: 4px;\n        cursor: pointer;\n\n        &.selected {\n            background-color: var(--activity-color-20);\n            border: solid thin var(--base-color);\n            font-weight: 700;\n        }\n        &.disabled {\n            cursor: default;\n        }\n        img {\n            margin: 0 auto;\n        }\n        span {\n            width: 100%;\n            overflow: hidden;\n            display: -webkit-box;\n            -webkit-line-clamp: 2;\n            -webkit-box-orient: vertical;\n        }\n    }\n}\n"],"names":[],"sourceRoot":""}