.topHeight {
    padding-bottom: 78px;
}

/* breadcrumbs */
.activeBreadcrumb {
	color: #74402E;
}

/* alert section on accountsummary */
.alertTable {
	padding: 0;
	font-size: 13px;
}

.alertTable tr td {
    padding: 1px 8px;
}

.alertTable tr td svg {
    vertical-align: text-top;
}

.alert {
    margin-bottom: 10px;
}

.alert-danger {
    background: linear-gradient(#f2dede, #ebccd1);
}

.alert div a {
	color: FireBrick;
	text-decoration: underline;
}
.alertTable a:hover {
	background-color: transparent;
}

/* timeline classes */
table.timeline {
	width: 100%;
	border-top: 1px solid #E27B41;
	border-bottom: 1px solid #E27B41;
	margin-bottom: 10px;
}
td.timeline {
	width: 100%;
}
img.timeline {
	width:100%;
	height:auto;
}

/* message sections on accountsummary */
.message-section {
	border-top: 1px solid #E27B41;
	width: 100%;
	padding-top: 10px;
}

/* tooltip classes */
span.toolsTooltip{
	color:#E56D2C;
	font-weight: 300;
	cursor:pointer;
}

/* right rail classes */
p.needHelp-text {
	padding: 7px 10px;
	margin: 0px;
	font-size: 13px;
}
p.needHelp-text a {
	color: #029099;
	white-space: nowrap;
}
p.needHelp-text a:hover {
	background-color: #BFE9E3;
}
div.needHelp-div {
	background-color: #EBF8F7;
	width: 100%;
}

p.account-header {
    margin: 0 0 0;
}

/* action bar classes */
.action-bar {
	border-top: 1px solid #E27B41;
}

.action-bar tbody tr td:first-child {
    width: 60%;
}

h4.actionHeadline {
	margin: 0 0 0;
	display: block;
	width: 100%;
}
.tableTitle {
	padding-bottom: 10px;
}
.actionDropdown {
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn-action {
	margin-bottom: 0px;
	margin-left: 5px;
}
td.action-button-cell {
	text-align: right;
}
td.action-dropdown-cell {
	text-align: right;
}

/* turn off the spinner in number boxes */
/* firefox */
input[type='number'] {
	-moz-appearance:textfield;
}
/* safari, chrome */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance:none;
	margin:0;
}

/* forms without colored background */
.clear-formStyle{
	border-top:1px solid #e27b41;
	padding: 15px 0 0 0;
}

/* documentation page, upload buttons bootstrap style */
.documentation-font {
	font-size: 12px;
}
.btn-file {
	position: relative;
	overflow: hidden;
}
.btn-documentation {
	white-space: normal;
	word-break: normal;
	width: auto;
}
.btn-file input[type=file] {
	display:block;
	position:absolute;
	top:0;
	right:0;
	cursor:inherit;
	min-width:100%;
	min-height:100%;
	/* cross browser opacity */
	-ms-filter: "prodid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-mox-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}

/* borrower tools classes */
.expenseSheetCell {
	padding-bottom: 5px;
}

.tightRow {
	padding: 0 5px 10px 0;
}

#interestPaymentData.nav-tabs {
	-moz-padding-start: 0px;
	-webkit-padding-start: 0px;
	-khtml-padding-start: 0px;
	-o-padding-start: 0px;
	padding-start: 0px;
    margin-bottom: 0px;
    margin-top: 0;
}

#interestPaymentData.nav-tabs > li > a {
	font-size:18px;
    border: 1px solid #EDB38B;
	background-color: #EDB38B;
    border-radius: 4px 4px 0 0;
    line-height: 1.42857;
    margin-right: 2px;
	color: white;
	font-weight:300;
}

#interestPaymentData.nav-tabs > li > a:hover {
    border: 1px solid #E27B41;
	background-color: #E27B41;
	cursor: pointer;
	color: white;
}

#interestPaymentData.nav-tabs > li.active > a, #interestPaymentData.nav-tabs > li.active > a:hover, #interestPaymentData.nav-tabs > li.active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #E56D26;
    border-color: #E56D26;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: default;
	font-weight:300;
	color: white;
}

#interestPaymentData.nav-tabs {
    border-bottom: none;
}

