﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* WCAG 2.4.11 Focus Not Obscured (Minimum) - keep focused elements clear of the sticky header */
html {
    scroll-padding-top: 80px;
}

/* WCAG 2.5.8 Target Size (Minimum) - ensure icon-only controls meet 24x24 CSS px */
.btn.btn-sm > .bi:only-child,
.btn.btn-sm:has(> .bi:only-child),
.btn-icon {
    min-width: 24px;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* WCAG 2.4.7 Focus Visible - ensure visible focus indicator on all interactive elements */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
summary:focus-visible {
    outline: 2px solid #0068c1;
    outline-offset: 2px;
}

body {
    /*/background: #ffffff;*/
    display: flex;
    flex-flow: column;
}

footer {
    margin-top: auto;

    /*background-color: #222;*/
}

/* validation summary errors styling */
.validation-summary-errors ul{
  list-style-type: none;
  color: red;
}
.validation-summary-errors{
  background-color: lightpink;
}
/* end validation summary errors styling */

/**/
.course-evaluation-th{
  width: 20%;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
} 
.course-evaluation-logo-img{
  display: block !important;
  max-width:230px !important;
  max-height:50px !important;
  width: auto !important;
  height: auto !important;
}

/* content sizing */
.logo-brand{
  width: auto;
  height:auto;
  max-width: 100%;
}

.link-font{
  height: auto; 
  width: auto; 
  max-width: 20%;
  /*max-height: 20%;*/
}

.session-summary-font {
  height: auto; 
    width: auto; 
    max-width: 10%;
}

.course-summary-font {
    height: auto; 
    width: auto; 
    max-width: 30%; 
    /*max-height: 5%;*/
}

.center-content{
  text-align: center;
  vertical-align: middle;
  margin-bottom: 1.5rem;
}

.comprehensive-report-font{
  height: auto; 
  width: auto; 
  max-width: 20%; 
  /*max-height: 20%;*/
}

.comprehensive-report-comment-indent{
    margin-left: 3em;
}


.navbar-nav > li > a {
  text-align: center;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

div[disabled] {
    
    opacity: 0.6;
    background: rgba(200, 54, 54, 0.5);
    background-color: yellow;
    filter: alpha(opacity=50);
    zoom: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    cursor: not-allowed !important;
}

    div[disabled] * {
        pointer-events: none;
    }



/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

a:hover{
  text-decoration: none !important;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}
.btn-primary-subtle {
    color: black;
    background-color: #cfe2ff;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.card-header-tabs .nav-link.active {
    border-bottom-color: #ffffff;
}

.scroll-content {
    background-color: inherit !important
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 14px;
  }
}

/* Styling to fit Select2 into Bootstrap 4.5 
-----------------------------------------
*/
.input-group > .select2-container {
        width: auto;
        flex: 1 1 auto;
    }
    .input-group > .select2-container .select2-selection--single {
        height: 100%;
        line-height: inherit;
        padding: 0.10rem 1rem;
    }
/**/
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

html, body{
  min-height: 100%;
}

.footer {
  
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/* flex components */
.flex-container{
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  margin-right: 1.5rem;
}

.box-side {
  width: 10%;
  flex: 1;
}

.box-main{
  flex: 2;
  justify-content: center;
}

/* navbar classes */
.main-navbar{
  min-height: 7vh;
}

/* historical analysis*/

.historical{
  display: flex;
  flex-wrap: wrap;
}

.historical-item{
  flex: 1 0 10%;
  max-width: 10%;
}

/* benchmark dash */
.benchYAxisLbl{
  
}
.tspanYAxisLbl{

}

.benchmark-title{
  font-size: 1rem;
  font-weight: bold;
}

.expand-content{
  position: absolute;
  z-index: 12000;
  width:  50vw;
  max-width: 50vw;
  height: 50vh;
  max-height: 50vh;
}

.response-metrics{
  height: 20rem;
  width: 20rem;
}

.benchmark-metrics{
  height: 20rem;
  width: 20rem;
}

/* end benchmark dash */
/* benchmark graph css */
.svg-container {
  display: inline-block;
  position: relative;
  width: 100%;
  /*padding-bottom: 100%; /* aspect ratio */
  vertical-align: top;
  overflow: hidden;
}
/*.svg-content-responsive {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
}*/

.benchmark-font{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .75rem;
  font-weight: 400;
  line-height: 1;
  /*color: #a6a8aa;*/
  color:black;
  overflow-wrap: break-word;
  /*text-align: left;*/
}
.benchmark-bar-rate{
  font-size: .6rem;
  color: white;
  font-weight: bold;
}
.benchmark-bar-question{
  font-size: .6rem;
  color: white;
  text-anchor: start;
}
/*sets a global transition for rectangles in svgs*/
.benchmark-rect {
  transition: width 0.3s, x 0.3s ease;
  -webkit-transition:  x 0.3s, width 0.3s ease;
  -moz-transition:  width 0.3s, x 0.3s ease;
}

.bar { fill: steelblue; }
.label{ color: white; } 
.negative {
  color: red;
}
.benchmark-results thead > th {
  text-align: center!important;
}
.benchmark-results tbody > tr > td:nth-of-type(1) {
    color: #0068c1;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    text-align: right;
}
.benchmark-results tbody > tr > td:nth-of-type(2) {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.benchmark-results tbody > tr > td:nth-of-type(3) {
    color: #0068c1;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    border-left: 1px dashed gray;
    text-align: right;
}
.benchmark-results tbody > tr > td:nth-of-type(4) {
    color: #0068c1;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    text-align: right;
}
.benchmark-results tbody > tr > td:nth-of-type(5) {
    color: #0068c1;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    text-align: right;
}
.benchmark-results tbody > tr > td:nth-of-type(6) {
    color: #0068c1;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    border-right: 1px dashed gray;
    text-align: right;
}
/*this should text align to the center all benchmark cells except the first 2*/
.benchmark-results tbody > tr td:nth-child(n+3){
  text-align: center!important;
}
.benchmark-results tfoot > tr td:nth-child(n+3){
  text-align: center!important;
}

.benchmark-results .bold-font{
  font-weight: bolder;
}


/* comprehensive report css */
#comprehensive_report tbody > tr > td:nth-of-type(2) {
    color: #0068c1;
}

#comprehensive_report tbody > tr > td:nth-of-type(n+4) {
    color: #0068c1;
}

@media screen {
    .comprehensive-report-tile {
        max-height: 17em;
        overflow-y: auto;
    }
}
@media print{
    .bg-iota-light {
        -webkit-print-color-adjust: exact;
        background-color: #d9e9fa !important;
    }
    .comprehensive-report-tile {
        max-height: 17em;
        overflow-y: hidden;
        border-bottom: 2rem solid white;
    }
    .progress {
        position: relative;
    }
    
        .progress:before {
            display: block;
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 0;
            border-bottom: 2rem solid #eeeeee;
        }
    .card-page-break {
        page-break-after: always;
    }
    .progress-bar {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        border-bottom: 2rem solid #337ab7;
    }

    .print-card-header {
        font-size: 11px !important;
    }
    .print-card-header-sm {
        font-size: 9px !important;
    }
    .card-header {
        -webkit-print-color-adjust: exact;
        background-color: #ffffff;
    }
        
    .table-light,
    .table-light > th,
    .table-light > td {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
        background-color: #fdfdfe !important;
    }
    table.print-table td {
        font-size: 9px !important;
    }

}
    
/* course comparison report css */
.course-comparison-results tbody > tr > td:nth-of-type(1) {
    color: #0068c1;
}

.course-comparison-results tbody > tr > td:nth-of-type(n+3) {
    color: #0068c1;
}

/* full evaluation view css */
#full-evaluation-body tbody > tr > td:nth-of-type(1) {
    color: #0068c1;
}
#full-evaluation-body tbody > tr > td:nth-of-type(n+3) {
    color: #0068c1;
}



