.sidebar {
    height: initial !important;
}

.btn-outline-warning {
    color: red;
    border-color: red;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: red;
    border-color: red;
}

/*
    - primary = Temp Pause (PI)
    - secondary = Temp Pause (Staff)
    - danger = Extended Pause
    - active = First Day
    - success = Last Day
    - info = Out of Range
    - warning = 
*/
.table-primary, .table-primary > th, .table-primary > td {
    background-color: #167793 !important;
}
.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: rgb(220, 53, 69) !important;
}
.table-danger, .table-danger > th, .table-danger > td {
    background-color: #b600e3 !important;
}
.table-active, .table-active > th, .table-active > td {
    background-color: gold !important;
}
.table-success, .table-success > th, .table-success > td {
    background-color: rgb(49, 194, 100) !important;
}
.table-info, .table-info > th, .table-info > td {
    background-color: rgb(177, 177, 177) !important;
}
.table-warning, .table-warning > th, .table-danger > td {
    background-color: #ff1dd8 !important;
}


.container-actionButtons {
    width: 100%; 
    display: block; 
    text-align: center; 
    background-color: #f8f8f8; 
    border-radius: 0.375rem; 
    padding: 10px;
}

.actionButton-divider {
    height: 10px; 
    width: 10px; 
    background-color: #800; 
    display: inline-block; 
    border-radius: 15px;
}

.customButton { 
    display: inline-block;
    width: 120px; 
    height: 30px; 
    text-align: center; 
    line-height: 30px; 
    border-radius: 0.2rem; 
    font-weight: bold;
    font-size: 0.875rem;
    background-color: white;
}
.customButton:hover {
    cursor: pointer;
}
.green {
    color: #3bb63b;
    border: 1px solid #39e339;
}
.green:hover {
    background-color: #39e339;
    color: white;
}
.red {
    color: #f57777; 
    border: 1px solid #f57777;
}
.red:hover {
    background-color: #ff8989;
    color: white;
}

.btn-sm {
    background-color: white;
}

.table-centered th, .table-centered td {
    text-align: center;
}


#sidebar__toggleButton {
    z-index: 100; 
    background-color: rgba(255,255,255,.7);
    height: 50px; 
    width: 13px; 
    position: fixed; 
    border-bottom-right-radius: 8px; 
    writing-mode: vertical-rl; 
    text-orientation: mixed; 
    font-size: 12px; 
    text-align: center; 
    top: 73px; 
    box-shadow: 2px 2px 2px rgb(0 0 0 / 25%);
}
#sidebar__toggleButton:hover {
    background-color: #800;
    color: white;
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    #sidebar__toggleButton {
      left: 0 !important;
    }
}

#button-copyEmails:hover {
    color: orange;
    cursor: pointer;
}

.button-addIdentifier {
    float: left; 
    border: none; 
    background-color: transparent; 
    color: green;
}
.button-addIdentifier:hover {
    color: #39e339;
}

.prizes-prizeImage {
    height: 125px; 
    width: 125px; 
    border: 2px solid white;
}
.prizes-prizeImage:hover {
    border: 2px dashed white;
}

/* Manage Inventory */
.input-number-permaArrow::-webkit-inner-spin-button, 
.input-number-permaArrow::-webkit-outer-spin-button {  
    opacity: 1; /* CAUTION: This only affects Chrome! */
}
.container-tableMini {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 141px;
}
.tableMini {
    text-align: center;
}
.tableMini tr {
    background-color: transparent !important;
}
.tableMini tr td {
    padding: 4px;
}

.summaryNumDisplay {
    font-weight: bold;
    color: #800;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1) !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #800 !important;
}

#container-identifiers-email-edit {
    display: inline-block; 
    padding: 3px 8px; 
    border-radius: 15px; 
    background-color: red; 
    color: white;
}
#container-identifiers-email-edit:hover {
    cursor: pointer;
    background-color: #ff5656;
}

/* Overriding classic theme for Select2. The bootstrap4 theme has an overflowing bug */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    border-color: lightgrey !important;
    background-color: white !important;
    color: #737373;
}

