﻿:root {
    --gc-darker-blue: #0f1943;
    --gc-dark-blue: #0a1d54;
    --gc-blue: #002265;
    --gc-light-blue: #3b417e;
    --gc-lighter-blue: #636397;
    --gc-darker-gray: #727272;
    --gc-dark-gray: #909090;
    --gc-gray: #b0b0b0;
    --gc-light-gray: #bdbdbd;
    --gc-lighter-gray: #cacaca;
}

body {
    padding-top: 30px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 0;
    padding-right: 0;
}

/* Override the default bootstrap behavior where horizontal description lists
   will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
    white-space: normal;
}

.validation-summary-errors {
    color: red;
}

.navbar {
    background-color: var(--gc-blue);
    height: 49px;
    padding: 0;
}

.navbar-inverse .navbar-nav > li a {
    color: white;
}

.navbar-nav {
    /*margin-top: 3px;*/
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 0 15px 0 0;
    font-size: 18px;
    line-height: 20px;
    margin-right: 0;
}

div.optionsTableWrapper {
    padding-top: 10px;
}

a, a:active, a:visited {
    color: var(--gc-blue);
}

a.btn-secondary, a.btn-secondary:active, a.btn-secondary:visited {
    color: #ffffff;
}
a:hover {
    text-decoration: none;
}
.navbar-nav > .nav-item {
    padding: 5px;
}
.navbar > .container, .navbar > .container-fluid {
    background-color: var(--gc-blue);
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}
.gc-link {
    cursor: pointer;
}
#logo {
    background-color: #f5f5f5;
    border: solid 1px #dddddd;
    height: 50px;
    padding: 5px;

}
.wrap {
    white-space: normal !important;
}

button.disabled:hover {
    cursor: not-allowed;
}

.jumbotron {
    border: solid 1px #ddd;
    background-color: #efefef;
    padding-top: 3rem;
    margin-bottom: 0;
}

.col-form-label {
    text-align: right;
}

.form-check {
    padding-left: 2rem;
}
.page-link {
    color: #337ab7;
}

.page-item {
    width: 43px;
    text-align: center;
}
.page-item:first-of-type, .page-item:last-of-type {
    width: auto;
}

.page-item.active .page-link {
    background-color: #337ab7;
}

.img-connect {
}

.img-commit {
}

.img-complete {
}

.fixed-top {
    z-index: 49;
}
span.input-group-text > i.fas, tr a > i.fas {
    color: black;
}
.Page_Logo {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.Page_Logo #closeButton {
    position: relative;
    right: 15px;
    float: right;
}
.Page_Logo #filterDiv {
    position: absolute;
    left: 1rem;
}
.card {
    margin-top: 1rem;
    border: 0;
    margin-bottom: 30px;
}

.card-body {
    border-radius: .25em;
    border: solid 1px #ddd;
}

.panel-default {
    background-color: #efefef;
    border: solid 1px #ddd;
    padding-left: 15px;
    padding-right: 15px;
}

.input-group-text {
    /*width: 42px;*/
}

input.btn-primary, a.btn-primary, button.btn-primary {
    background-color: #337ab7 !important;
    border-color: #2e6da4;
    color: white;
}

input.btn-primary:hover, a.btn-primary:hover {
    background-color: #286090 !important;
    border-color: #204d74;
    color: white;
}

.btn-primary.dropdown-toggle {
    background-color: #337ab7 !important;
    border-color: #2e6da4;
    color: white;
}

.btn-primary.dropdown-toggle:hover {
    background-color: #286090 !important;
    border-color: #204d74;
    color: white;
}

.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #286090 !important;
}

.btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
    background-color: #286090 !important;
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #cfcfcf;
}

div.input-group-append button.btn {
    margin: 0;
    padding: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}

.pagination .page-item.active .page-link {
    background-color: #337ab7;
}
a.dropdown-toggle > i {
    color: white;
}
/*.btn-group {
    width: 160px;
    padding-bottom: 5px;
}*/

