	input {
	width: 100% !important;
	}
	
	#tvcInputTable1{
	width: 100% !important;	
	}
	.custom-select_large {
    width: 155px;
	}
	
	label {
		color: #515B7A;
		font-size: 14px !important;
		font-weight: 700;
		text-align: left;
		display: block;
	}
	
	p {
		margin-top: 0;
		margin-bottom: 0.5rem !important;
	}
	

	
	#Panel_Results2{
		 overflow: auto;
	}

#COMPUTE
{
	width:140px !important;
    background: #0738CD !important;
    border: 1px solid #042280 !important;
    height: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    padding: 0 24px !important;
	margin-top: 20px !important;
    color: #FFF !important;
    box-shadow: 0 2px 0 #042280 !important;
}
.TextInput
{
	width: 6em;
}
form
{
		font-family: 'Inter', sans-serif !important;
}


input.tvcPercentOrDollarInputClass {
	display:inline-block;
	width: 5.5em;
	FONT-SIZE: 14pt !important;
}

input.tvcMonthsOrYearsInputClass {
	display:inline-block;
	width: 5.5em;
	FONT-SIZE: 14pt !important;
}

input.tvcPaymentOrTermInputClass {
	display:inline-block;
	width: 5.5em;
	FONT-SIZE: 14pt !important;
}

.tvcRentClass {
	width: 150px;
}

.tvcBuyClass {
	width: 150px;
}



/*Containers and Tables*/
.InputTable, .DetailTable
{
	border: none;
	border-collapse: collapse;
}

.InputTable SPAN
{
   white-space:nowrap;   
} 

.DetailTable .GroupHeading
{
	border-bottom: solid 1px #cccccc;
	text-align:center;
}
.SubDetailTable
{
	border: none;
	border-collapse: collapse;
	width: 100%;
}
.SubDetailTable th, .SubDetailTable td, .DetailTable th, .DetailTable td
{
	padding-right: 6px;
	padding-left: 6px;
}
.NoWrap
{
	white-space: nowrap;
}
.Left
{
	text-align: left;
}
.Right
{
	text-align: right;
}
.Center
{
	text-align: center;
}

/*Collections*/
/*.InputCollection SPAN
{
   white-space:nowrap   
} */


.InputCollection TABLE TR TD
{
	padding: 1px 2px 1px 2px;
	FONT-SIZE: 14pt !important;
}
.InputCollection INPUT.TextInput
{
	width: 5.5em;
	FONT-SIZE: 14pt !important;

}
.InputCollection INPUT.radio
{
	width: 1.5em;
	FONT-SIZE: 14pt !important;
	white-space:nowrap;
}
.InputCollection SELECT
{
	FONT-SIZE: 14pt !important;
}
.InputCollection TABLE
{
	border: none;
	border-collapse: collapse;
}
.InputCollection #DebtsTable td /*PC12*/
{
	padding-right: 5px;
}
/*End Collections*/





/*Amortization Table*/
.cAmortContainer
{
	padding-top: 10px;
	padding-bottom: 10px;
	border-collapse: collapse; /* This is the equivalent of cellspacing="0" */
	border: none;
}
FIELDSET
{
	padding: 10px;
}
.cAmortTitleFont
{
	font-weight: bold;
}
.cTableWrapper
{
	border: none;
	border-collapse: collapse;
}
.cAmortTable
{
	border: none;
	border-collapse: collapse;
}
.cAmortTable TD, .cAmortTable TH
{
	padding: 5px;
	FONT-SIZE: 10pt !important;
	font-family: 'Inter', sans-serif !important;
	text-align: center !important;
}
.cAmortHeader TD, .cAmortHeader TH
{
	border-top: #dedfef 1px solid;
	border-bottom: #dedfef 2px solid;
	font-weight: bold;
	background-color: #eeeeee;
	text-align: center;
    background-image: url(https://www.har.com/timevaluecalculators/images/amortgreyhgradient.jpg);
    background-repeat: repeat-x;
}
.cAmortLineE TD, .cAmortLineE TH
{
	background-color: #F7F7F8;
	white-space: nowrap;
}
.cAmortLineO TD, .cAmortLineO TH
{
	white-space: nowrap;
}
.cAmortLineTotals TD, .cAmortLineTotals TH
{
	font-weight: bold;
	color: black;
	border-top: double 3px black;
	white-space: nowrap;
}
/*End Amortization Table*/



/* Collections */
.cTimeValue .InputCollection .TextInput {
	FONT-SIZE: 14pt !important;
}
.cTimeValue .InputCollection SELECT {
	FONT-SIZE: 14pt !important;
}
.cTimeValue .InputCollection INPUT {
	FONT-SIZE: 14pt !important;
}
.cTimeValue .InputCollection P {
	FONT-SIZE: 14pt !important;
}
/* End Collections */ 


.cTimeValue TH {font-weight:normal;}

.cTimeValue .toggle
{
	white-space:nowrap;
}

.toggle {vertical-align:top;}


/* Calculator Answer */
.Summary   {
	color: Blue;
}

br.tvcClearBoth {
    clear:both;
}