/* TAGS *********************************************************************/
body {
    font-family: "Menlo", monospace;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100vw;
    height: max(100vh, 100%);
    font-weight: 400;
    letter-spacing: -0.022em;
    backdrop-filter: blur(3px);
}

body::before {
    content:""; /* required for ::before */
    position:fixed; /* don't scroll with page */
    z-index:-100; /* place behind elements on page */
    width:100vw;
    height:max(100vh, 100%);
    background-color: #000000;
    background-image: radial-gradient(circle farthest-side at top right, transparent, #8348ADFF), radial-gradient(ellipse farthest-corner at 0% 100%, transparent, #491971FF);
    animation:bg-change 30s infinite;
}

@keyframes bg-change {
    0%, 100% {
        filter:hue-rotate(0deg);
    }
    50% {
        filter:hue-rotate(-15deg);
    }
}

@keyframes blink {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: white;
    }
}

h1 {
    color: rgb(255, 255, 255);
}

th, td {
    font-size: 1em;
    color: rgba(255, 255, 255, 1);
}

input {
    background-color: rgba(76, 66, 118, 1);
    color: rgba(255, 255, 255, 1);
}

/* IDS ***********************************************************************/
#page-body {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

#message-container {
    padding-top: 1em;
    padding-left: 1em;
    padding-right: 1em;
}

#pageTitle {
    font-family: "Tahoma", "Arial", "sans-serif";
    font-size: 2em;
    color: white;
    padding-top: 0.5em;
    padding-left: 1em;
}

#notificationNum {
    vertical-align: middle;
}

/* COLORS **************************************************************************/
.pink {
    color: rgba(232,138,171,1);
}

.green {
    color: rgba(69, 177, 186 , 1);
}

.bg-transparent {
    background-color: transparent;
}

.background-orange {
    background-color: rgba(245,102,0,1);
    color: rgba(255, 255, 255, 1);
}

.background-blue {
    background-color: rgba(69, 177, 186, 1);
    color: rgba(255, 255, 255, 1);
}

.background-pink {
    background-color: rgba(232, 138, 171, 1);
    color: rgba(255, 255, 255, 1);
}

.background-purple {
    background-color: rgba(131, 72, 173, 1);
    color: rgba(255, 255, 255, 1);
}

.pink-border {
    border: 2px solid rgba(232, 138, 171, 1) !important
}

/* NAVBAR **************************************************************************/
.nav-item {
    font-size: 1.25em;
    margin-top: .2em;
    margin-bottom: .2em;
    border-radius: 20px;
}

.btn-icon {
    height: 1em;
    color:#ffffff;
}

.cursor {
    background-color: white;
    width: 0.15rem;
    height: 1.25rem;
    padding-top: 0.25rem;
    display: inline-block;
    animation: blink 1s infinite;
}

.nav-link:focus {
    outline: none;
}

.ust-nav-btn {
    background: none;
    border-color: rgba(131, 72, 173, 1);
    color: #FFFFFF !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-width: medium;
    border-radius: 15px;
    width: 95%;
    align-self: center;
}

.ust-nav-btn:hover {
    background-color: rgba(131, 72, 173, 0.3);
    color: rgba(255, 255, 255, 1);
}

.other-nav-btn {
    background: none;
    border-color: rgba(232, 138, 171, 1);
    color: #FFFFFF !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 95%;
    border-width: medium;
    border-radius: 15px;
}

.other-nav-btn:hover {
    background-color: rgba(232, 138, 171, 0.3);
    color: rgba(255, 255, 255, 1);
}

.admin-nav-btn {
    background: none;
    border-color: rgba(232, 138, 171, 1);
    color: #FFFFFF !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-width: medium;
    border-radius: 15px;
    width: 95%;
    align-self: center;
}

.admin-nav-btn:hover {
    background-color: rgba(232, 138, 171, 0.3);
}

.app-nav-btn {
    background: none;
    width: 95%;
    border-color: rgba(69, 177, 186 , 1);
    color: #FFFFFF !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    border-width: medium;
    border-radius: 15px;
}

