:root {
    /* colors */
    --cmuRed: #b00;
    --cmuGray: #666;
    --cmuDrkGray: #333;
    --cmuLtGray: #ccc;
    --cmuWhite: #ffffff;
    --formStepFinish: #085; /* 4CAF50 */
    --cmuBtnBkgrd: #00000099;
    --cmuBtnHvr: #000000cc;
    --inLineLink: #c10303;
    /* borders */
    --ltGrayBorder: 1px solid #ccc;
    --bkGrayBorder: 1px solid #515151;
    --blackBorder: 1px solid #000000;
}

html body {
    font-family: 'Open Sans',Helvetica,sans-serif;
    padding-left: 20px;
    padding-right: 20px;
}

#mainview {
    margin-left: 1%;
    margin-top: 1%;
}

.ag-theme-quartz {
    font-family: 'Open Sans',Helvetica,sans-serif;
    --ag-odd-row-background-color: #e7e7e7;
}
    .ag-theme-quartz .ag-row-odd {
        background-color: var(--ag-odd-row-background-color);
    }
    .ag-theme-quartz .ag-header-cell {
        background-color: var(--cmuLtGray)
    }
    .ag-theme-quartz .ag-header-cell-text {
        font-weight: bold;
    }

    /* forms.html */
    .spinner {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
/* */

/* YeknikLanding.html */
.standard_text {
    font-size: 11pt;
    margin-left: 10px;
}
/* */

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    min-width: fit-content;
}

.modal-window-normal .modal-dialog {
    width: 600px;
}

.modal-window-wide .modal-dialog {
    width: 900px;
}

.modal-dialog {
    min-width: fit-content;
}

/*
.fade:not(.show){
    opacity: .85;
}
*/
.modal-backdrop {
    background-color: var(--cmuGray);
    z-index: unset;
}
.modal-backdrop.fade {
    opacity: 0;
}

ngb-modal-backdrop {
    z-index: 1050 !important;
}

.modal-open .modal {
    opacity: 1;
    padding-top: 200px;
}

/* */
/* Dashboards 
    DataGrid 
    MSCFStudents */
.banner {
    width: 100%;
    margin: 0;
    height: 25px;
    text-align: center;
    background-color: whitesmoke;
    color: #223843;
    border-bottom: solid 2px gray;
    border-top: solid 2px gray;
}

    .banner h2 {
        font-size: 16px;
        margin: 5px;
    }


/* */

/* SpecialFinancialCircumstances */
.expenseHeader {
    padding-left: 10px;
    color: #545457;
}

.expenseInfo {
    background: var(--cmuWhite);
    padding: 3px;
}
/* */

/* DataGrid addEditFund FormManagement
    MSCFStudents Packages EndowedFunds ITSM
    SiblingVerificationWorksheet StudentDocuments
    TuitionPayrollDeduction WaitList
*/
.myGrid {
    width: 100%;
    height: 600px;
    margin-top: 15px;
}

.ui-grid-header-cell {
    display: inline-block;
    white-space: initial;
    height: 65px !important;
}

.gridSelect {
    padding: 0px;
    width: 100%;
    margin: 0px 0px 0px -4px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: inherit;
    background: inherit;
    border: 0px;
    border-radius: 0px;
    resize: none;
}

    .gridSelect:focus {
        padding: 0px;
        width: 100%;
        margin: 0px 0px 0px -4px;
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
        font-size: inherit;
        border: 0px;
        border-radius: 0px;
        background: inherit;
        resize: none;
    }
/* */

/* sfsHome */
.grid {
    height: 65px !important;
}
/* */

/* WaitList */
.grid-numeric {
    text-align: right;
}

.grid-bool {
    text-align: center;
}
/* */

@media print {

    /* CPSAuthorization */
    .screenOnly {
        display: none !important;
    }

    /* loanApplication */
    .print-only {
        display: normal;
    }

    /* StudentDebtLetter */
    .print-only-sdl {
        display: inline-block;
    }

    .estimate-box {
        min-width: 300px;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 15px;
        padding: 8px;
        color: var(--cmuWhite);
        text-align: center;
        border: solid;
        border-color: var(--cmuDrkGray);
    }

    /* amortization CPSAuthorization finalDisclosure
        household-information loanApplication
        loanDisclosure loanSolicitation 
        selfCertification StudentDebtLetter YeknikNote
    */
    .white_paper {
        box-shadow: none !important;
        border: none !important;
    }

    /* amortization CPSAuthorization finalDisclosure
        household-information loanApplication
        loanDisclosure loanSolicitation 
        selfCertification YeknikNote
    */
    .no-print, .no-print * {
        display: none !important;
    }

    /* ManageUser CitizenshipStatus
        ForeignSources SpecialFinancialCircumstances 
        SummerAidApplication UnusualCircumstances sfsHome 
        ApplicationSQL FinancialAidStudentLookUp ManageUser
    */
    .container input {
        position: relative;
        opacity: 1;
        height: 10px;
        width: 10px;
    }
}

@media screen {

    /* amortization CPSAuthorization finalDisclosure
        household-information loanApplication
        loanDisclosure loanSolicitation 
        selfCertification YeknikNote
    */
    .white_paper_print .no-print {
        display: none !important;
    }

    /* loanApplication */
    .white_paper .print-only {
        display: none !important;
    }
}


/* EndowedFunds */
.content-shadowbox {
    background-color: lightgray;
    padding-bottom: 10px;
    box-shadow: 5px 10px #f2ecec;
}

/* appSqlUser ApplicationSQL FileTransfer
    MenuItemManagement SbaSemesterManagement
    SfsAppSettingsManagement UserManagement
*/
.listTable {
    background-color: var(--cmuGray);
}

    .listTable label {
        color: var(--cmuWhite);
        width: 200px;
    }

/*  SbaSemesterManagement SfsAppSettingsManagement*/

.listDetail label {
    color: rgb(136, 136, 136);
    border-right: 2px solid var(--cmuWhite);
    width: 200px;
}

@media only screen and (min-width: 768px) {
    /*desktop phones*/
    /*sfsHome*/
    .sidebar {
        float: left;
        height: 100vh;
        width: 200px;
        overflow: auto;
        border-right: var(--blackBorder);
        background-color: darkslategrey;
    }

    /*Dashboards DataGrid FinancialAid*/
    .content {
        position: relative;
        float: left;
        height: 100%;
        width: calc(100%);
        background-color: var(--cmuWhite);
    }

        .content h3 {
            text-decoration: none;
            color: var(--cmuDrkGray);
            font-size: 24px;
            font-weight: 300;
            line-height: 1.35em;
            margin-top: 0px !important;
            margin-left: 0px !important;
            margin-bottom: 14px !important;
            margin-right: 0px !important;
            word-wrap: normal; /* prevent weird breaks on huge text */
        }

        .content h4 {
            text-decoration: none;
            color: var(--cmuGray);
            font-size: 16px;
            font-weight: 300;
            line-height: 1.65em;
            word-wrap: normal; /* prevent weird breaks on huge text */
        }
}


/*Navigation*/
.bhmenu_listitem_level1 {
    background-color: rgb(51,51,51);
    border-bottom: var(--bkGrayBorder);
    overflow: hidden;
    position: relative;
    line-height: 1.65em;
    list-style: none;
}

a.bhmenu_level1:link,
a.bhmenu_level1:visited {
    cursor: pointer;
    display: block;
    font-size: 13.6px;
    font-weight: 700;
    letter-spacing: .68px;
    text-decoration: none;
    color: rgba(255,255,255,.85);
    padding: 6.8px 6.8px 6.8px 16px;
}

