


* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

h2 {
  margin: 4px;
}

.outerwrapper {
	min-height: 100%;
	position: absolute;
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto;
	left: 0;
	top: 0;
}

.innerwrapper {
	top: 0;
	left: 0;
	padding-top: 0px;		/* Match navbar height */
	padding-bottom: 200px;	/* Match footer height */
	/*position: absolute;*/
    z-index: -1;
	overflow-y: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	margin: auto;
}




/* Responsive Header Menu */
.header {
  overflow: hidden;
  background-color: #e4e4e4;
  padding: 10px 10px;
}

.header a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
  line-height: 25px;
  border-radius: 4px;
}

.header a.logo {
  font-size: 25px;
  font-weight: bold;
  padding: 0px;
}

.header a:hover {
  background-color: #ddd;
  color: black;
}

.header a.active {
  background-color: dodgerblue;
  color: white;
  text-decoration: none;
  margin: 1px 4px;
  width: 120px;
}

.header-right {
  float: right;
}







.container {
	padding: 5px, 60px, 60px; 60px;
}

.oddblock {
	background-color:#f1f1f1;
}

.evenblock {
	background-color:#002f56;
}

.white {
	background-color:#ffffff;
}

.navy {
	background-color:#002f56;
	color:#e4e4e4;
}

.lightblue {
	background-color:#2f9fd0;
}

.lightgray {
	background-color:#e4e4e4;
}

.darkgray {
	background-color:#404040;
}


.row:after {
  content: "";
  display: table;
  clear: both
}


.column-100 {
  float: left;
  width: 100%;
  padding: 20px;
}

.column-66 {
  float: left;
  width: 66.66666%;
  padding: 20px;
}

.column-33 {
  float: left;
  width: 33.33333%;
  padding: 20px;
}

.large-font {
  font-size: 48px;
}

.xlarge-font {
  font-size: 64px
}

.stdimg {
  display: block;
  height: auto;
  max-width: 100%;
}

.button {
  border: none;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  cursor: pointer;
  background-color: #04AA6D;
}



a {
		cursor: pointer;
		text-decoration: underline;
}
a:link    {color:#ff8000;text-decoration:underline}
a:visited {color:#ff8000;text-decoration:underline}
a:hover   {color:#ff9900;text-decoration:underline}
a:active  {color:#ff9900;text-decoration:underline}

a.button {
	/* float: right; */
	display: block;
	color: white;
	text-align: center;
	padding: 7px 11px;
	margin: 7px 15px;
	text-decoration: none;

	font-size: 14px;
	
	border-style: solid;
	border-width: 1px;
	border-color: orange;
	border-radius: 5px;

	background-color: #404040;	
}




/* footer */
/*
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}
*/
.myfooter {
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 200px;
  background-color: #005bbb;
  color: white;
  /* text-align: center;*/
  font-family: Nixie One, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10pt;
}


/* Social media buttons (font awesome) */
.fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 15%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: #bb0000;
}




div.subpanel {
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	margin: 20px 10px 20px 20px;
	border-radius: 5px;
	border-color: #808080;
	background-color: #e6e6e6;
	overflow: auto;
	box-sizing: border-box;
}

div.rLoginTinyPanel  {
	width: 100%;
	text-align: center;
	/*background-color: pink;*/
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	box-sizing: border-box;
}

p {
	line-height: 21px;
}
p.secTitle  {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 1px;
}

p.secTitleSteps  {
	font-family: Arial, Helvetica, sans-serif;
	color: #b3b3b3;
	font-style: italic;
	font-weight: bold;
	font-size: 11pt;
	margin-bottom: 0px; 
	margin-top: 8px;
	margin-left: 0px;
	letter-spacing: 1px;
}

p.profTitle  {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 1px;
	text-align: left;
}

p.rpanelTitle  {
	color: black;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
	text-align: center;
}

p.rpanelLabel {
	color: black;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 0;
	text-align: left;
}

p.rpanelInput  {
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 2px;
	text-align: left;
}

p.rpanelValue  {
	color: black;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 0;
	text-align: left;
}

.regResponse {
	display: none;
	margin: 20px;
	color: #009933;
}

.logResponse {
	display: none;
	margin: 20px;
	color: #009933;
}


button.login  {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	color: white;	
	background-color: #ff8000;
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 5px 0;
	white-space: nowrap;
	display: inline-block
}

button.reset, button.render, button.submt, button.inputLoad {
	font-family: Arial, Helvetica, sans-serif;
	color: white;	
	background-color: #ff8000;
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 5px 9px;
	white-space: nowrap;
	display: inline-block
}

button.cancl, button.inputCancl {
	font-family: Arial, Helvetica, sans-serif;
	color: #ff8000;
	background-color: white; /*#404040;	*/
	border-color: #ff8000;
	border-style: solid;
	border-width: 2px;
	text-align: center;
	border-radius: 4px;
	font-weight: bold;
	font-size: 10pt;
	cursor: pointer;
	padding: 5px 9px;
	white-space: nowrap;
	display: inline-block
}

button.closex {
	border-radius: 50%;
	height: 30px;
	width: 30px;
	line-height: 12px;
	overflow: hidden;
	border-style: none;
	color: white;
	font-size: 22px;
	text-align: center;
	padding: 2px;
	position: fixed;
	cursor: pointer;
	background-color: #8c8c8c;
}	

button:disabled  {
	color: #808080;
	background-color: #ffe6cc; /*#cccccc;*/
	border-color: #ff8000; /*#8c8c8c;*/
	cursor: not-allowed;
}


/*
input[type=button] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
*/

input[type=submit]:hover {
  background-color: #45a049;
}




@media screen and (max-width: 1000px) {
  .column-66,
  .column-33 {
    width: 100%;
    text-align: center;
  }
  img {
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .header a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .header-right {
    float: none;
  }
}