.nav-link:not(.section-header):hover {
    box-shadow: 0px 0px 5px grey inset;
    border-radius: 8px;
}

.card-text {
    color: grey;
}

.trafficX-button {
    font-weight: bold; 
    border-radius: 8px; 
    background-color: white;
    box-shadow: 2px 2px 2px grey; 
    text-align: center; 
    display: inline-block; 
    height: 25px; 
    line-height: 25px; 
}
.trafficX-button:hover {
    cursor: pointer;
    color: white; 
    box-shadow: inset 1px 1px 1px black;
}
.trafficX-csvButton {
    color: #65d0ff;
    width: 80px;
    border: 1px solid #65d0ff;
}
.trafficX-csvButton:hover {
    background-color: #65d0ff;
}
.trafficX-closeButton {
    color: #36de36;
    width: 60px;
    border: 1px solid #36de36;
}
.trafficX-closeButton:hover {
    background-color: #36de36;
}

/* Override vue-calendar theme */
.vc-container {
    --teal-600: rgb(22, 119, 147) !important;
    --red-600: rgb(220, 53, 69) !important;
}

.underline-emphasis {
    text-decoration: underline;
    text-decoration-color: #d50000;
    text-decoration-thickness: 2px;
}


/* Study Activity Hub */
#studyActivityHub-tab-campus {
    color: #800; 
    border: 2px solid #800; /* Overridden by tab classes */
}
#studyActivityHub-tab-mindworks {
    color: #13649b; 
    border: 2px solid #13649b; /* Overridden by tab classes */   
}
#studyActivityHub-tab-virtual {
    color: #278321; 
    border: 2px solid #278321;  /* Overridden by tab classes */
}
#studyActivityHub-tab-popup {
    color: #702189; 
    border: 2px solid #702189; /* Overridden by tab classes */
}
.studyActivityHub-tab {
    float: left;
    display: block;
    margin-right: 10px;
    width: 150px;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.studyActivityHub-tab:not(.studyActivityHub-tab-chosen):hover {
    cursor: pointer;
    box-shadow: inset 0px 2px 3px grey;
}
.studyActivityHub-tab:not(.studyActivityHub-tab-chosen) {
    height: 30px;
    line-height: 30px;
    border-bottom: none !important;
}
.studyActivityHub-tab-chosen {
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid white !important;
}
#studyActivityHub-container {
    padding: 10px; 
    padding-bottom: 20px;
    border: 2px solid #800;
}
.studyActivityHub-container-contents {
    display: none;
}
#studyActivityHub-container-contents-campus .studyActivityHub-container-contents-borderBottom {
    /* border-bottom: 3px solid #800; */
    border-bottom: 3px solid #b36b6b;
}
#studyActivityHub-container-contents-mindworks .studyActivityHub-container-contents-borderBottom {
    /* border-bottom: 3px solid #13649b; */
    border-bottom: 3px solid #649fc7;
}
#studyActivityHub-container-contents-virtual .studyActivityHub-container-contents-borderBottom {
    /* border-bottom: 3px solid #278321; */
    border-bottom: 3px solid #78b574;
}
#studyActivityHub-container-contents-popup .studyActivityHub-container-contents-borderBottom {
    /* border-bottom: 3px solid #702189; */
    border-bottom: 3px solid #9e68af;
}
#studyActivityHub-container-contents-campus .studyActivityHub-container-contents-backgroundColor {
    background-color: #b36b6b;
}
#studyActivityHub-container-contents-mindworks .studyActivityHub-container-contents-backgroundColor {
    background-color: #649fc7;
}
#studyActivityHub-container-contents-virtual .studyActivityHub-container-contents-backgroundColor {
    background-color: #78b574;
}
#studyActivityHub-container-contents-popup .studyActivityHub-container-contents-backgroundColor {
    background-color: #9e68af;
}
#studyActivityHub-container-contents-campus .studyActivityHub-container-contents-backgroundColorLoud {
    background-color: #800;
}
#studyActivityHub-container-contents-mindworks .studyActivityHub-container-contents-backgroundColorLoud {
    background-color: #13649b;
}
#studyActivityHub-container-contents-virtual .studyActivityHub-container-contents-backgroundColorLoud {
    background-color: #278321;
}
#studyActivityHub-container-contents-popup .studyActivityHub-container-contents-backgroundColorLoud {
    background-color: #702189;
}
.studyActivityHub-contents-pill {
    display: block; 
    border: 1px solid black; 
    border-radius: 8px; 
    width: 450px; 
    margin-top: 20px; 
    float: left; 
    margin-right: 20px; 
    box-shadow: 3px 3px 3px lightgrey;
}
.studyActivityHub-pill-header {
    border-bottom: 1px solid black; 
    width: 100%; 
    text-align: center; 
    color: white; 
    border-top-left-radius: 8px; 
    border-top-right-radius: 8px; 
    padding: 3px;
    text-shadow: 1px 1px black;
}
.studyActivityHub-pill-headerSub {
    width: 100%; 
    text-align: center; 
    font-size: 12px; 
    font-style: italic; 
    /* color: #7a7a7a; */
}
.studyActivityHub-pill-restrictions {
    width: 100%; 
    text-align: center; 
    font-size: 12px; 
    color:  white;
    height: 25px;
    line-height: 25px;
}
.studyActivityHub-pill-tracking-total {
    text-align: center; 
    border-bottom: 1px solid black; 
    height: 45px; 
    line-height: 45px;
}
.studyActivityHub-pill-tracking-total-split {
    width: 50%; 
    float: left;
}
.studyActivityHub-pill-tracking-total-split:nth-of-type(1) {
    border-right: 1px dashed grey;
}
.studyActivityHub-pill-tracking-day {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid black;
}
.studyActivityHub-tracking-row-head {
    border-bottom: 1px solid grey;
}
.studyActivityHub-tracking-row-head > td {
    width: 25%; 
    background-color: #e3e3e3;
}
.studyActivityHub-tracking-row-head > td:not(:last-child) {
    border-right: 1px solid black;
}
.studyActivityHub-tracking-row-head-today {
    background-color: gold !important;
}
.studyActivityHub-tracking-row-body > td {
    height: 45px; 
    line-height: 45px; 
}
.studyActivityHub-tracking-row-body > td:not(:last-child) {
    border-right: 1px solid black;
}
.studyActivityHub-tracking-row-body-today {
    background-color: #fff8d1 !important;
}
.studyActivityHub-pill-status-cell {
    text-align: center; 
    display: block; 
    height: 30px; 
    line-height: 25px;
}
.studyActivityHub-pill-status-cell-split {
    width: 50%; 
    float: left;
}
.studyActivityHub-pill-status-cell-split:nth-of-type(1) {
    border-right: 1px dashed grey;
}
.studyActivityHub-isOfRegistrar .studyActivityHub-pill-headerSub {
    color: black;
    background-color: lightgrey;
}
.studyActivityHub-signupCount {
    font-weight: bold; 
    background-color: black; 
    padding: 5px;
    color: gold;
    border-radius: 10px;
    display: inline;
}

.patchNotes_img:hover {
    cursor: pointer;
    /* box-sizing: border-box; */
    border-color: gold;
    border-style: solid;
    animation-name: imageHover;
    animation-duration: .1s;
    animation-fill-mode: forwards;
}
@keyframes imageHover {
    from {
      border-width: 0px;
    }
  
    to {
      border-width: 5px;
    }
}
.animate-backgroundBreathe {
    animation-duration: 1s;
    animation-name: flatBackground;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-delay: -1s;
}
@keyframes flatBackground {
    0% {
      background-color: rgb(61, 230, 61);
    }

    75% {
        background-color: #22b346;
    }
  
    100% {
      background-color: #22b346;
    }
}



.hoverable:hover {
    cursor: pointer;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#navbar-announcement {
    width: calc(100% + 30px); 
    height: 18px; 
    background-color: #800; 
    opacity: 25%; 
    color: white; 
    margin-left: -15px; 
    font-size: 12px; 
    text-align: center; 
    font-weight: bold;
}
#navbar-announcement:hover {
    opacity: 100%;
    color:white;
    cursor: help;
}