a.bhmenu_level1:hover,
a.bhmenu_level1:active {
    color: rgb(255,255,255);
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    background-color: rgb(102,102,102);
    text-decoration: none;
}

.bhmenu_listitem_level2 {
    background-color: rgba(102,102,102,.5);
    overflow: hidden;
    position: relative;
    line-height: 1.65em;
    list-style: none;
}

a.bhmenu_level2:link,
a.bhmenu_level2:visited {
    cursor: pointer;
    display: block;
    font-size: 90%;
    font-weight: 400;
    letter-spacing: .68px;
    text-decoration: none;
    color: rgba(255,255,255,.85);
    padding: 6.8px 6.8px 6.8px 32px;
}


a.bhmenu_level2:hover,
a.bhmenu_level2:active {
    color: rgb(255,255,255);
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    background-color: rgb(102,102,102);
    text-decoration: none;
}

.bhmenu_listitem_level3 {
    background-color: rgba(102,102,102,.5);
    overflow: hidden;
    position: relative;
    line-height: 1.65em;
    list-style: none;
}

a.bhmenu_level3:link,
a.bhmenu_level3:visited {
    cursor: pointer;
    display: block;
    font-size: 90%;
    font-weight: 400;
    letter-spacing: .68px;
    text-decoration: none;
    color: rgba(255,255,255,.85);
    padding: 6.8px 6.8px 6.8px 48px;
}


a.bhmenu_level3:hover,
a.bhmenu_level3:active {
    color: rgb(255,255,255);
    text-shadow: 0 0 5px rgba(0,0,0,.5);
    background-color: rgb(102,102,102);
    text-decoration: none;
}


/*Navigation*/
a.arrow:link,
a.arrow:active,
a.arrow:visited,
a.arrow:hover {
    font-size: 200%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 255px;
    display: block;
    background-color: transparent !important;
    color: rgb(255,255,255);
    transition: color .3s ease,transform .2s ease;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
}

a.arrow:after {
    content: '\203a';
    display: block;
    text-indent: 0;
    line-height: 0;
    position: absolute;
    left: 20px;
    top: 14px;
    transition: left .2s ease;
}


/*Navigation*/
a.expandedarrow:link,
a.expandedarrow:active,
a.expandedarrow:visited,
a.expandedarrow:hover {
    font-size: 200%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 255px;
    display: block;
    background-color: transparent !important;
    color: rgb(255,255,255);
    transition: color .3s ease,transform .2s ease;
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    transform: rotate(90deg);
}

a.expandedarrow:after {
    content: '\203a';
    display: block;
    text-indent: 0;
    line-height: 0;
    position: absolute;
    left: 13px;
    top: 14px;
    transition: left .2s ease;
}

/*used all over all the application*/
a.cmu-btn, a.cmu-btn:visited, input[type=submit] {
    background-color: var(--cmuBtnBkgrd);
    border: 0 none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,.35);
    border-radius: 0;
    color: var(--cmuWhite);
    display: inline-block;
    line-height: 1.15em;
    margin-bottom: 1em;
    padding: 1em 1.35em;
    outline: 0;
    text-decoration: none;
    text-transform: none;
}

    a.cmu-btn:hover {
        background-color: var(--cmuBtnHvr);
        color: var(--cmuWhite);
        text-decoration: none;
    }



a.inline:link,
a.inline:active,
a.inline:visited {
    color: var(--cmuRed);
}

a.inline:hover {
    color: var(--cmuRed);
    text-decoration: underline;
}

a.active {
    color: var(--cmuDrkGray);
    text-decoration: underline;
}

a.inactive {
    color: var(--cmuLtGray);
}

a.active:hover {
    color: var(--cmuBlack);
    text-decoration: none;
}

a.inactive:hover {
    color: var(--cmuBlack);
    text-decoration: none;
}

/*financial aid student lookup & applicationSql*/
.dashboard-search {
    display: flex;
}

    .dashboard-search input {
        margin-bottom: 30px;
        font-size: 14px;
        height: 50px;
        width: 57%;
    }

    .dashboard-search select {
        height: 50px;
        width: 79%;
    }

    .dashboard-search a {
        height: 50px;
        margin-top: 7px;
        margin-left: 15px;
        margin-bottom: 0px;
    }

/*financial aid student lookup & uploadDocuments*/
.header-row {
    background: var(--cmuGray);
    color: var(--cmuWhite);
    padding: 5px 0px 5px 0px;
}

    .header-row th {
        padding: 5px;
    }


/*financial aid student lookup*/
.student div {
    border: var(--ltGrayBorder);
    height: 50px;
    margin-top: 8px;
    margin-right: 15px;
    padding: 14px;
    font-size: 16px;
}

.refine-student {
    margin-top: 15px;
    margin-bottom: 25px;
}

.refine-student-alert {
    color: red;
    font-size: 16px;
}

.award-year {
    margin-left: 15px;
    width: 30%;
}

.dashboard-container {
    display: flex;
    width: 100%;
    margin-top: 15px;
}

.dashboard-inner-container {
    width: 100%;
    margin-right: 15px;
}

.dashboard-title {
    margin-bottom: 15px;
    font-weight: 600;
}

.dashboard-box {
    border: var(--ltGrayBorder);
    min-height: 300px;
    max-height: 300px;
    overflow-y: scroll;
    margin-bottom: 15px;
}

.tableBody:nth-child(odd) {
    background: var(--cmuLtGray);
}

.tableBody th {
    padding: 5px;
}

.tableBody td {
    padding: 5px;
    vertical-align: top;
}

.noDataMsg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 110px;
}
/**/

/*applicationSQL*/
thead:hover {
    color: var(--cmuWhite);
}

table thead {
    position: sticky;
    inset-block-start: 0;
}

/*redistributePhdInsurance CitizenshipStatus 
    SpecialFinancialCircumstances ApplicationSQL 
*/

/* Redistribute PhD Insurance */
#redistribute-phd {
    min-width: 600px;
    max-width: 600px;
}

.phd-add {
    border: none;
    background: var(--cmuRed);
    width: 20px;
}

.phd-title {
    background-color: #343a40;
    color: white;
}

.phd-false-table-header {
    background-color: #ffffff;
}

.phd-table-header {
    background-color: var(--cmuRed);
    border: 1px solid var(--cmuRed);
    color: white;
    padding: 7px;
    font-size: 15px;
}

.phd-table-subHeader {
    padding: 7px;
    font-size: 14px;
    background-color: #ececec;
    border: 1px solid #333333;
}

.phd-empty-right-border {
    border-right: 1px solid #ffffff;
}

.phd-table-footer {
    background-color: #ffffff;
    padding: 7px;
    font-size: 16px;
}

.phd-table-input {
    padding: 7px !important;
    line-height: 16px !important;
}

.phd-table-gmWidth {
    width: 28.3%;
}

.phd-table-gmglWidth {
    width: 80px;
    min-width: 80px;
    font-size: 14px;
}

.phd-table-glWidth1 {
    width: 15%;
    font-size: 14px;
}

.phd-table-glWidth2 {
    width: 23%;
    font-size: 14px;
}

.phd-table-glWidth3 {
    width: 12%;
    font-size: 14px;
}

.phd-table-glWidth4 {
    width: 21%;
    font-size: 14px;
}

.phd-table-totalWidth {
    width: 100%;
}