/*#region Home css*/
.fadeEffect {
    position: relative;
    overflow: hidden;
}

.fadeEffect div.overlay {
    background: rgba(0,0,0,0.4);
    color: white;
    position: absolute;
    -webkit-transition: 800ms;
    -o-transition: 800ms;
    transition: 800ms;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}

.fadeEffect:hover div.overlay {
    opacity: 1;
}
.fadeEffect:focus div.overlay {
    opacity: 1;
}

.welcome-screen-pic {
    max-width: 11rem;
    max-height: 11rem;
    position: relative;
    object-fit: contain;
}

    .welcome-screen-pic img {
        width: 100%;
        height: 100%;
        display: block;
        -webkit-transition: 800ms;
        -o-transition: 800ms;
        transition: 800ms;
    }

.user-photo {
    max-width: 2.25em;
    aspect-ratio: 1;
}

.login-partial-a{
  margin-top: .75em;
}

.login-partial-b{
  margin-top: .25em;
}

#homepage-dashboard .card {
    background-color: #fafafa;
}

#homepage-dashboard .active-session-row:hover {
    cursor: pointer;
    background-color: #d9e9fa;
}

.card.dashboard-panel{
    height: 71vh;
}
.card.dashboard-panel-half {
    height: 35vh;
}
.card.dashboard-panel-third {
    height: 24vh;
}
.card.dashboard-panel-two-thirds {
    height: 36rem;
}
/*#endregion  */

