﻿:root {
	--colour-primary: rgba(26,116,187,1.0);
	--colour-primary-light: rgba(26,116,187,0.8);
	--colour-secondary: rgba(0,166,156,1.0);
	--colour-secondary-light: rgba(0,166,156,0.8);
	--colour-links-default: rgb(13, 110, 253);
	--colour-links-default-hover: rgb(10, 88, 202);
	--colour-maintenance-background: rgb(240, 240, 249);
	--font-site-default: Raleway, sans-serif;
	--font-default-bootstrap: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* Welcome to Compass. * In this file you should write your main styles. (or centralize your imports) * Import this file using the following HTML or equivalent:* <link href="/stylesheets/screen.css" media="screen,projection" rel="stylesheet" type="text/css" />*/
/*@import url(https://fonts.googleapis.com/css?family=Raleway);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Cabin);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
*/
/* line 5,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,u,i,center,/*b,*/
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font:inherit;
	font-size:100%;
	vertical-align: baseline;
}
/* line 22,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
	line-height: 1;
}

/* line 24,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol,ul {
	list-style: none;
}
/* line 26,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
	border-collapse:collapse;
	border-spacing:0;
}
.hidden {
	display: none;
}
/* line 28,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption,th,td {
	text-align:left;
	font-weight:normal;
	vertical-align: top;
}
/* line 30,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q,blockquote {
	quotes: none;
}
/* line 103,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before,q:after,blockquote:before,blockquote:after {
	content:"";
	content: none;
}
/* line 32,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
	border: none;
}
/* line 116,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display: block;
}
/* line 12,../sass/screen.scss */
body {
	font-family:'Raleway',sans-serif;

	position: relative;
	
	-webkit-font-feature-settings: "lnum";
		-moz-font-feature-settings: "lnum";
		-ms-font-feature-settings: "lnum";
			-o-font-feature-settings: "lnum";
			font-feature-settings: "lnum";
}
/* line 16,../sass/screen.scss */
.content-inner {
	width:960px;
	margin:0 auto;
	box-sizing: border-box;
}

.content-inner-default {
	width: calc(100% - 40px);
	height: 100%;
	margin-left:20px;
	box-sizing: border-box;
}

footer .content-footer-vertical {
	width: 100%;
	display: flex;
	flex-flow: column;
}

footer hr {
	color: white;
	background-color: white;
	opacity: 1;
	margin-left:10px;
	margin-right: 10px;
}

footer .content-footer-default {
	width: 100%;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-flow: row;
}

	footer .content-footer-default .columns {
		width: 20%;
		display: flex;
		flex-flow: column;
		text-align: center;
		vertical-align: top;
	}

		footer .content-footer-default .columns .footer-column {
			display: inline-block;
			vertical-align: top;
			position: relative;
			top: 5px;
			margin-top: 0;
			margin-bottom: 0;
			font-family: var(--font-site-default);
		}

	/* line 135,../sass/screen.scss */
		footer .content-footer-default .columns .columns-title {
			font-size: 1.1vw;
			font-weight: bold;
			color: #fff;
			margin-bottom: 20px;
			text-align: left;
			vertical-align: top;
		}
			
			footer .content-footer-default .columns .columns-title:before {
				content: "";
				background: #fff;
				width: 30px;
				height: 3px;
				display: block;
				clear: both;
				margin-bottom: 8px;
			}

		footer .content-footer-default .columns .columns-content {
			font-size: 0.9vw;
			line-height: 1rem;
			text-align: left;
			vertical-align: top;
		}

			footer .content-footer-default .columns .columns-content ul {
				padding-left: 0;
			}
			
			footer .content-footer-default .columns .columns-content ul li {
				margin-bottom: 5px;
			}

				footer .content-footer-default .columns .columns-content ul li a {
					color: #fff;
					text-decoration: none;
					font-size: 0.9vw;
				}

					footer .content-footer-default .columns .columns-content ul li a:hover {
						text-decoration: underline;
					}

@media(min-width: 2048px) {
	footer .content-footer-default .columns .columns-title {
		font-size: 1.1vw;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
		text-align: left;
		vertical-align: top;
	}

	footer .content-footer-default .columns .columns-content {
		font-size: 1vw;
		line-height: 2.5rem;
		text-align: left;
		vertical-align: top;
	}

		footer .content-footer-default .columns .columns-content ul li a {
			color: #fff;
			text-decoration: none;
			font-size: 1vw;
		}
}

.text-disclaimer {
	font-size: 1.1vw;
	font-family: var(--font-site-default);
	text-align: center;
	color: white;
}

.flex-horizontal {
	width: 100%;
	display: flex;
	flex-flow: row;
}

	.flex-horizontal .flex-grow {
		display: flex;
		flex-grow: 1;
		flex-flow: column;
	}

		.flex-horizontal .flex-grow .text-icon-left {
			padding-top: 0px;
			padding-left: 10px;
		}

.flex-horizontal-reverse {
	display: flex;
	flex-flow: row-reverse;
}

	.flex-horizontal-reverse a.btn {
		color: #FFFFFF;
		margin-right: 10px;
	}

		.flex-horizontal-reverse a.btn:visited {
			color: #FFFFFF;
			text-decoration: none;
		}

	.flex-horizontal-reverse a.btn-small {
		color: var(--colour-primary);
		margin-right: 10px;
		font-size: 1vw;
		height: 5.8vh;
	}

		.flex-horizontal-reverse a.btn-small i span.material-symbols-outlined {
			font-size: 1.7vw;
		}

	@media(min-width: 2048px) {
		.flex-horizontal-reverse a.btn-small {
			color: var(--colour-primary);
			margin-right: 10px;
			font-size: 0.9vw;
			height: 4vh;
		}

			.flex-horizontal-reverse a.btn-small i span.material-symbols-outlined {
				font-size: 1.4vw;
			}
	}

		.flex-horizontal-reverse a.btn-small:visited {
			color: var(--colour-primary);
			text-decoration: none;
		}

	.flex-horizontal-reverse a.btn-outline-primary {
		color: var(--colour-primary);
		margin-right: 10px;
	}

		.flex-horizontal-reverse a.btn-outline-primary:visited {
			color: var(--colour-primary);
			text-decoration: none;
		}

.table-default tbody tr th td {
	border: 1px solid black;
	padding: 5px;
}

.table-default tbody tr th {
	padding: 5px;
}

.table-default tbody tr td {
	padding: 5px;
}

.table-default tbody tr th {
	font-weight: bold;
}

table.table-default {
	border: 1px solid black;
}

	table.table-default tbody tr th td {
		border: 1px solid black;
		padding: 5px;
	}

	table.table-default tbody tr th {
		border: 1px solid black;
		padding: 5px;
	}

		table.table-default tbody tr td {
			border: 1px solid black;
			padding: 5px;
		}

table.table-default tbody tr th {
	font-weight: bold;
}
.url-img {
	text-decoration: initial;
	margin-right: 20px;
}

.flex-vertical {
	display: flex;
	flex-flow: column;
}

.flex-footer {
	width: 100%;
}

.footer-default {
	padding: 0;
}

.footer-content-padding {
	padding: 20px;
}

.logo-self {
	height: 12vh;
	border-width: 0px;
}

.columns-title {
	font-size: 1.1vw;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

	.columns-title:before {
		content: "";
		background: #fff;
		width: 30px;
		height: 3px;
		display: block;
		clear: both;
		margin-bottom: 8px;
	}

.flex-footer .columnsSponsor-default {
	display: flex;
	flex-grow: 1;
	flex-flow: column;
}

	.flex-footer .columnsSponsor-default .columns-title {
		font-size: 1.1vw;
		font-weight: bold;
		color: #fff;
		margin-bottom: 20px;
	}

		.flex-footer .columnsSponsor-default .columns-title:before {
			content: "";
			background: #fff;
			width: 30px;
			height: 3px;
			display: block;
			clear: both;
			margin-bottom: 8px;
		}

	.flex-footer .columnsSponsor-default .columns-content {
		font-size: 0.9vw;
		display: flex;
		flex-flow: row;
		justify-content: space-between;
		height: 100%;
	}

		.flex-footer .columnsSponsor-default .columns-content .logo-sponsor {
			height: 12vh;
			padding-right: 75px;
			border-width: 0px;
		}

		.flex-footer .columnsSponsor-default .columns-content img {
			height: 12vh;
		}

	.flex-footer .flex-horizontal .footer-content {
		display: flex;
		flex-flow: row-reverse;
		align-content: flex-end;
		align-items: flex-end;
		vertical-align: top;
	}

		.flex-footer .flex-horizontal .footer-content .text-disclaimer {
			padding-right: 10px;
			width: 25vw;
			font-size: 1.1vw;
			text-align:center;
		}

		.flex-footer .flex-horizontal .footer-content .flex-vertical .logo-self {
			height: 12vh;
			border-width: 0px;
		}


		.flex-footer .flex-horizontal .footer-content .flex-vertical a {
			color: #fff;
			text-decoration: none;
			font-size: 1.1vw;
		}

			.flex-footer .flex-horizontal .footer-content .flex-vertical a:hover {
				text-decoration: underline;
			}

@media(min-width: 2048px) {
	.flex-footer .columnsSponsor-default .columns-content .logo-sponsor {
		height: 12vh;
		padding-right: 75px;
		border-width: 0px;
	}

	.flex-footer .columnsSponsor-default .columns-content img {
		height: 12vh;
	}

	.flex-footer .flex-horizontal .footer-content .flex-vertical .logo-self {
		height: 12vh;
		border-width: 0px;
	}
}

.site-header {
	width: 100%;
	padding: 20px;
}

.header-default {
	width: 100%;
	background-color: white;
}

@media (min-width: 2048px) {
	.header-default {
		width: 100%;
		background-color: white;
		padding-bottom: 2vh;
	}
}

/* line 22,../sass/screen.scss */
.clear {
	clear: both;
}
i 
{
	font-style: italic;
}
/* line 25,../sass/screen.scss */
.right {
	text-align:right;
	float: right;
}
/* line 29,../sass/screen.scss */
.left {
	text-align:left;
	float: left;
}
/* line 33,../sass/screen.scss */
.back-btn {
	border:0;
	background:#00A69C;
	padding:10px 15px;
	color:#fff !important;
	font-size:15px;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
	text-align:left;
	float: left;
	z-index: 90;
	position: relative;
}
.green-btn {
	border:0;
	background:#00A69C;
	padding:10px 15px;
	color:#fff !important;
	font-size:15px;
	font-weight: bold;
	text-decoration: none !important;
	cursor: pointer;
	/*
	z-index: 90;
	position: relative;*/
}
/* line 42,../sass/screen.scss */
.black-btn {
	border:0;
	background:#111;
	padding:10px 15px;
	color:#fff;
	font-size:15px;
	font-weight: bold;
	cursor: pointer;
}
/* line 51,../sass/screen.scss */
.blue-btn {
	border:0;
	background:#1C75BB;
	padding:10px 15px;
	color:#fff;
	font-size:15px;
	font-weight: bold;
	cursor: pointer;
}
/* line 60,../sass/screen.scss */
.strong {
	font-weight: bold;
}
/* line 63,../sass/screen.scss */
header {
	background:#ddd;
	overflow: visible;
	position: relative;
	z-index: 1000;
}
/* line 66,../sass/screen.scss */
header .header-left {
	float:left;
	width:504px;
	padding: 35px 0 20px;
}
/* line 70,../sass/screen.scss */
header .header-left #logo {
	display: block;
}
/* line 73,../sass/screen.scss */
header .header-left p {
	color:#444444;
	margin-top: 10px;
}

.flex-header {
	display: flex;
}

.site-header {
	background-color: white;
}

.home-menu {
	display: flex;
	flex-flow: row-reverse;
	padding: 0px 0 10px;
}

/*.home-menu .menu-item {
	width: 20vw;
}*/

.menu-user {
	padding-top: 20px;
	text-align: left;
	font-family: Raleway, sans-serif;
}

	.menu-user a {
		color: #444444;
		line-height: 21px;
	}

.menu-user a:link {
	color: #444444;
}

.menu-item {
	align-items: center;
	align-content: center;
	text-align: center;
	box-sizing: border-box;
	height: 57px;
	max-height: 57px;
	padding: 15px 10px 0px 0px;
}

	.menu-item p {
		text-align: center;
		box-sizing: border-box;
		font-family: Raleway, sans-serif;
		line-height: 21px;
	}

	.menu-item a {
		color: #111;
		font-family: Raleway, sans-serif;
	}

	.menu-item .menu-img {
		min-height: 40px;
	}

		.menu-item .menu-img a img {
			vertical-align: baseline;
			box-sizing: border-box;
		}

header .header-left-default {
	display: flex;
	flex-grow: 1;
	flex-flow: column-reverse;
	margin-left: 20px;
	height: 100%;
	padding: 20px 0 0px;
}

		header .header-left-default a {
			flex: 1 1 auto;
		}

		header .header-left-default a img {
			height: 15vh;
		}

		@media(min-width: 2048px) {
			header .header-left-default a img {
				height: 10vh;
			}
		}

		header .header-left-default div {
			flex: 1 1 auto;
		}

	header .header-left-default p {
		flex: 0 1 auto;
		color: #444444;
		margin-top: 10px;
		margin-bottom: 1rem;
		font-family: Raleway, sans-serif;
		font-size: 1.1vw;
		/*font-size: 18px;*/
		line-height: 16px;
	}

	@media(min-width: 2048px) {
		header .header-left-default p {
			flex: 0 1 auto;
			color: #444444;
			margin-top: 10px;
			margin-bottom: 1rem;
			font-family: Raleway, sans-serif;
			font-size: 0.9vw;
			line-height: 16px;
		}
	}