.gmGlHeader {
    border-right: 1px solid #333333;
}

.gmGlTable {
    border: 1px solid #333333;
}

.reason-box {
    margin-top: 15px;
    margin-bottom: 20px;
}

    .reason-box label {
        margin-top: 20px;
    }

    .reason-box span {
        width: 100%;
    }


.square-btn {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    margin-top: 15px;
    padding-right: 2px;
    padding-left: 2px;
}

button:hover {
    color: var(--cmuWhite);
}

.table-setUp {
    max-height: 350px;
    overflow-y: scroll;
    border-bottom: var(--ltGrayBorder);
}

.table-row {
    border: var(--ltGrayBorder);
}

.table-data {
    padding-left: 12px;
}

/*applicationSQL*/
.filter-box {
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    width: 40%;
}

    .filter-box button {
        margin-bottom: 20px;
        font-size: 14px;
        font-weight: 700;
        border: none;
        border-radius: 5px;
        background: var(--cmuLtGray);
    }

.filter-box-inner {
    padding: 12px;
    border: var(--ltGrayBorder);
}

.selected {
    background-color: var(--cmuLtGray);
}

.sql-query-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sql-side {
    width: 50%;
    border: var(--ltGrayBorder);
    min-height: 450px;
    overflow-y: scroll;
    font-size: 14px;
}

.query-side {
    display: flex;
    flex-direction: column;
    height: 450px;
    width: 50%;
    margin-left: 15px;
}

.query input {
    border: var(--ltGrayBorder);
    font-size: 14px;
    height: 49px;
}

.description {
    width: 100%;
    min-height: 100px;
    font-size: 14px;
}

.parameter-table {
    width: 100%;
}

    .parameter-table th {
        font-size: 14px;
        font-weight: normal;
        padding-top: 20px;
        padding-bottom: 10px;
        white-space: nowrap;
    }

    .parameter-table td select {
        border: var(--ltGrayBorder);
        color: var(--cmuGray);
        font-size: 14px;
        height: 49px;
        margin-top: 8px;
        width: 75%;
    }

    .parameter-table td input {
        border: var(--ltGrayBorder);
        color: var(--cmuGray);
        font-size: 14px;
        height: 49px;
        margin-top: 8px;
        margin-left: 10px;
        padding-left: 10px;
    }

.parameter-column {
    padding-left: 10px;
}

/*Header*/
.roof {
    margin-left: 5%;
    margin-right: 2%;
}

    .roof hr {
        clear: both;
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid rgba(0,0,0,.2);
        margin: 1em 0;
        padding: 0;
        max-width: 100% !important;
    }

    .roof h1 {
        color: black;
        font-size: 48px;
        font-weight: 300;
        line-height: 1.35em;
        margin: 0;
        margin-top: -7px;
        word-wrap: normal; /* prevent weird breaks on huge text */
    }

        .roof h1 a {
            color: black;
        }

    .roof a {
        padding: 0;
        margin: 0;
    }

        .roof a:hover {
            text-decoration: none;
            color: rgb(193, 3, 3);
        }

    .roof td {
        background-color: var(--cmuWhite);
    }


/*sfsHome*/
.cta {
    border-bottom-color: transparent;
    color: var(--cmuGray);
    display: inline-block;
    vertical-align: bottom;
    font-size: 90%;
    font-weight: 700;
    margin-right: .15em;
    text-transform: uppercase;
    padding: 6px;
    margin-bottom: 0px;
}

    .cta:after {
        content: " \25BA";
        display: inline;
        position: relative;
        font-size: 75%;
        top: -1px;
        margin-left: .15em;
    }

    .cta:hover {
        text-decoration: none;
        color: var(--cmuRed);
    }


/*SpecialFinancialCircumstances StudentLanding*/
.pancakeMenu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .pancakeMenu > div {
        width: 200px;
        min-height: 200px;
        max-width: 200px;
    }


/*PrioSubmissions*/
.pancakeList {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 800px;
}

    .pancakeList li {
        padding: 10px;
    }

        .pancakeList li h5 {
            font-weight: bold;
        }

            .pancakeList li h5 span {
                font-weight: normal;
            }

    .pancakeList a {
        color: var(--cmuGray);
        width: 100%;
        margin: 0;
        padding: 0;
    }

/*StudentLanding*/
.pancakeButton {
    flex: 1 1 auto;
    margin: 0px 12px 12px 0px;
    position: relative;
}

    .pancakeButton h5 {
        font-weight: 400;
        background-color: rgba(0,0,0,.6);
        color: var(--cmuWhite);
        width: 250px;
        padding: 6px;
        height: 80px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .pancakeButton span {
        padding: 8px;
        display: block;
        color: var(--cmuGray);
        min-height: 60px;
        font-weight: 300;
        padding-bottom: 50px;
    }

    .pancakeButton label {
        padding: 6px;
        display: block;
        font-weight: 300;
        color: var(--cmuGray);
    }

    .pancakeButton a {
        border-bottom-color: transparent;
        color: var(--cmuGray);
        display: inline-block;
        font-size: 90%;
        font-weight: 700;
        margin-right: .15em;
        text-transform: uppercase;
        padding: 6px;
        margin-bottom: 0px;
        text-align: right;
        position: absolute;
        width: 250px;
        bottom: 0;
    }

        .pancakeButton a:after {
            content: " \25BA";
            display: inline;
            position: relative;
            font-size: 75%;
            top: -1px;
            margin-left: .15em;
        }

        .pancakeButton a:hover {
            text-decoration: none;
            color: var(--cmuRed);
        }

.pictureBox {
    width: 200px;
    height: 125px;
}

    .pictureBox img {
        width: 200px;
        height: 125px;
    }

.text-centered {
    position: absolute;
    top: 25%;
    width: 100%;
    background: var(--cmuGray);
    color: var(--cmuWhite);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35em;
    text-align: center;
}

.labelBox {
    border-left: solid var(--cmuGray) 1px;
    border-right: solid var(--cmuGray) 1px;
    border-bottom: solid var(--cmuGray) 1px;
    padding: 7px;
}

.innerLabelBox {
    background-color: rgb(211,211,211);
    padding: 5px;
    min-height: 210px;
}

    .innerLabelBox ul {
        margin-bottom: 0px;
    }

    .innerLabelBox i {
        color: var(--cmuRed);
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: .08;
        padding-right: 13px;
        padding-bottom: 7px;
    }

.labelBox .labelText {
    font-size: 11px;
    color: black;
    font-weight: 300;
}

.studentLanding h3 {
    text-decoration: none;
    color: var(--cmuGray);
    font-size: 20px;
    font-weight: 300;
    line-height: 1.35em;
    margin: 0;
    margin-top: 7px;
    word-wrap: normal; /* prevent weird breaks on huge text */
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 0px;
}

.studentLanding div {
    color: var(--cmuGray);
}

.pancakeMenu h5 {
    height: 30px;
}
/**/


/*online forms*/

.form_list {
    margin-bottom: 50px;
    margin-top: 25px;
}

.form {
    margin: 10px;
}

a.btn {
    border: 1px solid var(--cmuGray);
    border-radius: 0px;
    padding: 10px;
}

#header-row {
    background-color: var(--cmuGray);
    color: var(--cmuWhite);
}

#page {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #c41230;
}

    #page:hover {
        text-decoration: none;
        color: var(--cmuRed);
    }

.red-box {
    color: var(--cmuWhite);
    background-color: var(--cmuRed);
    padding: 7px;
    margin-left: 30px;
}

