/* CSS Document */

.input_label {
	/*float:left;*/
	margin-right:5px;
	line-height:52px;
	}
input:focus {
	background-color: #bee7d3;
	}
button:focus {
	border:2px solid #087900;
}
:focus {
	border:2px solid #087900;
}

[class^="error_"] {
	color:red;
	}
/*#too_young_notice {
	position: absolute;
    display: block;
    width: 50%;
    border: thin solid #CCC;
    border-radius: 20px;
    z-index: 15;
    background-color: #fff;
    padding: 10px;
    top: 25%;
	padding-top:20px;
	}*/
/*#too_young_notice p {
	padding-top:20px;
	}*/
#too_young_notice_close, .close_why {
	position: relative;
    display: block;
    float: right;
    width: 20px;
    height: 20px;
    border: thin solid #ccc;
    border-radius: 6px;
    color: #666;
    text-align: center;
    line-height: 20px;
	cursor:pointer;
	}
table tr th, table tr td {
	/*padding:5px;*/
	height:52px;
	line-height:52px;
	}
#long_td {
	line-height:1.3rem;
	padding-top:20px;
	}
#why_link_desig {
	/*top:40px;*/
	margin-left: 5px;
		}
form label {
	margin:0px;
	}
table tr.even, table tr:nth-of-type(even) {
	background:none;
	}
body {
	font-family:'tdasans',Arial;
	}
table td {
	line-height:18px;
	font-size:14px;
	padding:5px;
	/*min-height:85px;*/
	vertical-align: inherit;
	border-bottom:0px;
	font-size:0.7778rem;
	}
table, caption, thead, tfoot, tbody, tr, td, th {
    /* line-height: 24px; */
     vertical-align: -webkit-baseline-middle; 
}
/*table tr {
	border-bottom:1px solid #dcdcdb;
	}*/
.error_msg  {
	position:relative;
	display:block;
	line-height:25x;
	float:left;
	width:100%;
	color:red;
	font-size:.8em;
	}
.error_icon {
	position: relative;
    display: none;
    float: left;
    width: 25px;
    height: 14px;
    background-image: url(img/error-icon.png);
    background-repeat: no-repeat;
    background-position: left;
	}
[id^="error_"]{
	width:100%;
	position:relative;
	display:block;
	}
[id='dob_error_tr'] td, [id='spouse_dob_error_tr'] td {
	height:fit-content;
	line-height:16px;
	text-align:right;
	}
#rmd_form {
	max-width:943px;
	margin-left:auto;
	margin-right:auto;
	}
.disclaimer-container p {
	font-size:.85rem;
	color:#666;
	}
.WAhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
fieldset {
    border: 0;
}

label { 
font-weight:normal;
font-size:inherit;
}
.td_right {
	text-align:right;
	min-width:23.063em;
	font-size:1rem;
	}
.td_left {
	position:relative;
	min-width:24em;
	font-size:1rem;
	}
/*button, .button {
	padding:0px;
}*/
.help_icon {
	border: thin solid #087900;
    background-color: #087900;
    position: relative;
    line-height: 10px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    font-weight: bold;
    color: #fff;
    font-size: .6em;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    top: -3px;
	}
#calculator_container > .rmd_results_header {
	background-color:#f5f1eb;
	padding:20px;
	font-weight:1.5rem !important;
	}
.rmd_results_highlight {
	color:#38635a;
	font-weight:bold;
	}
.help_text {
	position: absolute;
    /* width: 80%; */
    /* left: 10%; */
    /* top: 5%; */
    background-color: #fff;
    border: thin solid #000;
    color: #414141;
    border: 1px solid #dedede;
    border-radius: 12px;
    z-index: 16;
    padding: 2%;
    max-height: 200px;
    overflow-y: scroll;
    line-height: 1.5rem;
}
#modal_block {
	position:absolute;
	width:100%;
	height:100%;
	}
#submit_button, .res_buttons  {
	cursor: pointer;
    position: relative;
    float: left;
	text-decoration:none;
    clear: right;
    background-color: #087900;
    line-height: 35px;
    margin-top: 10px;
    border-radius: 18px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    border: thin solid #087900;
	font-size:1rem;
	}
.h1_titles {
	position: relative;
	width:100%;
	font-weight:100%;
	}
.disclaimer-container {
	   border-top: 0px;
    margin-top: 20px;
    position: relative;
    display: block;
    width: 100%;
    float: left;
	}
#corona_container {
	position: absolute;
	z-index: 25;
	width: 50%;
	background-color: white;
	left: 25%;
	top: 20%;
	border: thin solid #ccc;
	border-radius: 15px;
	padding: 10px;
}
#corona_close {
    position: relative;
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    border: thin solid #ccc;
    border-radius: 4px;
    /* float: right; */
    cursor: pointer;
    float: right;
}
@media screen and (max-width:950px){
	#long_td {
		line-height: 18px;
		margin-top: 10px;
		padding-bottom: 0px;;
		}
	#why_link_desig {
		/*top: 38px;*/
		margin-left: 5px;
	}
	.disclaimer-container p {
		position:relative;
		display:block;
		width: 85%;
		text-align: justify;
		left: 7.5%;
		}
}
@media screen and (max-width:47.063em){
	#corona_container {
		width: 90%;
		left: 5%;
		top: 10%;
	}
	.td_right {
	  border-bottom:0px;
	  padding-left:3px;
	  padding-top:2px;
	  width:100%;
	  float: left;
	  text-align: left;
	}
	.td_left {
	  float:left;
	  border-bottom:0px;
	  padding-left:3px;
	  padding-top:5px;
	  width:100%;
	  line-height: 1rem;
	}
	.help_icon {
		position: relative;
		top: -5px;
	}
	[id^="error_"] {
		text-align:left;
	}
	input[type=text], input[type=password], input[type=email]
	{
		height:20px !important;
		}
	[id='dob_error_tr'] td, [id='spouse_dob_error_tr'] td {
		height: fit-content;
		line-height: 16px;
		text-align:left;
	}
	table tr th, table tr td {
		padding:3px;
		min-height:33px;
		width:100%;
		}
/*	table, caption, thead, tfoot, tbody, tr, td, th {
	line-height:12px;
	}*/
	.tr_styling {
		border-bottom:thin solid #ccc;
		}
}
@media screen and (min-width:47.063em){
	.tr_styling {
			border-bottom:thin solid #ccc;
			}
}
html {
  touch-action: manipulation;
}
#calculator_container {
	position:relative;
	display:block;
	max-width:980px;
	min-height:500px;
	margin-left:auto;
	margin-right:auto;
	line-height:1.75rem;
	}
.calcs_left {
	position:relative; 
	display:block; 
	width: 350px; 
	float:left; 
	border-bottom:thin solid #ccc;
	}
.calcs_right {
	position:relative; 
	display:block; 
	width: 150px; 
	float:left; 
	border:thin solid #ccc;
	}