.app-nav-btn:hover {
    background-color: rgba(69, 177, 186, 0.3);
    color: rgba(255, 255, 255, 1);
}

.nav-select {
    background: none;
    border-color: rgba(69, 177, 186 , 1);
    color: #FFFFFF !important;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-top: 0.25em;
    border-width: medium;
    border-radius: 15px;
    height: 100%;
    -webkit-appearance: none;
}

.nav-select:hover {
    background-color: rgba(69, 177, 186, 0.3);
    color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
}

.dropdown-menu {
    border-color: rgba(44, 37, 65, 1);
    background-color:rgba(44, 37, 65, 0.5);
    color: white;
    padding: .75em;
    line-height: .75em;
}

.dropdown-menu li {
    padding-top: .25em;
    padding-bottom: .25em;
}

.dropdown-menu a {
    font-size: 1em;
    color: rgba(255, 255, 255, 1);
}

.dropdown-menu a:hover {
    font-size: 1em;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}

.dropdown-menu a:visited {
    font-size: 1em;
    color: rgba(255, 255, 255, 1);
}

/* BUTTONS ************************************************************************/
.btn-submit {
    background: none;
    border-color: rgba(131, 72, 173, 1);
    color: rgba(255, 255, 255, 1);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-radius: 20px;
    border-width: medium;
}

.btn-submit:hover {
    background-color: rgba(131, 72, 173, 0.3);
    color: rgba(255, 255, 255, 1);
}

.btn-small {
    font-size: 50%;
    background: none;
    border-color: rgba(131, 72, 173, 1);
    color: rgba(255, 255, 255, 1);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-radius: 20px;
    border-width: medium;
}

.btn-small:hover {
    background-color: rgba(131, 72, 173, 0.3);
    color: rgba(255, 255, 255, 1);
}

.btn-secondary {
    border-color: rgba(174, 181, 188, 1);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    color: white;
    background: none;
    border-radius: 20px;
    border-width: medium;
}

.btn-secondary:hover {
    border-color: rgba(174, 181, 188, 1);
    background-color: rgba(174, 181, 188, 0.3);
}

.btn-app {
    background: none;
    border-color: rgba(69, 177, 186, 1);
    color: rgba(255, 255, 255, 1);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-radius: 20px;
    border-width: medium;
}

.btn-app:hover {
    background-color: rgba(69, 177, 186, 0.3);
    color: rgba(255, 255, 255, 1);
}

.btn-admin {
    background: none;
    border-color: rgba(232, 138, 171, 1);
    color: rgba(255, 255, 255, 1);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-radius: 20px;
    border-width: medium;
}

.btn-admin:hover {
    background-color: rgba(232, 138, 171, 0.3);
    color: rgba(255, 255, 255, 1);
}

.btn-select {
    background: none;
    border-color: rgba(69, 177, 186, 1);
    color: rgba(255, 255, 255, 1);
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    padding-left: 0.75em;
    border-radius: 20px;
    border-width: medium;
    -webkit-appearance: none;
}

.btn-select:hover {
    background-color: rgba(69, 177, 186, 0.3);
    color: rgba(255, 255, 255, 1);
    -webkit-appearance: none;
}

.btn-large {
    height: 4em;
    width: 95%;
    font-size: 1.25em;
}

.btn-large:hover {
    color: rgba(255, 255, 255, 1);
}

.btn-danger {
    color: #fff;
    background: none;
    border-color: #dc3545;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    border-radius: 20px;
    border-width: medium;
}

.btn-danger:hover {
    background-color: rgba(220, 53, 69, 0.3);
    color: rgba(255, 255, 255, 1);
}

/* CARDS **************************************************************************/
.card {
    border: none;
    background-color: rgba(0,0,0,0.1);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
    border-radius: 20px;
}

.card-header, .card-header-collapsible {
    font-family: "Tahoma", "Arial", "sans-serif";
    font-size: 1.25em;
    border: none;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0,0,0,0.25);
    padding: 0.75em 0.75em 0.75em 1.5em;
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.card-header:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-closed {
    border-radius: 20px;
}

.card-open {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



.card-header-centered {
    background-image: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0,0,0,0.25);
    text-align: center;
    padding: 0.5em;
}