/* evaluation results css */
.eval-container {
    /* set this in order to allow scrolling of content */
    height: 95%;
    max-height: 100vh;
    overflow-y: auto;
}
#evaluationResultsGrid{
  width: 100%;
}

#sessionCourseListGrid > tbody{
    cursor: pointer;
}

.table-hover tr:hover {
    background-color: #d9e9fa !important;
}

/* results styling */
.results-container {
    width: 100%;
    min-height: auto;
    /*max-height: 80vh;*/
    display: block;
}

.results-table{
  width: 100%;
}
table.results-table{
    border-collapse:separate;
    border-spacing: 0;
    /*border-radius:1.5rem;*/
}
table.results-table > td{
  padding: .2rem;
}
.table-footer{
  background-image: linear-gradient(#0068c1, #0068c1, #0068c1);
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  height: 1rem;
  width: 100%;
  margin-bottom: .5rem;
}

.evals-menu{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  border-width: thin;
  border-color: black;
  border-style: solid;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
}

.evals-menu :first-child{
  border-top-left-radius: .5rem;
}
.evals-menu :last-child{
  border-top-right-radius: .5rem;
}

.evals-menu-item {
  flex: 1;
  border-right-width: thin;
  border-right-color: black;
  border-right-style: solid;
  display: block;
  color: black;
  padding-left: .1rem;
  padding-top: .2rem;
  height: 2rem;
}
.evals-menu-item:hover{
  background-color: rgba(43, 44, 44, 0.774);
  color: whitesmoke;
}
.evals-menu-item.active{
  background-color: rgba(43, 44, 44, 0.774);
  color: whitesmoke;
}

.eval-results-utility{
 /* border-color: lightslategrey;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  border-style: inset;
  border-width: .01rem;
  padding-bottom: 1rem;
  padding-left: 1rem;*/
}

#course-details-container{
    max-height: 300px;
}
#course-details-response-graph {
    min-height: 170px;
}
#course-details {
    background-color: #fafafa;
}
#course-details .card {
    background-color: #fafafa;
}

/* modals */
.modal{
  min-width: 50%!important;
}
.modal-dialog{
  min-width: 75%!important;
}

.prevbutton {
    color: lightgray;
    background-color: #333;
    border-radius: 50%;
    padding-top: 10px;
    padding-left: 14px;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 40px;
}
.prevbutton:hover {
    color: white;
    background-color: #0068c1;
}

.nextbutton {
    color: lightgray;
    background-color: #333;
    border-radius: 50%;
    padding-top: 10px;
    padding-left: 15px;
    width: 40px;
    height: 40px;
    position: fixed;
    top:50%;
    right:40px;
}
.nextbutton:hover {
    color: white;
    background-color: #0068c1;
}
.topoverlay {
    color: lightgray;
    background-color: #333;
    padding: 1rem;
    height: 3rem;
    position: fixed;
    top: 1%;
    left: 50%;
}

.menu-header ul {
    font-size: 12px;
    font-style: normal;
    list-style-type: none;
    text-align: left !important;
    padding: 0px;
}

.menu-header ul li {
    list-style-type: none;
    background: #f4f4f4 none repeat scroll 0 0;
    border-bottom: 1px solid white;
    padding: 5px;
    margin: 0;
}

.menu-header {
    background: #0068c1;
    width: 160px;
    border-right: 1px dotted #4a9ce2;
    /*text-transform: uppercase;*/
    
}

.nav > li.menu-header > a:hover {
    background-color: #99cfff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
}

.iota-nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .iota-nav-tabs .nav-link:hover, .iota-nav-tabs .nav-link:focus {
        border-color: #dee2e6 #dee2e6 #fff !important;
    }

    .iota-nav-tabs .nav-item.active .nav-link,
    .iota-nav-tabs .nav-item.show .nav-link {
        color: #495057;
        background-color: #fff;
        border-color: #dee2e6 #dee2e6 #fff !important;
    }

.card-no-border {
    border:0;
}

.disclaimer-font {
    font-size: .60rem;
    font-family: 'Trebuchet MS'
}

/* iota-colored elements */
.bg-iota {
    background-color: #0068c1;
}

