/* TODO: with scss, use these only in the pages where they are useful */
:root {
    --pdfHeight: 500px;
}  
.custom-centered {
    margin: 0 auto;
    width: 600px;
}

.custom-centered img {
    width: 200px;
    margin: 0 auto;
}

.align-right {
    position: relative;
}

.align-right * {
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
}

.input-group-addon {
    color: #888;
    background-color: #eee;
    padding: 7px 10px 0;
    border: 1px solid #ccc;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.cursor-auto {
    cursor: auto;
}

.cursor-default {
    cursor: default;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-wait {
    cursor: wait;
}

.cursor-text {
    cursor: text;
}

.cursor-move {
    cursor: move;
}

.cursor-help {
    cursor: help;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.folder-table th:first-child {
    width: 20px;
}

.folder-table td:first-child {
    width: 20px;
}

.breadcrumb {
    margin-bottom: 0 !important;
}

#pdfcanvas {
    width: 100%;
    height: var(--pdfHeight);
}

#upload {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 180px;
}

#upload input {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    font-size: 40px;
    cursor: pointer;
}
