/* Header toolbar styles for CSP compliance */
.navbar-close-button {
    color: white;
    border: 1px solid white;
    border-radius: 5px;
    background-color: #173c56;
    position: absolute;
    right: 0;
    top: 4px;
    margin-right: 50px;
    padding: 10px;
}

/* Admin auto-update session styles for CSP compliance */
.admin-session-container {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 40px;
    z-index: 999999999999;
}

.admin-session-button {
    color: #FFF;
}

/* Profile page styles for CSP compliance */
.pwa-hidden {
    display: none;
}

.section-header-hidden {
    display: none;
}

/* Instructor profile styles for CSP compliance */
.instructor-container {
    padding: 1em;
    width: 100%;
}

.remove-btn-width {
    width: 84px;
}

.label-spacing {
    margin-right: 2px;
}

.table-width-75 {
    width: 75%;
}

/* Admin tabs styles for CSP compliance */
.admin-tabs-container {
    padding-top: 23px;
}

.assign-button-spacing {
    margin-top: 24px;
}

.log-select-height {
    min-height: 400px;
    overflow: scroll;
}

/* Internal notes styles for CSP compliance */
.table-width-10 {
    width: 10%;
}

/* Admin options styles for CSP compliance */
.panel-bg-light {
    background-color: #f5f5f5;
}

.margin-3 {
    margin: 3px;
}

.margin-5 {
    margin: 5px;
}

.border-left-thin {
    border-left-style: solid;
    border-width: thin;
}

.padding-5 {
    padding: 5px;
}

.border-right-top-thin {
    border-right-style: solid;
    border-width: thin;
    border-top-style: solid;
}

.border-right-thin {
    border-right-style: solid;
    border-width: thin;
}

.text-blue {
    color: #23527c;
}

.margin-top-25 {
    margin-top: 25px;
}

.hidden-with-margin {
    display: none;
    margin-top: 10px;
} 