.content-text {
    display: flex;
}

    .content-text .sfs_text {
        margin-bottom: 15px;
        width: 70%;
    }

        .content-text .sfs_text h2:hover {
            text-decoration: none;
            color: rgb(193, 3, 3);
        }

    .content-text .option_button {
        margin-top: 30px;
        margin-bottom: 15px;
        width: 30%;
        margin-left: 30px;
    }

        .content-text.option_button h1 {
            margin-left: 30px;
            min-width: 175px;
        }

.hub-content {
    display: flex;
}

.box-layout {
    display: flex;
    margin-top: 30px;
    margin-left: 17px;
    flex-wrap: wrap;
}

.file-input {
    color: transparent;
}

    .file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .file-input::before {
        content: 'Select File';
        color: var(--cmuWhite);
        display: inline-block;
        background: rgba(0,0,0,.6);
        border: 0 none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid rgba(0,0,0,.35);
        border-radius: 0;
        line-height: 1.15em;
        padding: 1em 1.35em;
        text-decoration: none;
        text-transform: none;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        font-weight: 400;
        font-size: 15px;
        margin-top: 16px;
    }

    .file-input:hover::before {
        background-color: rgba(0,0,0,.8);
    }


    .file-input:active, .file-input:focus {
        outline: none !important;
    }

        .file-input:active::before, .file-input:focus::before {
            background: rgba(0,0,0,.6);
        }

.upload-input {
    color: transparent;
    width: 100px;
}

    .upload-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .upload-input::before {
        content: 'Select File';
        color: var(--cmuWhite);
        display: inline-block;
        background: rgba(0,0,0,.6);
        border: 0 none;
        border-top: 2px solid transparent;
        border-bottom: 2px solid rgba(0,0,0,.35);
        border-radius: 0;
        line-height: 1em;
        padding: 1em 1em;
        text-decoration: none;
        text-transform: none;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        font-weight: 400;
        font-size: 15px;
        margin-top: 0px;
    }

    .upload-input:hover::before {
        background-color: rgba(0,0,0,.8);
    }


    .upload-input:active, .upload-input:focus {
        outline: none !important;
    }

        .upload-input:active::before, .upload-input:focus::before {
            background: rgba(0,0,0,.6);
        }

.criteria {
    list-style-type: none;
}

.citizenship {
    width: 100%;
}

    .citizenship th {
        padding-left: 10px;
        padding-right: 10px;
        color: #545457;
    }

    .citizenship td {
        background: var(--cmuWhite);
        padding: 0px;
    }

.form-banner {
    width: 600px;
    height: 60px;
    color: var(--cmuWhite);
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: black;
    text-align: center;
    font-size: 24px;
}

.finAssist-radiobutton {
    margin-left: 0px;
}

select.awardYear {
    color: var(--cmuWhite);
    background: var(--cmuRed);
    border: var(--cmuRed);
    font-size: 11px;
    height: 20px;
    padding: 0px;
    margin-top: 0px;
}

.white_paper input {
    padding: 3px;
}

.student-info td {
    background: var(--cmuWhite);
}

.w3-input-2 {
    padding: 8px;
    border: none;
    border-bottom: var(--ltGrayBorder);
    width: 80%
}

.additional_ed_exp th {
    padding-left: 10px;
    color: #545457;
}

.additional_ed_exp td {
    background: var(--cmuWhite);
    padding: 0px;
}

.student_debt_letter {
    height: 100%;
    margin-bottom: 60px;
}

    .student_debt_letter h2 {
        text-decoration: none;
        color: var(--cmuDrkGray);
        font-size: 24px;
        font-weight: 300;
        line-height: 1.35em;
        margin: 0;
        margin-top: 50px;
        word-wrap: normal;
        padding-bottom: 10px;
    }

    .student_debt_letter h3 {
        text-decoration: none;
        color: var(--cmuDrkGray);
        font-size: 20px;
        font-weight: 600;
        line-height: 1.35em;
        margin: 0;
        margin-top: 30px;
        word-wrap: normal;
        padding-bottom: 10px;
    }

.footnote {
    font-size: 13px;
    font-style: italic;
}

/*StudentDebtLetter*/
.estimate-box {
    min-width: 300px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 8px;
    color: var(--cmuWhite);
    text-align: center;
}

.estimate-title {
    font-size: 40px;
    font-weight: 400;
}

.estimate-payoff {
    font-size: 30px;
    font-weight: 600;
}

.estimate-text {
    font-size: 12px;
    line-height: 1;
}

.plaid {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(https://www.cmu.edu/common/standard-v6/images/bg-plaid-big.png);
    background-repeat: repeat;
    background-position: center center;
    background-size: auto;
}

.loan-table {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid;
    border-color: var(--blackBorder);
    min-width: 750px;
    max-width: 1025px;
}

    .loan-table tr {
        border-top: var(--blackBorder);
        border-right: var(--blackBorder);
    }

        .loan-table tr + tr {
            border-top: 1px solid #dddddd;
        }

        .loan-table tr:nth-child(even) {
            background-color: #eeeeee;
        }

        .loan-table tr:nth-child(odd) {
            background-color: var(--cmuWhite);
        }

    .loan-table td {
        border-left: var(--blackBorder);
        padding: 8px;
    }

        .loan-table td + td {
            border-left: 1px solid #dddddd;
            padding: 8px;
        }

        .loan-table td + tr {
            border-left: var(--blackBorder);
            padding: 8px;
        }

    .loan-table th {
        border-left: var(--blackBorder);
        font-weight: 600;
        padding: 8px;
    }

        .loan-table th + th {
            border-left: 1px solid #dddddd;
            text-align: center;
        }

    .loan-table thead {
        page-break-inside: avoid;
        display: table-row-group;
    }

    .loan-table tfoot {
        border-bottom: var(--blackBorder);
        page-break-inside: avoid;
        display: table-row-group;
    }

.federal {
    background-color: #224477;
}

.institutional {
    background-color: var(--cmuRed);
}

.private {
    background-color: #346851;
}

.print-only-sdl {
    display: none;
}


.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
}

    .overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    margin: 70px auto;
    padding: 20px;
    background: var(--cmuWhite);
    border-radius: 5px;
    width: 30%;
    position: relative;
    transition: all 5s ease-in-out;
}

    .popup h2 {
        margin-top: 0;
        color: var(--cmuDrkGray);
    }

    .popup .close {
        position: absolute;
        top: 20px;
        right: 30px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: var(--cmuDrkGray);
    }

        .popup .close:hover {
            color: #06D85F;
        }

    .popup .content {
        max-height: 30%;
        overflow: auto;
    }

@media screen and (max-width: 700px) {

    .popup {
        width: 70%;
    }
}

.dropbtn {
    background-color: gainsboro;
    color: var(--cmuWhite);
    padding: 8px;
    font-size: 8px;
    border: 0;
    cursor: pointer;
    float: right;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: darkgray;
    }

.dropdown {
    position: absolute;
    display: inline-block;
    overflow: visible;
}

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 40px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #f1f1f1
}

.disabled {
    pointer-events: none;
    opacity: 0.6;
}


/*from forms.css*/
.button {
    margin-top: 10px;
    display: inline-block;
    border-radius: 1px;
    color: rgb(136,0,0);
    height: 80px;
    width: 500px;
    border: thin solid black;
    text-align: center;
    background-color: var(--cmuWhite);
}

    .button a {
        display: inline-block;
        margin-top: 15px;
        font-size: 20px;
        color: rgb(136,0,0);
        text-decoration: underline;
        text-decoration-color: rgb(156,0,0);
    }

