/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}


html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}


/* HTML ELEMENTS */
body {
	background-color:#ffffff;
	color:#333333;
	font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	min-width: 800px;
	margin-left: 20px;
	margin-top: 20px;
	position: relative;
    padding-bottom: 6rem;
    min-height: 95%;
	line-height: 140%;
}

input
{
padding-left: 5px;
}

input[type='text']
{
border-radius: 1px;
border:1px solid #999999;
size: 20px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

label
{
/*width: 150px; */
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.dropdown {
border-radius: 1px;
border:1px solid #999999;
width: 100%;
padding-left: 1px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.dropdown2 {
border-radius: 1px;
border:0px solid #999999;
/*width: 100%; */
text-align: right; 
padding-left: 1px;
font-size: 12px;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100%;
}

.normal_button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100px;
}
.greenbutton {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100%;
}

.redbutton {
    background-color: #FE2E2E; /* Red */
    border: none;
    color: white;
    text-align: center;
    display: inline-block;
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	padding: 5px 5px 2px 5px;
	width: 100%;
}

.redfont {
	color: #FE2E2E; /* Red */
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.greenfont {
	color: #4CAF50; /* Green */
    font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.h1
{
	font-family: "Georgia", Verdana, Times, serif;
font-size:28px;
}

.h2
{
	font-family: "Georgia", Verdana, Times, serif;
font-size:18px;
}

.redfont a {
	color: #FE2E2E; /* Red */
	position: relative;
	text-decoration:none;
	
}

.redfont a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #FE2E2E; /* Red */
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.redfont a:hover:before {
 width: 100%
  
}


a {
	position: relative;
	text-decoration:none;
	
}

.h9 a {
	line-height: 1.6;
}

a:hover {
	
}

a:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: blue;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a:hover:before {
 width: 100%
  
}

.resulttable
{
	font-size: 12px;
	color:BLUE;
font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

.foottext {
	position: absolute;
	font-family: "Georgia", Verdana, Times, serif;
	bottom: 0;
	left: 0;
	line-height: 100%;
	/*padding: 1rem;*/
}

.foottext_print {
	position: fixed;
	font-family: "Georgia", Verdana, Times, serif;
	right: 0;
	bottom: 0;
	text-align: right;
	display:table-footer-group;
	line-height: 100%;
	/*padding: 1rem;*/
}

.calcu {
	position: absolute;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
	right: 10px;
	top: 0px;
	text-align: right;	
	line-height: 100%;
}

hr.hrsp {
	border: 0;
	border-bottom: 1px dashed #ccc;
	margin-top: 0;
	margin-bottom: 0;	
	}

#activator {
	border-collapse: collapse;
	font-size: 12px;
	font-family: "Courier New", "Trebuchet MS", Helvetica, sans-serif;
}

#activator td {
	border: 1px solid #ddd;
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 8px;
}

@media print
{
.noprint {display:none;}

.added {display:inline;}
}

@media screen
{
.nodisplay {display:none;}
}

.footlinks {
	position: absolute;
	bottom: 40px;
	left: 0;
	/*line-height: 140%;
	padding: 1rem;*/
}