/* General Styling. */
body {
	color: #18474b;
	background-color: #efefef;
	text-align: center;
	/* Part of styling used to centre login page and the insideBox of the login page. */
}

body,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10.0pt;
}

#returnToRevenue a, #returnToRevenue a:visited {
	color: #fff;
	text-decoration: underline;
}

#returnToRevenue a:hover {
	color: #ccc;
	text-decoration: none;
}

div.enabledImage {
	background: url(./images/commonstyle3/login/correct_med.png) #efefef
		no-repeat top;
}

div.disabledImage {
	
}

div#manageBody {
	position: relative;
top: 0px;
left: 0px;
margin-top: 25px;
}

div#manageBox {
	/* width: 98%; */
	/* border: #18474b 1.0px solid; */
	
}

div.correctDetectionBox {
	background: #F3F3F3;
	position: relative;
	left: auto;
	right: auto;
	padding: 10px;
	zoom:1;
}

	div.correctDetectionBox img {
		position: absolute;
		left: 10px;
	}

	div.correctDetectionBox div {
		float: left;
		margin-left: 55px;
	}

		div.correctDetectionBox div span {
			font-weight: bold;
			font-size: 1.15em;
		}
div.incorrectDetectionBox div span {
	font-weight: bold;
	font-size: 1.15em;
}
div.incorrectDetectionBox div {
float: left;
margin-left: 55px;
}
div.incorrectDetectionBox img {
position: absolute;
left: 10px;
}

div.incorrectDetectionBox {
	border: #CC0000 1.0px solid;
	background: #F8BCBB;
	position: relative;
	left: auto;
	right: auto;
	padding: 5px;
	margin-bottom: 5px;
	padding-left:40px;
}

div.manage-row {
	/* border: #18474b 1.0px solid; */
	width: 99%;
	display: inline-block;
	float: initial;
}

div.manage-col-left {
	width: 45%;
	float: left;
}

div.manage-col-right {
	width: 45%;
	float: left;
}

.ui-tabs {
	/* position: static !important; */
	
}

#dialog-modal-login {
	width: 100%;
	height: 100%;
	cursor: wait;
	border: none !important;
	background: none !important;
}

#mainBox {
	position: relative;
	display: inline-block;
	width: 90%;
	height: 100%;
	max-width: 971px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	*display: inline;
	/* zoom: 1; */
}

#insideBox {
	/* margin: 0.0px auto; */
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	position: relative;
	/* background: url(./images/logo_revenue.gif) white no-repeat top left; */
}

#bodyBox {
	/* display: block;
float: left; */
	
}

#headerBox {
	width: 99%;
	height: 100%;
	display: inline-block;
	float: none;
	z-index: 10;
	position: relative;
}

#languageSelector {
	float: right;
	margin-top: 30px;
	clear: both;
	color: #fff;
}

#languageSelector a {
	margin: 4px;
	color: #fff;
	text-transform: uppercase;
}

#returnToRevenue {
	float: right;
	clear: both;
	color: #18474B;
	margin-top: 5.0px;
	font-weight: bold;
	/* margin-right: 5.0px; */
}

div#footerBox {
	width: 98%;
	position: relative;
	top: inherit;
	position: relative;
}

.logo_box {
	float: left;
	width: 132px;
	position: relative;
	z-index: 10;
}


.lang_box {
	float: right;
	position: relative;
	z-index: 10;
}

/*#revenueLogo {
	margin-left: 10px;
	margin-top: 3px;
	width: 132px;
}*/

.clear {
	clear: both;
}

.blue-btn {
	background-color: #3764A7;
	background-image: url(/login/img/fe_bg_head_slice.gif);
	background-repeat: repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color: #fff;
	border: none;
	font-size: 13px;
	padding: 10px;
	width: 180px;
	zoom: 1;
	cursor: pointer;
}
	.blue-btn:hover {
		color: #efefef;
		background-image:none;
	}

.green-btn {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}
.green-btn:hover {
		background-color: #216364;
}

.green-btn-long {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
	width: 150px;
}
.green-btn-long:hover {
		background-color: #216364;
}
	
.back-arrow {
	background-image: url(/login/img/back.png);
	background-repeat: no-repeat;
	background-position: middle;
	width: 7px;
	height: 12px;
	display: block;
float: left;
}