.student-footer {
    text-align: left;
    color: rgb(193, 3, 3);
    background-color: rgb(211,211,211);
    margin-left: 15%;
    margin-right: 15%;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .student-footer a {
        text-align: left;
        color: var(--cmuRed);
        text-decoration: none;
        background-color: rgb(211,211,211);
    }

.quickLinks {
    display: flex;
    margin-left: 1px;
    padding-bottom: 30px;
    margin-right: 5%;
}

.linkHeader {
    color: black;
}

.quickLinkCol {
    width: 25%;
    font-size: 11px;
    padding-right: 10px;
    margin-top: 3px;
}

.contactCol {
    width: 25%;
    font-size: 11px;
    justify-content: end;
    text-align: right;
}

.sfsHeader {
    font-weight: 600;
    margin-bottom: 3px;
    color: black;
    margin-top: 15px;
}

.white_paper {
    width: 900px;
    height: 100%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--cmuWhite);
    box-shadow: 5px 10px 8px 10px #9f9999;
    padding: 10px;
    border: var(--blackBorder);
}

    .white_paper h1 {
        font-size: 20px;
    }

.white_paper_print {
    height: 100%;
    width: 800px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: var(--cmuWhite);
    border: var(--blackBorder);
}

    .white_paper_print h1 {
        font-size: 20px;
    }

.form_input {
    background-color: azure;
    margin-left: 3px;
    margin-right: 5px;
    padding-left: 3px;
}

.sfsform-table {
    border-collapse: collapse;
}

    .sfsform-table td {
        padding-top: 4px;
        padding-bottom: 4px;
        vertical-align: middle;
    }

.solicitation-form {
}

    .solicitation-form table {
        border: 2px solid black;
    }

        .solicitation-form table tr {
            border: 2px solid black;
        }

        .solicitation-form table th {
            border: 2px solid black;
            background-color: #e5e5e5;
            padding: 5px;
        }

        .solicitation-form table tr td {
            font-size: 12pt;
            border: 2px solid black;
            padding: 5px;
        }


.amortization tr th {
    border-left: var(--blackBorder);
    border-right: var(--blackBorder);
    background-color: lightgrey;
    padding: 10px;
}

.amortization tr td {
    text-align: right;
    border-left: var(--blackBorder);
    border-right: var(--blackBorder);
    padding-right: 20px;
}

.amortization tr:first-child {
    border-top: var(--blackBorder);
}

.amortization tr:last-child {
    border-bottom: var(--blackBorder);
}

.amortization tr:nth-child(odd) {
    background-color: #f2ecec;
}

.linkText {
    font-weight: 600;
}

/*formsheader.html*/

.page-banner {
    width: 100%;
    background-color: var(--cmuRed);
    height: 50px;
    display: flex;
    justify-content: space-between;
    border: none;
}

    .page-banner img {
        position: absolute;
        width: 337px;
        margin-top: 15px;
        margin-bottom: -5px;
        margin-left: 1%;
    }

.user {
    color: var(--cmuWhite);
    align-self: center;
    padding-top: 5px;
    font-size: 11px;
}

.dialog-input {
    padding: 2px;
    width: 250px;
    margin-bottom: 5px;
}

.dialog {
    margin: 20px;
    border-top: 50px;
    border-top-color: rgb(51,51,51);
}

    .dialog h1 {
        color: rgb(51,51,51);
        padding-bottom: 10px;
        margin-left: 5px;
        margin-top: 5px;
    }

    .dialog table {
        width: 80%;
        margin-left: 50px;
    }

        .dialog table tr {
            border-left: var(--blackBorder);
            border-right: var(--blackBorder);
        }

            .dialog table tr td {
                padding: 10px;
            }

.tab-pane {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tab {
    display: inline-block;
}

    .tab a {
        padding: 10px 15px;
        background: #ddd;
        color: var(--cmuDrkGray);
        text-decoration: none;
        font-weight: bold;
        display: block;
    }

.tab-content {
    border: 1px solid #ddd;
    padding: 10px;
    margin: 0
}

.dynamicData {
    padding: 2px;
    width: 100%;
}

    .dynamicData thead {
        border: var(--blackBorder);
        background-color: #4d4a4a;
        color: var(--cmuWhite);
    }

        .dynamicData thead td {
            min-width: 150px;
        }

    .dynamicData tbody tr:nth-child(even) {
        background-color: #e8e8e8;
    }



.messageBoxBody {
    width: 100%;
    height: 100%;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
}

.messageBoxBodyText {
    font-weight: 400;
    display: block;
    color: var(--cmuGray);
    font-size: 15px;
    line-height: 1.5;
}

.messageBoxTitleText {
    text-decoration: none;
    color: #111;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    word-wrap: normal;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-top: 15px;
}

.messageBoxTitleBodySeparator {
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.messageBoxButtonBar {
    text-align: right;
    padding-right: 15px;
}

.messageBoxButton, .messageBoxButton:visited {
    background-color: rgba(0,0,0,.6);
    border: 0 none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,.35);
    border-radius: 0;
    min-width: 90px;
    color: var(--cmuWhite);
    display: inline-block;
    line-height: 1.15em;
    margin-bottom: 15px;
    margin-right: 15px;
    padding: 1em 1.35em;
    outline: 0;
    text-decoration: none;
    text-transform: none;
}

    .messageBoxButton:hover {
        background-color: rgba(0,0,0,.8);
    }

/*addMenuItem.html*/
.title-margin {
    margin-top: 5px;
}

.listOrder {
    width: 40%;
    margin-left: 20px;
    margin-top: 35px;
    align-self: center;
}

    .listOrder span {
        margin-top: 5px;
        font-weight: 700;
    }

    .listOrder button {
        border: var(--ltGrayBorder);
    }

#listOrder-input {
    width: 20%;
}

.readOnly {
    width: 20%;
    align-self: center;
    margin-left: 25px;
}

    .readOnly input {
        margin-top: 50px;
    }

.param_json span {
    margin-top: 15px;
}

.param_json textarea {
    width: 100%;
}

.userTable span {
    margin-top: 15px;
    margin-bottom: 8px;
}

.userTable table {
    width: 100%;
    border: var(--ltGrayBorder);
}

.left {
    width: 60%;
    padding: 5px;
    padding-left: 10px;
}

right {
    width: 40%;
    padding: 5px;
    padding-left: 10px;
}


.header-text div {
    font-weight: 700;
}

.header-text span {
    font-weight: 500;
}

.table-specs {
    overflow-y: scroll;
    max-height: 350px;
}


/*add/edit calendar*/
.title-type {
    margin-top: 5px;
}

.day-box {
    margin-left: 15px;
}

.days {
    border: var(--ltGrayBorder);
    margin: 1px;
    height: 25px;
    line-height: 25px;
    width: 45px;
    display: flex;
    justify-content: center;
}

.repeat {
    margin-right: 25px;
    margin-left: 45px;
}

    .repeat button {
        border: var(--ltGrayBorder);
    }

#frequency {
    width: 30%;
    margin-left: 25px;
}

.weekdays {
    margin: 5px 15px 0px 5px;
}

.days-of-month {
    margin-top: 15px;
    margin-bottom: 8px;
    margin-left: 15px;
}

.start-end {
    display: flex;
}

    .start-end span {
        margin-top: 15px;
    }

    .start-end #dtstart {
        width: 85%;
        margin-right: 5px;
        margin-top: 8px;
        padding: 12px;
        margin-top: 8px;
        font-size: 16px;
        border: var(--ltGrayBorder);
    }



