/* ============== NEW, MOBILE FRIENDLY ================= */

@media print {
	.calc-result-mobile-outer {
		display: none;
	}
	.calc-result-tablet-outer {
		display: block;
	}
}

@media screen and (min-width: 749px) {
	.calc-result-mobile-outer {
		display: none;
	}
}

@media screen and (max-width: 750px) {
	.calc-result-tablet-outer {
		display: none;
	}
}
.calc-result-tablet-outer,
.calc-result-mobile-outer {
	color: #003A6F; 
}

.calc-result-tablet-outer {
	background: #e4eff1;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.calc-result-tablet table {
	width:100%;
	border:solid #C4D1D7;
	border-width: 0;
}
.calc-result-tablet td {
	padding-top: 5px;
	padding-bottom: 5px;
	border:solid #C4D1D7;
	border-width:1px;
	text-align:center; 
}

.calc-result-tablet .section-header-row td {
	padding-top: 25px;
	border-width: 0;
}

.calc-result-mobile-outer {
	background: #e4eff1;
	margin-left: -23px;
	width: 100vw;
}

.layout-no-padding .calc-result-mobile-outer {
	margin-left: 0px;
}

.calc-result-mobile {
	width: 97vw;
	padding: 0px;
	margin-left: 5px;
	font-size: 12px;
}

.calc-result-mobile .arrow-up {
	background-repeat: no-repeat;
	background-image: url("../../public/images/arrow_up.png");
}

.calc-result-mobile .arrow-down {
	background-repeat: no-repeat;
	background-image: url("../../public/images/arrow_down.png");
}

.calc-result-mobile hr {
	border-bottom-color: lightgray;
}

.calc-result-mobile hr {
	margin-top:0px;
	margin-bottom: 10px;
}

.calc-result-mobile *[id^='calc-section-'] {
	margin-left: 5px;
	text-transform: uppercase;
	font-size: 11px;
}

.calc-result-mobile .calc-subsection .pull-right,
.calc-result-mobile .calc-section .pull-right {
	margin-right: 15px;
}

.calc-result-mobile .calc-collapse-button {
	height: 5px;
	width: 9px;
	padding: 5px;
}

.calc-result-mobile .calc-result-table tr {
	width: 100vw;
}

.calc-result-mobile .calc-result-column {
	width: 43vw;
}

.calc-result-mobile .calc-result-first-column {
	width: 57vw;
	max-width: 250px;
}

.calc-result-mobile .calc-result-second-column {
	width: 43vw;
	max-width: 200px;
}

.calc-result-mobile .additional-info-details {
	margin-top: 30px;
}

.calc-result-mobile .additional-info-details li {
	font-size: 11px;
}

.calc-result-mobile .calc-section {
	margin-top: 10px;
}

.calc-result-mobile .calc-section-name {
	text-transform: uppercase;
	font-weight: bold;
}

.calc-result-mobile .calc-results-table {
	margin-bottom: 10px;
	text-transform: uppercase;
}

.calc-section-name,
.calc-result-mobile .calc-subsection {
	text-transform: uppercase;
	font-size: 14px;
}

.calc-result-tablet table td {
	text-transform: uppercase;
}
.calc-result-tablet table {
	margin-bottom: 20px;
}

.calc-result-tablet .calc-column-name,
.calc-result-tablet .calc-row-name,
.calc-result-tablet .calc-section-name {
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.calc-result-tablet .calc-subsection-name,
.calc-result-mobile .calc-subsection-name {
	font-weight: bold;
}
.calc-result-tablet .calc-result-title {
	margin-bottom: 20px;
}

.calc-result-tablet .calc-legend ul,
.calc-result-tablet .additional-info-details ul {
	list-style-type: none;
}

.calc-result-tablet .calc-legend li {
	display: inline-block;
	padding-right: 20px;
}

.calc-result-tablet .calc-legend {
	padding-bottom: 15px;
	padding-top: 15px;
}

.calc-result-tablet .additional-info-details .calc-subsection-name,
.calc-result-tablet .additional-info-details li {
	padding-bottom: 8px;
}

.calc-result-tablet .calc-result-title,
.calc-result-mobile .calc-result-title {
	text-align:center;
	font-weight: bold;
	font-size: 16px;
}

.calc-result-mobile .calc-results-print {
	text-align: center;
}

/*********************************************************
 *  Print formatting
 ********************************************************/

.printPreviewUiCalculatorResult .app-container {
	display:none;
}
.calc-result-tablet-print {
	display: none;
}

.printPreviewUiCalculatorResult .calc-result-tablet-print {
	display:block;
}

.printPreviewUiCalculatorResult .calc-result-tablet-print {
	display:block;
}

.printPreviewUiCalculatorResult .calc-result-tablet-print {
	display:block;
}
.printPreviewUiCalculatorResult .calc-result-tablet-outer {
	background: none;
	margin-left: 10px;
	width: 100vw;
}

.printPreviewUiCalculatorResult .print {
	display: none;
}