  th.sorting_disabled {
    background-color: #fff;
    color: #000;
    text-align: center;
}

.page-content {
    max-width: 90% !important;
}

ul.social-nav {
    padding: 0;
    margin: 0;
    font-size: 0;
}

ul.social-nav li {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    display: inline-block;
    float: right;
}

ul.social-nav li a {
    background: #fff;
    display: inline-block;
    line-height: 40px;
    font-size: 22px;
    text-align: center;
    border-radius: 50%;
    color: #008A98;
    height: 40px;
    width: 40px;
    transition: all 0.3s ease-in-out;
}

ul.social-nav li a:hover {
    opacity: .7;
}

footer ul.social-nav li a {
    color: #000;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #00685E;
}

.bg-sdccd {
    background-color: #00685E;
}

.bg-sdccdfooter {
    background-color: #000000;
}

.navbar-brand img {
    height: 5rem;
    display: block;
}




/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}
.divTableRow {
    display: table-row;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
}
.divTableCell, .divTableHead {
    border: 0px solid #999999;
    display: table-cell;
    padding: 1px 10px;
}
.divTableHeading {
    background-color: #EEE;
    display: table-header-group;
    font-weight: bold;
}
.divTableFoot {
    background-color: #EEE;
    display: table-footer-group;
    font-weight: bold;
}
.divTableBody {
    display: table-row-group;
}

.boxed {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-inside: 30px;
    border: solid 4px #00685E;
    background-color: #00685E;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

#de {
    display: none;
}

.hidden-option {
    display: none;
}

/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table !important;
}

.stacktable.small-only {
    display: table !important;
}

@media (max-width: 800px) {
    .stacktable.large-only {
        display: table !important;
    }
    .stacktable.small-only {
        display: table !important;
    }
}

@media only screen and (max-width: 800px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
        margin: auto;
        border: 0px !important;
    }

    .card {
        width: 110% !important;
    }

    .card-body {
        width: 100% !important;
    }

    .fixed-width-content {
        width: 110% !important;
    }


        /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 0px solid #ccc;
    }

    table.dataTable tbody td.child {
        background-color: #ffffff;
        color: #123456;
        text-align: left;
    }

    table.dataTable tbody td {
        text-align: center;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 0px solid #eee;
        position: relative;
        padding-left: 25%;
        text-align: left;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        font-weight: bold;
        text-align: center;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        white-space: nowrap;
    }

    .modal-content {
        min-width: 200px !important;
    }

    .modal-body td:nth-child(1) {
        color: #ffffff !important;
        font-weight: bold !important;
    }

    .page-item.active .page-link {
        background-color: lightgrey !important;
        border: 1px solid black;
    }
    .page-link {
        color: black !important;
    }
    /*
    Label the data
    */
    td:nth-of-type(0):before { content: ""; }
    td:nth-of-type(1):before { content: ""; }
    td:nth-of-type(2):before { content: ""; }
    td:nth-of-type(3):before { content: ""; }
    td:nth-of-type(4):before { content: "Units"; }
    td:nth-of-type(5):before { content: "GE"; }
    td:nth-of-type(6):before { content: "Milestones"; }
    td:nth-of-type(7):before { content: "Class List"; }
    td:nth-of-type(1) {
        background-color: #00685E;
        color: #fff;
        text-align: center !important;
    }
    td:nth-of-type(2) {
        text-align: center !important;
    }
}
/* CSS to hide cells with an empty "Comments" column */
.hide-comments {
    display: none;
}

/* Set max-width for the Class Title column and handle word wrapping and breaking */
.table td:nth-child(3) {
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    display: block;
}

/* Ensure the table in the modal takes the full width */
.full-width-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0;
}

.full-width-table th,
.full-width-table td {
    padding: 8px;
    text-align: left;
    border: 1px solid #ddd;
}

.full-width-table th {
    background-color: #f2f2f2;
    text-align: center;
}