/*add file transfer*/
.local-directory span {
    margin-left: 5px;
}

.local-directory input {
    width: 98%;
    margin-left: 5px;
}

#ek-password span {
    margin-bottom: 5px;
}

#ek-password input {
    border: var(--ltGrayBorder);
}

.file-encryption {
    width: 60%;
    margin-left: 10px;
}

    .file-encryption span {
        margin-bottom: 5px;
    }

    .file-encryption input {
        width: 10%;
        margin-right: 5px;
        margin-left: 10px;
        margin-top: 5px;
    }

#password span {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 8px;
}

#password input {
    border: var(--ltGrayBorder);
}

.direction {
    margin-right: 5px;
}

    .direction label {
        margin-top: 5px;
        margin-bottom: 0px;
    }

.environment label {
    margin-top: 5px;
    margin-bottom: 0px;
}

/*add sql menu item*/
.item-header {
    margin-top: 15px;
}

.parent-label {
    margin-top: 15px;
    margin-bottom: 0px;
}

.active-outer {
    display: flex;
    justify-content: center;
}

    .active-outer div {
        width: 30%;
        align-self: center;
        display: flex;
        justify-content: center;
        align-content: center
    }

    .active-outer label {
        margin-bottom: 0px;
        margin-top: 3px;
        margin-left: 10px;
    }

.listOrder-outer {
    width: 30%;
    margin-top: 5px;
    align-self: center;
}

    .listOrder-outer span {
        margin-top: 18px;
        font-weight: 700;
        white-space: nowrap;
        margin-right: 10px;
    }

    .listOrder-outer button {
        border: var(--ltGrayBorder);
        height: 30px;
        margin-top: 15px;
    }

    .listOrder-outer input[type=number] {
        width: 40px;
    }

.readOnly-outer {
    width: 20%;
    align-self: center;
    margin-left: 15px;
}

    .readOnly-outer label {
        margin-bottom: 0px;
        margin-top: 3px;
    }

.href_param-text {
    font-size: 16px;
}

/*edit app settings*/
.descriptionText {
    font-size: 16px;
}

/*edit user*/

.header {
    margin-top: 10px;
    margin-bottom: 8px;
}

.menu-box {
    width: 100%;
    max-height: 250px;
    overflow-y: scroll;
    border: var(--ltGrayBorder);
    padding: 12px;
}

.menu {
    font-weight: 700;
    margin-bottom: 3px;
}

.service {
    font-weight: 300;
    margin-left: 10px;
    margin-bottom: 3px;
}

.menu-checkbox {
    margin-left: 15px;
}