.bg-iota-grad {
    background: rgb(0,68,126);
    background: linear-gradient(135deg, rgba(0,68,126,1) 9%, rgba(0,104,193,1) 41%, rgba(0,104,193,1) 100%);
}

@media (max-width: 992px) {
    .bg-iota-grad-lg {
        background: rgb(0,68,126);
        background: linear-gradient(135deg, rgba(0,68,126,1) 9%, rgba(0,104,193,1) 41%, rgba(0,104,193,1) 100%);
    }
}

.bg-light-neutral-grad {
    background: rgb(230,230,230);
    background: linear-gradient(135deg, #d9e9fa 0%, rgba(255,255,255,.35) 65%, rgba(255,255,255,0) 100%);
}


.bg-iota-light {
    background-color: #d9e9fa;
}
td.bg-iota-light {
    background-color: #d9e9fa;
}

.text-iota {
    color: #0068c1;
}

.text-iota-midtone {
    /* WCAG 2.2 SC 1.4.3 / 1.4.11: original #93c3f5 was 1.85:1 on white.
       #2d6fb8 yields ~4.6:1 — passes AA for normal text and non-text UI. */
    color: #2d6fb8;
}
.flag-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="red" class="bi bi-flag-fill text-success" viewBox="0 0 16 16"><path d="M14.778.085A.5.5 0 0 1 15 .5V8a.5.5 0 0 1-.314.464L14.5 8l.186.464-.003.001-.006.003-.023.009a12 12 0 0 1-.397.15c-.264.095-.631.223-1.047.35-.816.252-1.879.523-2.71.523-.847 0-1.548-.28-2.158-.525l-.028-.01C7.68 8.71 7.14 8.5 6.5 8.5c-.7 0-1.638.23-2.437.477A20 20 0 0 0 3 9.342V15.5a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 1 0v.282c.226-.079.496-.17.79-.26C4.606.272 5.67 0 6.5 0c.84 0 1.524.277 2.121.519l.043.018C9.286.788 9.828 1 10.5 1c.7 0 1.638-.23 2.437-.477a20 20 0 0 0 1.349-.476l.019-.007.004-.002h.001"/></svg>');
    background-repeat: no-repeat;
}

.toolbar-iota {
    /*background: #d9e9fa none repeat scroll 0 0;*/
    color: #1f4f82;
    font-family: 'Poppins', sans-serif;
    font-weight: 100;
    /*text-transform: uppercase;*/
}

.report-header-iota {
    font-family: 'Poppins', sans-serif;
    /*text-transform: uppercase;*/
}

.btn-outline-iota {
    color: #0068c1;
    border-color: #2499FF;
    background-color: white;
}

.btn-outline-iota:hover {
    color: #fff;
    background-color: #0068c1;
    border-color: #0068c1;
}

