/** IA Calculator - Misc */
#ia-calculator .ia-calculator--cloned {
	display: none !important;
}

#ia-calculator .ia-error {
	color: red;
	font-size: 12px;
	margin: 0;
}

#ia-calculator .ia-weight-normal {
	font-weight: normal;
}

#ia-calculator .ia-lower {
	text-transform: lowercase;
}

#ia-calculator .ia-print-only {
	display: none;
}

/** IA Calculator - Column Helpers */
#ia-calculator .ia-row {
	margin: 0 -15px;
}

#ia-calculator .ia-col-full,
#ia-calculator .ia-col-half,
#ia-calculator .ia-col-third {
	box-sizing: border-box;
	float: left;
	padding: 0 15px;
	width: 50%;
}

#ia-calculator .ia-col-full {
	width: 100%;
}

#ia-calculator .ia-col-third {
	width: 33.33333%;
}

#ia-calculator table {
	width: 100%;
}

#ia-calculator td.ia-hr {
	padding: 0 0 5px;
}

#ia-calculator hr {
	background-color: #ccc;
    border: 0;
    height: 1px;
	margin: 10px 0;
}

/** IA Calculator - Head specific targeting */
#ia-calculator th.ia-align-left,
#ia-calculator thead th:first-child {
	text-align: left !important;
	min-width: 190px;
}

#ia-calculator th.ia-align-left {
	// padding-left: 0 !important;
}

#ia-calculator thead th {
	text-align: center;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 1.2em;
	min-width: 20%;
	border-radius: 0;
	height: 50px !important;
	padding: 0 10px  !important;
	vertical-align: middle !important;	
}
	
/** IA Calculator - Body specific targeting */
#ia-calculator tbody th[scope="row"] {
	font-weight: bold;
    padding: 15px 10px;
}

#ia-calculator tbody th {
	border: 0 none;
	text-align: left;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2em;
	text-transform: capitalize;
	vertical-align: middle;
	width: 10%;
}

#ia-calculator tbody input {
	border: 1px solid #ccc;
	box-sizing: border-box;
	max-width: 102px;
	min-width: 80px;
	padding: 5px;
	text-align: center;
}

#ia-calculator tbody input[readonly] {
	border: 0;
}

/** IA Calculator - Cells (all) */
#ia-calculator td {
	border: 0;
	text-align: center;
	padding: 5px;
	width: 10%;
	vertical-align: middle !important;	
}

/** IA Calculator - Per Hour Totals */
.ia-calculator--per-hour-totals span.label {
	display: block;
	font-weight: bold;
	margin: 0 0 5px;
}

.ia-calculator--per-hour-totals > div {
	margin: 0 0 10px;
}

.ia-calculator--per-hour-totals input {
	border: 1px solid #ccc;
	padding: 5px;
	width: 100%;
}

/** IA Calculator - Money Saved Totals */
td[data-type="money-saved"] input {
	color: green;
	font-weight: bold;
}

.ia-calculator--per-hour-totals div[data-initial-total] {
	font-size: 16px;
	font-weight: bold;
}

/** IA Calculator - Final Totals */
#ia-calculator .ia-calculator--totals th:first-child {
	text-align: left;
}

#ia-calculator .ia-calculator--totals th {
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}

#ia-calculator .ia-calculator--totals input {
	width: 100%;
}

#ia-calculator .ia-calculator--totals input[name="total_money_saved"] {
	color: green;
	font-size: 20px;
	font-weight: bold;
}

#ia-calculator .ia-calculator--totals.last-row * {
	background: #fafafa;
}

/** IA Calculator - Responsive Table */
#ia-calculator.table-responsive {
    margin: 20px 0;
    min-height: 0.01%;
    overflow-x: auto;
}

/** IA Calculator - User Email */
.ia-calculator--email {
	max-width: 600px;
}

.ia-calculator--email p {
	font-size: 13px;
}

.ia-calculator--email h2 {
	color:#1e73be;
	font-family:Raleway;
	font-style:normal;
	font-weight:100;
	text-align:left;
}

.ia-calculator--email > div {
	font-size: 12px;
	margin: 0 0 5px;
}

.ia-calculator--email input {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    height: 39px;
    line-height: 35px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;	
}

/** IA Calculator - Disclaimer */
.ia-disclaimer {
    color: #999;
    font-size: 12px;	
	margin: 20px 0;
	overflow: hidden;
	text-align: center;
}

@media (max-width: 650px) {

	/** IA Calculator - Responsive Table */
	#ia-calculator.table-responsive {
	    border: 1px solid #ddd;
	    margin-bottom: 15px;
	    padding: 5px;
	    overflow-y: hidden;
	    width: 100%;
	}

	#ia-calculator.table-responsive > .table {
		padding: 5px;
	    margin-bottom: 0;
	}

	#ia-calculator.table-responsive > .table > tbody > tr > td, #ia-calculator.table-responsive > .table > tbody > tr > th, #ia-calculator.table-responsive > .table > tfoot > tr > td, #ia-calculator.table-responsive > .table > tfoot > tr > th, #ia-calculator.table-responsive > .table > thead > tr > td, #ia-calculator.table-responsive > .table > thead > tr > th {
	    white-space: nowrap;
	}

	#ia-calculator.table-responsive > .table-bordered {
	    border: 0 none;
	}

	#ia-calculator.table-responsive > .table-bordered > tbody > tr > td:first-child, #ia-calculator.table-responsive > .table-bordered > tbody > tr > th:first-child, #ia-calculator.table-responsive > .table-bordered > tfoot > tr > td:first-child, #ia-calculator.table-responsive > .table-bordered > tfoot > tr > th:first-child, #ia-calculator.table-responsive > .table-bordered > thead > tr > td:first-child, #ia-calculator.table-responsive > .table-bordered > thead > tr > th:first-child {
	    border-left: 0 none;
	}

	#ia-calculator.table-responsive > .table-bordered > tbody > tr > td:last-child, #ia-calculator.table-responsive > .table-bordered > tbody > tr > th:last-child, #ia-calculator.table-responsive > .table-bordered > tfoot > tr > td:last-child, #ia-calculator.table-responsive > .table-bordered > tfoot > tr > th:last-child, #ia-calculator.table-responsive > .table-bordered > thead > tr > td:last-child, #ia-calculator.table-responsive > .table-bordered > thead > tr > th:last-child {
	    border-right: 0 none;
	}

	#ia-calculator.table-responsive > .table-bordered > tbody > tr:last-child > td, #ia-calculator.table-responsive > .table-bordered > tbody > tr:last-child > th, #ia-calculator.table-responsive > .table-bordered > tfoot > tr:last-child > td, #ia-calculator.table-responsive > .table-bordered > tfoot > tr:last-child > th {
	    border-bottom: 0 none;
	}

}