/* Default styling for everyone for login.jsp *******************************/

#lb, #rb, #bb, #blc, #brc, #tb, #tlc, #trc{
	background-image: none;
}
/* End of White disclaimer Style */

.loginbutton{
	border-radius: 5px;
	border-width: 0px;
	padding: 10px !important;
	padding-left: 14px !important;
	padding-right: 14px !important;
	font-size: 15px;
	background-color: #2e63a9;
	margin: 10px;
	color: #FFFFFF !important;
	position: relative;
	left: 10px;
	top: 5px;
}

h1 {
	font-size: x-large;
	margin-bottom: 20px;
}

h2 {
	font-size: large;
	margin-top: 0px !important;
}

#contentwrapper {
	min-width: 200px;
}

#content {
	margin-bottom: 10px;
}

#content h1 {
	*height: 20px;
}

#contentarea {
	background-color: #FFFFFF;
	border-radius: 15px;
	clear: both;
	float: none;
	/* width: 300px; */
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 30px;
	margin-bottom: 30px;
	min-width: 300px;
	max-width: 1000px;
	margin: 0 auto;
}

.line {
	margin: 0 0 10px 0;
	padding: 0;
	height: 0;
	border-bottom: 1px #999 solid;
}

.spacer {
	margin-top: 30px;
}

input[type="text"] {
	padding: 3px 1px;
	width: 210px;
}

input[type="password"] {
	padding: 3px 1px;
	width: 210px;
}

.inputbutton {
	float: right !important;
}

.error {
	color: #f00;
	font-size: small;
	background-color: transparent;
	margin: 0;
	padding: 0;
	*margin-top: 4px;
	text-align: center;
}

.footnotes {
	margin-top: 50px;
	font-size: 100%;
	padding-left: 25px;
}

.footnotes ul {
	list-style-type: decimal;
}

#qiform {
	font-size: larger;
}

#qiform input[type='checkbox']:enabled:not(:checked) {
	outline: 2px solid red;
}

#qiform td {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

#disclaimerDiv {
	padding: 20px 20px 20px 20px;
}

#contentLogin, #contentForgotPassword{
	padding: 10px;
	margin-top: 40px !important;
}

#contentLogin, #contentForgotPassword{
	padding: 20px;
	text-align: center;
}

td {
	padding: 2px;
}

.inputbutton{
	margin: 5px;
}

table {
	margin: auto;
}

#btnforgotpassword{
	left: 45px;
	top: 42px;
}

#forgotpasswordlabel{
	position: relative;
	left: 0px;
	top: 0px;
}

#forgotinput{
	position: relative;
	left: 0px;
	top: 0px;
}

/* Style for mobile devices less than 540 wide ******************************/
@media screen and (max-width: 539px) {

	#contentLogin,  #contentForgotPassword{
		margin-top: 40px !important;
		padding: 20px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	#contentLogin h2,  #contentForgotPassword{
 		font-size: 23px;
	}
	
	#disclaimerDiv {
		width: auto;
	}
	
	#disclaimerDiv h1 {
		text-align: center;
		font-size: 50px;
		margin-top: 30px;
		margin-bottom: 35px;
	}
	
	#disclaimerDiv h2 {
		text-align: center;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 25px;
	}
	
	#contentarea {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: auto;
		min-width: 500px;
	}
	
	#oligoworldheader {
		margin: 0px;
	}
	
	#topMenu {
		font-size: 30px;
	}
	
	.icon40 {
		max-height: 70px;
		max-width: 70px;
	}
	
	input[type="checkbox"] {
		height: 20px;
		width: 20px;
	}
	
	input[id="accessQI"]{
		font-size: 40px;
		padding: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		margin: 50px;
	}
	
	.footnotes {
		margin: 0px;
		padding-left: 100px;
	}
	
	#fn2, #fn3, #fn4, #fn5, #fn6, #fn7 {
	margin-left: 2px;
	}
	
		input[type="text"] {
    font-size: 30px;
	}
	
			input[type="password"] {
    font-size: 30px;
	}
	
	.loginbutton{
		border-radius: 5px;
		border-width: 0px;
		padding: 13px !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
		font-size: 20px;
		background-color: #2e63a9;
		margin: 10px;
		color: #FFFFFF !important;
	}
	
	#forgotpasswordbutton{
		font-size: 24px !important;
	}
	
	#btnforgotpassword{
		left: 25px;
		top: 68px;
	}
	
	#forgotpasswordlabel{
	position: relative;
	left: 0px;
	top: 20px;
	}
	
	#forgotinput{
		position: relative;
		left: 0px;
		top: 20px;
	}
}