.btn.btn-sm {
    padding: .5rem 1.6rem;
    font-size: .8rem;
}

.btn.btn-xs {
    padding: .3em 1em;
    font-size: 0.64rem;
}
/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

    input[type='radio'] {
        margin-right: 10px;
    }

.radio label, .checkbox label {
    padding-left: 20px;
}

#success_message {
    display: none;
}

.page1 {
    margin-left: 0;
}

.page2 {
    display: none;
}

.page3 {
    display: none;
}


.btnNext .btnBack {
}

.birthdate .ssn .phone {
}

.fulldate .partdate {
}

.card > div > img {
    max-width: 200px;
}

.adminButton {
    margin: 10px;
}

address {
    margin: 10px;
}

.footer {
    left: 0;
    right: 0;
}
i.search-clear {
    right: 22px;
    position: relative;
    top: 10px;
    width: 0;
    cursor: pointer;
    display: none;
}

div.searchButton i {

    cursor: pointer;
}

.searchBox:focus + i.search-clear, .searchBox:hover + i.search-clear, .searchBox + i.search-clear:hover, #alternatesSearch:focus + i.search-clear, #alternatesSearch:hover + i.search-clear, #alternatesSearch + i.search-clear:hover {
    display: inline-block;
    z-index: 52;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(1) {
    width: 13% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(2) {
    width: 18% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(3) {
    width: 12% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(4) {
    width: 7% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(5) {
    width: 7% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(6) {
    width: 5% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(7) {
    width: 10% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(8) {
    width: 13% !important;
}

#courseSearchDiv table.dataTable thead.thead-responsive-lg th:nth-child(9) {
    width: 15% !important;
}

table#sequence.table thead th:nth-child(1) {
    width: 3% !important;
}

table#sequence.table thead th:nth-child(2) {
    width: 3% !important;
}

table#sequence.table thead th:nth-child(3) {
    width: 24% !important;
}

table#sequence.table thead th:nth-child(4) {
    width: 5% !important;
}

table#sequence.table thead th:nth-child(5) {
    width: 10% !important;
}

table#sequence.table thead th:nth-child(6) {
    width: 25% !important;
}

table#sequence.table thead th:nth-child(7) {
    width: 5% !important;
}

table#sequence.table thead th:nth-child(8) {
    width: 8% !important;
}

table#sequence.table thead th:nth-child(9) {
    width: 6% !important;
}

table#sequence.table thead th:nth-child(10) {
    width: 6% !important;
}

table#sequence.table thead th:nth-child(11) {
    width: 5% !important;
}

/* 5 30 5 10 30 5 8 7 */
table#availableCourses.table thead th:nth-child(1) {
    width: 5% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 30% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 5% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 10% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 30% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 5% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 8% !important;
}

table#availableCourses.table thead th:nth-child(1) {
    width: 7% !important;
}

table.example-courses thead th:nth-child(1) {
    width: 60% !important;
}

table.example-courses thead th:nth-child(2) {
    width: 30% !important;
}

table.example-courses thead th:nth-child(3) {
    width: 10% !important;
}

#SamplePlans table thead th:nth-child(1) {
    width: 15% !important;
}

#SamplePlans table thead th:nth-child(2) {
    width: 35% !important;
}

#SamplePlans table thead th:nth-child(3) {
    width: 35% !important;
}

#SamplePlans table thead th:nth-child(4) {
    width: 15% !important;
}

table#tblSchedule thead th:nth-child(9) {
    width: 2em;
}

#TSIListTable table thead th:nth-child(1) {
    width: 10%;
}

#TSIListTable table thead th:nth-child(2) {
    width: 25%;
}

#TSIListTable table thead th:nth-child(3) {
    width: 35%;
}

#TSIListTable table thead th:nth-child(4) {
    width: 10%;
}

#TSIListTable table thead th:nth-child(5) {
    width: 10%;
}

#TSIListTable table thead th:nth-child(6) {
    width: 10%;
}