/* List Styles */
.inputList {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .inputList li {
        padding: 10px 10px 10px 0px;
    }

/****************************************************************/
/* Create a custom radio button                                 */
/****************************************************************/
.radiobutton {
    margin-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .radiobutton {
    background-color: var(--cmuLtGray);
}

/* When the radio button is checked, add a darker grey background */
.container input:checked ~ .radiobutton {
    background-color: var(--cmuGray);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobutton:after {
    content: "";
    position: absolute;
    display: none;
}

.radio_input_item_label {
    margin-left: 20px;
    font-weight: 700;
    padding-right: 8px;
    display: inline-block;
}

.radio_input_item_description {
    margin-left: 20px;
    font-weight: 400;
    display: block;
    color: #727272;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .radiobutton:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container .radiobutton:after {
    top: 8px;
    left: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--cmuWhite);
}

/****************************************************************/
/* Create a custom checkbox                                     */
/****************************************************************/
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: var(--cmuLtGray);
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: var(--cmuGray);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid var(--cmuWhite);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input_item_label {
    font-weight: 700;
    padding-right: 8px;
    display: inline-block;
}

.input_item_value {
    font-weight: 300;
    display: inline-block;
}

.input_item_description {
    font-weight: 400;
    display: block;
    color: #727272;
}

.input_item_alert {
    font-weight: 400;
    font-style: italic;
    display: block;
    color: #888;
}

.page_instructions {
    font-weight: 400;
    display: block;
    color: var(--cmuGray);
    margin-bottom: 16px;
}

.signature {
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    display: block;
    color: var(--cmuGray);
    margin-top: 40px;
    margin-bottom: 16px;
}

input[type=text], input[type=number], input[type=date], input[type=time], select, textarea {
    width: 100%;
    padding: 12px;
    margin-top: 8px;
    font-size: 16px;
    border: var(--ltGrayBorder);
    border-radius: 0px;
    resize: vertical;
}

    input[type=text]:focus, input[type=number]:focus, input[type=date]:focus, input[type=password]:focus, select:focus, textarea:focus {
        border: 1px solid var(--cmuDrkGray);
        outline: none;
        background-color: #ddd;
    }


input[type=password] {
    width: 50%;
    padding: 15px;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/****************************************************************/
/* Progress indicators                                          */
/****************************************************************/

/* Make circles that indicate the steps of the form: */
.step {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    background-color: var(--cmuLtGray);
    border: none;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    z-index: 10;
}

.step-text {
    color: #727272;
}

.step-bar {
    background-color: var(--cmuLtGray);
    width: 73%;
    position: relative;
    top: -40px;
    left: 0%;
    z-index: 1;
}

/* Mark the active step: */
.step-active {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    background-color: var(--cmuLtGray);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    z-index: 2;
}

.step-active-db {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    background-color: var(--cmuGray);
    border: none;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    opacity: 1;
    z-index: 2;
}

.step-active-db-text {
    color: var(--cmuDrkGray)
}

.tabIndicator {
    width: 90%;
    padding-left: 3%;
    padding-right: 3%;
}

/* Mark the steps that are finished and valid: */
.step-finish {
    height: 20px;
    width: 20px;
    margin: 0 8px;
    background-color: var(--formStepFinish);
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

.form_progress {
    font-size: 12px;
    font-weight: 400;
    display: block;
    color: #727272;
    margin-top: 12px;
    margin-bottom: -8px;
}

/****************************************************************/
/* Testing bread crumbs                                         */
/****************************************************************/
.breadcrumbs {
    color: var(--cmuGray);
    font-family: Roboto, Helvetica, sans-serif;
    font-weight: 400;
    width: auto;
    font-size: 13px;
    letter-spacing: .025em;
    padding-bottom: 1.5em;
    transition: background-color .3s ease, border-color .3s ease, box-shadow .3s ease, color .3s ease, margin .3s ease, min-height .3s ease, max-width .3s ease, opacity .3s ease, padding-left .3s ease, padding-right .3s ease, left .3s ease, right .3s ease, text-shadow .3s ease, width .3s ease;
    padding-right: 2%;
    line-height: 1.65em;
    padding-top: 0;
}

    .breadcrumbs a {
        color: var(--cmuRed);
        border-bottom: 1px solid #faa;
        text-decoration: none;
    }

        .breadcrumbs a:visited {
            color: #800;
            border-bottom-color: #c99;
        }

.studentLanding h2 {
    text-decoration: none;
    color: var(--cmuDrkGray);
    font-size: 24px;
    font-weight: 300;
    line-height: 1.35em;
    margin: 0;
    margin-top: 25px;
    word-wrap: normal; /* prevent weird breaks on huge text */
    padding-bottom: 10px;
}

.award-letter-label {
    margin-left: 15px;
    margin-top: 10px;
}

#award_year {
    width: 50%;
    margin-left: 15px;
}

#alternate_id {
    width: 50%;
    margin-left: 15px;
}


.p_d_button {
    background-color: var(--cmuWhite);
    border: 2px solid #1F4E78;
    border-radius: 8px;
    color: #1F4E78;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12pt;
    font-weight: 600;
    margin: 4px 2px;
    cursor: pointer;
}

    .p_d_button:hover {
        background-color: #3a73a7;
        border: 2px solid #1F4E78;
        color: var(--cmuWhite);
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 12pt;
        font-weight: 600;
        margin: 4px 2px;
        cursor: pointer;
    }

.p_d_input_label {
    color: #1F4E78;
    font-weight: 600;
    font-size: 12pt;
}

.p_d_input_value {
    padding: 4px;
    border-color: var(--cmuLtGray);
    border-width: 1px;
    border-radius: 4px;
    color: #1F4E78;
    font-size: 10pt;
}

/*ArchiveStudent*/
.statusButtons {
    width: 200px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}

.status_result {
    width: 200px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
    border-radius: 20px;
    padding-top: 30px;
}

/*DataGrid*/
.closeIcon {
    text-align: right;
    background-color: rgb(51,51,51);
    border: none;
    color: var(--cmuWhite);
    font-weight: 100;
    font-size: x-large;
}

.grid-money {
    text-align: right;
    padding-top: 5px;
    padding-right: 5px;
}

/*Packages*/
.button_p_b {
    background-color: #5B92AD; /* Green */
    border: 2px solid #5B92AD;
    color: var(--cmuWhite);
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    border-radius: 4px;
    cursor: pointer;
}

.disabled_p_b {
    background-color: #5B92AD; /* Green */
    border: 2px solid #5B92AD;
    color: var(--cmuWhite);
    padding: 6px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    border-radius: 4px;
    opacity: 0.6;
    cursor: not-allowed;
}

.button_p_b:hover {
    background-color: var(--cmuWhite);
    color: black;
}

.packaging_page_instructions {
    font-size: 14px;
    display: block;
    color: var(--cmuGray);
    font-weight: 600;
    margin: 10px 0px 5px 0px;
}

.package_row {
    display: flex;
    width: 70%;
    margin: 0;
}

.package_column {
    flex: 50%;
    margin-right: 20px;
}

/*UploadFiles*/
.uploader-border {
    border: var(--ltGrayBorder);
    padding: 10px;
    margin-top: 20px;
}

.upload-table {
    width: 100%;
    display: flex;
}

.upload-table-body {
    width: 100%;
}

.upload-table-row {
    width: 100%;
}

.upload-table-cell {
    display: inline-flex;
}

.noShow {
    display: none;
}

.upload-file-input {
    text-decoration: none;
    color: transparent;
    width: auto;
}

    .upload-file-input::-webkit-file-upload-button {
        visibility: hidden;
    }

    .upload-file-input::before {
        font-family: FontAwesome;
        content: "\f093";
        display: inline-block;
        color: black;
    }

    .upload-file-input::after {
        border: none;
    }

    .upload-file-input:active, .upload-file-input:focus {
        outline: none !important;
    }


/*MenuItemManagement*/
.table-layout {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    max-height: 500px;
    max-width: max-content;
    overflow-y: scroll;
}

.table-label {
    overflow-wrap: break-word;
    margin-right: 3px;
    margin-top: 3px;
    color: white;
    padding-left: 3px;
    padding-right: 3px;
}

.table-data-row {
    border-right: var(--ltGrayBorder);
    border-bottom: .5px solid var(--cmuLtGray);
    overflow-wrap: break-word;
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 5px;
    color: #666;
    font-weight: 400;
}

.radio-row {
    display: flex;
    flex-direction: row;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .radio-row input {
        margin-left: 15px;
        margin-right: 15px;
    }

    .radio-row label {
        font-size: 16px;
        padding-top: 11px;
    }

/* letter of Award css */
.award-letter {
    padding-right: 20%;
    padding-left: 0;
}

.title-box h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-decoration: underline;
    font-weight: 700;
    text-align: center;
}

.title-box div {
    display: flex;
    justify-content: space-between;
}

.summary {
    border: solid 3px black;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 7px;
}

    .summary h3 {
        text-align: center;
    }

.summary-content {
    display: flex;
    flex-direction: row;
    border-top: solid 3px black;
}

    .summary-content .header {
        width: 70%
    }

    .summary-content .info {
        width: 30%;
        text-align: right;
    }

.notes {
    font-size: 12px;
}

.header-table table {
    width: 100%;
    padding-left: 0;
}

    .header-table table tr {
        border: solid 1px black;
        white-space: nowrap;
        padding: 7px;
    }

.header-table .header1 {
    max-width: 235px;
    min-width: 235px;
    border: solid 1px black;
    white-space: nowrap;
    padding: 7px;
}

    .header-table .header1 button {
        border: none;
        margin-left: 7px
    }

.header-table .header2 {
    max-width: 150px;
    min-width: 150px;
    border: solid 1px black;
    white-space: nowrap;
    padding: 7px;
    text-align: center;
}

.header-table .header3 {
    max-width: 120px;
    min-width: 120px;
    border: solid 1px black;
    white-space: nowrap;
    padding: 7px;
    text-align: center;
}

.table-type {
    border: solid 1px black;
    white-space: nowrap;
    padding: 7px;
    background: white;
}

.table-type-row {
    border: solid 1px black;
    white-space: nowrap;
    padding: 7px;
}

    .table-type-row .row1 {
        max-width: 235px;
        min-width: 235px;
        border: solid 1px black;
        white-space: nowrap;
        padding: 7px;
        background: white;
    }

    .table-type-row .row2 {
        max-width: 150px;
        min-width: 150px;
        border: solid 1px black;
        white-space: nowrap;
        padding: 7px;
        text-align: right;
        background: white;
    }

    .table-type-row .row3 {
        max-width: 120px;
        min-width: 120px;
        border: solid 1px black;
        white-space: nowrap;
        padding: 7px;
        text-align: right;
        background: white;
    }

#group:last-child {
    font-weight: 700;
}

.section-total {
    border: solid 1px black;
    white-space: nowrap;
    padding: 7px;
}

.section-name {
    white-space: nowrap;
    padding: 7px;
    background: #ccc;
}

.section-amount {
    max-width: 100px;
    white-space: nowrap;
    padding: 7px;
    text-align: right;
    background: #ccc;
}

.bottom {
    margin-bottom: 25px;
}

.message {
    border: solid 1px black;
    padding: 7px;
}

.message-text {
    background: #ccc;
    padding: 7px;
}

/*editInsuranceReview & redistribution*/
.phd-header {
    margin-top: 10px;
    margin-bottom: 20px;
}

.insurance-review {
    font-size: 16px;
}

.insurance-divider {
    display: flex;
    margin-bottom: 5px;
}

.insurance-spacer1 {
    width: 60%;
}

.insurance-spacer2 {
    width: 40%;
}

.timestamp-text {
    margin-top: 8px;
    font-size: 14px;
    font-style: italic;
}

.review-except-header {
    margin-top: 8px;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 12px;
    background-color: #eeeeee;
    border-radius: 4px;
    padding: 2px 0px 2px 8px;
}

.insurance-divider {
    display: flex;
    margin-bottom: 5px;
}

.input-align {
    text-align: right;
}

.insurance-space-between {
    margin-left: 25px;
}

.coverage-divider {
    margin-left: 10px;
}

.review-border1 {
    border: 0px solid #ccc;
    padding: 0px;
    display: flex;
    margin-bottom: 20px;
}

.exception-left {
    width: 80%;
}

.clear {
    height: fit-content;
    margin-right: 10px;
    margin-left: 10px;
}

.multi-line {
    text-align: center;
}

.reason {
    width: 100%;
}

.review-border2 {
    border: 0px solid #ccc;
    padding: 0px 8px 0px 0px;
    margin-bottom: 20px;
}

.except-border {
    border: 0px solid #ccc;
    padding: 0px;
    margin-bottom: 20px;
    display: flex;
}

.required {
    border: solid 1px red;
}

.valid {
    border: solid 1px #ccc;
}

.checkmark-top {
    margin-top: 10px;
}

.checkmark-bottom {
    margin-bottom: 10px;
}

.review-except-space {
    margin-left: 5px;
}

.redist-instruct {
    display: flex;
}

.redist-spacer {
    width: 50%;
}

.th-placeholder {
    width: 15px;
    padding: 5px;
}

.td-placeholder {
    width: 15px;
    padding: 5px;
}

.total {
    text-align: right;
}

.total-text {
    color: red;
    padding: 10px;
}

.total-row {
    width: 100%;
    padding: 10px;
}

.total-row-sep1 {
    width: 32%;
    padding: 10px;
    text-align: left;
}

.total-row-sep2 {
    width: 10%;
    padding: 10px 10px 10px 0px;
    text-align: left;
}


/****************************************************************/
/* Create a custom checkbox                                     */
/****************************************************************/
/* The container */
.checkmark-container {
    display: block;
    position: relative;
    padding-left: 40px;
    margin-left: 0px;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Open Sans', Helvetica, Sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    /* Hide the browser's default input (checkbox and radio button) */
    .checkmark-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkmark-container:hover input ~ .checkmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkmark-container input:checked ~ .checkmark {
    background-color: #666;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkmark when checked */
.checkmark-container input:checked ~ .checkmark:after {
    display: block;
}
/* Style the checkmark/indicator */
.checkmark-container .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.insurance-label {
    margin-left: 3px;
    /*margin-right: 5px;*/
    padding-left: 3px;
}
/****************************************************************/
/* gridbox icond                                                */
/****************************************************************/

.faButton {
    background-color: transparent;
    border: none;
}

    .faButton:hover {
        color: black;
    }

    .faButton i {
        font-size: 15px;
    }



a.cmu-btn-inactive, a.cmu-btn-inactive:visited {
    background-color: var(--cmuWhite);
    border: 0 none;
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(0,0,0,.35);
    border-radius: 0;
    color: var(--cmuBtnBkgrd);
    display: inline-block;
    line-height: 1.15em;
    margin-bottom: 1em;
    padding: 1em 1.35em;
    outline: 0;
    text-decoration: none;
    text-transform: none;
}

    a.cmu-btn-inactive:hover {
        background-color: var(--cmuWhite);
        color: var(--cmuBtnHvr);
        text-decoration: none;
    }

.adminModal {
    width: 600px;
}

}

#ngb-live {
    visibility: hidden;
}

.yeknik-page-break {
    page-break-after: always;
}

.form-page {
    height: 100%;
    padding-bottom: 50px;
    background-color: white;
    margin-top: -22px;
    padding-top: 20px;
    min-height: calc(100vh - 270px);
}

.loan-rate {
    border: 2px solid black;
    text-align: center;
    padding: 20px;
}

.no-border {
    border-collapse: separate;
    border-spacing: 15px;
}

.footnote-text {
    font-size: 9px;
}

.offer-box {
    border: 2px solid black;
    background-color: #e5e5e5;
}

.loan-text {
    font-size: 16pt;
}

.loan-list {
    list-style: decimal;
    font-size: 9pt;
}

.right-to-cancel {
    margin-bottom: 0px;
    background-color: black;
    color: white;
    padding: 4px 0px 2px 0px;
    font-size: 10pt;
    text-align: center;
}

.loan-rate-table {
    border-collapse: separate;
    border-spacing: 15px;
}

.borrower-info {
    width: 6.66in;
    border: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt;
    background-color: black;
    color: white;
}

.borrower-table-a {
    width: 239.4pt;
    border: solid windowtext 1.0pt;
    border-top: none;
    padding: 0in 5.4pt 0in 5.4pt
}

.borrower-table-b {
    width: 239.4pt;
    border-top: none;
    border-left: none;
    border-bottom: solid windowtext 1.0pt;
    border-right: solid windowtext 1.0pt;
    padding: 0in 5.4pt 0in 5.4pt
}

.borrower-table-c {
    width: 239.4pt;
    border: solid windowtext 1.0pt;
    border-top: none;
    padding: 0in 5.4pt 0in 5.4pt;
    background-color: black;
    color: white;
}

.borrower-align {
    text-align: justify;
}

dept-ed-logo {
    display: inline-block;
    width: 50px;
    height: 50px;
}

.omb-box {
    float: right;
    border: 1px solid black;
    font-size: 8px;
    padding: 6px;
    margin-right: 10px;
}

    .omb-box p {
        font-size: 8px;
    }

.cert-warn {
    border: 2px solid black;
    margin: 10px 5px 0px 5px;
    padding: 10px;
}

    .cert-warn p {
        font-size: 12px
    }

.cert-inst {
    padding: 5px;
    margin-right: 15px;
}

    .cert-inst p {
        font-size: 12px;
        padding-top: 10px;
        padding-left: 10px;
    }

.cert-list {
    list-style: circle;
}

    .cert-list li {
        padding: 0px 16px 2px 6px;
    }

.loan-cost-table-a {
    padding: 10px;
    width: 300px;
    background-color: #e5e5e5;
}

.loan-cost-table-b {
    padding: 10px;
    background-color: #e5e5e5;
}

.total-color {
    background-color: var(--cmuLtGray);
}

.tab-header-text {
    font-size: 21px;
}

.resource-header {
    font-size: 1.2em;
}

.accepted-text {
    color: #208537;
}

.pending-text {
    color: #9D6203;
}

.cancelled-text {
    color: #006EE5;
}

.progress-bar {
    background-color: #006EE5;
}

.date-label {
    align-self: center;
    margin-top: 12px
}

.find-student label {
    width: 65%;
    align-self: center;
}

.find-student input {
    width: 35%;
}


.phd-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .phd-tooltip .phd-tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .phd-tooltip:hover .phd-tooltiptext {
        visibility: visible;
    }
    .dgCog{
        background:none;
        border:none;
    }
    .dgCogIcon {
        color: var(--cmuBtnBkgrd)
    }
    .dgCogIcon:hover {
        color:black;
    }

    /*multiselect*/
.multi-select-container {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 8px;
}

.selected-items {
    margin-bottom: 10px;
    min-height: 20px; /* To prevent layout shift when no items are selected */
}

.selected-tag {
    display: inline-flex;
    align-items: center;
    background-color: #e0e0e0;
    padding: 5px 8px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

    .selected-tag button {
        background: none;
        border: none;
        cursor: pointer;
        margin-left: 5px;
        font-weight: bold;
    }

.options-list {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.option-item {
    margin-bottom: 5px;
}

.add-heinz-fund .modal-content {
    max-height: 800px;
    overflow-y: scroll;
    min-width: 0px;
    width: 800px;
}

.edit-heinz-fund-table {
    white-space: nowrap;
    max-width: 1200px;
    border-left: var(--ltGrayBorder);
}