#deToolLoanTable.table-striped>tbody>tr:nth-child(odd){background-color:#fdf4d4}
#ipToolFederalResult.table-striped>tbody>tr:nth-child(odd){background-color:#fdf4d4}
#ipToolPrivateResult.table-striped>tbody>tr:nth-child(odd){background-color:#fdf4d4}

.int-calc-table.tableStyle {
    border-collapse: collapse;
}

.int-calc-table td, .int-calc-table th {
    padding: 10px;
    width: 50%;
}

.int-calc-table:not(:first-child) {
    border-top: 1px solid #f2d653;
}


.int-calc-table tr:first-child {
    background-color: #fcedbc;
}

.int-calc-table tr:not(:first-child) th {
    border-top: 1px solid transparent;
}

.int-calc-table tr:nth-child(odd):not(:first-child) {
    background-color: #fdf4d4;
}

.int-calc-table.tableStyle tr th {
    background-color: transparent;
    border-bottom: transparent;
}

@media all and (min-width: 704px) {
    .tableSpace .int-calc-table:first-child {
        width: 50%;
    }

    .tableSpace .int-calc-table:not(:first-child) {
        width: 25%;
    }

    .int-calc-table {
        float: left;
    }

    .int-calc-table td, .int-calc-table th {
        height: 73px;
        text-align: left;
    }

    .int-calc-table ~ .int-calc-table td,
    .int-calc-table ~ .int-calc-table th  { border-left: 0;  }

    .int-calc-table ~ .int-calc-table tr:first-child  th:first-child  { display: none; }
    .int-calc-table ~ .int-calc-table tr:not(:first-child) th  { display: none; }

    .learn-more {
        margin-top: 25px;
    }
}

@media screen and (max-width: 767px) {
    .row-no-line-center, .row-no-line-right, .row-no-line-right, .row-no-line-center-extra, .row-no-line-right-extra,
    .row-line-center, .row-line-right, .row-no-line-left, .row-no-line-left-extra {
        padding: 0 0 10px 0;
        border-top: none;
    }

    .row-line-left {
        padding: 5px 0 10px 0;
    }

    .no-mobile {
        display: none;
    }

    .rh-option-amt {
        padding-left: 5px;
    }

    .rehab-parent, .repay-parent {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 570px) {
    #Utility-Nav {
        display: block;
        padding: 34px 8px;
    }

    #Utility-Nav a, #Utility-Nav span a, #Utility-Nav span span {
        white-space: nowrap;
        padding-right: 0;
    }

    .action-bar tbody tr td:first-child {
        width: 45%;
    }

    .formPadding {
        padding-bottom: 0px;
    }

    .TopContent {
        padding-bottom: 0px;
    }

    table.tableStyle {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .responsiveTable {
        border: 0;
    }

    .responsiveTable caption {
        font-size: 1.3em;
    }

    .responsiveTable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .responsiveTable tr {
        border-top: 3px solid #ddd;
        display: block;
        /*margin-bottom: .625em;*/
    }

    .responsiveTable tbody tr td.loanLink {
        text-align: left;
    }

    .responsiveTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .responsiveTable td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .responsiveTable td:empty:after {
        content: '.';
        color: transparent;
        visibility: hidden;
    }

    .responsiveTable td:last-child {
        border-bottom: 0;
    }

    .document-table p {
        margin: 0 0 0;
    }

    .btn-block.downloadUpload {
        display: inline-block;
    }
    
    h1.acknowledgement {
        font-size: 34px;
    }
}

@media screen and (max-width: 890px) {

    .paymentSheduleTable {
        border: 0;
    }

    .paymentSheduleTable caption {
        font-size: 1.3em;
    }

    .paymentSheduleTable thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .paymentSheduleTable tr {
        border-top: 3px solid #ddd;
        display: block;
        /*margin-bottom: .625em;*/
    }

    .paymentSheduleTable tbody tr td.loanLink {
        text-align: left;
    }

    .paymentSheduleTable td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .paymentSheduleTable td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
    }

    .paymentSheduleTable td:last-child {
        border-bottom: 0;
    }

}


@media screen and (max-width: 350px) {
    h1 {
        font-size: 34px;
    }
    a.logo {
        background-size: 120px;
        width: 120px;
        margin: 44px 0 0;
    }
}