.input-group {
    align-self: flex-start;
    padding-top: 10px;
}

.dropdown {
    padding-right: 5px;
}
.dropdown.disabled {
    opacity: .5;
}
#majors .dropdown-menu {
    max-height: 350px;
    overflow-y: scroll;
}
.form-group {
    margin-bottom: 5px;
}
.newAppButton {
    background-color: var(--gc-blue);
    border-color: var(--gc-blue);
    color: white;
}

.news_wrapper {
    padding: 1em;
    border-radius: .25em;
    border: solid 1px #ddd !important;
}
.news-time {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    margin: .5rem;
}
.selected {
    background-color: #cfcfcf !important;
    color: black !important;
}

a.loginButton {
    background-color: var(--gc-blue);
    border-color: var(--gc-blue);
    color: white;
    float: left;
}

.bottom-right {
    bottom: 0;
    right: 0;
}

.required:after {
    content: "*";
    font-weight: bold;
    color: red;
}

tr.unselected {
    opacity: .5;
    background: lightgray;
}

tr.dimRow {
    opacity: .5;
}
.termList {
    width: 100%;
    margin: auto;
    border: solid 1px lightgray;
}

.termList > #idSections {
    font-size: 1em;
}
#idSections.table tbody tr {
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}
.preload, .preview {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF;
    opacity: .7;
    z-index: 3010;
}
#preload-2.preload {
    display: block;
}
.preload-wrapper, .preview-wrapper {
    padding-left: 50%;
    padding-right: 50%;
    padding-top: 15rem;
}
#detailsDiv {
    position: fixed;
    z-index: 201;
    display: none;
    text-align: center;
    padding: 0;
    top: 0;
    bottom: 0;
}

    #detailsDiv > div, #detailsDiv > iframe {
        z-index: 201;
        box-shadow: 5px 5px 5px #333333;
        background-color: white;
        min-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        margin-top: 30px;
        margin-bottom: 0;
        max-height: 90%;
    }

.div_popup_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .7;
    z-index: 200;
}
.popupTableWrapper {
    width: 100%;
    padding: 5px;
}

.ui-datepicker {
    z-index: 300 !important;
}

@media (max-width: 767px) {

    .navbar-brand {
        padding: 0 15px 0 0;
    }

    .navbar {
        margin-top: 0;
        float: none;
    }

    h2 {
        margin-top: 5px
    }

    .card-body {
        padding-top: 15px;
    }


    .jumbotron {
        padding-top: 1rem;
        margin-bottom: 2rem;
    }

    .col-form-label {
        text-align: left;
    }

    .img-container {
        display: none;
    }
}