header .header-right-default {
	font-size: 14px;
	margin-right: 20px;
	z-index: 1000;
}
	/* line 82,../sass/screen.scss */
	header .header-right-default a {
		text-decoration: none;
		box-sizing: border-box;
		line-height: 21px;
	}
	/* line 86,../sass/screen.scss */
	header .header-right-default .user-menu a {
		color: #444444;
	}

	header .header-right-default .user-menu .top-nav-block {
		padding: 25px 0 8px 15px;
	}
	/* line 89,../sass/screen.scss */
	header .header-right-default .user-menu .sign-up-block {
		/*background:url(/images/sign-up-icon.png) no-repeat 10px 50%;*/
		padding: 15px 0 8px 0px;
	}
	/* line 95,../sass/screen.scss */
	header .header-right-default .user-menu .login-block {
		/*background:url(/images/login-icon.png) no-repeat 10px 50%;*/
		padding: 15px 0 8px 0px;
	}

	header .header-right-default .user-menu .loginLabel-block {
		/*font-weight:bold;*/
		padding: 0px 0 10px 0px;
		line-height: 21px;
	}
	/* line 103,../sass/screen.scss */
	header .header-right-default .main-menu ul li {
		padding: 15px 0px 0px 10px;
	}
		/* line 106,../sass/screen.scss */
		header .header-right-default .main-menu ul li > div {
			text-align: center;
		}
			/* line 108,../sass/screen.scss */
			header .header-right-default .main-menu ul li > div .menu-img {
				min-height: 40px;
			}
			/* line 111,../sass/screen.scss */
			header .header-right-default .main-menu ul li > div img {
			}
			/* line 114,../sass/screen.scss */
			header .header-right-default .main-menu ul li > div a {
				color: #111;
			}

/* line 78,../sass/screen.scss */
header .header-right {
	float:right;
	font-size:14px;
	padding: 15px 0;
}
/* line 82,../sass/screen.scss */
header .header-right a {
	text-decoration: none;
}
/* line 86,../sass/screen.scss */
header .header-right .user-menu a {
	color: #444444;
}
header .header-right .user-menu .top-nav-block {
	float:right;
	padding: 25px 0 8px 15px;
}
/* line 89,../sass/screen.scss */
header .header-right .user-menu .sign-up-block {
	float:right;
	/*background:url(/images/sign-up-icon.png) no-repeat 10px 50%;*/
	padding: 15px 0 8px 50px;
}
/* line 95,../sass/screen.scss */
header .header-right .user-menu .login-block {
	float:right;
	/*background:url(/images/login-icon.png) no-repeat 10px 50%;*/
	padding:15px 0 8px 50px;
}
header .header-right .user-menu .loginLabel-block {
	float:right;
	/*font-weight:bold;*/
	padding: 15px 0 8px 50px;
}
/* line 103,../sass/screen.scss */
header .header-right .main-menu ul li {
	float:right;	
	padding: 15px 0px 0px 10px;
}
/* line 106,../sass/screen.scss */
header .header-right .main-menu ul li>div {
	text-align: center;
}
/* line 108,../sass/screen.scss */
header .header-right .main-menu ul li>div .menu-img {
	min-height: 40px;
}
/* line 111,../sass/screen.scss */
header .header-right .main-menu ul li>div img {
	display: inline-block;
}
/* line 114,../sass/screen.scss */
header .header-right .main-menu ul li>div a {
	display:block;
	color: #111;
}
/* line 127,../sass/screen.scss */
footer {
	background:#111;
	overflow:hidden;
	padding: 20px;
	z-index: 97;
	position: relative;
}
/* line 131,../sass/screen.scss */
footer .columns {
	width:18%;
	padding: 15px;
	align-content: center;
	align-items: center;
}
/* line 135,../sass/screen.scss */
footer .columns .columns-title {
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
}
/* line 140,../sass/screen.scss */
footer .columns .columns-title:before {
	content:"";
	background:#fff;
	width:30px;
	height:3px;
	display:block;
	clear:both;
	margin-bottom: 8px;
}
/* line 150,../sass/screen.scss */
footer .columns .columns-content {
	font-size: 11px;
}
/* line 153,../sass/screen.scss */
footer .columns .columns-content ul li {
	margin-bottom: 5px;
}
/* line 155,../sass/screen.scss */
footer .columns .columns-content ul li a {
	color:#fff;
	text-decoration:none;
	font-size:14px;
}
footer .columns .columns-content ul li a:hover {
	text-decoration: underline;
}
/* line 163,../sass/screen.scss */
footer .footer-content {
	float:right;
	text-align:right;
	color:#fff;
	padding-top: 70px;
}
/* line 168,../sass/screen.scss */
footer .footer-content a {
	color:#fff;
	text-decoration: none;
}
/* line 172,../sass/screen.scss */
footer .footer-content .designby {
	color:#777;
	margin-top: 5px;
}
/* line 175,../sass/screen.scss */
footer .footer-content .designby a {
	color:#777;
	text-decoration: none;
}
/* line 183,../sass/screen.scss */
.footer-bottom {
	background:#ddd;
	text-align:center;
	padding:15px;
	font-size:1.1vw;
	font-weight: 500;
	font-family: var(--font-site-default);
}

.watermark
{
	background-image: url('/images/provisionaln.png');
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed; 
    
	width: 950px;
	height: 50px;

	margin: 0 auto;
   
	opacity:0.2;
	z-index:9;
}
#btnBack {
	z-index:99;
	position: fixed;
}
/* line 191,../sass/screen.scss */
.breadcrumbs {
	overflow:hidden;
	color:#fff;
	margin-bottom: 10px;
}
/* line 196,../sass/screen.scss */
.breadcrumbs ul li {
	float:left;
	color: #fff;
}
/* line 199,../sass/screen.scss */
.breadcrumbs ul li a {
	color:#fff;
	text-decoration:none;
	font-size: 12px;
}
/* line 205,../sass/screen.scss */
.breadcrumbs ul li.breadcrumbs-sep {
	margin: 0 5px;
}
/* line 211,../sass/screen.scss */
.sech-page .page-header {
	background: #1C75BB;
	padding-top: 20px;
	padding-bottom: 20px;
}
/* line 215,../sass/screen.scss */
.sech-page .page-title {
	color:#fff;
	font-size:32px;
	font-weight: 600;
	font-family: var(--font-site-default);
}
/* line 221,../sass/screen.scss */
.sech-page .search-form-block {
	padding:20px 0;
	overflow: hidden;
}
/* line 224,../sass/screen.scss */
/*.sech-page .search-form-block input[type="text"]{border:1px solid #1C75BB;color:#111;background:#fff;padding:0 15px;height:35px;width:300px;float: left;}*/
.sech-page .search-form-block .basicTxt {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:35px;
	width:300px;
	float:left;
}
.sech-page .search-form-block .advanceTxt {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:35px;
	width:85%;
	float:left;
}
.sech-page .search-form-block .advanceDrp {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:35px;
	width:90%;
	float:left;
}
.sech-page .search-form-block .advanceDt {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:35px;
	width:200px;
	float:left;
}
.sech-page .search-form-block .advancePstcode {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:35px;
	width:100px;
	float:left;
}
/* line 233,../sass/screen.scss .sech-page .search-form-block select{float:left;border:1px solid #1C75BB;color:#111;background:#ddd;padding:0 15px;height:37px;border-left: 0;}*/
.sech-page .search-form-block select {
	float:left;
	border:1px solid #1C75BB;
	color:#111;
	width:333px;
	padding:0 10px;
	height: 30px;
}
/* line 242,../sass/screen.scss .sech-page .search-form-block input[type="submit"] */
.sech-page .search-form-block .searchBtn {
	background:url(/images/while-search-icon.png) no-repeat center center;
	background-color:#1C75BB;
	font-size:0;
	border:1px solid #1C75BB;
	height:37px;
	width:50px;
	float: left;
	cursor: pointer;
}
/* line 253,../sass/screen.scss */
.sech-page .tool-bar {
	overflow:hidden;
	margin-bottom: 10px;
}
/* line 256,../sass/screen.scss */
.sech-page .tool-bar .perpage {
	margin:20px 0;
	float: left;
}
/* line 261,../sass/screen.scss */
.sech-page .tool-bar .download-trials {
	float: right;
}
/* line 263,../sass/screen.scss */
.sech-page .tool-bar .download-trials select {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:37px;
	width:320px;
	float: left;
}
/* line 272,../sass/screen.scss */
.sech-page .tool-bar .download-trials input[type="submit"] {
	float: left;
}

.sech-page .tool-bar .sort-trials {
	float: right;
}
.sech-page .tool-bar .sort-trials select {
	border:1px solid #1C75BB;
	color:#111;
	background:#fff;
	padding:0 15px;
	height:37px;
	width:300px;
	float: right;
}
.sech-page .tool-bar .sort-trials span {
	color:#111;
	background:#fff;
	padding:0 15px;
	padding-top: 10px;
	float: left;
}

/* line 279,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 {
	background:#B3D0E8;
	margin-bottom:3px;
	overflow:hidden;
	padding: 5px 10px 5px 10px;
}
/* line 284,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 h3 {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding-top: 7px;
	width: 42%;
	
}
.sech-page .search-result-block .results-header-1 h4 {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding-top: 7px;
}
/* line 290,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 .results-header-tools {
	float:right;
	overflow: hidden;
}
/* line 295,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 .results-header-tools ul li {
	float:left;
	margin: 0 10px;
}
/* line 298,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 .results-header-tools ul li a {
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight: bold;
}
/* line 304,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 .results-header-tools ul li label {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:8px 5px 6px;
	display: inline-block;
}
/* line 311,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 .results-header-tools ul li .resultstool1 {
	padding:8px 5px 6px 48px;
	background:url(/images/tool1.png) no-repeat 5px 50%;
	display:inline-block;
}
.sech-page .search-result-block .results-header-1 .results-header-tools ul li .results-tool-view {
	padding:8px 5px 6px 48px;
	background:url(/images/blue-search-icon.png) no-repeat 5px 50%;
	display: inline-block;
}
/* line 316,../sass/screen.scss */
.sech-page .search-result-block .results-header-1 .results-header-tools ul li .results-tool-2 {
	padding:8px 5px 6px 38px;
	background:url(/images/tool2.png) no-repeat 5px 50%;
	display: inline-block;
}
/* line 326,../sass/screen.scss */
.sech-page .search-result-block .results-header-100 {
	display:none;
}
.sech-page .search-result-block .results-header-2 {
	background:#8EBADD;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom:3px;
}
.sech-page .search-result-block .results-header-4 h3 {
	background:#8EBADD;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom: 3px;
}
.sech-page .search-result-block .results-header-42 h3 {
	background:#FF8080;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom: 3px;
}
/* line 335,../sass/screen.scss */
.sech-page .search-result-block .results-header-3 {
	background: #bbb;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 3px;
	height: 30px;
	box-sizing: initial;
	-webkit-box-sizing: initial;
}
.separator {
	margin-bottom: 25px;
}
/* line 344,../sass/screen.scss */
.sech-page .search-result-block .results-header-3 ul.info-list li {
	float:left;
	padding:7px 5px 5px 10px;
	/*background:url(/images/info-blue.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;*/
	width:20%;
	box-sizing:border-box;
	position:relative;
}

