﻿.spacing {
    margin-bottom: 10px !important;
}

body {
    padding: 0px;
    margin-bottom: 20px;
    min-height: 100px;
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.body-content {
    margin-top: 3px;
    margin-bottom: 0px;
}

.navbar-fixed-top {
    background-color: #004c23;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#004c23), color-stop(50%, #004c23), to(#004c23));
    background-image: -webkit-linear-gradient(#004c23, #004c23 50%, #004c23);
    background-image: -o-linear-gradient(#004c23, #004c23 50%, #004c23);
    background-image: -moz-linear-gradient(top, #004c23, #004c23 50%, #004c23);
    background-image: linear-gradient(#004c23, #004c23 50%, #004c23);
    background-repeat: no-repeat;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #000000;
    font-weight: bold;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#009846), color-stop(50%, #009846), to(#009846));
    background-image: -webkit-linear-gradient(#009846, #009846 50%, #009846);
    background-image: -moz-linear-gradient(top, #009846, #009846 50%, #009846);
    background-image: -o-linear-gradient(top, #009846, #009846 50%, #009846);
    background-image: linear-gradient(#009846, #009846 50%, #009846);
    background-repeat: no-repeat;
}

.navbar-inverse .navbar-nav > .active > a {
    color: #FFCCFF;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#001100), color-stop(50%, #003300), to(#004400));
    background-image: -webkit-linear-gradient(#004400, #003300 50%, #001100);
    background-image: -moz-linear-gradient(top, #004400, #003300 50%, #001100);
    background-image: linear-gradient(#004400, #003300 50%, #001100);
    background-repeat: no-repeat;
}

    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: white;
        font-weight: bold;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#001100), color-stop(50%, #003300), to(#004400));
        background-image: -webkit-linear-gradient(#004400, #003300 50%, #001100);
        background-image: -moz-linear-gradient(top, #004400, #003300 50%, #001100);
        background-image: linear-gradient(#004400, #003300 50%, #001100);
        background-repeat: no-repeat;
    }

.navbar-inverse .navbar-nav > li > a.helpcss {
    color: white;
    background: none;
}

.badge-activesurvey {
    color: #fff;
    background-color: #cc5430;
}


.loadingHeader {
    width: 100%;
}

.loadingHeader-content {
    position: relative;
    text-align: center;
    font-size: 225%;
}

.loadingHeader-display {
    display: block;
}

.loadingHeader-hidden {
    display: none;
}

.errorHeader-content {
    position: relative;
    font-size: 100%;
}

.hideDeveloperError {
    display: none;
}

footer {
    margin-top: 3px;
    padding: 15px 0 15px 0;
    background: #1e4d2b;
    position: absolute;
    width: 100%;
}

a.disabled {
    pointer-events: none;
    cursor: default;
}

.btn-link {
    font-weight: 400;
    color: green;
    text-decoration: underline;
}

    .btn-link:hover {
        font-weight: bold;
        color: darkgreen;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        color: green;
        text-decoration: underline;
        box-shadow: none;
    }

.dropdown-item:hover {
    color: white;
    background-color: #276337;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .50rem .4rem;
    font-size: .8125rem;
    line-height: .5;
    border-radius: .2rem;
}

.card-header .btn[aria-expanded=false] {
    font-size: 14px;
}

.card-header .btn[aria-expanded=true] {
    padding-left:20px;
    padding-right:20px;
    color: #d39e00;
    border: 1px dashed #d39e00;
    font-size: 14px;
}

.ceBtnColor {
    color: #fff !important;
    background-color: #276337 !important;
    border: 1px solid #C8C372 !important;
}

    .ceBtnColor:hover {
        color: #fff !important;
        background-color: #1E4D2B !important;
    }

    .ceBtnColor:not(:disabled):not(.disabled):active, .ceBtnColor:not(:disabled):not(.disabled).active,
    .show > .ceBtnColor.dropdown-toggle {
        box-shadow: 0 0 0 2px rgba(200, 195, 114, .5) !important;
        box-sizing: border-box !important;
    }

.ceTitle {
    font-size: medium;
    text-align: center;
    font-weight: bold;
}

.ceHeader {
    font-size: 14px;
    font-weight: bold;
}

.ceRole {
    font-size: small;
    font-style: italic;
    text-align: center;
    font-weight: normal;
}

.ceCardHeader {
    font-size: medium;
    text-align: center;
    font-weight: bold;
}

.ceKeepSpacing {
    white-space: pre-wrap;
}

.ceKeepLines {
    white-space: pre-line;
}

.ceImgFit {
    flex: 1;
    height: 100%;
}

.ceProgressBar {
    background-color: #276337;
    border: 1px solid transparent;
    padding-top:0;
}

.progress-bar {
    color: #fff;
    background-color: #1E4D2B!important;
    padding-top:0;
}

input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}


/*For reports section*/

.table {
    display: table;
    text-align: center;
    width: 350px;
    /*margin: 10% auto 0;*/
    border-collapse: separate;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    /*padding-left: 12px;
    padding-top: 5px;*/
}

.table_row {
    display: table-row;
}

.theader {
    display: table-row;
}

.table_header {
    display: table-cell;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 1px solid;
    background: #5cb85c;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}

    .table_header:first-child {
        border-left: #ccc 1px solid;
        border-top-left-radius: 5px;
    }

    .table_header:last-child {
        border-right: #ccc 1px solid;
        border-top-right-radius: 5px;
    }

.table_small {
    display: table-cell;
}

.table_row > .table_small > .table_cell:nth-child(odd) {
    display: none;
    background: #bdbdbd;
    color: #e5e5e5;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table_row > .table_small > .table_cell {
    padding-top: 3px;
    padding-bottom: 3px;
    color: gray;
    border-bottom: #ccc 1px solid;
}

.table_row > .table_small:first-child > .table_cell {
    border-left: #ccc 1px solid;
}

.table_row > .table_small:last-child > .table_cell {
    border-right: #ccc 1px solid;
}

/*.table_row:last-child > .table_small:last-child > .table_cell:last-child {
    border-bottom-right-radius: 5px;
}

.table_row:last-child > .table_small:first-child > .table_cell:last-child {
    border-bottom-left-radius: 5px;
}*/

.table_row:nth-child(2n+3) {
    background: #e9e9e9;
}


.progress-bar-blank {
    background-color: rgb(0,255,0);
    background-color: rgba(0,255,0,0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,255,0,0);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,255,0,0);
    box-shadow: inset 0 -1px 0 rgba(0,255,0,0);
}

.progress-task {
    margin-bottom: 5px;
}

.reportProgressBar {
    background-color: #f5f5f5;
    border: 1px solid transparent;
}

.progress-bar {
    color: #fff;
    background-color: #D9782D;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.backgroundTitleHeader {
    background-color: transparent !important;
    color: #fff;
}

.reportHeader {
    font-size: 20px;
    font-weight: bold;
    color: #C8C372;
    text-align: center !important;
}

.reportCourseHeader {
    font-size: 18px;
    font-weight: bold;
}

.reportSurveyHeader {
    font-size: 16px;
    font-weight: bold;
    color: #D9782D;
}

.reportCardQuestionGroupHeader {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #1E4D2B;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #fff;
}

.containerCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerPadding {
    padding: 10px;
}

.hrStyle {
    border-bottom: 1px solid #00ff00;
}

.btn-default {
    background-color: #276337;
    font-weight: bold;
    border: 1px solid #CEA12B;
    color: #ffffff;
}

.btn-border {
    /*background-color: #276337;*/
    font-weight: bold;
    border: 1px solid #CEA12B;
}


.StudentInformation {
    display: block !important;
    color: red;
    font-weight: bold;
}

.hide-element {
    display: none;
}


.panel {
    border: 1px solid;
}

.panel-heading {
    background-color: #1E4D2B;
    color: #ffffff;
}

.buttons-html5 {
    font-size: .6rem;
    padding: .5rem 1.6rem;
    margin-bottom: 10px;
}

.btn-default,
.navbar-nav .btn-default,
.container .navbar-nav .btn-default {
    background-color: #276337 !important; /*// #276337; / CSU-gold #CEA12B; / gold: #FFD700; //*/
    font-weight: bold !important;
    border: 1px solid #CEA12B !important; /*// #CEA12B; //*/
    color: #ffffff !important;
    border-radius: 0px !important;
}

    .btn-default:hover,
    .btn-default:focus,
    .navbar-nav .btn-default:hover,
    .navbar-nav .btn-default:focus,
    .container .navbar-nav .btn-default:hover,
    .container .navbar-nav .btn-default:focus {
        background-color: #498537;
        font-weight: bold;
        border: 1px solid #CEA12B; /*// #CEA12B; //*/
        color: #ffffff;
    }


.contentHeightForFooter {
    min-height: calc(100vh - 273px);
}

#MainLoadingScreenHeader {
    position: fixed;
    z-index: 1;
    width: 50%;
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.width-50Percent {
    width: 50%;
}

/*Container section*/
.containerSurveyReport {
    width: 100%;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
}

.containerSearchReport {
    width: 40%;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

span.mobileHead {
    display: none;
}

@media(max-width:1040px) {
    span.mobileHead {
        display: inline;
    }

    .containerSearchReport {
        width:95%;
    }

    .containerSearchReport form{
        width:100%;
    }

    .containerSearchReport td {
        display:block;
        padding: 0;
        text-align: right;
        padding-right: 20px
    }

        .containerSearchReport th {
            display:none;
        }

    .containerSearchReport td:last-of-type {
        text-align: center;
    }

    .containerSearchReport input {
        display: inline;
        margin: 6px;
        width: 50%;
    }
    .containerSearchReport b input {
        width: auto;
    }

    .containerSearchReport span {
        margin-right: 10px;
    }

}

.containerNotification {
    width: 60%;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.containerSearchReportResult {
    width: 90%;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*overflow: hidden;*/
    margin: 0 auto;
}

.mainbody,
.header,
.footer {
    padding: 5px;
}

.mainbody {
    margin-top: 0;
}

.header {
    border-bottom: 1px solid #EEE;
    background-color: #1E4D2B;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.footer {
    height: 40px;
    background-color: whiteSmoke;
    border-top: 1px solid #DDD;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.highlight {
    padding: 9px 14px;
    margin-bottom: 14px;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
}

.requiredField:after {
    content: " *";
    font-weight: bold;
    color: red;
}

/*Navbar*/
.navbar-subbar {
    height: 40px;
    background-color: #C8C372 !important;
    border-bottom: 1px solid #000000 !important;
}

.nav-link-csu {
    color: #1E4D2B !important;
    font-weight: bold;
}

.nav-hamburger {
    background-color: #1E4D2B !important;
}

/*Datatable Section*/
/*table.dataTable thead {
    background-color: blue !important;
}*/

tr.dtrg-group.dtrg-level-0 td {
    background-color: #709053 !important;
    font-weight: bold !important;
    padding-left: 2px !important;
}

tr.dtrg-group.dtrg-level-1 td {
    background-color: #81ae64 !important;
    font-weight: bold !important;
}

tr.dtrg-group.dtrg-level-2 td {
    background-color: #c7e78b !important;
    font-weight: bold !important;
}

/***********************************************/
/*Tooltip Section*/
.ToolTipSection {
    position: relative;
    cursor: default;
    color: #007bff;
}




    .ToolTipSection div {
        background: #105456;
        color: #fff;
        padding: 7px;
        border-radius: 5px;
        position: absolute;
        min-width: 50px;
        max-width: 300px;
        width: 250px;
        display: none;
        z-index: 999;
        left: 65%;
        top: -13% !important;
        text-align: left;
    }

        .ToolTipSection div:before {
            content: '';
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            border-top: 8px solid transparent;
            border-bottom: 8px solid transparent;
            border-right: 8px solid black;
            left: -8px;
            top: 7px;
        }

        .ToolTipSection div a {
            color: white;
            text-decoration: none;
        }



/***********************************************/
.confidentialBorderImg {
    border: 50px solid transparent;
    padding: 15px;
    border-image: url('../images/confidential-logo.png') 150 round;
}

@media print {
    .PrintInsideBreak {
        -webkit-column-break-inside: avoid-page !important;
    }

    .PrintAfterBreak {
        page-break-After: always !important;
    }

    .PrintBeforeBreak {
        page-break-before: always !important;
    }

    .body-content {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}




.tilesContainer {
    text-align: center;
    padding-top:85px;
}

.csuTile {
    color: white;
    text-decoration: none;
    width: 180px;
    height: 180px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    border-radius: 22px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    margin: 15px;
    font-weight: bold;
    padding: 5px;
    font-size: 18px;
    background: #1E4D2B;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.15);
}

    .csuTile:hover {
        color: #dddddd;
        text-decoration: none;
        border-color: #C8C372;
        box-shadow: 0px 0px 4px 3px;
    }


    .csuTile a {
        color: white;
        line-height: 1.5em;
        vertical-align: middle;
        display: inline-block;
    }

.csuTile-special {
    color: black;
    background: #CEA12B;
    border-width: 3px;
}

    .csuTile-special :hover {
        color: #555555;
    }


    .csuTile-special a {
        color: black;
    }

.csuBackground {
    background: #1E4D2B !important;
    color: white;
}

.tilesContainer .csuNewsFeed {
    margin-top: -70px;
}


@media(max-width:1000px) {
    .tilesContainer dl {
        display: block;
    }

}

.dropdown-item.active {
    background: #59595B !important;
}

.dropdown-item:active {
    background: #59595B !important;
}

@media(max-width:768px) {
    .navbar-toggler {
        margin-top: -4px;
    }

    .navbar-collapse {
        z-index: 10;
        background: #1E4D2B;
        opacity: .98;
        border: 1px solid black;
        box-shadow: 2px 2px 3px 2px;
    }

    .nav-item {
        text-align: center;
    }

    .nav-link-csu {
        color: white !important;
    }




    /*.dropdown-toggle[aria-expanded="true"] {
        background: #1E4D19;
    }*/

    #mainNavigation .dropdown-menu {
        background: #1E4D19 !important;
        float: none !important;
        margin-right: 7px !important;
        margin-left: 7px !important;
        border:2px solid;
    }
    .dropdown-menu li a{
        text-align:center;
    }

    .dropdown-item {
        color: white!important;
    }
    .dropdown-item:hover {
        background-color: #276337!important;
    }
    .dropdown-item .active {
        background:#276337 ;
    }
}

.dropdown-item:hover {
    background: #eee;
}

.csuBreadcrumbTile {
    background: #1E4D2B;
    display:inline-block;
    color:white;
    width:200px;
    height:30px;
    border-radius:4px;
}

input.btn-primary {
    background: #1E4D2B;
    border-color: #1E4D2B;
}
input.btn-primary:hover {
    background: #1E4D2B!important;
    border-color: #59595B;
    text-decoration:underline;
}

input.btn-primary:focus {
    box-shadow:none;
}

    input.btn-primary:active {
        background: #1E4D2B !important;
        border-color: #1E4D2B !important;
        box-shadow: 0 0 0 0.2rem rgba(40,140,40,.5) !important;
        text-decoration:underline;
    }


.requiredAsterisk {
    color: #CC5430;
}

#courseReportsList .btn-link{
    font-weight:normal;
}

.containerSearchReportResultSurvey{
    margin:auto;
}

.spaceForLoadedList{
    min-height:700px;
}

.navigationTextContainer {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    overflow: visible;
    padding-top:10px;
}

.ceSurveyCard {
    background: #276337!important;
    color: white;
}

.ceSurveyCard2 {
    background: #709053 !important;
    color: white;
}

.csuLinkButton {
    display:inline-block;
    color:white;
    text-decoration: none;
    background-color: #1E4D2B;
    padding: 10px;
    border-radius: .25rem;
}

.csuLinkButton:hover{
    color:white;
}

.nav-link.csuLinkButton{
    margin:10px;
    color:white;
}

    .nav-link.csuLinkButton.disabled {
        color:white;
        box-shadow: 0 0 2px 3px #C8C372;
    }

.nav-link.csuLinkButton:not(.disabled):hover {
    box-shadow: 0 0 4px #1E4D2B;
}

#instructDropdown{
    padding:2px;
    border:2px solid #444;
    width:325px;
    max-height:340px;
    overflow-y:auto;
}

.instructorDropdownItem {
    margin-bottom: 2px;
    padding: 2px 5px 2px 27px !important;
    border: 2px solid white;
    border-left:4px solid white;
}


/*custom instructor dropdown styling*/
.instructorDropdownItem.disabled{
    opacity:.5;
}
.instructorDropdownItem.selected {
    border: 2px solid #1E4D2B;
    border-left: 4px solid #1E4D2B;
}

.instructorDropdownItem:not(.selected):hover {
    border-color: #eee;
}

.instructorDropdownItem input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.instructorCheckmark {
    position: absolute;
    top: 6px;
    border-radius: 4px;
    left: 3px;
    height: 20px;
    width: 20px;
    border:1px solid grey;
    background-color: #eee;
}

.instructorDropdownItem :hover input ~ .instructorCheckmark {
    background-color: #ccc;
}

.instructorDropdownItem input:checked ~ .instructorCheckmark {
    background-color: #1E4D2B;
    border: none;
}

.instructorCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.instructorDropdownItem input:checked ~ .instructorCheckmark:after {
    display: block;
}

.instructorDropdownItem .instructorCheckmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.instructorDropdownItem:not(.disabled){
    cursor: pointer;
}

.instructorDropdownItem:hover {
    background: #eee;
}

#instructorDropdownContainer {
    display: inline-block;
    margin-bottom: -2px;
    top: -10px;

}
#instructorDropdownContainer > button{
    padding: 3px 15px 3px 18px;
    border-radius: 6px;
    box-shadow: inset 0px 0px 7px -4px;
}

.dropdown-toggle::after {
    margin-top: 10px;
    float: right;
    font-size: 13px !important;
}

.containerCombineCourseOfferings {
    width: 40%;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;    
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

.isCombined {
    background-color: #C9D845 !important;
}

.containerCopySurvey {
    width: 40%;
    border: 1px solid #D3D3D3;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}

fieldset.copy-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.copy-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    color: gray !important;
    text-align: left !important;
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.disabledElement {
    pointer-events: none;
    cursor: default;
}

#studentListTable,
#studentInstructorListTable,
#activeSurveysTable {
    word-break: break-word;
    width: 100% !important;
    display: none;
}

#studentInstructorListTable .result,
#studentListTable .result {
    display: none;
}
#studentInstructorListTable .dtrg-group, 
#studentListTable .dtrg-group {
    cursor: pointer;
}

#studentInstructorListTable .dtrg-group:hover i,
#studentListTable .dtrg-group:hover i {
    color: #555;
}

#studentInstructorListTable .dtrg-group.expanded i,
#studentListTable .dtrg-group.expanded i {
    transform: rotate(180deg);
    color: #555;
}
#studentInstructorListTable .dtrg-group i,
#studentListTable .dtrg-group i {
    margin-left: 5px;
}
#studentInstructorListTable .dtrg-group td,
#studentListTable .dtrg-group td {
    border-radius: 6px;
}

.expandAllButton {
    display: none;
    color: white;
    text-decoration: none;
    background-color: #1E4D2B;
    margin-top:5px;
    padding-left:10px;
    padding-right:10px;
    border-radius: .25rem;
    position:absolute;
    z-index: 1;
}
@media screen and (max-width: 640px) {
    .studentInstructorListResultsContainer .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter,
    .studentListResultsContainer .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
        float: right;
        text-align: center;
    }
}

.pdfTip {
    position: absolute;
    display: inline-block;
    right: 90px;
    font-weight: initial;
    font-size: 15px;
    color: black;
}

@media screen and (max-width: 900px) {
    .pdfTip {
        display:none;
    }
}