@media (max-width: 575px) {
    .adminButton {
        height: 40px;
    }
    .card {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .card-body {
        border: 0;
    }
    div.card-body.news-wrapper {
        border-radius: .25em;
        border: solid 1px #ddd;
    }
    .container-fluid {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .body-content {
        padding-left: 15px;
        padding-right: 15px;
    }
}

h2.pageTitle {
    margin-top: 0;
}


.coursehover {
    margin-bottom: 20px;
}

.courseitem {
    overflow: hidden;
    white-space: nowrap;
}


.programDetailLine {
    overflow: hidden;
    white-space: nowrap;
}

.programInfoModule > div {
    margin-bottom: 10px;
}

@media only print {
    .programSidebar {
        display: none;
    }

    .programInfoModule {
        margin-right: 0;
    }
}

.programInfo {
    line-height: 1.5em;
    overflow: visible;
    background: #efefef url(../Content/images/furley_bg.png) 0 0 repeat;
    margin: .5em;
    overflow: hidden;
    border: solid 1px #dfdfdf;
}

.heading {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    line-height: 2em;
    white-space: nowrap;
    overflow: hidden;
}

.subHeading {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
}

.subHeading-focusDropdown {
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.5em;
    white-space: nowrap;
    overflow-x: visible;
}

.termHeading {
    text-indent: 10px;
    font-weight: bold;
    font-size: 1em;
    line-height: 1.4em;
    overflow: hidden;
    white-space: nowrap;
}

.programInfo img {
    height: 20px;
    width: 20px;
}

div.toggleLink {
    cursor: pointer;
}

.tooltip.top .tooltip-arrow {
    border-top-color: black;
}

.tooltip.right .tooltip-arrow {
    border-right-color: black;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: black;
}

.tooltip.left .tooltip-arrow {
    border-left-color: black;
}
.tooltip-inner {
    background-color: white;
    color: black;
    box-shadow: 0px 0px .5em rgba(0,0,0,.8);
    -moz-box-shadow: 0px 0px .5em rgba(0,0,0,.8);
    -webkit-box-shadow: 0px 0px .5em rgba(0,0,0,.8);
    text-align: left;
    white-space: nowrap;
    max-width: none;
}
.tooltip.show {
    opacity: 1 !important;
}
button.ui-dialog-titlebar-close:after {
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    content: "\f00d";
    top: -5px;
}
.ui-dialog-titlebar.ui-widget-header, button.ui-button.ui-state-default {
    background: #003366;
    color: #fff;
}
.ui-widget-overlay {
    opacity: .2;
}
.table thead th {
    padding: 0.5rem;
    border: none;
}
.table tbody td {
    padding: 0.5rem;
    border: none;
}
table.table a {
    color: var(--gc-blue);
}
a i {
    color: black;
}
div.loading {
    margin: -24px;
}
#popupBody div.loading, #detailsFrame div.loading {
    padding: 3rem;
}

object#popupBody {
    width: 100%;
    height: 100vh;
}

#qrDiv {
    position: absolute;
    width: 100%;
    z-index: 3001;
    display: none;
    text-align: center;
}

#qrDiv img {
    display: inline-block;
    z-index: 3002;
    background: #FFFFFF;
}

.qr-wrap {
    background-color: white;
    width: 325px;
    padding: 15px;
    margin: auto;
    box-shadow: 5px 5px 5px #333333;
}

.fa-spin {
    -webkit-animation: fa-spin .75s infinite linear !important;
    animation: fa-spin .75s infinite linear !important;
}

.filterButton {
    font-size: .7em;
    float: left;
    margin: 5px;
    padding: 5px;
}
.scheduleFilter {
    display: none;
}

.courseitem.unused {
    text-decoration: line-through;
    opacity: .5;
}
.plan-icon {
    text-align: center;
    font-size: .7em;
}
.link {
    cursor: pointer;
}
/*table.table tr.child:hover td {
    white-space: normal;
}*/
/* Grow */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

    .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }

.Page_Content {}
.Form_Container {}
.studentProfile {}
/* More Button / Dropdown Menu */
.more {}

