.document-jump-directory-container
{
    width: 23%;
}
#docJump
{
    color: black;
    padding: 0;
    position: relative;
}
.docOptionsTrigger
{
    padding: .375rem .75rem;
    cursor: pointer;
}
.docLocationOptions
{
    z-index: 9999; 
    background-color: #fff; 
    border: solid #aaa 1px; 
    box-shadow: 0px 0px 3px 1px #ddd; 
    padding: 6px 9px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.docLocation:hover
{
    background-color: #666;
    color: #fff;
}
.docLocation:not(:last-child) 
{
    border-bottom: solid 1px #666;
}
.docLocation
{
    cursor: pointer;
    font-size: 18px;
    padding: 2px 4px;
}
.docLocation.active 
{
    background-color: #00ff28;
    color: #000;
}
.docLocation.active:hover
{
    background-color: #00cb20;
    color: #000;
}
.docLocation:not([data-depth="0"])
{
    border-left: dashed 1px #666;
}
.document-search-container
{
    width: 75%;
}
.docNode
{
    display: flex; 
}
.docMeta
{
    display: flex;
}
.docImage
{
    width: 30px;
}
.docImage img
{
    object-fit: contain; 
    width: 100%; 
    height: 100%;
}
.docImage .badge 
{
    font-size: 0.8rem; 
    width: fit-content;
}
.docNode .upDirImage
{
    object-fit: contain; 
    width: 100%; 
    height: 100%;
}
.docNode input[type="checkbox"]
{
    width: 20px; 
    height: 20px;
}

#fileView .fileEmbed
{
    border: solid black 1px;
}

.resource-library-breadcrumb-container
{
    width: 100%;
}

.resource-library-breadcrumb-container span 
{
    font-size: 18px;
    font-variant: small-caps;
}
.popover
{
    max-width: 100%;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    min-width: 350px;
}

#massfileRenameModal .renameSection
{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 600px;
    width: 90%;
    margin: 0 auto;
}