#page-local-shareserver-index #page-header {
    display: none;
}

#page-local-shareserver-index #page-content {
    margin-top: 16px;
}

/* Search styling */
.search-box {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.search-form {
    display: inline-block;
    float: right;
}

.search-box-element {
    background-color: white;
    padding: 4px 8px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: inline-block;
}

.search-box-element > input {
    border: none;
    outline: none;
    background-color: white;
}
/* End search styling */

/* Table styling */
thead th {
    font-size: 0.8em;
}

.center-text {
    text-align: center;
}

.col-university {
    width: 100px;
}

.col-course-name {
    width: 250px;
}

.col-course-summary {
    width: 550px;
    max-width: 600px;
}

.col-updated_at {
    min-width: 120px;
    width: 120px;
}

.col-downloaded_university {
    width: 100px;
}

.col-downloaded_at {
    min-width: 140px;
    width: 140px;
}

.col-upload_at {
    min-width: 140px;
    width: 140px;
}

.col-deleted_at {
    width: 120px;
}

tbody td p {
    margin: 0;
}

.col-download-count {
    width: 60px;
}

.summary-cell, .summary-cell > * {
    min-width: 350px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;

}

.header {
    display: inline-block;
}

.table-wrapper {
    position: relative;
}

.table-scroll {
    height: 420px;
    overflow: auto;
}

.table-wrapper table thead {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #fff;
}
/* End table styling */

.count-section {
    display: inline-block;
    float: right;
    margin: 15px 10px 0 0;
}

.sort-field:hover {
    cursor: pointer;
}

#course-dl-count {
    width: 50px;
    display: inline-block;
}

.loading-modal {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
    justify-content: center;
    align-items: center;
}

/* Spinner size adjustment */
.spinner-border {
    width: 5rem;
    height: 5rem;
}