/* Style for mobile devices less than 720p wide *****************************/
@media screen and (min-width: 540px) and (max-width: 719px) {

	#contentLogin,  #contentForgotPassword{
		margin-top: 40px !important;
		padding: 20px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	#contentLogin h2,  #contentForgotPassword{
 		font-size: 23px;
	}
	
	#disclaimerDiv {
		width: auto;
	}
	
	#disclaimerDiv h1 {
		text-align: center;
		font-size: 50px;
		margin-top: 30px;
		margin-bottom: 35px;
	}
	
	#disclaimerDiv h2 {
		text-align: center;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 25px;
	}
	
	#contentarea {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: auto;
	}
	
	#topMenu {
		font-size: 30px;
	}
	
	.icon40 {
		max-height: 70px;
		max-width: 70px;
	}
	
	input[type="checkbox"] {
		height: 20px;
		width: 20px;
	}
	
	input[id="accessQI"]{
		font-size: 40px;
		padding: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		margin: 50px;
	}
	
	.footnotes {
		margin: 0px;
		padding-left: 80px;
	}
	
	#fn2, #fn3, #fn4, #fn5, #fn6, #fn7 {
	margin-left: 2px;
	}
	
		input[type="text"] {
    font-size: 30px;
	}
	
			input[type="password"] {
    font-size: 30px;
	}
	
	.loginbutton{
		border-radius: 5px;
		border-width: 0px;
		padding: 13px !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
		font-size: 20px;
		background-color: #2e63a9;
		margin: 10px;
		color: #FFFFFF !important;
	}
	#forgotpasswordbutton{
		font-size: 22px !important;
	}
	
	#btnforgotpassword{
		left: 25px;
		top: 68px;
	}
	
	#forgotpasswordlabel{
	position: relative;
	left: 0px;
	top: 20px;
	}
	
	#forgotinput{
		position: relative;
		left: 0px;
		top: 20px;
	}
}

/* Style for mobile devices less than 1080p wide ****************************/
@media screen and (min-width: 720px) and (max-width: 1080px) {
	
	#contentLogin,  #contentForgotPassword{
		margin-top: 40px !important;
		padding: 20px;
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	#contentLogin h2,  #contentForgotPassword{
 		font-size: 23px;
	}
	
	#disclaimerDiv {
		width: auto;
	}
	
	#disclaimerDiv h1 {
		text-align: center;
		font-size: 50px;
		margin-top: 30px;
		margin-bottom: 35px;
	}
	
	#disclaimerDiv h2 {
		text-align: center;
		margin-bottom: 30px;
		margin-left: 20px;
		margin-right: 20px;
		font-size: 25px;
	}
	
	#contentarea {
		margin-left: 20px;
		margin0px;
		margin-top: 20px;
		margin-bottom: 0px;
		width: auto;
		font-size: 30px;
	}
	
	input[type="checkbox"] {
		height: 20px;
		width: 20px;
	}
	
	input[id="accessQI"]{
		font-size: 40px;
		padding: 20px;
		border-style: solid;
		border-width: 1px;
		border-color: #000000;
		margin: 50px;
	}
	
	.footnotes {
		margin: 0px;
		padding-left: 80px;
	}
	
	#fn2, #fn3, #fn4, #fn5, #fn6, #fn7 {
	margin-left: 2px;
	}
	
	input[type="text"] {
    font-size: 30px;
	}
	
		input[type="password"] {
    font-size: 30px;
	}
	
	.loginbutton{
		border-radius: 5px;
		border-width: 0px;
		padding: 13px !important;
		padding-left: 18px !important;
		padding-right: 18px !important;
		font-size: 20px;
		background-color: #2e63a9;
		margin: 10px;
		color: #FFFFFF !important;
	}
	
	#forgotpasswordbutton{
		font-size: 20px !important;
	}
	
	#btnforgotpassword{
		left: 25px;
		top: 68px;
	}
	#forgotpasswordlabel{
	position: relative;
	left: 0px;
	top: 20px;
	}
	
	#forgotinput{
		position: relative;
		left: 0px;
		top: 20px;
	}
}

/* Base Style for the header ***************************************************/
#oligoworldheader {
	height:100px;
	position: relative;
}
#logotopleft {
}
#owlogo {
	padding: 20px;
	background-origin: content-box;
}
#logintopright {
}
#topMenu {
	font-size: 20px;
	top: 30px;
}

.icon40 {
	max-height: 40px;
	max-width: 40px;
}

/* Style for mobile devices less than 540p wide *****************************/
@media screen and (max-width: 539px) {
	#oligoworldheader {
		height: 180px;
		position: relative;
		background-size: 100% 180px;
		min-width: 500px;
	}
	#logotopleft {
	}
	#owlogo {
		position: static;
		width: 300px;
		margin: auto;
		padding: 20px;
		padding-right: 50px;
		background-origin: content-box;
	}
	#logintopright {
	}
	#topMenu {
		position: static;
		font-size: 30px;
		width: 430px;
		margin: auto;
	}
	
	.icon40 {
		max-height: 70px;
		max-width: 70px;
	}
}

/* Style for mobile devices less than 850p wide *****************************/
@media screen and (min-width: 540px) and (max-width: 849px) {
	#oligoworldheader {
		height: 180px;
		position: relative;
		background-size: 100% 180px;
	}
	#logotopleft {
	}
	#owlogo {
		position: static;
		width: 300px;
		margin: auto;
		padding: 20px;
		padding-right: 50px;
		background-origin: content-box;
	}
	#logintopright {
	}
	#topMenu {
		position: static;
		font-size: 30px;
		width: 430px;
		margin: auto;
	}
	
	.icon40 {
		max-height: 70px;
		max-width: 70px;
	}
}

/* Style for mobile devices less than 1080p wide *****************************/
@media screen and (min-width: 850px) and (max-width: 1080px) {
	#oligoworldheader {
		height:100px;
		position: relative;
	}
	#logotopleft {
	}
	#owlogo {
		padding: 20px;
		background-origin: content-box;
	}
	#logintopright {
	}
	#topMenu {
		font-size: 30px;
		top: 16px;
	}
	
	.icon40 {
		max-height: 70px;
		max-width: 70px;
	}
}