.btn-outline-iota:focus, .btn-outline-iota.focus,
.btn-outline-iota:focus-visible {
    outline: 2px solid #0068c1;
    outline-offset: 2px;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-iota.disabled, .btn-outline-iota:disabled {
    color: #007bff;
    border-color: #0068c1;
    background-color: transparent;
}

.btn-outline-iota:not(:disabled):not(.disabled):active, .btn-outline-iota:not(:disabled):not(.disabled).active,
.show > .btn-outline-iota.dropdown-toggle {
    color: #fff;
    background-color: #0068c1;
    border-color: #0068c1;
}

.btn-outline-iota:not(:disabled):not(.disabled):active:focus, .btn-outline-iota:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-iota.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

/* scrollbars */


/* tables */
.clickable-row {
    cursor: pointer;
}

.clickable {
    cursor: pointer;
}

.inside-shadow-lg {
    box-shadow: inset 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/* Sortable lists */

.no-list-style{
  list-style: none;
}

.no-margins{
  margin-right: 0!important;
}
body.dragging, body.dragging * {
  cursor: pointer !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.example li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.example li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
/* end sortable lists */

/* Reporting css */
.border-none{
  border: none!important;
  border-top: none!important;
  border-bottom: none!important;
}
.border-bottom-none{
  border-bottom: none!important;
}
.border-top-none{
  border-top: none!important;
}

.rounded-border-left{
  border-top-left-radius: 1em;
  border-bottom-left-radius: 1em;
}
.rounded-border-right{
  border-top-right-radius: 1em;
  border-bottom-right-radius: 1em;
}

.highlight {
  border: 1px solid lightskyblue;
  border-radius: .1em;
  font-size: 3em;
  height: .5em;
  background-color: lightskyblue;
}
#report_validationSummary > ul {
  list-style-type: none;
}

.report_checkbox {
    display: inline-block !important;
    cursor: pointer !important;
    position: relative !important;
}

.report_checkbox_element {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 99999 !important;
    opacity: 0 !important;
    cursor: pointer !important;
}
.report-item{
  background-color: white;
  border-radius: 1em;
}

.red-tooltip + .tooltip.top > .tooltip-arrow {
  background-color: #0068c1;
}

.report-card{
  border: none!important;
}
/* end reporting css */


/* response by day chart css */
.response-rect:hover {
    fill: #d9e9fa;
}

.course-details-collapse {
    position: relative;
    top: -1em;
    zoom: 1.8;
}

.event-text {
    fill:red;
}

/* busy screen */
.busy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(217, 233, 250, 0.4);
}

.busy-indicator {
    position: relative;
    left: 50%;
    top: 50%;
}

/* pagination css */
div.pagination-bar {
  margin: 0;
  padding: 0;
}
.pagination-bar > a{
  border-radius: 100%;
  border-color: #0068c1;
  border-style: solid;
  border-width: 1px;
  background: #0068c1;
  color: whitesmoke;
  display: inline-block;
  line-height:2em;
  width: 2em;
  padding-left: .6em;
}
.pagination-bar > a:nth-child(n+10){
  padding-left: .325em;
}
.pagination-bar > a:hover{
  color: #0068c1;
  background-color: whitesmoke;
}
.pagination-bar > a.active-page{
  color: #0068c1;
  background-color: whitesmoke;
}
/* end pagination css */

/* sort icons for sortable tables */
.sort-header th { 
        padding-right: 18px;
        position: relative;
}
.sort-header th:before,
th:after {
        border: 4px solid transparent;
        content: "";
        display: block;
        height: 0;
        right: 5px;
        top: 50%;
        position: absolute;
        width: 0;
}
.sort-header th:before {
        border-bottom-color: #666;
        margin-top: -9px;
}
.sort-header th:after {
        border-top-color: #666;
        margin-top: 1px;
}

/* tag cloud styles */
.scroll-content{
  width: 100%;
  height: 53rem;
  background-color: white;
  overflow: auto;
}

.tag-active{
  fill: red;
}

.filter-dropshadow{
  filter: drop-shadow(0 0 0.20rem gray)
}
.tableFixHead thead th { position: sticky; top: 0; }

.tableFixHead > table  { 
  position: relative;
  border-spacing: initial;
}

tr.taghead th  { background:#d9e9fa; color: black; }
tr.course-detail:hover{
  background-color: #0068c1;
  color: white;
  cursor: pointer;
}

#detail_select{
  margin-top: 1.5em;
}

.scroll-content::-webkit-scrollbar {
  width: .5em;
}
 
.scroll-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1em rgba(0, 0, 0, 0.3);
}
 
.scroll-content::-webkit-scrollbar-thumb {
  background-color: #0068c1;
}

/* table sorting css */

.sort-container{
  position: relative;
  cursor: pointer;
}

.headerSortDown:after,
.headerSortUp:after {
  content: "";
  position: absolute;
  right: 1.4em;
  border: 10px solid transparent;
  line-height: 5px;
}

.headerSortDown:after {
  top:2.25em;
  border-top-color: #0068c1;
}

.headerSortUp:after {
  bottom: .5em;
  border-bottom-color: #0068c1;
}

/* end table sorting css */

/* These are negative margin classes which are no longer included in bootstrap by default.
   To get this full feature requires changing a sass variable and building bootstrap from that locall.
*/

.ms-n5 {
    margin-left: -3rem !important;
}

.me-n4 {
    margin-right: -1.5rem !important;
}

.ms-n4 {
    margin-left: -1.5rem !important;
}

.me-n3 {
    margin-right: -1rem !important;   
}

.icon-chevron {
    position: absolute;

}

/* WCAG 2.2 SC 1.4.10 (Reflow): ensure data tables remain usable at 320 CSS px
   without breaking page reflow. Per WCAG, data tables are exempt from the
   no-horizontal-scroll requirement, but the page itself must reflow. We force
   any .table not already wrapped in .table-responsive to scroll horizontally
   inside its own block on narrow viewports, so it cannot push the page wider. */
@media (max-width: 575.98px) {
    main table.table {
        display: block;
        max-width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    /* Restore native table-layout inside .table-responsive (which already
       provides its own horizontal-scroll wrapper). */
    main .table-responsive table.table {
        display: table;
    }
}
/* End bootstrap overrides */