.login-row {
		padding: 10px;
		background-color: #f3f3f3;
		line-height: 2.2em;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-top: 15px;
	}

		.login-row-half {
			width: 50%;
			float: left;
			margin-bottom: 15px;
		}

			.login-row-half .login-col-full {
				background: #fff;
				padding: 10px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width: 90%;
			}

	.login-row-buttons {
		background-color: #f3f3f3;
		padding: 10px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top: 1px solid #ccc;
	}

	.login-col-full {
		width: 100%;
		float: left;
		height: 100%;
	}

	.login-col-left {
		width: 64%;
		float: left;
		background: #EBEBEB;
		height: 100%;
	}
	.login-label-box {
		float: left;
		font-family: Arial;
		font-size: 1.15em;
		font-weight: bold;
		color: #18474B;
		display: inline-block;
		top: 50%;
		margin-right: 10px;
	}
	div#footerBox {
		width: 98%;
		clear: both;
		padding-top: 15px;
		font-size: 9pt;
	}
	div#footerBox div {
		clear: both;
		margin: 0.0px;
		padding: 0.0px;
	}
	div#footerBox div ul {
		margin: 0.0px;
		padding: 0.0px;
		margin-bottom: 5.0px;
	}
	div#footerBox div ul li {
		padding-left: 5.0px;
		padding-right: 5.0px;
		display: block;
		border-right: #18474b 1.0px solid;
		display: inline;
		font-size: 12px;
	}
	
	div#footerBox div ul li.last {
		border-right: none;
	}
	
	div#footerBox div#linksA {
		font-weight: bold;
		text-align: center;
	}

		div#footerBox div#linksA li a {
			color: #00464C;;
		}
			div#footerBox div#linksA li a:hover {
				color:#406CAB;
			}
	
	div#footerBox div#linksB {
		text-align: center;
	}

		div#footerBox div#linksB li a {
			color: #666666;
		}

			div#footerBox div#linksB li a:hover {
				color:#406CAB;
			}

.half_box_left {
	width:100%;
	float: none;
}

.half_box_right {
	width:100%;
	float: none;
	margin-top: 10px;
}

.blocker {
	display: block;
	font-style: normal;
}

.toggle-arrow {
	background-image: url(/login/img/toggle.png);
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
	position: absolute;
	display: block;
	right: 10px;
	top: 14px;
}

.open {
	background-image: url(/login/img/toggle2.png) !important;
	background-repeat: no-repeat;
	width: 11px;
	height: 20px;
	position: absolute;
	display: block;
	right: 13px;
	top: 18px;
}


@media screen and (max-width: 1076px) {
	.login-row-half {
		width: 100%;
	}

	.login-row-half .login-col-full {
		width: 95%;
	}
}

@media screen and (max-width: 899px) {
	div.sectionHeaderInfo div.left, div.sectionHeaderInfo div.right {
		width: 100% !important;
	}

	div.sectionHeaderInfo div.right {
		margin-top: 15px;
	}


}

@media screen and (max-width: 479px) {
	#mainBox {
		width: 300px;
	}
	
	#questionBox {
		padding: 5px 0px;
	}

	.innerOptionPanel {
		padding: 10px !important;
	}
}


@media screen and (min-width: 750px) {
	/* Footer */
	#errorMessage {
		color: #ff0000;
	}
	#textMessage {
		color: #18474b;
	}

	.half_box_left {
	width:49%;
	float: left;
}

.blocker {
	display: inline;
	font-style: normal;
}

.half_box_right {
	width:49%;
	float: right;
	margin-top: 0;
}

.green-btn {
	background-color: #247D7F;
	border: 1px solid #216364;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 10px;
	zoom: 1;
	cursor: pointer;
	color: #fff;
	font-size: 12px;
}

	.green-btn:hover {
		background-color: #216364;
	}
	

.login-row {
		padding: 10px;
		background-color: #f3f3f3;
		line-height: 2.2em;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-topright: 5px;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		margin-top: 15px;
	}

		.login-row-half {
			width: 50%;
			float: left;
			margin-bottom: 15px;
		}

			.login-row-half .login-col-full {
				background: #fff;
				padding: 10px;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
				width: 90%;
			}

	.login-row-buttons {
		background-color: #f3f3f3;
		padding: 10px;
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
		border-top: 1px solid #ccc;
	}

	.login-col-full {
		width: 100%;
		float: left;
		height: 100%;
	}


	
	.center-buttons {
		
	}

		.center-buttons .grey {
			float: left;
		}

		.center-buttons .blue-btn {
			float: right;
		}
	

	.login-pad-left {
		padding-left: 3px;
		display: inline-block;
	}
	.login-input-box {
		float: left;
	}
	.login-input-box input,.login-input-box select {
		width: 255px;
		height: 22px;
	}
	.login-input-box input[type="checkbox"] {
		width: 13px;
		height: auto;
	}
	.login-col-right {
		width: 35%;
		float: left;
		background: lightGrey;
		height: 100%;
	}
	.login-col-right-link {
		padding: 0px;
		margin: 0px;
		line-height: 1.5em;
	}
	.login-message-box {
		margin-top: 10px;
		margin-bottom: 10px;
		padding-left: 8px;
		display: inline-block;
	}
	.login-message-info {
		
	}
	.login-message-error {
		color: red;
	}
	.login-button-box {
		
	}
	.floatBottom {
		bottom: 0px;
		top: auto;
		position: absolute;
		display: block;
		float: left;
	}
	#debugArea {
		height: 200px !important;
		min-width: 300px !important;
		width:70%;
	}
}

@media screen and (max-width: 750px) {
	/** Do not show on Mobile */
	div.hideOnMobile {
		display: none;
	}

	/* Footer */
	div#footerBox {
		padding-top: 15px;
		font-size: 9pt;
	}
	div#footerBox div {
		margin: 0px;
		padding: 0px;
	}
	div#footerBox div ul {
		margin: 0px;
		padding: 0px;
		margin-bottom: 5px;
	}
	div#footerBox div ul li {
		display: block;
	}
	
	.green-btn-long, .blue-btn, .green-btn {
		width:100%;
		margin-bottom:5px;
	}

}