.more-btn, .more-menu-btn {
    background: none;
    border: 0 none;
    line-height: normal;
    overflow: visible;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    width: 100%;
    text-align: left;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.sub-btn, .sub-menu-btn {

}

.more-menu, .sub-menu {
    right: 0;
    position: absolute;
    z-index: 48;
    float: left;
    padding: 10px 0;
    margin-top: 9px;
    background-color: #fff;
    border: 1px solid #ccd8e0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translate(0, 15px) scale(.95);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.more-menu-caret {
    position: absolute;
    top: -10px;
    right: 35px;
    width: 18px;
    height: 10px;
    overflow: hidden;
}

.more-menu-caret-outer,
.more-menu-caret-inner {
    position: absolute;
    display: inline-block;
    margin-left: -1px;
    font-size: 0;
    line-height: 1;
}

.more-menu-caret-outer {
    border-bottom: 10px solid #c1d0da;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    height: auto;
    left: 0;
    top: 0;
    width: auto;
}

.more-menu-caret-inner {
    top: 1px;
    left: 1px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid #fff;
}

.more-menu-items, .sub-menu-items {
    margin: 0;
    list-style: none;
    padding: 0;
}

.more-menu-item, .sub-menu-item {
    display: block;
}

.more-menu-btn, .sub-menu-btn {
    min-width: 100%;
    color: #003366;
    cursor: pointer;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 5px 20px;
    position: relative;
    white-space: nowrap;
}


.more-menu-item:hover .more-menu-btn {
    background-color: #dfdfdf;
}

.more-btn:hover .more-dot,
.show-more-menu .more-dot {
    background-color: #516471;
}

.show-more-menu .more-menu, .show-sub-menu .sub-menu {
    opacity: 1;
    transform: translate(0, 0) scale(1);
    pointer-events: auto;
}
.plan_table {
    table-layout: fixed;
}
.programMenu {
    float: right;
}
caption.child {
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}

tr.child {
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}
tr.child.d-md-flex {
    border-bottom: none;
}
tbody tr.child.d-md-flex:last-of-type {
    border-bottom: solid 1px #bfbfbf;
}
tr.child.danger {
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    border-collapse: separate;
}
tfoot > tr.child {
    border-bottom: none;
}
tr.child:hover {
    background-color: #dfdfdf;
    -webkit-transition: .5s;
    transition: .5s;
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}
tfoot > tr.child:hover {
    border-bottom: none;
}
.table-striped tbody tr.child:nth-of-type(odd):hover {
    background-color: #dfdfdf;
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}
.table-striped tbody tr.child.d-md-flex:nth-of-type(odd):hover {
    border-bottom: none;
}
.table-striped tbody tr.child.d-md-flex:last-of-type:hover {
    border-bottom: solid 1px #bfbfbf;
}
thead tr.child.d-md-flex {
    border-bottom: none;
}
table tr.child > th {
    background-color: white;
}
table tr.childTerm {
    border-top: solid 1px #bfbfbf;
    border-bottom: solid 1px #bfbfbf;
}
table tr.childRelated td {
    border: none;
}
    table tr.childTerm:hover {
        background-color: #dfdfdf;
        -webkit-transition: .5s;
        transition: .5s;
        border-top: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
    }

table tr.childRelated {
    font-size: 1.2em;
    background-color: #efefef;
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
}

    table tr.childRelated:hover {
        background-color: #dfdfdf;
        -webkit-transition: .5s;
        transition: .5s;
        border-top: solid 1px #bfbfbf;
        border-bottom: solid 1px #bfbfbf;
    }

table.table tr.child td, table.table tr.child th {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.border-success-dark {
    border-color: #3bab54 !important;
}

.bl-success-dark {
    border-left: solid 3px #3bab54 !important;
}

.border-danger-dark {
    border-color: #ad2f3b !important;
}

.bl-danger-dark {
    border-left: solid 3px #ad2f3b !important;
}

.bl-dark {
    border-left: solid 3px #212121 !important;
}
table.table tr.disabled {
    opacity: .5;
}

.toggle {}
.wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
}
table.table-sm td, table.table-sm th {
    padding: .3em;
}

table.plan-table.student-courses thead th:nth-child(1) {
    width: 5% !important;
}

table.plan-table.student-courses thead th:nth-child(2) {
    width: 15% !important;
}

table.plan-table.student-courses thead th:nth-child(3) {
    width: 35% !important;
}

table.plan-table.student-courses thead th:nth-child(4) {
    width: 15% !important;
}

table.plan-table.student-courses thead th:nth-child(5) {
    width: 10% !important;
}

table.plan-table.student-courses thead th:nth-child(6) {
    width: 10% !important;
}

table.plan-table.student-courses thead th:nth-child(7) {
    width: 5% !important;
}

table.plan-table.student-courses thead th:nth-child(8) {
    width: 5% !important;
}

table.plan-table.pending-courses thead th:nth-child(1) {
    width: 5% !important;
}

table.plan-table.pending-courses thead th:nth-child(2) {
    width: 15% !important;
}

table.plan-table.pending-courses thead th:nth-child(3) {
    width: 35% !important;
}

table.plan-table.pending-courses thead th:nth-child(4) {
    width: 15% !important;
}

table.plan-table.pending-courses thead th:nth-child(5) {
    width: 10% !important;
}

table.plan-table.pending-courses thead th:nth-child(6) {
    width: 10% !important;
}

table.plan-table.pending-courses thead th:nth-child(7) {
    width: 5% !important;
}

table.plan-table.pending-courses thead th:nth-child(8) {
    width: 5% !important;
}

table.plan-table.planned-courses thead th:nth-child(1) {
    width: 5% !important;
}

table.plan-table.planned-courses thead th:nth-child(2) {
    width: 20% !important;
}

table.plan-table.planned-courses thead th:nth-child(3) {
    width: 40% !important;
}

table.plan-table.planned-courses thead th:nth-child(4) {
    width: 20% !important;
}

table.plan-table.planned-courses thead th:nth-child(5) {
    width: 5% !important;
}

table.plan-table.planned-courses thead th:nth-child(6) {
    width: 5% !important;
}

table.plan-table.planned-courses thead th:nth-child(7) {
    width: 5% !important;
}

table.table tr.child.altRow {
    background-color: #efefef;
}
table.table tr.child.altRow:hover {
    background-color: #dfdfdf;
}
.hover:hover {
    background-color: #efefef;
    -webkit-transition: all 0.55s ease-in-out;
    transition: all 0.55s ease-in-out;
}
table.table-schedule {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}
.thead-responsive, .thead-responsive-lg {
    display: table-header-group;
}

.test-footer {
    background: lightcoral;
}

@media (max-width: 767px) {
    .thead-responsive {
        display: none;
    }
}

@media (max-width: 990px) {
    .thead-responsive-lg {
        display: none;
    }
}

.Portal_Message_Blue {
    padding: .5em;
    border: solid 1px #dfdfdf;
    background: #efefef;
    color: #000000;
    text-align: center;
}

    .Portal_Message_Blue p {
        text-align: left;
    }

    .Portal_Message_Blue ul {
        text-align: left;
        list-style: square outside none;
        padding-left: 20px;
    }

.Portal_Message_Error {
    padding: .5em;
    border: solid 1px #dfdfdf;
    background: #efefef;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.Portal_Message_Red {
    padding: .5em;
    border: solid 1px #dfdfdf;
    background: #efefef;
    color: #000000;
    text-align: center;
}


.moduleContainer
{
    padding: .5em;
}

.course_management_options
{
    display:block;

    padding:.5em;
    width:100%;
    height: 100%;
    background:#efefef url(../Content/images/furley_bg.png) 0 0 repeat;
    border:solid 1px #afafaf;
}

.course_management_options:hover {
    -webkit-box-shadow: 0px 0px .8em rgba(0,0,0,.7);
    -moz-box-shadow: 0px 0px .8em rgba(0,0,0,.7);
    -o-box-shadow: 0px 0px .8em rgba(0,0,0,.7);
    box-shadow: 0px 0px .8em rgba(0,0,0,.7);
}

.course_management_options h1
{
    font-size:1.2em;
    color:#666666;
}
div.course_management_links ul {
    padding: 0;
}
.course_management_links li
{
    display:block;
    margin:.5em;
}

.course_management_links li::before
{
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    position: relative;
    content: "\f054";
    margin-right: 5px;
}

@media (max-width: 990px) {
    .programDetails {
        overflow-y: scroll;
        max-height: 250px;
    }

    .yui-u.first {
        max-width: 90%;
    }

    .programInfoModule {
        margin-right: 0;
    }

    .more-menu {
        right: 0;
    }

    .more-menu-caret {
        right: 35px;
    }
}

@media (min-width: 576px) {
    .col-sm-12 { padding-top: 5px; }
}

.no-wrap {
    white-space: nowrap !important;
}

.custom-circle-A, .custom-circle-E {
    color: coral;
}

.custom-circle-B, .custom-circle-F {
    color: forestgreen;
}

.custom-circle-C, .custom-circle-G {
    color: cornflowerblue;
}

.custom-circle-D, .custom-circle-H {
    color: hotpink;
}

.custom-circle-M {
    color: yellow;
}

.cornflowerblue-text {
    color: cornflowerblue;
}

.mediumpurple-text {
    color: mediumpurple;
}

.fad.salmon-text {
    --fa-primary-color: salmon;
    --fa-secondary-color: salmon;
}

.fad.primary-color-black {
    --fa-primary-color: black;
}

.fad.secondary-color-orange {
    --fa-secondary-color: orange;
}

.fad.secondary-color-red {
    --fa-secondary-color: red;
}

.fad.secondary-color-green {
    --fa-secondary-color: green;
}

.forestgreen-text {
    color: forestgreen;
}

.background-white {
    background-color: white;
}

.completed-degree-table {
    margin-bottom: 1em;
    margin-top: .5em;
}

.transcript-table
{
    margin-bottom: 0;
}

table.transcript-table > tbody > tr.child:last-child {
    border-bottom: 0;
}

table.transcript-table > tfoot > tr > td {
    padding: 0;
    border: 0;
}

table.dataTable thead tr th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grad-alert:hover {
    cursor: pointer
}

.address-view {
    width: 20% !important;
    background-color: red;
}

.w-20 {
    width: 20% !important;
}

.w-12 {
    width: 12.5% !important;
}

div.text-12px{
    font-size: 12px;
}

text-10px {
    font-size: 10px;
}

 table.dataTable {
     border-collapse: collapse !important;
 }

.courseitem .more {
    display: inline-block;
}

.courseitem .course-menu {
    position: absolute;
    right: 15px;
    display: none;
    margin-top: -30px;
    background: #efefef url(../Content/images/furley_bg.png) 0 0 repeat;
    padding: .5rem;
}

.courseitem:hover .course-menu {
    display: inline-block;
}

.student-info-popup {
    position: absolute;
    border: solid 1px lightgray;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    background-color: white;
    width: 350px;
    right: 8px;
    top: 26px;
    z-index: 2;
}

.student-info-popup-header {
    background: #e8f0fe;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 4px;
    padding: 4px 8px;
    text-align: center;
}

.student-info-popup-body {
    white-space: nowrap;
    margin: 20px 33px;
}

.student-info-popup-picture {
    margin-left: 101px;
    margin-bottom: 10px;
    position: relative;
    height: 86px;
    width: 86px;
    display: block;
    vertical-align: top;
    text-align: center;
}

.student-info-popup-picture > img {
    border: none;
    margin-right: 6px;
    vertical-align: top;
    max-height: 80px;
    max-width: 80px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.student-info-popup-picture-select {
    background: #fff;
    bottom: 0;
    position: absolute;
    right: 0;
    overflow: visible;
    height: 32px;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.student-info-popup-picture-select a {
    bottom: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(65,69,73,0.3), 0 1px 3px 1px rgba(65,69,73,0.15);
    box-shadow: 0 1px 1px 0 rgba(65,69,73,0.3), 0 1px 3px 1px rgba(65,69,73,0.15);
    margin: 0 2.5px 3px;
    outline: 0;
    position: absolute;
    right: 0;
    height: 26px;
    width: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.student-info-popup-profile {
    white-space: nowrap;
    display: block;
    vertical-align: top;
    text-align: center;
}

.student-info-popup-name {
    color: #202124;
    letter-spacing: .29px;
    margin: 0;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: large;
}

.student-info-popup-email {
    color: #5f6368;
    letter-spacing: normal;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
}

.student-info-popup-action {
    background-color: #ffffff;
    color: #3c4043;
    display: table;
    letter-spacing: .25px;
    outline: 0;
    padding: 14px 41px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    border-top: 1px solid #e8eaed;
}

.student-info-popup-action:hover {
    background-color: #f7f8f8;
}

.student-info-popup-action-icon {
    border: none;
    display: table-cell;
    vertical-align: middle;
    height: 20px;
    width: 20px;
}

.student-info-popup-action-text {
    display: table-cell;
    padding: 0 74px 0 16px;
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    font-size: medium;
}

.student-info-popup-footer a {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #5f6368;
    display: inline-block;
    outline: 0;
    padding: 4px 8px;
    text-decoration: none;
    text-align: center;
    white-space: normal;
}

a.student-info-popup-account-button {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    color: #3c4043;
    display: inline-block;
    letter-spacing: .25px;
    margin: 16px 0 0;
    max-width: 254px;
    outline: 0;
    padding: 8px 16px;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: medium;
}

.student-info-popup-account-button:hover {
        background-color: #f7f8f8;
}


.student-info-popup-footer {
    color: #5f6368;
    margin: 14px 33px;
    text-align: center;
    white-space: normal;
}

.student-info-popup-footer a:hover {
    background-color: #f7f8f8;
}

.student-info-popup-separator {
    color: #5f6368;
    text-align: center;
    white-space: normal;
}

.student-info-popup-signout {
    border-bottom: 1px solid #e8eaed;
    border-top: 1px solid #e8eaed;
    padding: 0 17px;
    text-align: center;
}

.student-info-popup-signout a {
    background-color: #ffffff;
    border: 1px solid #dadce0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: medium;
    letter-spacing: .15px;
    margin: 16px;
    outline: 0;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.student-info-popup-signout a:hover {
    background-color: #f7f8f8;
}

.hide {
    display: none;
}

.impersonate-disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: none !important;
}

.readonly-disabled {
    cursor: not-allowed !important;
    opacity: 0.65;
    pointer-events: none !important;
}

.dropdown-menu {
    max-height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
}

div[data-info="signer-row"]:first-child button[data-action="remove-signer"] {
    display: none;
}

div[data-template-signer-num="0"] button[data-action="remove-template-signer"] {
    display: none;
}

div[data-info="file-row"]:first-child button[data-action="remove-file"] {
    display: none;
}

.text-gc-blue { color: var(--gc-blue) !important; }
.text-gc-gray { color: var(--gc-gray) !important; }

.bg-gc-blue { background-color: var(--gc-blue) !important; }
.bg-gc-gray { background-color: var(--gc-gray) !important; }

.border-gc-blue { border-color: var(--gc-blue) !important; }
.border-gc-gray { border-color: var(--gc-gray) !important; }

.btn-gc-blue { background-color: var(--gc-blue) !important; color: #ffffff !important; }
.btn-gc-gray { background-color: var(--gc-gray) !important; color: #000000 !important; }

.btn-gc-blue:not(:disabled):not(.disabled):active, .btn-gc-blue:not(:disabled):not(.disabled).active { background-color: var(--gc-dark-blue) !important; }
.btn-gc-gray:not(:disabled):not(.disabled):active, .btn-gc-gray:not(:disabled):not(.disabled).active { background-color: var(--gc-dark-gray) !important; }

.btn-gc-blue:not(:disabled):not(.disabled):hover, .btn-gc-blue:not(:disabled):not(.disabled).hover { color: var(--gc-gray) !important; }
.btn-gc-gray:not(:disabled):not(.disabled):hover, .btn-gc-gray:not(:disabled):not(.disabled).hover { color: var(--gc-blue) !important; }

.btn-gc-blue:disabled, .btn-gc-blue.disabled { background-color: var(--gc-light-blue) !important; }
.btn-gc-gray:disabled, .btn-gc-gray.disabled { background-color: var(--gc-light-gray) !important; }

.text-align-right { text-align: right; }

.h-1em { height: 1em !important; }
.w-1em { width: 1em !important; }
.hw-1em {
    height: 1em !important;
    width: 1em !important;
}

.hw-100 {
    height: 100% !important;
    width: 100% !important;
}

.cursor-pointer { cursor: pointer; }

tr.group, tr.group:hover { background-color: #ddd !important; }