.card-header > i {
    margin-right: 0.5em;
}

.headless {
    border-radius: 20px;
}

.card-body {
    padding: 1em;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0,0,0,0.1);
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.card-body select, .appSelect {
    background: none;
    border-color: rgba(69, 177, 186, 1);
    color: #FFFFFF !important;
    width: 100%;
    border-width: medium;
    border-radius: 15px;
    height: 80%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 0.75em;
    vertical-align: middle;
    -webkit-appearance: none;
}

.card-body select:hover, .appSelect:hover {
    background-color: rgba(69, 177, 186, 0.3);
}



/* FORMS **************************************************************************/
.form-control {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    border-color: rgba(0,0,0,0.25);
    border-width: medium;
}

.form-control:focus {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* LISTS **************************************************************************/
.list-group-item {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    border-radius: 20px;
    /*border-color: rgba(0,0,0,0.25);*/
    border-color: rgba(69, 177, 186 , 1);
    border-width: medium;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.list-group-item:hover {
    background-color: rgba(0,0,0,0.25);
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


.list-group-item:first-child {
    border-radius: 20px;
}

.list-group-item:last-child {
    border-radius: 20px;
}

.list-group-item+.list-group-item {
    border-width: medium;
}

/* MODALS *************************************************************************/
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
    padding: 1rem 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: none;
    padding: .75rem;
}

.modal-content {
    background-color: rgba(62, 52, 91, 1);
    border-color: rgba(62, 52, 91, 1);
    border-radius: 20px;
    padding: 0.5em;
}

.modal-body {
    background-color: rgba(76, 66, 118, 1);
    border-color: rgba(76, 66, 118, 1);
    border-radius: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: white;
}

/* OTHER CLASSES ******************************************************************/
.create {
    border-radius: 20px;
}

.header-link:hover {
    text-decoration: none;
}

.header-link:visited {
    color: rgba(73, 25, 113, 1);
}

.instructor-buttons {
    margin-top: 1em;
}

.no-results-div {
    margin-top: 1em;
    margin-bottom: 1em;
}

.table-striped {
    width: 100%;
}

.courseTileTop {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.5em;
}

.courseTileMiddle {
    color: #ffffff;
    font-size: 1.25em;
}

.courseTileBottom {
    color: #ffffff;
    font-size: 1em;
    height: 100%;
    vertical-align: bottom;
}

.pad-small {
    padding: 5px;
}

.pad-large {
    padding: 10px;
}

.badge {
    background-color: rgba(139, 139, 139, 1);
    color: rgba(255, 255, 255, 1);
}

.badge-pill {
    background-color: rgba(131, 72, 173, 1);
}

.inline-icon {
    padding-right: 2%;
}

.close-notification {
    display: inline-block;
    color: rgba(255, 255, 255, 1);
}

.close {
    color: white;
}

.detail-info {
    font-size: 0.75em;
    color: rgba(255, 255, 255, 0.5);
}

.header-info {
    font-size: 1em;
    color: rgba(255, 255, 255, 0.5);
    float: right;
}

.number-badge {
    font-size: 1em;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    text-align: center;
    margin-left: 0.5em;
    float: right;
}

/* -----=====| COURSE PAGE |=====----- */

[closed="true"] {
    display: none;
}

/*
[caret="down"]:after {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    float: right;
}

[caret="up"]:after {
    content: '\f0d8';
    font-family: 'Font Awesome 5 Free';
    float: right;
}

 */

.pointer-cursor {
    cursor: pointer;
}

.chartSpinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 100px;
}

.chartSpinner i {
    font-size: 5vw;
}

/* not currently used but pretty slick button group ui

#course-btn-group {
    width: 100%;
    max-width: 100%;
    text-align: center;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
}

.course-nav-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF !important;
    border-color: rgba(0,0,0,0.75);
    border-width: medium;
    border-radius: 20px;
}

.course-nav-btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn-group-item {
    border-left: none;
    border-right: none;
}

.btn-group-item-left {
    border-right: none;
}

.btn-group-item-right {
    border-left: none;
}
*/

/*end of pretty slick button group ui*/