@media screen and (max-width: 980px)
{
	.sech-page .search-result-block .results-header-3 {
	background:#bbb;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom:3px;
	height:50px;
}
}
.sech-page .search-result-block .results-header-3 ul.info-list li .bodytext {
padding-left: 5px;
font-size: 15px;
}
.sech-page .search-result-block .results-header-3 ul.info-list li img {
	float:left;
}
.sech-page .search-result-block .results-header-5 ul.info-list li .bodytext {
padding-left: 5px;
}
.sech-page .search-result-block .results-header-5 ul.info-list li img {
	float:left;
}
.sech-page .search-result-block .results-header-52 ul.info-list li .bodytext {
padding-left: 5px;
}
.sech-page .search-result-block .results-header-52 ul.info-list li img {
	float:left;
}
.sech-page .search-result-block .results-link-header-ctGov-2 ul.info-list li .bodytext
{
	padding-left: 5px; 
}
.sech-page .search-result-block .results-link-header-ctGov ul.info-list li .bodytext
{
   
}
.sech-page .search-result-block .results-link-header-ctGov-2 ul.info-list li img {
	float:left;
}
.sech-page .search-result-block .results-link-header-ctGov ul.info-list li img {
	float:left;
}
.sech-page .search-result-block .results-link-header-ctGov-2 ul.info-list .hovertest:hover .info-popup {
	display: block;
}
.sech-page .search-result-block .results-link-header-ctGov ul.info-list .hovertest:hover .info-popup {
	display: block;
}
.sech-page .search-result-block .results-link-header-ctGov ul.info-list li {
	float:left;
	padding:5px 5px 5px 10px;
	/*
	background:url(/images/info-blue.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
*/
	width:100%;
	box-sizing:border-box;
	position:relative;
}
.sech-page .search-result-block .results-link-header-ctGov-2 ul.info-list li {
	float:left;
	padding:0px 5px 5px 30px;
	/*background:url(/images/info-blue.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
*/
	width:100%;
	box-sizing:border-box;
	position:relative;
}
.sech-page .search-result-block .results-header-3 ul.info-list li.out-of-date {
	float:left;
	padding:5px 5px 5px 30px;
	background:url(/images/info-red.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
	width:20%;
	box-sizing:border-box;
	position:relative;
	color: Red;
}
.sech-page .search-result-block .results-header-5 {
	background: #bbb;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 3px;
	height: 30px;
	-webkit-box-sizing: initial;
}
.sech-page .search-result-block .results-header-52 {
	background:#4CC0B9;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom:3px;
	height:30px;
}
.sech-page .search-result-block .results-header-5 ul.info-list li {
	float:left;
	padding:5px 5px 5px 10px;
	width:42%;
	/*
	background:url(/images/info-blue.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
	*/
	box-sizing:border-box;
	position:relative;
}
.sech-page .search-result-block .results-header-52 ul.info-list li {
	float:left;
	padding:5px 5px 5px 10px;
	width:42%;
	/*
	background:url(/images/info-blue.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
	*/
	box-sizing:border-box;
	position:relative;
}
.sech-page .search-result-block .results-header-5 ul.info-list li.out-of-date {
	float:left;
	padding:5px 5px 5px 30px;
	width:42%;
	background:url(/images/info-red.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
	box-sizing:border-box;
	position:relative;
	color: Red;
}
.sech-page .search-result-block .results-header-52 ul.info-list li.out-of-date {
	float:left;
	padding:5px 5px 5px 30px;
	width:42%;
	background:url(/images/info-red.png) no-repeat 5px;
	background-size: 20px 20px;
	background-position:5px 5px;
	box-sizing:border-box;
	position:relative;
	color: Red;
}
.sech-page .search-result-block .results-header-6 {
	background:#B3D0E8;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom:3px;
	height:40px;
	box-sizing: initial;
}

.updated-list li {
	padding:5px 5px 5px 30px;
	background:url(/images/info-icon.png) no-repeat 5px;
	background-position:5px 5px;
	box-sizing:border-box;
	position:relative;
}

.updated-list li .updated-popup {
	width:500px;
	box-sizing:border-box;
	padding:10px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	text-align: left;
	border:1px solid #1C75BB;
}

.updated-list li:hover .updated-popup {
	display: block;
}
.sech-page .search-result-block .results-header-6 ul.info-list li {
	float:left;
	padding:5px 5px 5px 0px;
	width:42%;
	box-sizing:border-box;
	position:relative;
}
.sech-page .search-result-block .results-header-6 ul.info-list li:last-child {
	width: 16%;
}
/* line 351,../sass/screen.scss */
.sech-page .search-result-block .results-header-3 ul.info-list li .info-popup {
	width:200px;
	box-sizing:border-box;
	padding:15px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	border:1px solid #1C75BB;
}
.sech-page .search-result-block .results-link-header-ctGov ul.info-list li .info-popup {
	width:700px;
	font-weight: bold;
	box-sizing:border-box;
	padding:15px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	border:1px solid #1C75BB;
}
.sech-page .search-result-block .results-link-header-ctGov-2 ul.info-list li .info-popup {
	width:700px;
	font-weight: bold;
	box-sizing:border-box;
	padding:15px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	border:1px solid #1C75BB;
}
.sech-page .search-result-block .results-header-5 ul.info-list li:last-child {
	width: 16%;
}
.sech-page .search-result-block .results-header-52 ul.info-list li:last-child {
	width: 16%;
}
.sech-page .search-result-block .results-header-5 ul.info-list li .info-popup {
	width:250px;
	box-sizing:border-box;
	padding:15px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	border:1px solid #1C75BB;
}
.sech-page .search-result-block .results-header-52 ul.info-list li .info-popup {
	width:250px;
	box-sizing:border-box;
	padding:15px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	border:1px solid #1C75BB;
}
.sech-page .search-result-block .results-header-5 ul.info-list .hovertest:hover .info-popup {
	display: block;
}
.sech-page .search-result-block .results-header-52 ul.info-list .hovertest:hover .info-popup {
	display: block;
}
/* line 363,../sass/screen.scss */
.sech-page .search-result-block .results-header-3 ul.info-list .hovertest:hover .info-popup {
	display: block;
}

/*.sech-page .search-result-block .results-link-header-ctGov ul.info-list li:hover .info-popup {
	display: block;
}*/
/*.sech-page .search-result-block .results-link-header-ctGov-2 ul.info-list li:hover .info-popup {
	display: block;
}*/
/* line 366,../sass/screen.scss */
.sech-page .search-result-block .results-header-3 ul.info-list li:last-child {
	width:25%;
}
.sech-page .search-result-block .results-header-3 ul.info-list li:nth-last-child(2) {
	width:25%;
}
.sech-page .search-result-block .results-header-3 ul.info-list li:nth-last-child(3) {
	width:29%;
}
.sech-page .search-result-block .results-header-3 ul.info-list li:nth-last-child(4) {
	width: 21%;
}
/* line 373,../sass/screen.scss */
.sech-page .search-result-block .expandable-box {
	margin-bottom: 5px;
}
/* line 375,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-title {
	padding:10px;
	background:#ddd;
	font-size:14px;
	font-weight:bold;
	color:#111;
	margin-bottom: 5px;
	cursor: pointer;
}
/* line 382,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-title span {
	vertical-align:5px;
	font-size:16px;
	font-weight: bold;
}
/* line 388,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-title:before {
	display:inline-block;
	content:"+";
	font-size:33px;
	width:20px;
	height:20px;
	border:2px solid #111;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	margin-right:15px;
	text-align:center;
	line-height: 19px;
}
/* line 402,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-title.expanded:before {
	content:"-";
	line-height: 16px;
}
/* line 407,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-title.expanded span {
	vertical-align: 3px;
}
/* line 412,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-content {
	padding:0;
	background:#eee;
	color:#000;
	font-size:14px;
	max-height:0;
	overflow-y:hidden;
	-moz-transition-property:max-height;
	-o-transition-property:max-height;
	-webkit-transition-property:max-height;
	transition-property:max-height;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-webkit-transition-duration:1s;
	transition-duration:1s;
	-moz-transition-timing-function:cubic-bezier(0,1,0.5,1);
	-o-transition-timing-function:cubic-bezier(0,1,0.5,1);
	-webkit-transition-timing-function:cubic-bezier(0,1,0.5,1);
	transition-timing-function: cubic-bezier(0,1,0.5,1);
}
/* line 422,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-content h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom: 5px;
}
/* line 427,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-content p {
	margin-bottom: 20px;
	
}
/* line 431,../sass/screen.scss */
.sech-page .search-result-block .expandable-box .expandable-box-content.expanded {
	max-height:1500px;
	padding:10px;
	overflow-y:hidden;
	-moz-transition-property:max-height;
	-o-transition-property:max-height;
	-webkit-transition-property:max-height;
	transition-property:max-height;
	-moz-transition-duration:1s;
	-o-transition-duration:1s;
	-webkit-transition-duration:1s;
	transition-duration:1s;
	-moz-transition-timing-function:cubic-bezier(0,1,0.5,1);
	-o-transition-timing-function:cubic-bezier(0,1,0.5,1);
	-webkit-transition-timing-function:cubic-bezier(0,1,0.5,1);
	transition-timing-function: cubic-bezier(0,1,0.5,1);
}
/* line 440,../sass/screen.scss */
.sech-page .search-result-block .result-footer {
	width:90%;
	padding:20px 0;
	color: #111;
}
/* line 444,../sass/screen.scss */
.sech-page .search-result-block .result-footer h3 {
	font-weight:bold;
	font-size:14px;
	margin-bottom: 10px;
}
/* line 449,../sass/screen.scss */
.sech-page .search-result-block .result-footer p {
	margin-bottom: 20px;
}
/* line 452,../sass/screen.scss */
.sech-page .search-result-block .result-footer a {
	color: #111;
}


.brief-message 
{
	color: #0070c0;
	font-weight: bold;
	padding-bottom: 20px;
}

.warning-message 
{
	color: #ff0000;
	font-weight: bold;
	padding-bottom: 20px;
}
/* line 460,../sass/screen.scss */
.regi-page .page-header {
	background:#00A69C;
	padding: 20px;
}
/* line 464,../sass/screen.scss */
.regi-page .page-title {
	color:#fff;
	font-size:32px;
	font-weight: 600;
}
/* line 470,../sass/screen.scss */
.regi-page .register-steps {
	padding: 25px 0 0 0;
}
/* line 472,../sass/screen.scss */
.regi-page .register-steps .register-steps-col {
	margin-bottom: 5px;
}
/* line 475,../sass/screen.scss */
.regi-page .register-steps ul {
	overflow: hidden;
}
/* line 477,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps {
	background:#eee;
	float: left;
}
/* line 480,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps:after {
	content:"";
	display:inline-block;
	width:0;
	height:0;
	float:left;
	border-style:solid;
	border-width:15px 0 15px 25px;
	border-color: transparent transparent transparent #ddd;
}
/* line 490,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps a {
	text-decoration:none;
	color:#7F7D7D;
	background:#ddd;
	display:inline-block;
	height:30px;
	float:left;
	/* Decreased from 15px to fix in Firefox and IE */
	width: 210px;
	font-size:13px;
	font-weight:800;
	padding:8px 6px;
	box-sizing: border-box;
}
/* line 477,../sass/screen.scss */
.regi-page .register-steps ul li.re-update-steps {
	background:#fff;
	float: left;
}
/* line 480,../sass/screen.scss */
.regi-page .register-steps ul li.re-update-steps:after {
	content:"";
	display:inline-block;
	width:0;
	height:0;
	float:left;
	border-style:solid;
	border-width:15px 0 15px 25px;
	border-color: transparent transparent transparent #ddd;
}
.regi-page .register-steps ul li.re-update-steps a {
	text-decoration:none;
	color:#7F7D7D;
	background:#ddd;
	display:inline-block;
	height:30px;
	float:left;
	/* Decreased from 15px to fix in Firefox and IE */
	width: 446px;
	font-size:13px;
	font-weight:800;
	padding:8px 10px;
	box-sizing: border-box;
}
/* line 502,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps:nth-child(2n) {
	background: #ddd;
}
/* line 504,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps:nth-child(2n) a {
	background: #eee;
}
/* line 507,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps:nth-child(2n):after {
	border-color: transparent transparent transparent #eee;
}
/* line 511,../sass/screen.scss */
.regi-page .register-steps ul li.re-steps:last-child {
	background: none;
}
/* line 516,../sass/screen.scss */
.regi-page .register-steps ul li.current-step a {
	color:#302C2C;
	text-decoration:underline;
}
.regi-page .register-steps ul li.re-steps.not-complete a {
	color: Red;
}
/* line 522,../sass/screen.scss */
.regi-page .register-content {
	color:#111;
	display: none;
}
/* line 525,../sass/screen.scss */
.regi-page .register-content h3 {
	font-size:16px;
	font-weight:bolder;
	margin: 20px 0;
}
/* line 530,../sass/screen.scss */
.regi-page .register-content p {
	font-size:14px;
	margin-bottom:15px;
	line-height: 18px;
}
/* line 535,../sass/screen.scss */
.regi-page .register-content a {
	color: #111;
}
/* line 538,../sass/screen.scss */
.regi-page .register-content label {
	font-size:16px;
	/*font-weight: bolder;*/
}
/* line 542,../sass/screen.scss */
.regi-page .register-content .form-element {
	padding: 30px 0;
}
/* line 547,../sass/screen.scss */
.regi-page .register-content .register-content-bottom {
	text-align:center;
	padding:30px;
	border-top:1px solid #ddd;
	margin-top: 40px;
}
/* line 552,../sass/screen.scss */
.regi-page .register-content .register-content-bottom a {
	font-size:14px;
	font-weight:bolder;
	color:#000;
	margin:0 30px;
	text-decoration: none;
}
/* line 562,../sass/screen.scss */
.regi-page .register-content.current-step-content {
	display: block;
}
/* line 566,../sass/screen.scss */
.regi-page .button-pad {
	overflow:hidden;
	padding:30px 0;
}
.register-form-block {
	display: table;
}
/* line 573,../sass/screen.scss */
.register-form-block.hidden {
	display:none;
}
.register-form-block .form-element-block {
	margin-bottom:5px;
	
	/*display: table-row;*/
}
/* line 575,../sass/screen.scss */
.register-form-block .form-element-block:after {
	content:" ";
	display:block;
	clear: both;
}
/* line 580,../sass/screen.scss */
.register-form-block .form-element-block:nth-child(2) {
	margin-bottom: 15px;
}
/* line 583,../sass/screen.scss */
.register-form-block .form-element-block .form-element-name {
	display:table-cell;
	width:250px;
	background: #00A69C/* [ANZCTR356] #ddd */;
	margin-right:5px;
	padding:10px;
	box-sizing:border-box;
	color: #fff; /* [ANZCTR356] */
	font-size:14px;
	font-weight:bold;
	border:2px solid #fff;
	border-left:0;
	vertical-align:top;
	position:relative;
	line-height: 18px;
}

.register-form-block .form-element-block .form-element-name-date 
{
	width: 125px;
	min-width: 125px;
	display:table-cell;
	background:#ddd;
	margin-right:5px;   
	padding:15px 10px;
	box-sizing:border-box;
	font-size:14px;
	font-weight:bold;
	border:2px solid #fff;
	border-left:0;
	vertical-align:top;
	position:relative;
	line-height: 18px;
}
/* [ANZCTR356] */
.register-form-block .form-element-block .form-element-name.optional {
	/*font-weight: normal;*/
}
/* line 599,../sass/screen.scss *//* [ANZCTR356] */
.register-form-block .form-element-block .form-element-name.update {
	background: #eee;
	text-align: right;
	color: #000;
}



/* line 582,../sass/screen.scss */
.register-form-block .form-element-block .form-element-content {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:23px;
	display:table-cell;
	width:700px;
	background:#eee;
	padding:10px; /* [ANZCTR356] this is key padding setting.*/
	box-sizing:border-box;
	border:2px solid #fff;
	border-right:0;
	position:relative;
}

.register-form-block .form-element-block .form-element-content input.hidden {
	display:none;
}
.register-form-block .form-element-block .form-element-content.subtitle {
	width:950px;
	border-left: 0px;
	font-weight: bold;
}
/* line 605,../sass/screen.scss */
.register-form-block .form-element-block .form-element-content textarea 
{
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:inherit;
	line-height: 20px;
	font-size: 14px;
	box-sizing: border-box;
	width:90%;
	/* height: 130px;*/
}
/* line 610,../sass/screen.scss */
.register-form-block .form-element-block .form-element-content .updateButton {
	float:right;
	cursor:pointer;
	font-weight:bold;
}
.register-form-block .form-element-block .form-element-content .help-info-result {
	float:left;
	padding-right: 5px;
	cursor:pointer;
	position: relative;
}
.review-form-block .review-element-block .review-element-name .help-info 
{
	float:right;
	cursor:pointer;
	position: relative;
}
.register-form-block .form-element-block .form-element-content .help-info {
	float:right;
	cursor:pointer;
	position: relative;
}

.register-form-block .form-element-block .form-element-name .help-info {
	float:right;
	cursor:pointer;
	position: relative;
}



/* line 615,../sass/screen.scss */
.register-form-block .form-element-block .info-popup {
	width: 350px;
	box-sizing: border-box;
	padding: 15px;
	position: absolute;
	top: 10px;
	right: 0px;
	display: none;
	background: #fff;
	z-index: 99;
	border: 1px solid #1C75BB;
	text-align: left;
}
.register-form-block .form-element-block .form-element-name .help-info .info-popup p {
	font-size:100%;
	margin-bottom:15px;
	line-height: 18px;
}
/* line 628, ../sass/screen.scss */
/*.register-form-block .form-element-block .form-element-content .help-info:hover .info-popup {
	display: block;
}*/
/* line 633, ../sass/screen.scss */
.info-popup .info-close{
	display:block;
text-align:right;
padding: 0 0 10px;
text-decoration:none;
color: #111;
}

.register-form-block .form-element-block .form-element-name .help-info:hover .info-popup .help-title {
	font-weight:bold;
}
.register-form-block .form-element-block .form-element-name .help-info:hover .info-popup ul {
	list-style-type:disc;
	padding-left: 15px;
}
/* line 633,../sass/screen.scss */
.register-form-block .form-element-block .form-element-content .add-new-button {
	display:inline-block;
	width:60%;
	margin:0 auto;
	background:#A8A8A9;
	color:#000;
	font-size:14px;
	padding:10px;
	text-align:center;
	text-decoration: none;
}
/* line 646,../sass/screen.scss */
.register-form-block .form-element-block .form-element-content.center {
	text-align: center;
}
/* line 651,../sass/screen.scss */
.register-form-block .form-element-block.big {
	height: 130px;
}
/* line 653,../sass/screen.scss */
.register-form-block .form-element-block.big .form-element-name {
	height:100%;
}
.register-form-block .form-element-block .form-element-name.alt {
	background: #ccc;
}
/* line 656,../sass/screen.scss */
.register-form-block .form-element-block.big .form-element-content {
	height: 100%;
}
/* line 660,../sass/screen.scss */
.register-form-block .form-element-block.med {
	height: 55px;
}
/* line 662,../sass/screen.scss */
.register-form-block .form-element-block.med .form-element-name {
	height: 100%;
}
/* line 665,../sass/screen.scss */
.register-form-block .form-element-block.med .form-element-content {
	height:100%;
}
.main-content {
	min-height: 300px;
	position: relative;
	z-index: 1;
}
/* line 670,../sass/screen.scss */
.main-content-text {
	/* GSquared - text-align:center;*/
	text-align:left;
	padding:15px;
	color:red;
}
.main-content-report {
	/* GSquared - text-align:center;*/
	text-align:left;
	padding:15px;
	color: #000000;
}
/* line 675,../sass/screen.scss */
.main-content-block-left {
	width: 50%;
	padding-right: 0.5vw;
}

@media(min-width: 2048px) {
	.main-content-block-left {
		width: 50%;
		padding-right: 0.5vw;
		min-height: 20vh;
	}
}

/* line 681,../sass/screen.scss */
.main-content-block-left .main-content-block-left-bg {
	background:rgba(26,116,187,0.8);
	height:100%;
	width: 100%;
	vertical-align: top;
}

	.main-content-block-left a.link-panel {
		height: 100%;
		width: 100%;
		display: block;
		background-color: rgba(26,116,187,0.8);
		font-family: var(--font-site-default);
	}

		.main-content-block-left a.link-panel:hover {
			background-color: rgba(26,116,187,0.9);
		}

	.main-content-block-left .main-content-block-left-bg .main-content-left a:link {
		color: white;
		text-decoration: none;
	}

	.main-content-block-left .main-content-block-left-bg .main-content-left a:active {
		color: white;
		text-decoration: none;
	}

	.main-content-block-left .main-content-block-left-bg .main-content-left a:hover {
		color: white;
		text-decoration: none;
	}

/* line 686,../sass/screen.scss */
.main-content-block-left .main-content-left {
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
/* line 693,../sass/screen.scss */
.main-content-block-left .main-content-left .btn-default:hover {
	background:#fff;
	color: rgba(26,116,187,0.8);
}

/* line 701,../sass/screen.scss */
.main-content-block-right {
	width:50%;
	padding-left: 0.5vw;
}

@media(min-width: 2048px) {
	.main-content-block-right {
		width: 50%;
		padding-left: 0.5vw;
		min-height: 20vh;
	}
}

/* line 707,../sass/screen.scss */
.main-content-block-right .main-content-block-right-bg {
	height:100%;
	width: 100%;
}

	.main-content-block-right a.link-panel {
		height: 100%;
		width: 100%;
		display: block;
		background-color: rgba(0,166,156,0.8);
	}

	.main-content-block-right a.link-panel:hover {
		background-color: rgba(0,166,156,0.9);
	}

/* line 712,../sass/screen.scss */
.main-content-block-right .main-content-right {
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 20px;
	text-align: center;
	color: #fff;
}
/* line 719,../sass/screen.scss */
.main-content-block-right .main-content-right .btn-default:hover {
	background:#fff;
	color: rgba(0,166,156,0.8);
}

.main-content-block {
	width: 100%;
	display: flex;
	flex-flow: row;
}

.main-content-half-block {
	width: 50%;
	padding: 10px;
	align-content: center;
	align-items: center;
	text-align: center;
}

/* line 727,../sass/screen.scss */
.main-content-block h2 {
	font-size:28px;
	font-weight:600;
	margin-bottom: 40px;
}
/* line 732,../sass/screen.scss */
.main-content-block p {
	font-size: 0.9rem;
	line-height: 19px;
}

/* [ANZCTR443] */
.important .main-content-block-left {
	width:50%;
	height:70px;
	background: none;
	background-size: cover;
	padding-right: 5px;
}

.important .main-content-block-left .main-content-block-left-bg {
	background:#679cc2;
	height:100%;
	width: 100%;
}

/* line 686,../sass/screen.scss */
.important .main-content-block-left .main-content-left {
	width:620px;
	box-sizing:border-box;
	padding: 10px 132px 0;
	text-align:center;
	float:right;
	color: #fff;
}

.important .main-content-block-left .main-content-left .btn-default:hover {
	background:#fff;
	color: rgba(255,77,77,0.8);
}

/* line 701,../sass/screen.scss */
.important .main-content-block-right {
	float:left;
	width:50%;
	height:70px;
	background: none;
	background-size: cover;
}
/* line 707,../sass/screen.scss */
.important .main-content-block-right .main-content-block-right-bg {
	background:#679cc2;
	height:100%;
	width: 100%;
}

.important .main-content-block-right .main-content-right {
	width:620px;
	box-sizing:border-box;
	padding: 10px 132px 0;
	text-align:center;
	float:left;
	color: #fff;
}

.important .main-content-block-right .main-content-right .btn-default:hover {
	background:#fff;
	color: rgba(255,77,77,0.8);
}

.important .btn-default {
	margin-bottom: 10px;

}

/* line 737,../sass/screen.scss */
.main-content-left .btn-default {
	background: transparent;
	border: 4px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

.main-content-right .btn-default {
	background: transparent;
	border: 4px solid #fff;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}

/* line 750,../sass/screen.scss */
.search-page {
	background:url(/images/left-bg.jpg) no-repeat;
	background-size:cover;
	color: #fff;
}
/* line 754,../sass/screen.scss */
.search-page .main-content-bg {
	background:rgba(26,116,187,0.8);
	height:100%;
	width:100%;
	padding: 120px 0;
}
/* line 760,../sass/screen.scss */
.search-page h2 {
	font-size:28px;
	margin-bottom:20px;
	font-weight: 500;
}
/* line 765,../sass/screen.scss */
.search-page p {
	font-size:14px;
	line-height:18px;
	margin-bottom: 15px;
}
/* line 770,../sass/screen.scss */
.search-page h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
/* line 775,../sass/screen.scss */
.search-page form {
	display:block;
	margin:30px 0;
	overflow: hidden;
}
/* line 780,../sass/screen.scss */
.search-page input[type="text"] {
	border:1px solid #fff;
	color:#fff;
	background:transparent;
	padding:0 15px;
	height:35px;
	width:300px;
	float: left;
}
/* line 61,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.search-page input[type="text"]:-moz-placeholder {
	color: #fff;
}
/* line 64,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.search-page input[type="text"]::-moz-placeholder {
	color: #fff;
}
/* line 67,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.search-page input[type="text"]:-ms-input-placeholder {
	color: #fff;
}
/* line 56,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.search-page input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}
/* line 792,../sass/screen.scss */
.search-page input[type="submit"] {
	background:url(/images/blue-search-icon.png) no-repeat center center;
	background-color:#fff;
	font-size:0;
	border:1px solid #fff;
	height:37px;
	width:50px;
	float: left;
}
/* line 802,../sass/screen.scss */
.register-page {
	background:url(/images/right-bg.jpg) no-repeat;
	background-size:cover;
	color: #fff;
}
/* line 806,../sass/screen.scss */
.register-page a {
	color: #fff;
}
/* line 809,../sass/screen.scss */
.register-page .main-content-bg {
	background:rgba(0,166,156,0.8);
	height:100%;
	width:100%;
	padding: 120px 0;
}
/* line 815,../sass/screen.scss */
.register-page h2 {
	font-size:28px;
	margin-bottom:20px;
	font-weight: 500;
}
/* line 820,../sass/screen.scss */
.register-page p {
	font-size:14px;
	line-height:18px;
	margin-bottom: 15px;
}
/* line 825,../sass/screen.scss */
.register-page h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 15px;
}
/* line 830,../sass/screen.scss */
.register-page form {
	display:block;
	margin:30px 0;
	overflow:hidden;
	width: 400px;
}
/* line 836,../sass/screen.scss */
.register-page input[type="text"] {
	border:1px solid #fff;
	/*color:#fff;*/
	width:400px;
	background:transparent;
	padding:0 15px;
	height:35px;
	box-sizing:border-box;
	margin-bottom:15px;
}
.register-page input[type="password"] {
	border:1px solid #fff;
	color:#fff;
	width:400px;
	background:transparent;
	padding:0 15px;
	height:35px;
	box-sizing:border-box;
	margin-bottom: 15px;
}
/* line 61,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.register-page input[type="text"]:-moz-placeholder {
	color: #fff;
}
/* line 64,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.register-page input[type="text"]::-moz-placeholder {
	color: #fff;
}
/* line 67,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.register-page input[type="text"]:-ms-input-placeholder {
	color: #fff;
}
/* line 56,C:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/css3/_user-interface.scss */
.register-page input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}
/* line 849,../sass/screen.scss */
.register-page input[type="submit"] {
	background-color:#fff;
	color: black;
	border:1px solid #fff;
	height:37px;
	width:400px;
	box-sizing:border-box;
	margin-bottom: 15px;
}
/* line 857,../sass/screen.scss */
.register-page #forgotpassword {
	font-size: 12px;
}
.pages-body {
	padding-top: 0px;
	padding-bottom: 0px;
}
/* line 863,../sass/screen.scss */
.pages-body header .header-left {
	width: auto;
}
/* line 866,../sass/screen.scss */
.pages-body header .main-menu li {
	margin-left: 10px !important;
}
/* line 872,../sass/screen.scss */
#search-trial-menu {
	padding:8px 0 5px 48px;
	background:url(/images/find-trial.png) no-repeat 10px center;
	color:#111111;
	font-weight: bold;
}
/* line 879,../sass/screen.scss */
#how-to-search-menu {
	padding:8px 0 5px 48px;
	background:url(/images/search-icon.png) no-repeat 10px center;
	color:#111111;
	font-weight: bold;
}
/* line 886,../sass/screen.scss */
#get-involved-menu {
	padding:8px 0 5px 48px;
	background:url(/images/trial-icon.png) no-repeat 10px center;
	color:#111111;
	font-weight: bold;
}
/* line 892,../sass/screen.scss */
#update-trial-menu {
	padding:8px 0 5px 48px;
	background:url(/images/pen-icon.png) no-repeat 10px center;
	color:#111111;
	font-weight:bold;
}
#my-trial-menu {
	padding:8px 0 5px 15px;
	/*background:url(/images/find-trial.png) no-repeat 10px center;*/
	color:#111111;
	/*font-weight: bold;*/
}
/* line 899,../sass/screen.scss */
#register-trial-menu {
	padding:8px 0 5px 35px;
	/*background:url(/images/register-icon.png) no-repeat 5px center;*/
	color:#111111;
	/*font-weight: bold;*/
}
/* line 905,../sass/screen.scss */
#definitions-menu {
	padding:8px 0 5px 25px;
	/*background:url(/images/definition-icon.png) no-repeat 5px center;*/
	color:#111111;
	/*font-weight: bold;*/
}
#hints-menu {
	padding:8px 0 5px 35px;
	/*background:url(/images/hints-icon.png) no-repeat 5px center;*/
	color:#111111;
	/*font-weight: bold;*/
}
/* line 912,../sass/screen.scss */
#faqs-menu {
	padding:8px 0 5px 0px;
	/*background:url(/images/faq-icon.png) no-repeat 10px center;*/
	color:#111111;
	/*font-weight: bold;*/
}
/* line 918,../sass/screen.scss */
.responsive-menu {
	display: none;
}
/* line 921,../sass/screen.scss */
#responsive-menu-block {
	display:none;
	text-align: center;
}
/* line 924,../sass/screen.scss */
#responsive-menu-block ul {
	display: inline-block;
}
/* line 926,../sass/screen.scss */
#responsive-menu-block ul li {
	margin-bottom:10px;
	padding: 10px 0;
}
/* line 929,../sass/screen.scss */
#responsive-menu-block ul li a {
	padding:0 0 0 40px;
	text-align:left;
	font-weight: bold;
}
/* line 936,../sass/screen.scss */
#responsive-menu-block #res-login {
	background:url(/images/login-icon-lock.png) no-repeat 10px 50%;
	background-size:contain;
	color: #444;
}
/* line 941,../sass/screen.scss */
#responsive-menu-block #res-signup {
	background:url(/images/sign-up-icon.png) no-repeat 10px 50%;
	background-size:contain;
	color: #444;
}
/* line 946,../sass/screen.scss */
#responsive-menu-block #res-findout {
	background:url(/images/find-about-icon.png) no-repeat 10px 50%;
	background-size:contain;
	color: #111;
}
/* line 951,../sass/screen.scss */
#responsive-menu-block #res-news {
	background:url(/images/news-icon.png) no-repeat 10px 50%;
	background-size:contain;
	color: #111;
}
/* line 956,../sass/screen.scss */
#responsive-menu-block #res-aboutus {
	background:url(/images/about-us-icon.png) no-repeat 10px 50%;
	background-size:contain;
	color: #111;
}
/* line 961,../sass/screen.scss */
#responsive-menu-block #res-updatetrial {
	background:url(/images/pen-icon.png) no-repeat 10px center;
	background-size:contain;
	color: #111;
}
/* line 966,../sass/screen.scss */
#responsive-menu-block #res-registertrial {
	background:url(/images/register-icon.png) no-repeat 10px center;
	background-size:contain;
	color: #111;
}
/* line 971,../sass/screen.scss */
#responsive-menu-block #res-definitions {
	background:url(/images/definition-icon.png) no-repeat 10px center;
	background-size:contain;
	color: #111;
}
/* line 976,../sass/screen.scss */
#responsive-menu-block #res-faqs {
	background:url(/images/faq-icon.png) no-repeat 10px center;
	background-size:contain;
	color:#111;
	padding: 0 0 0 50px;
}
/* line 982,../sass/screen.scss */
#responsive-menu-block #res-searchtrial {
	background:url(/images/find-trial.png) no-repeat 10px center;
	background-size:contain;
	color: #111;
}
/* line 987,../sass/screen.scss */
#responsive-menu-block #res-howtotrial {
	background:url(/images/search-icon.png) no-repeat 10px center;
	background-size:contain;
	color: #111;
}
/* line 992,../sass/screen.scss */
#responsive-menu-block #res-getinvolved {
	background:url(/images/trial-icon.png) no-repeat 10px center;
	background-size:contain;
	color: #111;
}
@media screen and (max-width:960px) {
	/* line 999,../sass/screen.scss */
	.content-inner {
			width:100%;
			padding-left:15px;
			padding-right: 15px;
	}
	/* line 1004,../sass/screen.scss */
	.main-content-block-right .main-content-right, .main-content-block-left .main-content-left {
			box-sizing:border-box;
			padding-left:25px;
			padding-right:25px;
			width: 100%;
	}

	/* [ANZCTR443] */
	.important .main-content-block-right .main-content-right, .important .main-content-block-left .main-content-left {
			box-sizing:border-box;
			padding-left:25px;
			padding-right:25px;
			width: 100%;
	}
}
/* line 1011,../sass/screen.scss */
.popup-bg {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0,0,0,0.8);
}
/* line 1022,../sass/screen.scss */
.popup-content {
	display:none;
	position:absolute;
	width:100%;
	top:100px;
	left:0;
	text-align: center;
}
/* line 1030,../sass/screen.scss */
.popup-window {
	display:inline-block;
	width:300px;
	margin:0 auto;
	padding:30px;
	border:1px solid #1C75BB;
	background: #fff;
	z-index: 98;
    
	position: relative;
}
/* line 1037,../sass/screen.scss */
/*.popup-window input{width:100%;box-sizing:border-box;padding:5px 0 5px 15px;border:1px solid #1C75BB;margin-bottom: 20px;}*/
/* line 1044,../sass/screen.scss */
/*.popup-window p{margin: 20px 0;}*/
/* line 1047,../sass/screen.scss */
/*.popup-window a{float:right;color:#1C75BB;text-decoration: none;}*/
@media screen and (max-width:780px) {
	/* line 1054,../sass/screen.scss */
	header .header-left {
			width:100%;
			text-align: center;
	}
	/* line 1058,../sass/screen.scss */
	header .header-right {
			width:100%;
			text-align: center;
	}
	/* line 1062,../sass/screen.scss */
	.pages-body header .header-left {
			width:100%;
			text-align: center;
	}
	/* line 1066,../sass/screen.scss */
	.user-menu,.main-menu {
			display: none;
	}
	/* line 1069,../sass/screen.scss */
	.responsive-menu {
			display: block;
	}
	/* line 1072,../sass/screen.scss */
	#responsive-menu-button {
			display: block;
	}
}
@media screen and (max-width:550px) {
	/* line 1078,../sass/screen.scss */
	.main-content-block-left, .main-content-block-right {
			width: 100%;
	}

	/* [ANZCTR443] */
	.important .main-content-block-left, .important .main-content-block-right {
			width: 100%;
	}
	/* line 1081,../sass/screen.scss */
	footer .columns {
			width:33%;
			box-sizing: border-box;
	}
	/* line 1085,../sass/screen.scss */
	footer .footer-content {
			width:100%;
			text-align:center;
			padding-top:50px;
			padding-bottom: 50px;
	}
	/* line 1091,../sass/screen.scss */
	.register-page form {
			width: 100% !important;
	}
	.watermark
	{
		background-image: url('/images/provisional-m.png');
		background-position: center center;
		background-repeat: no-repeat;
    
		position: fixed; 
    
    

		width: 300px;
		height: 100px;
		text-align: center;
		margin: 0 auto;
		opacity:0.2;
		z-index:9;
	}
}
@media screen and (max-width:320px) {
	/* line 1097,../sass/screen.scss */
	#logo img {
			width: 100%;
	}
}
/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* old css */
.overline {
	border-top:1px solid #D6E6E3;
}
a.top:link,a.top:visited {
	color:#627D78;
	background-image:url(/images/scroll_up.gif);
	background-position:0px 4px;
	padding:3px 0 4px 15px;
	background-repeat:no-repeat;
	text-decoration:none;
	display:block;
	margin:10px 0 10px 0;
	font-weight:bold;
}
a.top:hover,a.top:active {
	color:#5F4142;
	background-image:url(/images/scroll_up.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	text-decoration:none;
}
a.linkButton {
	text-decoration:none;
}
a:hover.linkButton {
	text-decoration:underline;
}
.errorMsg {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color:Red;
	margin:0px;
	text-align:center;
}
.query {
	font-weight:bold;
	color:Red;
}
.txtfield {
	width:266px;
	line-height:13px;
	font-size:12px;
	border-left:1px solid #9D9D9D;
	border-top:1px solid #9D9D9D;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
.popup-button-style {
	font-family: 'Raleway',sans-serif;
	line-height: 16px;
	font-size: 14px;
}
.txtfieldwide {
	width:560px;
	font-family: 'Raleway',sans-serif;
	line-height:16px;
	font-size:14px;
	border-left:1px solid #9D9D9D;
	border-top:1px solid #9D9D9D;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
.txtfieldwide::placeholder {
	color: #808080;
}
.txtfieldwide-date {
	width:300px;
	font-family: 'Raleway',sans-serif;
	line-height:16px;
	font-size:14px;
	border-left:1px solid #9D9D9D;
	border-top:1px solid #9D9D9D;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}
.txtfieldshort {
	width:170px;
	font-family: 'Raleway',sans-serif;
	line-height:16px;
	font-size:14px;
	border-left:1px solid #9D9D9D;
	border-top:1px solid #9D9D9D;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}

.comment {
	font-style: italic;
}
/* new css */
.sech-page h2 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.sech-page h3 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	
}
.sech-page h3 a {
	color:#fff;
}
.static-content p {
	padding:15px 0px 0px;
	line-height:1.4;
	margin-bottom: 0;
}
.static-content p.text-heading {
	padding: 15px 0px 0px;
	line-height: 1.4;
}
.static-content p b {
	font-weight:bold
}
.static-content p i {
	font-style:italic
}
.static-content-list-none {
	list-style-type:none;
	padding-left:50px;
	line-height:1.4;
}
.static-content-list-circle {
	list-style-type:circle;
	padding-left:50px;
	line-height:1.4;
}
.static-content-list-decimal {
	list-style-type:decimal;
	padding-left:50px;
	line-height:1.4;
}
.static-content-list-disc {
	list-style-type: disc;
	padding-left: 50px;
	line-height: 1.4;
}
	.static-content-list-disc li {
		list-style-type: disc;
	}
.static-content-list-square {
	list-style-type:square;
	padding-left:50px;
	line-height:1.4;
}
	.static-content-list-square li {
		list-style-type: square;
	}
.static-content-list-roman {
	list-style-type:lower-roman;
	padding-left:50px;
	line-height:1.4;
}
	.static-content-list-roman li {
		list-style-type: lower-roman;
	}
.static-content-list-alphabet {
	list-style-type: lower-alpha;
	padding-left: 50px;
	line-height: 1.4;
}
	.static-content-list-alphabet li {
		list-style-type: lower-alpha;
	}

.popup-bg {
	display:none;
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background: rgba(0,0,0,0.8);
}
/* line 1022,../sass/screen.scss */
.popup-content {
	display:none;
	position:fixed;
	width:100%;
	top:100px;
	left:0;
	text-align: center;
	z-index: 98; /*[ANZCTR356] Fix issue where footer would overlap on top */
}
/* line 1030,../sass/screen.scss */
.popup-window {
	display:inline-block;
	width:800px;
	margin:0 auto;
	padding:30px;
	border:1px solid #1C75BB;
	background: #fff;
	z-index: 99;
    
	position: relative;
}
/* line 1037,../sass/screen.scss */
.popup-window input {
	width:100%;
	box-sizing:border-box;
	padding:10px 0 5px 15px;
	border:1px solid #1C75BB;
	margin-bottom: 10px;
}
/* line 1044,../sass/screen.scss */
.popup-window p {
	margin: 20px 0;
}
/* line 1047,../sass/screen.scss */
.popup-window a {
	float:right;
	color:#1C75BB;
	text-decoration:none;
}
.popup-window .new-label {
	width:150px;
	background:#ddd;
	margin-right:5px;
	padding:10px;
}
.popup-window .new-content {
	width:350px;
	background:#eee;
	margin-bottom:5px;
	padding:10px;
}
.popup-window .new-table {
	margin-top:15px;
}
.hide {
	display:none;
}
.review-form-block 
{
	/*display: table;*/
}
.review-form-block .review-element-block {
	margin-bottom:0px;
	display: table-row;
}

.review-form-block-date
{
	display:table-cell;
	position: relative;
	width:350px;
	min-width:350px;
	background: #ddd;
    
}
/* line 582,../sass/screen.scss */
.review-form-block .review-element-block .review-element-content {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:18px;
	display:table-cell;
	width:700px;
	background:#eee;
	padding:5px;
	font-size: 14px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:0;
	/*word-break: break-all;*/
}
.review-form-block .review-element-block .review-element-content2 {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:18px;
	display:table-cell;
	width:700px;
	background:#C2EDEA;
	padding:5px;
	font-size: 14px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:0;
	/*word-break: break-all;*/
}
.review-element-content-date {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:18px;
	display:table-cell;
	width:350px;
	min-width:350px;
	background:#eee;
	padding:5px;
	font-size: 14px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:0;
	position: relative;
	/*word-break: break-all;*/
}
.review-form-block .review-element-block .review-element-content.postcode {
	word-break: break-all;
}
.review-form-block .review-element-block .review-element-content.update {
	background:#DBDAE3;
}
.review-form-block .review-element-block .review-element-content.update .dateAutomated {
	color: #AE9080!important;
}
.review-form-block .review-element-block .health-header {
	width:940px;
	background:#ccc;
	font-weight:bold;
	padding:5px;
	margin-top:15px;
}
.review-form-block .review-element-block .health-header2 {
	width:940px;
	background:#4CC0B9;
	padding:5px;
	margin-top:15px;
}
.review-form-block .review-element-block .review-element-content.health {
	width: 950px;
	border-left: 0px;
}
.review-form-block .review-element-block .review-element-content.health-update {
	background:#DBDAE3;
	width:950px;
	border-left: 0px;
}
.review-form-block .review-element-block .condition-header {
	width:465px;
	background:#ccc;
	font-weight:bold;
	padding:5px;
	display:table-cell;
	border-top:2px solid #fff;
}
.review-form-block .review-element-block .review-element-condition-reason {
	background:#DBDAE3;
	width:940px;
	padding:5px;
}
.review-form-block .review-element-block .review-element-condition {
	width:464px;
	background:#eee;
	padding:5px;
	display:table-cell;
	font-size: 14px;
}
.review-form-block .startDateTest .review-element-block .review-element-condition {
	width:464px;
	background:#eee;
	padding:5px;
	display:table-cell;
	font-size: 14px;
}
.review-form-block .review-element-block .review-element-condition.update {
	background:#DBDAE3;
}
.review-form-block .review-element-block .review-element-condition-right.update {
	background:#DBDAE3;
}
.review-form-block .review-element-block .review-element-condition.history {
	max-width: 464px;
	background:#ddd;
}
.review-form-block .review-element-block .review-element-condition-right.history {
	min-width: 464px;
	background:#ddd;
}
.review-form-block .review-element-block .review-element-condition-right {
	width:464px;
	background:#eee;
	border-left:2px solid #fff;
	padding:5px;
	display: table-cell;
	font-size: 14px;
}

.review-form-block .startDateTest .review-element-block .review-element-condition-right {
	width:464px;
	background:#eee;
	border-left:2px solid #fff;
	padding:5px;
	display: table-cell;
	font-size: 14px;
}
.delete-history-border {
	border-top: 2px solid #fff;
}
.review-element-condition-cell {
	max-width: 474px;
}
/* line 583,../sass/screen.scss */
.review-form-block .review-element-block .review-element-name {
	display:table-cell;
	width:250px;
	background:#ddd;
	margin-right:5px;
	padding:5px;
	box-sizing:border-box;
	font-size:15px;
	font-weight:bold;
	/*border:1px solid #fff;*/
	border-left:0;
	vertical-align:top;
}
.review-form-block .review-element-block .review-element-name2 {
	display:table-cell;
	width:250px;
	background:#99DBD7;
	margin-right:5px;
	padding:5px;
	box-sizing:border-box;
	font-size:15px;
	/*border:1px solid #fff;*/
	border-left:0;
	vertical-align:top;
}
.review-element-name-date {
	display:table-cell;
	width: 125px;
	min-width: 125px;
	background:#ddd;
	margin-right:5px;
	padding:5px;
	box-sizing:border-box;
	font-size:15px;
	font-weight:bold;
	/*border:1px solid #fff;*/
	border-left:0;
	position: relative;
	vertical-align:top;
}
.review-element-name-date.optional
{
	font-weight: normal;
}
.review-element-name-date.right
{
    
}
.review-form-date 
{
	display:table-cell;
	width: 325px;
	min-width: 325px;
	position: relative;
}
.review-form-block .review-element-block .review-element-name.optional {
	font-weight:normal;
}
.review-form-block .review-element-block .review-element-name.updatelabel {
	font-weight:normal;
	/*padding-left: 20px;*/
	
}
.review-form-block .review-element-block .review-element-name.timepoint {
	/*padding-left:18px*/;
	font-style:italic;
}
.review-form-block .review-element-block .review-element-history {
	background:#ddd;
	line-height:18px;
	display:table-cell;
	width:700px;
	padding:5px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:0;
}

.review-element-history-date {
	background:#ddd;
	line-height:18px;
	display:table-cell;
	width:350px;
	min-width: 350px;
	padding:5px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:2px solid #fff;

}

.review-element-history-date-filler {
	background:#ddd;
	line-height:18px;
	display:table-cell;
	width:350px;
	min-width: 350px;
	padding:5px;
	box-sizing:border-box;
	border-left:4px solid #ddd;
	border-right:4px solid #ddd;

}
.review-element-history-date.bottom {
	border-bottom:2px solid #fff;

}
.review-form-block .review-element-block .review-element-history.bottom {
	border-bottom:3px solid #fff;
}
.review-form-block .review-element-block .review-element-history.single-row {
	min-width: 950px;
}
.review-form-block .review-element-block .review-element-history.single-row.bottom {
	border-bottom: 3px solid #fff;
}

.review-form-block .review-element-block .review-element-name.bottom {
	border-bottom:3px solid #fff;
}
.review-form-block .review-element-header {
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	font-size:16px;
	/*display:table-row;*/
}
.review-form-block .review-element-header.optional
{
	font-weight: normal;
}
.review-form-block.hidden {
	display:none;
}
.review-form-block.bottom {
	border-bottom:3px solid #fff;
}
.tabsource {
	background-color:#99CCFF;
	color:#5F4141;
	font-weight:bold;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding:4px;
	text-align:center;
}
.tabsourcectgov {
	background-color:#99dbd7;
	color:#5F4141;
	font-weight:bold;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding:4px;
	text-align:center;
}
.tabsourcectgov2 {
	background-color:#FF8080;
	color:#5F4141;
	font-weight:bold;
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	padding:4px;
	text-align:center;
}
.edit-button {
	float:right;
	margin-right: 10px;
    
	cursor: pointer;
}
input[type="checkbox"] {
	cursor: pointer;
}
.crossout {
	/* text-decoration:line-through;*/
	font-style:italic;
}
/* user registration and view/update user profile */
.tabmand {
	background-color:#EEE;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	width:400px;
	padding:5px;
}
.tabnot {
	background-color:#EEE;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	width:400px;
	padding:5px;
}
.tableft {
	background-color:#DDD;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	width:250px;
	padding:5px;
}
.tableftmand {
	background-color:#DDD;
	font-weight:bold;
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	width:250px;
	padding: 5px;
}
/* Ct.Gov search result */
.sech-page .search-result-block .results-link-header-ctGov {
	background:#ff8080;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding:10px;
	margin-bottom:3px;
	height:30px;
	box-sizing: content-box;
}
.sech-page .search-result-block .results-link-header-ctGov h3 {
	float:left;
	font-weight:bolder;
	font-size:14px;
	padding: 0px 0 0 7px;
}
.sech-page .search-result-block .results-link-header-ctGov h3 a
{
	color: Black;
	font-weight: bolder;
	font-size: 14px;
	font-family:'Raleway',sans-serif;
}
.sech-page .search-result-block .results-header-ctGov {
	background:#99dbd7;
	margin-bottom:3px;
	overflow:hidden;
	padding: 10px;
}
/* line 284,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov h3 {
	float:left;
	font-weight:bold;
	font-size:14px;
	padding-top: 7px;
}
/* line 290,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov .results-header-tools {
	float:right;
	overflow: hidden;
}
/* line 295,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov .results-header-tools ul li {
	float:left;
	margin: 0 10px;
}
/* line 298,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov .results-header-tools ul li a {
	text-decoration:none;
	color:#000;
	font-size:14px;
	font-weight: bold;
}
/* line 304,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov .results-header-tools ul li label {
	color:#000;
	font-size:14px;
	font-weight:bold;
	padding:8px 5px 6px;
	display: inline-block;
}
/* line 311,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov .results-header-tools ul li .resultstool1 {
	padding:8px 5px 6px 48px;
	background:url(../images/tool1.png) no-repeat 5px 50%;
	display: inline-block;
}
/* line 316,../sass/screen.scss */
.sech-page .search-result-block .results-header-ctGov .results-header-tools ul li .results-tool-2 {
	padding:8px 5px 6px 48px;
	background:url(../images/tool2.png) no-repeat 5px 50%;
	display:inline-block;
}
.sech-page .search-result-block .results-header-1 .results-header-tools .results-tool-2 {
	padding:8px 5px 6px 48px;
	background:url(../images/tool2.png) no-repeat 5px 50%;
	display:inline-block;
	color:#000;
	font-size:14px;
	font-weight:bold;
}
	.sech-page .search-result-block .results-header-1 .results-header-tools a {
		text-decoration: none;
		color: #000;
		font-size: 14px;
		font-weight: bold;
	}

.sech-page .search-result-block .results-header-ctGov-2 {
	background:#4cc0b9;
	color:#000;
	font-size:16px;
	font-weight:600;
	padding:10px;
	margin-bottom:3px;
}
.sech-page .search-result-block .results-link-header-ctGov-2 {
	background:#ff8080;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding:10px;
	margin-bottom:3px;
	height:30px;
}
.sech-page .search-result-block .results-link-header-ctGov-2 h3 {
	float:left;
	font-weight:bolder;
	font-size:14px;
	padding: 0px 0 0 7px;
}
.sech-page .search-result-block .results-link-header-ctGov-2 h3 a
{
	color: Black;
	font-weight: bolder;
	font-size: 14px;
	font-family:'Raleway',sans-serif;
}

.search-result-header {
	padding:20px 10px;
}
.error {
	font-weight:bold;
	color:Red;
}
.buttonReview {
	height:40px;
}
@media screen and (max-width:550px) 
{
	.sech-page .search-result-block .results-link-header-ctGov {
	background:#ff8080;
	color:#000;
	font-size:16px;
	font-weight:700;
	padding:10px;
	padding-left: 0px;
	margin-bottom:3px;
	height:70px;
}

	.review-form-block {
			width:300px;
	}
		.review-form-block .review-element-block .review-element-name {
			width:100%;
			float:left;
	}
	.review-form-block .review-element-block .review-element-content {
			float:left;
			width:300px;
	}
	.review-form-block .review-element-header {
			line-height:40px;
			float:left;
	}
	.review-form-block .review-element-block .condition-header,.review-form-block .review-element-block .review-element-condition,.review-form-block .review-element-block .review-element-condition-right {
			float:left;
			width:300px;
	}
	.review-form-block .review-element-block .health-header {
			width:300px;
			float:left;
	}
	.sech-page .search-result-block .results-header-3 ul.info-list li.info-li {
			display:none;
	}
	.sech-page .search-result-block .results-header-3 ul.info-list li:last-child {
		display:none;
	}
	.sech-page .search-result-block .results-header-3 ul.info-list li:nth-last-child(2) {
		width:50%;
	}
	.sech-page .search-result-block .results-header-3 ul.info-list li:nth-last-child(3) {
		display:none;
	}
	.sech-page .search-result-block .results-header-3 ul.info-list li:nth-last-child(4) {
		width:42%;
	}
	.sech-page .search-result-block .results-header-1 .results-header-tools ul li:last-child {
			display:none;
	}
	.sech-page .tool-bar .download-trials {
			display:none;
	}
		.sech-page .search-result-block .results-header-3 {
		background:#bbb;
		color:#000;
		font-size:16px;
		font-weight:600;
		padding:5px;
		margin-bottom:3px;
		height:70px;
	}
	.sech-page .search-result-block .results-header-100 {
		background:#bbb;
		color:#000;
		font-size:16px;
		font-weight:600;
		padding:5px;
		margin-bottom:3px;
		height:80px;
		display:block;
	}
	.sech-page .search-result-block .results-header-100 ul li {
		width:42%;
			float:left;
		padding:5px 5px 5px 30px;
		background:url(/images/info-icon.png) no-repeat 5px;
		background-position:5px 5px;
		box-sizing:border-box;
		position:relative;
	}
	.sech-page .search-result-block .results-header-100 ul li:nth-last-child(1) {
		width:42%;
			float:left;
		padding:5px 5px 5px 30px;
		background:url(/images/info-icon.png) no-repeat 5px;
		background-position:5px 5px;
		box-sizing:border-box;
		position: relative;
	}
	
	.sech-page .search-result-block .results-header-100 ul li .info-popup {
	width:200px;
	box-sizing:border-box;
	padding:15px;
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#fff;
	z-index:99;
	border:1px solid #1C75BB;
	}
	.sech-page .search-result-block .results-header-100 ul li:hover .info-popup {
		display: block;
	}
}

.top-nav
{
	width: 950px;
}
.mandatory {
font-size: 25px;
padding: 0 0 0 5px;
vertical-align: middle;
}

footer .columnsSponsor {
	float:left;
	width:25%;
	padding-top: 15px;
	padding-left: 15px;
}
footer .columnsSponsor .columns-title 
{
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin-bottom: 20px;
}
footer .columnsSponsor .columns-title:before {
	content:"";
	background:#fff;
	width:30px;
	height:3px;
	display:block;
	clear:both;
	margin-bottom: 8px;
}
footer .columnsSponsor .columns-content {
	font-size: 11px;
}

/* txtbox placeholder color*/
::-webkit-input-placeholder {
	color: white;
}
:-moz-placeholder { /* Firefox 18- */
	color: white;  
}
::-moz-placeholder {  /* Firefox 19+ */
	color: white;  
}
:-ms-input-placeholder {  
	color: white;  
}

.recruitmentDtTab {
	padding: 5px;
}
#InterventionsDialog
{
		font-family: 'Raleway',sans-serif;  
		display: none; 
}

.mandatoryDateError
{
	padding: 5px;
	border: 2px solid Red!important;
	max-width: 170px;
}
.mandatoryDate
{
	padding: 5px;
	/*border: 2px solid #000000!important;*/
   
}
.mandatoryDate input
{
	padding: 1px 0 1px 2px;
	border: 2px solid #000000!important;
   
}
.mandatoryDateEdit input
{
	padding: 1px 0 1px 0px;
	border: 2px solid #000000!important;
	border-right-style: none!important;
   
}
.disabledCell
{
	background-color: #D9D9D9!important;
	padding: 5px;
	min-width: 110px;
	color: #AE9080;
}
.showCell
{
	padding: 5px;
	min-width: 110px;
}
.CancelDate input
{
	background-color: #D9D9D9!important;
}
input.enabled
{
	background-color: White!important;
}
input.disabled
{
	background-color: #D9D9D9!important;
}
.Disabled, .Disabled Input {
	background-color: #D9D9D9 !important;
}
.Null, .Null Input {
	background-color: #D9D9D9 !important;
}
.step7MandatoryLabel
{
	font-weight: bold;
	padding: 5px;
	min-width: 110px;
}
.step7MandatoryLabelError
{
	font-weight: bold;
	padding: 5px;
	color: Red;
	min-width: 110px;
}
.step7CancelLabel
{
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
	background-color: #D9D9D9;
	color: #808080;
	min-width: 110px;
}
.show  
{
	display:;
}

/* Sample size */


.sample .review-form-date 
{
	display:table-cell;
	width: 300px;
	min-width: 300px;
	position: relative;
}

.sample .form-element-date-filler
{
		display: table-cell;
	min-width: 317px;
	vertical-align: top;
}

.sample .review-element-content-date {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:18px;
	display:table-cell;
	width:192px;
	min-width:192px;
	background:#eee;
	padding:5px;
	font-size: 14px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:0;
	position: relative;
	/*word-break: break-all;*/
}

.sample .review-element-content-date.update {
	background:#DBDAE3;
}

.review-element-block .review-element-content-date.update {
	background: #DBDAE3;
}

.sampleTable .step7MandatoryLabel
{
	font-weight: bold;
	padding: 5px;
	min-width: 75px;
}
.sampleTable .step7MandatoryLabelError
{
	font-weight: bold;
	padding: 5px;
	color: Red;
	min-width: 75px;
}
.sampleTable .step7CancelLabel
{
	font-weight: normal;
	padding: 5px;
	padding-left: 10px;
	background-color: #D9D9D9;
	color: #808080;
	min-width: 75px;
}

.sampleTable .recruitmentDtTab {
	padding: 5px 10px;
}
.sampleTable .disabledCell
{
	background-color: #D9D9D9!important;
	padding: 5px;
	min-width: 75px;
	color: #AE9080;
}


/* Date update */

.register-form-block .form-element-block .form-element-date 
{
	display: table-cell;
	min-width: 505px;
	vertical-align: top;
}


.register-form-block .form-element-block .form-element-date-hidden
{
	display: none;
}
.register-form-block .form-element-block .form-element-name-date.optional {
	font-weight: normal;
}
.register-form-block .form-element-block .form-element-name-date.mand {
	font-weight: bold;
}
.register-form-block .form-element-block .form-element-name-date.dateerror {
	color: #ff0000!important;
}
.register-form-block .form-element-block .form-element-name-date.cancel {
		background-color: #D9D9D9!important;
		color: #AE9080;
	font-weight: normal;
}
.register-form-block .form-element-block .date-header {
	padding-top: 20px;
	font-weight: bold;
}
.register-form-block .form-element-block .form-element-name-date.update {
	background: #eee;
}
.register-form-block .form-element-block .form-element-content-date {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:23px;
	display:table-cell;
	width:380px;
	min-width:380px;
	background:#eee;
	padding:10px;
	box-sizing:border-box;
	border:2px solid #fff;
	/*border-right:10px solid #fff;*/
	position:relative;
	vertical-align: top;
}

.register-form-block .form-element-block .form-element-content-date.mand 
{
	border:2px solid #000000!important;
}
.register-form-block .form-element-block .form-element-content-date.dateerror 
{
	border:2px solid #ff0000!important;
		color: #111;
}

.register-form-block .form-element-block .form-element-content-date.cancel 
{
	background-color: #D9D9D9!important;
	color: #AE9080;
}
.register-form-block .form-element-block .form-element-content-date .updateButton {
	float:right;
	cursor:pointer;
	font-weight:bold;
}


/* Sample size */
.review-form-block-date.sample
{
	display:table-cell;
	position: relative;
	width:217px;
	min-width:217px;
	background: #ddd;
    
}
.review-form-block-date.sample .review-element-block .review-element-history-date {
	background:#ddd;
	line-height:18px;
	display:table-cell;
	width:192px;
	min-width: 192px;
	padding:5px;
	box-sizing:border-box;
	border-left:2px solid #fff;
	border-right:2px solid #fff;

}

.review-form-block-date.sample .review-element-block .review-element-history-date-filler {
	background:#ddd;
	line-height:18px;
	display:table-cell;
	width:192px;
	min-width: 192px;
	padding:5px;
	box-sizing:border-box;
	border-left:4px solid #ddd;
	border-right:4px solid #ddd;

}


.register-form-block .form-element-block.sample .form-element-content-date {
	/*font-family:Verdana,Arial,Helvetica,sans-serif;*/
	line-height:23px;
	display:table-cell;
	width:200px;
	min-width:200px;
	background:#eee;
	padding:10px;
	box-sizing:border-box;
	border:2px solid #fff;
	/*border-right:10px solid #fff;*/
	position:relative;
	vertical-align: top;
}


.register-form-block .form-element-block.sample .form-element-date 
{
	display: table-cell;
	min-width: 325px;
	vertical-align: top;
}

#DivSurvey
{
	font-size: 14px;
    
}

.reviewQuery
{
	background-color:white;
	display: inherit;
	font-style: italic;
}

.form-element-date-filler
{
		display: table-cell;
	min-width: 475px;
	vertical-align: top;
}
.requestTrial
{
	border: 1px solid black;
	margin: 20px;
	padding: 10px;
	width: 32%;
}
.header2
{
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 5px;
	font-size: 13px!important;
	min-height: 35px;
	vertical-align: bottom;
}
.itul
{
	font-style: italic;
}

.terms 
{
	padding: 10px;
}
.terms ol { counter-reset: item;
	padding: 5px 0;}
.terms li{ display: block;
	padding: 5px 0; }
.terms li:before { content: counters(item, ".") ") "; counter-increment: item }
.alpha
{
	padding-left: 30px;
	line-height: 25px;
}
.lvl0
{
	padding: 5px 0px!important;
	font-weight:bold;
}
.lvl1
{
	padding: 5px 15px!important;
}
.lvl2
{
	padding: 5px 30px!important;
}
.lvl2
{
	padding: 5px 45px!important;
}
.disclaimer {
	float: right;
	padding-bottom: 10px;
	width: 500px;
}
.disclaimer a {
	color: #fff;
}
.dialog-layout {
	z-index: 110!important;

}
/* Results reporting */

.query-checkbox
{
	padding-right: 250px;
}

.protocol-publication
{
	/*
		border-radius: 25px;
	border: 2px solid #ccc;
*/
	padding: 20px 7px 7px 7px;
    
}
.repeating-header
{
	font-weight: bold;
	text-align: center;
	margin: 5px 0 10px 0;
}
.register-form-block .form-element-block-publication .form-element-name-publication
{
	display: table-cell;
	width: 250px;
	min-width: 250px;
	background: #ddd;
	margin-right: 5px;
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	vertical-align: top;
	position: relative;
	line-height: 18px;
}
.register-form-block .form-element-block-publication .form-element-name-publication.optional
{
	font-weight: normal;
    
	border-bottom: 2px solid #fff;

}
.register-form-block .form-element-block-publication .form-element-content-publication.bot
{
    
	border: 2px solid #fff;
	border-left: 0;
}
.register-form-block .form-element-block-publication .form-element-content-publication
{
	line-height: 23px;
	display: table-cell;
	width: 700px;
	background: #eee;
	padding: 10px;
	box-sizing: border-box;
	border: 0;
	position: relative;
}
.register-form-block .form-element-block-publication
{
}

.register-form-block .form-element-block .form-element-content-publication .help-info {
	float:right;
	cursor:pointer;
	position: relative;
}
.register-form-block .form-element-block.bot
{
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
}
.result-header
{
	padding-top: 30px; 
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 3px solid #fff;
	font-size: 20px;
}

.vertical-centered {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.vertical-centered-relative {
	vertical-align: middle;
}

.fill-parent {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.wrap-content {
	width: auto;
	padding: 3%;
}

.wrap-content-no-padding {
	width: auto;
}

.wrap-content-relative {
	height: auto;
}

.btn-font-default {
	font: inherit;
}

.new-tab-link::after {
	content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAQElEQVR42qXKwQkAIAxDUUdxtO6/RBQkQZvSi8I/pL4BoGw/XPkh4XigPmsUgh0626AjRsgxHTkUThsG2T/sIlzdTsp52kSS1wAAAABJRU5ErkJggg==);
	margin: 0 3px 0 5px;
}

.multi-field {
	margin-bottom: 3px;
	padding: 0;
}
/* end */
/*Dimesnions Styling*/
/* styles.css */

#doiFromDimensions {
	margin-right: 5px; /* Adjust the margin as needed */
	margin-bottom: 20px;
}

	.custom-table {
		width: 100%;
		border-collapse: collapse;
		background-color: #eee;
	}

	.custom-table th, .custom-table td {
		border: 1px solid #fff; /* White border for cells */
		padding: 8px;
		text-align: left;
		color: black; /* White text color for cells */
	}
	.custom-td-font {
		font: inherit;
		font-size: small;
	}
	.custom-table th {
		background-color: #00A69C; /* Darker shade for header */
		font-weight: bold;
		color: white;
	}

	.custom-table a {
		color: black;
	}

.delete-button {
	background-color: #00A69C; /* Green color */
	color: #fff; /* White text color */
	padding: 5px 10px; /* Adjust padding as needed */
	border: none; /* Remove border if needed */
	cursor: pointer;
	text-decoration: none;
}
.popup-container {
	display: none;
	/*position: fixed;*/
	padding: 20px;
	background-color: white;
	border: 5px solid #00A69C;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	width: 48%;
	/*top: 400px;*/
	text-align: center;
	max-width: 48%;
	word-wrap: break-word;
}

.close-button {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	font-size: 20px;
	background-color: lightblue;
	border: 1px solid blue;
	text-decoration: none;
}

	.close-button:hover {
		color: #ff0000; /* Change color on hover if desired */
	}
.tooltip-text-gridview {
	max-width: 100px !important;
	overflow: hidden;
	text-overflow: ellipsis;
}

	/* Tooltip styles */
	.tooltip-text-gridview:hover {
		overflow: visible;
		white-space: normal;
		max-width: none !important;
	}

.highlighted-row {
	background-color: #FFADB0;
}

.span-vertical-centre {
	display: inline-flex;
	vertical-align: middle;
}

input[type=file] {
	width: 90px;
	color: transparent;
}

.linkbutton:link {
	text-decoration: underline;
	color: blue !important;
}

.linkbutton:visited {
	text-decoration: underline;
	color: blue !important;
}

.linkbutton:hover {
	text-decoration: underline;
	color: darkslateblue !important;
}

.linkbutton:active {
	text-decoration: underline;
	color: blue !important;
}

	.custom-table-scroll {
		width: 100%;
		border-collapse: collapse;
		background-color: #eee;
	}

	.custom-table-scroll th, .custom-table-scroll td {
		border: 1px solid #fff; /* White border for cells */
		padding: 8px;
		text-align: left;
		color: black; /* White text color for cells */
	}

	.custom-table-scroll th {
		background-color: #00A69C; /* Darker shade for header */
		font-weight: bold;
		color: white;
		position: sticky !important;
		top: 0;
		box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
	}

	.custom-table-scroll a {
		color: black;
	}

.validation-info {
	cursor: pointer;
}

	.validation-info:hover .validation-tip {
		display: block;
	}

.validation-tip {
	position: absolute;
	white-space: normal;
	display: none;
	background: #ffffff;
	border: 1px solid black;
	color: black;
	padding: 5px;
	max-width: 400px;
	z-index: 1000;
}

.dialog-html textarea {
	font-family: 'Raleway',sans-serif;
}

.custom-table-fixedColumnWidth-trialReview {
	width: 100% !important;
	table-layout: fixed !important;
	border-collapse: collapse;
	background-color: #eee;
}

.custom-table-fixedColumnWidth-trialReview th,
.custom-table-fixedColumnWidth-trialReview td {
	word-wrap: break-word !important;
	white-space: normal !important;
	border: 1px solid #fff; /* White border for cells */
	padding: 8px;
	text-align: left;
	color: black; /* White text color for cells */
}

.custom-table-fixedColumnWidth-trialReview th {
	background-color: #00A69C; /* Darker shade for header */
	font-weight: bold;
	color: white;
}

.custom-table-fixedColumnWidth-trialReview a {
	color: black;
	width: 100% !important;
}

.non-resizeable-textbox {
	resize: none;
	background-color: transparent;
	white-space: pre-wrap;
	font: inherit;
	font-size: 100% !important;
}

.repeater-block {
	border-top: 2px solid #fff;
}

.dynamic-input-form {
	width: 100%;
}

	.dynamic-input-form .input-header {
		background-color: #00A69C;
		padding: 7px;
		font: inherit !important;
		font-weight: bold !important;
		font-size: 14px;
		color: white;
		border-bottom: 3px solid white;
	}

	.dynamic-input-form .input-detail {
		background-color: #eee;
		padding: 7px;
		border-bottom: 3px solid white;
	}

	.dynamic-input-form .input-updated {
		background-color: #b6c8e9;
	}

	.dynamic-input-form .input-validation {
		background-color: #EFDE92;
		padding: 7px;
		border-bottom: 3px solid white;
	}

	.dynamic-input-form .question-history-title {
		padding: 7px;
		width: 960px;
		background: #ccc;
	}

	.dynamic-input-form .question-history-input {
		padding: 7px;
		width: 960px;
		background: #eee;
	}

	.dynamic-input-form .question-history-body {
		margin-top: 7px;
		padding: 7px;
		width: 960px;
		background: #eee;
		overflow: hidden !important;
	}

.fill-width {
	display: block;
	width: 100%;
}

.fill-height {
	height: 100%;
}

.div-relative {
	position: relative;
}

.indent-input {
	padding-left: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
}

.indent-text {
	padding-left: 18px;
}

.sub-heading {
	padding-top: 10px;
	padding-left: 6px;
}

.centre-vertical {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
}

.sub-question-cell {
	padding: 10px;
	vertical-align: top;
}

.form-input {
	font: inherit;
}

.form-input::placeholder {
	color: #ABABAB;
}

.dynamic-textbox-single {
	min-width: 450px;
	vertical-align: middle;
	resize:horizontal;
}

.dynamic-textbox-multiline {
	min-width: 700px;
}

.hide-scrolls {
	overflow: hidden !important;
}

.question-cell-query-icon {
	padding-right: 5px;
}

.error-msg {
	color: red;
}

.header-default .header-right-default .flex-horizontal-reverse .background-primary {
	background-color: var(--colour-primary);
	color: white;
	text-transform: none;
	padding-top: 1vh;
	font-size: 1vw;
	height: 5.8vh;
}

.main-content-block .main-content-half-block .background-primary {
	background-color: var(--colour-primary);
	color: white;
	text-transform: none;
	font-size: 1vw;
	height: 5.8vh;
}

	.header-default .header-right-default .flex-horizontal-reverse .background-primary i span.material-symbols-outlined {
		font-size: 1.7vw;
	}

.background-primary {
	background-color: var(--colour-primary);
	color: white;
	text-transform: none;
}

.header-default .header-right-default .flex-horizontal-reverse .background-secondary {
	background-color: var(--colour-secondary);
	color: white;
	text-transform: none;
	padding-top: 0.9vh;
	font-size: 1vw;
	height: 5.8vh;
}

	.header-default .header-right-default .flex-horizontal-reverse .background-secondary i span.material-symbols-outlined {
		font-size: 1.7vw;
	}

.main-content-block .main-content-half-block .background-secondary {
	background-color: var(--colour-secondary);
	color: white;
	text-transform: none;
	font-size: 1vw;
	height: 5.8vh;
}

@media(min-width: 2048px) {
	.header-default .header-right-default .flex-horizontal-reverse .background-primary {
		background-color: var(--colour-primary);
		color: white;
		text-transform: none;
		padding-top: 0.9vh;
		font-size: 0.9vw;
		height: 4vh;
	}

		.header-default .header-right-default .flex-horizontal-reverse .background-primary i span.material-symbols-outlined {
			font-size: 1.4vw;
		}

		.main-content-block .main-content-half-block .background-primary {
			background-color: var(--colour-primary);
			color: white;
			text-transform: none;
			font-size: 0.9vw;
			height: 4vh;
		}

	.header-default .header-right-default .flex-horizontal-reverse .background-secondary {
		background-color: var(--colour-secondary);
		color: white;
		text-transform: none;
		padding-top: 0.9vh;
		font-size: 0.9vw;
		height: 4vh;
	}

		.header-default .header-right-default .flex-horizontal-reverse .background-secondary i span.material-symbols-outlined {
			font-size: 1.4vw;
		}

		.main-content-block .main-content-half-block .background-secondary {
			background-color: var(--colour-secondary);
			color: white;
			text-transform: none;
			font-size: 0.9vw;
			height: 4vh;
		}
}

.background-secondary {
	background-color: var(--colour-secondary);
	color: white;
	text-transform: none;
}

.background-inactive {
	background-color: gray;
	color: white;
	text-transform: none;
}

.home-menu .menu-item .background-inactive {
	background-color: gray;
	color: white;
	text-transform: none;
	align-content: center;
	align-items: center;
}

	.home-menu .menu-item .background-inactive .btn-large .material-icons span {
		height: 40px;
		width: 40px;
		color: white;
	}

	.home-menu .menu-item .background-inactive .btn-large .material-icons img {
		height: 40px;
		width: 40px;
		color: white;
	}

	.menu-other {
		padding: 20px;
	}

	.home-menu .menu-item .btn-floating-hover:hover {
		background-color: var(--colour-primary);
	}

.home-menu .menu-item .btn-floating i {
	height: 100%;
	width: 100%;
	align-content: center;
	align-items: center;
}

.menu-btn-material {
	margin-bottom: 10px;
	min-width: 300px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: var(--font-site-default);
}

a.menu-btn-material, a.menu-btn-material-small {
	--bs-btn-padding-x: 0.75rem;
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-font-weight: 400;
	--bs-btn-line-height: 1.5;
	border-radius: 6px;
	font-family: var(--font-site-default);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}

.menu-btn-material-small {
	background-color: transparent;
	border-color: var(--colour-primary);
	color: var(--colour-primary);
	margin-bottom: 10px;
	min-width: 180px;
	text-transform: none;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: var(--font-site-default);
}

a.menu-btn-material-small:hover {
	background-color: white;
}

.menu-btn-material-icon-vertical {
	margin-bottom: 10px;
	width: 150px;
	height: 150px;
	text-align: center;
	align-content: center;
	align-items: center;
	border-radius: 0.375rem;
	--bs-btn-border-radius: 0.375rem;
}

	.menu-btn-material-icon-vertical span {
		font-size: 14px;
	}

	.menu-btn-material-icon-vertical span.material-symbols-outlined {
		height: 45px;
		width: 45px;
		font-size: 45px;
	}

	.button-tip {
		position: absolute;
		display: none;
		background-color: transparent;
		max-width: 400px;
		font-family: var(--font-default-bootstrap);
		line-height: 21px;
		z-index: 9999;
	}

		.button-tip strong {
			font-weight: bold;
		}

.button-tip-left {
	padding-top: 0;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 16px;
}

.button-tip-bottom {
	padding-top: 16px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 0;
}

.button-tip-dialog {
	background: #000000;
	border: 1px solid black;
	border-radius: 8px;
	white-space: normal;
	color: white;
	padding: 1rem;
	min-width: 300px;
	max-width: 400px;
}

/*.button-tip-dialog-left::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 10px solid #000000;
	border-right: 10px solid transparent;
	border-top: 10px solid #000000;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -3px;
	top: 8px;
}*/

.button-tip-dialog-bottom::before {
	content: "";
	position: absolute;
	bottom: -16px;
	left: 50%;
	margin-left: -10px;
	border-width: 0 10px 15px 10px;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
}

.margin-left-right-default {
	margin-left: 10px;
	margin-right: 10px;
}

.padding-left-right-default {
	padding-left: 10px;
	padding-right: 10px;
}

.fill-parent-default {
	height: 100%;
	width: 100%;
}

.link-panel {
	color: white;
	font-style: initial;
	text-decoration: none !important;
	text-align: center;
}

	.link-panel p {
		margin-left: 20px;
		margin-right: 20px;
		font-style: normal;
		font-size: 1.1vw;
		/*font-size: 18px;*/
		text-decoration: none;
		text-align: center;
	}

		.link-panel p.link-title {
			padding-top: 40px;
			font-family: var(--font-site-default);
		}

		.link-panel p.link-summary {
			padding-bottom: 40px;
			font-family: var(--font-site-default);
		}

	@media(min-width: 2048px) {
		.link-panel p.link-title {
			padding-top: 80px;
		}

		.link-panel p {
			margin-left: 20px;
			margin-right: 20px;
			font-style: normal;
			font-size: 1vw;
			line-height: 2vh;
			text-decoration: none;
			text-align: center;
		}
	}

.news-content {
	padding: 20px;
	line-height: 1.4;
}

.main-content .news-content strong {
	font-weight: bold;
}

.main-content .news-content p {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	unicode-bidi: isolate;
}

.main-content .news-content ul {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
	list-style-type: disc;
	padding-left: 50px;
	line-height: 1.4;
}

	.main-content .news-content ul li {
		display: list-item;
		text-align: -webkit-match-parent;
		unicode-bidi: isolate;
		list-style-type: disc;
	}

.main-content .news-content ol {
	display: block;
	margin-block-start: 1em;
	margin-block-end: 1em;
	padding-inline-start: 40px;
	unicode-bidi: isolate;
	list-style-type: decimal;
}

.main-content .news-content a {
	color: var(--colour-links-default);
	text-decoration: underline;
}

	.main-content .news-content a:visited {
		color: var(--colour-links-default);
	}

	.main-content .news-content a:hover {
		color: var(--colour-links-default-hover);
	}

.section-warning {
	background-color: var(--colour-maintenance-background);
	color: indianred;
	border: 2px solid var(--colour-maintenance-background);
	padding: 10px;
	font-size: 1.1vw;
}

	.section-warning span {
		color: indianred;
		font-family: var(--font-site-default);
		font-size: 1.1vw;
		line-height: 1.5vw;
		font-weight: 600;
	}

@media(min-width: 2048px) {
	.section-warning {
		background-color: var(--colour-maintenance-background);
		color: indianred;
		border: 2px solid var(--colour-maintenance-background);
		padding: 10px;
		font-size: 0.9vw;
	}

		.section-warning span {
			color: indianred;
			font-family: var(--font-site-default);
			font-size: 0.9vw;
			line-height: 1.5vw;
			font-weight: 600;
		}
}

.display-user {
	top: 100%;
	padding-top: 10px;
	font-weight: bold;
	min-width: 100px;
}

.relative-inline {
	position: relative;
	display: inline-block;
}

.floating-panel {
	position: absolute;
	top: 100%; /* Position below the button */
	color: var(--colour-primary);
	background-color: white;
	border: 2px solid lightgray;
	border-radius: 8px;
	right: -20px;
	padding: 10px;
	z-index: 9999; /* Ensure it appears above other content */
	display: none; /* Hidden by default */
	min-width: 200px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.floating-panel a {
	width: 180px;
	padding: 5px;
	color: var(--colour-primary);
}

.floating-panel i {
	position: absolute;
	left: 20px;
}

.floating-panel .menu-text {
	margin-left: 5px;
	width: 160px;
	min-width: 160px;
}

@media(min-width: 2048px) {
	.floating-panel {
		position: absolute;
		top: 100%; /* Position below the button */
		color: var(--colour-primary);
		background-color: white;
		border: 2px solid lightgray;
		border-radius: 8px;
		right: -20px;
		padding: 10px;
		z-index: 9999; /* Ensure it appears above other content */
		display: none; /* Hidden by default */
		min-width: 250px;
		box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}

		.floating-panel a {
			width: 230px;
			padding: 5px;
			color: var(--colour-primary);
		}

		.floating-panel .menu-text {
			margin-left: 5px;
			width: 210px;
			min-width: 160px;
			font-size: 1.1rem;
		}
}

.margin-top-default {
	margin-top: 10px;
}

.margin-top-bottom-default {
	margin-top: 8px;
	margin-bottom: 8px;
}

a.header-link {
	color: white;
	font-weight: bold;
	display: flex;
	align-items: center;
}
	
	a.header-link span.link-text {
		text-decoration: underline;
	}

	a.header-link:visited {
		color: white;
		text-decoration: underline;
		font-weight: bold;
	}

a.news-bottom-link {
	font-weight: bold;
	display: flex;
	align-items: center;
}

	a.news-bottom-link span.link-text {
		text-decoration: underline;
	}

.user-initials {
	font-style: normal;
}

.user-panel {
	display: flex;
	flex-flow: column;
	background-color: var(--colour-primary-light);
	color: white;
	font-size: 1.1vw;
	text-align:center;
	padding: 15px;
	border-radius: 8px;
	margin-bottom: 8px;
}

	.user-panel span.material-symbols-outlined {
		font-size: 4vw;
	}