  /*** Shopping Sheet - Default Styles ***/


/*** Elements ***/

html,
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

h1,
h2,
h3 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 14px;
}

h3 {
    font-size: 12px;
}

p {
    font-size: 11px;
}

strong {
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

ul {}

li {
    font-size: 11px;
    margin-left: 10px;
    margin-bottom: 15px;
}


/*** Main Container ***/

#sheet {
    margin-top: 10px;
    padding-bottom: 15px;
}

.container {
    position: relative;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}


/*** Main header ***/

.main-header {
    position: relative;
    margin-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.main-header #date-stamp {
    text-align: right;
    font-weight: bold;
}

.main-header .school-heading {
    margin-top: 10px;
}

.main-header #school-name {
    margin-bottom: 5px;
}

.main-header .xml-download {
    text-align: right
}

#download-btn {
    font-weight: bold;
    border-radius: 6px;
    border: none;
    padding: 5px 10px;
    margin: 0;
    text-decoration: none;
    background: #ececec;
    color: #000;
    font-family: sans-serif;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    transition: background 250ms ease-in-out;
}

#download-btn:active {
    background: #cccccc;
}


/*** Panels ***/

.panel {
    margin-bottom: 15px;
    padding: 1px;
    border-radius: 6px;
    background-color: #436689;
}

.panel.simple {
    background-color: #fff;
    border-width: 1.2px;
    border-style: solid;
}

.panel.highlight {
    border-radius: 6px;
    margin-right: auto;
    margin-left: auto;
}

.panel-header {
    color: #fff;
    padding: 8px 15px 5px 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.accent-wrapper {
    border: 2px dashed #FFFFFF;
    margin: 2px;
    border-radius: 6px;
}

.panel-body {
    background-color: #fff;
    border-radius: 4px;
    margin: 2px;
    padding: 15px 20px 5px 5px
}

.simple .panel-body {
    padding: 5px 5px 40px;
}


/*** Tables ***/

table {
    width: 100%;
    position: relative;
    margin-left: 5px;
}

td {
    font-size: 12px;
    height: 20px;
}

td.line-item {
    width: 70%;
    background: url(/finaid/images/dot.gif);
    background-repeat: repeat-x;
    background-position-x: 0;
    background-position-y: 2px;
}

td.line-item>.line-text {
    background: #fff;
    padding-right: 3px;
}

td.line-value {
    width: 30%;
}

.row.row-left td.line-item>.line-text {
    padding-left: 0;
}

.total-row td.line-item {
    background: none;
}

.total-row td.line-item>.line-text {
    font-weight: bold;
    padding-left: 0;
}

.total-row td.line-value {
    text-align: right;
}

.total-row td {
    font-size: 12px;
}

.total-row .dollar {
    font-weight: bold;
}

.total-row .amount {
    font-weight: bold;
}

.row td.line-value .amount {
    padding-left: 20px;
}

.row td.line-value .dollar+.amount {
    padding-left: 13px;
}

.total-row td.line-value .dollar+.amount {
    padding: 0;
}

#other-options-table {
    margin-bottom: 15px;
}
.text-center{
    text-align: center;
}
#costs-table .header td{
    font-weight:bold;
    padding-bottom: 10px;
}
#costs-table .line-item{
    width: 60%
}
#costs-table .line-value{
    width: 20%;
}

/*** Aside - Comparisons  ***/

.aside-group {
    padding: 5px;
    border-radius: 6px;
}

.aside-group.simple {
    margin-top: 10px;
    padding: 10px;
    line-height: 1.75;
}

.aside-group .address-container {
    line-height: 1.4;
}

.aside-group .info-header h2 {
    font-size: 11px;
   
    margin-bottom: 10px;
}

.aside-group.simple a {
    color: #000;
}

.aside-content {
    padding: 10px;
    position: relative;
}

.aside-content .header h2 {
    margin-bottom: 5px;
    font-size: 12px;

}


/** Graduation Rate Comparison **/

#stats-graduation-rate {
    position: relative;
    top: 5px;
    background: url('/finaid/images/icon_hat.svg') no-repeat;
    background-position: 95% 5%;
    background-size: 90px;
}

.grad-header {
    width: 65%;
    margin-left: -5px;
}

.grad-meter {
    position: relative;
    height: 50px;
    margin-top: 30px;
    width: 100%;
}

.grad-meter .percent {
    display: inline-block;
    position: relative;
    top: -10px;
    margin-left: -20px;
    padding: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 5px;
    clear: both;
    z-index: 1;
}

.grad-meter .percent:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 36%;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
}

.bars {
    position: relative;
    width: 101%;
    margin: 0 auto;
    background-color: transparent;
    height: 20px;
    border-radius: 4px;
    text-align: center;
    clear: both;
}

.bar {
    float: left;
    background-color: #fff;
    min-width: 60px;
    text-align: center;
    height: 20px;
    width: 100%;
    line-height: 20px;
}

.bar.med {
    margin-left: 1px;
    margin-right: 1px;
}


/* for no grad rate data display only */

.bar.med:after {
    width: 100px;
    color: #000;
    white-space: nowrap;
    margin-left: -34px;
    font-weight: bold;
}



/*** Median Borrowing ***/

#stats-median-borrowing {
    position: relative;
    background: url('/finaid/images/icon_dollar.svg') no-repeat;
    background-position: 95% 15%;
    padding: 15px 10px;
    background-size: 50px;
}

.borrowing-header {
    width: 70%;
    margin-left: -5px;
}

.aside-group .address-name {
    font-size: 11px;
    font-weight: bold;
}

.aside-group .address {
    margin-top: 5px;
}

.aside-group .address-line {
    font-size: 11px;
    clear: both;
}


/*** Misc ***/

.options-net-costs {
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
}

.accent-primary {
    color: #42678b;
}

.accent-secondary {
    color: #42768b;
}

.note,
.no-margin-note {
    font-size: 11px;
    font-weight: normal;
    margin: 5px 0px;
    clear: both;
    display: block;
}

.no-margin-note {
    margin: 0;
}

.note.break {
    display: block;
    clear: both;
    width: 100%;
    margin: 3px 0;
}

.inline-note {
    display: block;
    clear: both;
}

.pad-left {
    padding-left: 15px !important;
}

.divider {
    border-bottom: 1px dashed #333333;
    margin: 10px -20px 10px -5px;
}

.default-font {
    color: #000000;
}

.clearfix {
    clear: both;
}

ul#other-options-list {
    list-style-type: disc;
    padding: 6px 0 0 8px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

ul#other-scholarships-list {
    list-style-type: disc;
    padding: 20px 10px 0 35px;
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.page-break{
    page-break-after: always;
}

#custom-information{
    min-height: 350px;
}
@media print,
screen and (min-width: 850px) {
    #sheet {
        width: 800px;
    }
    .container {
        padding-left: 0;
        padding-right: 0;
    }
    .content.numbers {
        display: inline-block;
        float: left;
        width: 69%;
    }
    .row-fluid td {
        width: auto;
    }
    td.line-item>.line-text {
        padding-left: 20px;
    }
    .aside {
        float: right;
        height: 100%;
        width: 29%;
        margin-left: 15px;
    }
    .note,
    .inline-note {
        display: inline-block;
        clear: none;
    }
    .note {
        margin: 5px 5px;
    }
    ul#other-options-list,
    ul#other-scholarships-list {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
}

@media print {
    * {
        color-adjust: exact;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .xml-download {
        display: none !important;
    }
}