@charset "UTF-8";




/*===================================================================
	STYLE FOR THE BODY
===================================================================*/
html,body {
	/*font-family: Arial, Helvetica, Verdana, sans-serif;*/
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: #FFF;
	margin:0;
	height:100%;
	/*font-weight: bold;*/
}

body#full {
	background-color: #CCC;
	/* The following is to center the content horizontally for 
	 * browsers that ignore 'auto' value for the margins. */
	text-align: center;
	height:100%;
}
body#popup {
	margin:0 10px;
	height:auto;
}
#preparation,#evaluation {
	visibility:hidden;
}

body.form {
	padding-bottom:40px;
}
a {
	color:#FFF;
}


/*===================================================================
	WAIT SYMBOL ANIMATION
===================================================================*/
@-webkit-keyframes spin
{
	from { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	to   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
	from { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	to   { -moz-transform: rotate(360deg); opacity: 0.4; }
}

@-ms-keyframes spin
{
	from { -ms-transform: rotate(0deg); opacity: 0.4; }
	50%  { -ms-transform: rotate(180deg); opacity: 1; }
	to   { -ms-transform: rotate(360deg); opacity: 0.4; }
}

@-o-keyframes spin
{
	from { -o-transform: rotate(0deg); opacity: 0.4; }
	50%  { -o-transform: rotate(180deg); opacity: 1; }
	to   { -o-transform: rotate(360deg); opacity: 0.4; }
}

@keyframes spin
{
	from { transform: rotate(0deg); opacity: 0.2; }
	50%  { transform: rotate(180deg); opacity: 1; }
	to   { transform: rotate(360deg); opacity: 0.2; }
}
img[src*="waiting"] {
	-webkit-animation: spin 1s linear infinite;
	-moz-animation: spin 1s linear infinite;
	-ms-animation: spin 1s linear infinite;
	-o-animation: spin 1s linear infinite;
	animation: spin 1s linear infinite;
}

/*===================================================================
	STYLE FOR THE DIV CONTAINERS
===================================================================*/
div { 
	text-align: left;
}

div#clear {
	/* Please note that 'auto' value for the margins are not always honoured by some browsers. */
	margin: 0 auto;
	
	clear: both; 
	overflow:hidden; 
	
	width: 1000px;
	height: 1px;
}

div#debug {
	width: 1000px;
	background-color: #FFC;
	
	/* Please note that 'auto' value for the margins are not always honoured by some browsers. */
	margin: 5px auto;
	
	color: #000;
	text-align: left;
}

div#leftPanel {
	float: left;
	display: inline;
	
	width: 300px;
	padding-left: 20px;
	padding-top: 30px;
	
	vertical-align: top;
}

div#main {
	/* Please note that 'auto' value for the margins are not always honoured by some browsers. */
	margin: 0px auto;
	width: 1000px;
	box-sizing:border-box;
}
div#main.with-banner {
	margin: -104px auto 0px auto;
	padding-top:104px;
	height:100%;
}

div#prop {
	float: right;
	
	width: 1px;
	height: 618px;
}

div#rightPanel {
	float: right;
	display: inline;
	
	width: 600px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 30px;
	
	vertical-align: top;
}

div#sbj_list {
	background-color: white;
	height: 500px;
	overflow: auto;
}

hr.sectionHeader {
	height:5px;
	background-color:white;
	border:0
}

label {
	width: 9em;
	float: left;
	margin-right: 0.5em;
	display: block
}
label.normal {
	float:none;
	width:auto;
	display:inline;
}
.radio-label {
	width:100%;
}
p.first {
	margin-top: 2em;
}

table {
	font-size: 100%;
}

/*===================================================================
	STYLE FOR THE FORM TABLE
===================================================================*/
table.form, th.form, td.form {
	text-align: left;
	vertical-align: top;
}

tr.cat-row {
}
tr.crit-row td {
	padding-left:10px;
}
input.cat-field {
	width:300px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.crit-field {
	width:320px;
	height:70px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

/*===================================================================
	STYLE FOR THE LIST TABLE
===================================================================*/
table#subject-list {
	width: 100%;
	color: #000;
	font-size: smaller;
}

table#subject-list tr {
	cursor: pointer;
}

table#subject-list th {
	text-align: left;
}
table.list {
	border-collapse:collapse;
}
a.sorted {
	background-repeat:no-repeat;
	background-position:0px 2px;
	padding-left:8px;
}
a.btn.sorted {
	background-repeat:no-repeat;
	background-position:4px 2px;
	padding-left:8px;
	color:#fff;
}
th.header {
	text-decoration: underline;
	cursor:pointer;
}
th.headerSortUp {
background:url(../img/down.gif) no-repeat 2px 7px;
text-indent:10px;
}
th.headerSortDown {
background:url(../img/up.gif) no-repeat 2px 7px;
text-indent:10px;
}

a.sortASC:link,a.sortASC:visited {
	background-image:url(../img/up.gif);
}
a.sortASC:hover,a.sortASC:active {
	background-image:url(../img/down.gif);
}
a.sortDESC:link,a.sortDESC:visited {
	background-image:url(../img/down.gif);
}
a.sortDESC:hover,a.sortDESC:active {
	background-image:url(../img/up.gif);
}
td.final_score {
	font-weight:bold;
}
#result-list td {
	vertical-align:top;	
}
/*===================================================================
	STYLE FOR THE MAINDIV TABLE
===================================================================*/
table#maindiv {
	margin: 0 auto;
	width: 1000px;
	height: 618px;
	text-align: left;
	font-size: 100%;
}

tr#assessment_banner{
	height: 100px;
}

/*===================================================================
	STYLE FOR THE MAIN TABLE
===================================================================*/
table#mainTbl {
	width: 100%;
	/*align: center;*/
	font-size: 100%;
	margin-bottom:20px;
}

table#mainTbl td#leftBorder{
	width: 15px;
}

table#mainTbl td#leftPanel{
	width: 315px;
	vertical-align: top;
}

table#mainTbl td#divider{
	width: 50px;
}

table#mainTbl td#rightPanel{
	width: 595px;
	vertical-align: top;
}

table#mainTbl td#rightBorder{
	width: 15px;
}

/*===================================================================
	STYLE FOR THE ASSESSMENT CRITERIA TABLE
===================================================================*/
table#markingcriteria {
	width: 100%;
	font-size: 100%;
}

/*===================================================================
	STYLE FOR THE NAVIGATION TABLE
===================================================================*/
table.nav {
	width: 1000px;
	border-spacing: 0;
	margin: 0 auto;
	font-size: 100%;
	position:relative;
	z-index:1;
}

tr.nav_row {
	height: 100px;
}

td.nav_logo {
	width: 30%;
	text-align: center;
}

td.nav_button {
	width: 14%;
	cursor: pointer;
	
	text-align: center;
}

/*===================================================================
	STUDENT RESULTS - RADAR DIAGRAMS - screens with panels
===================================================================*/
#header-panel {
	position:fixed;
	height:auto;
	right:10px;
	left:10px;
}

#selector-panel {
	top:150px;
	position:fixed;
	width:180px;
	padding-right:5px;
	bottom:0px;
	overflow:hidden;
	box-sizing:border-box;
}
#display-panel {
	position:fixed;
	top:150px;
	right:0px;
	left:195px;
	bottom:0px;
	padding-left:10px;
	overflow-y:auto;
	box-sizing:border-box;
}
#selector-panel span {
	width:100%;
	box-sizing:border-box;
	padding-right:4px;
}
/*===================================================================
	RADAR DIAGRAMS
===================================================================
#radar-diagram-selector {
	float:left;
	width:180px;
}
#radar-diagram {
	float:left;
	margin:0 0 10px 8px;
}*/

/*===================================================================
	STYLE FOR THE RESULTS TABLE ON RADAR DIAGRAMS PAGE
===================================================================*/
table.result-table {
	background-color:#FFFFFF;
	border-collapse:collapse;
	border:1px solid #666;
	color:#000000;
	font-size:10px;
	clear:both;
	/*margin-left:190px;*/
	margin-top:10px;
	width:580px;
}
table.result-table td,table.result-table th {
	border:1px solid #666;
}
td.number {
	text-align:center;
}
tr.student td {
	background-color:#CCCCCC;
}
tr.category td {
}
table.result-table a.info {
	color:#000;
	border-bottom:1px dotted #000;
}

/*===================================================================
	MISC. CLASSES
===================================================================*/

.zoomable {
	cursor:url(../img/magnify.cur), -moz-zoom-in;
}
.zoomable.zoomed {
	cursor:url(../img/magnify-out.cur), -moz-zoom-out;
}
.print {
	display:none;
}
.moveRating {
	white-space:nowrap;
}
.h-resizer {
	cursor:ew-resize;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	width:4px;
	background-color:#999;
	border-right:1px solid #222;
	border-left:1px solid #ccc;
	box-sizing:border-box;
	opacity:.8;
}
.print-only {
	display:none;
}

.fixed-footer {
	position:fixed;
	bottom:0px;
	left:0px;
	right:0px;
	z-index:100;
	padding:4px 10px;
	box-sizing:border-box;
	box-shadow:0px 0px 6px #000;
	text-align:right;
}

/*=================================================================== TO RESOLVE ===================================================================*/

#loading-msg {
margin-left:10px;
clear:both;
}

#wo-overlay-title {
box-shadow:0px 0px 6px #000;
z-index:8002;
}
#wo-overlay-title h1 {
	text-shadow: rgba(0,0,0,0.5) 0 1px;
	color:#fff;
}
#overlay-content {
	overflow:hidden;
}
#wo-overlay-title a {
	background-image: url(../img/close.gif);
	background-color:transparent;
	background-repeat:no-repeat;
	text-indent:2000px;
	overflow:hidden;
	width:17px!important;
}

table.ratingScaleView,table.ratingScaleView td {
	font-size:10px;
	border-collapse:collapse;
}
table.ratingScaleView td {
	padding:0 5px 0 5px;
}
a.info,.info {
	border-bottom:1px dotted #fff;
	cursor:help;
}

.Yes,.No {
	padding-left:14px;
	/*text-indent:14px;*/
	display:block;
	width:100%;
}
.Yes {
	background:url(../img/setting-on.png) no-repeat 0 3px;
}
.No {
	background:url(../img/setting-off.png) no-repeat 0 3px;
}
.setting-on {
	background:url(../img/setting-on.png) no-repeat center;
}
span.subOption {
	text-indent:20px;
	background-position:20px 3px;
}
label.subOption {
	padding-left:32px;
	background-position:20px 3px;
}
#version {
	margin:0px 0px 0px 35px;
	font-size:9px;
}
#login_logo #version {
	margin:4px 0px 0px 35px;
}
.peerName {
	padding-left:40px;
}
a.btn {
	-webkit-border-radius:.6em;    /* for Safari */
	-moz-border-radius:.6em;       /* for Firefox */
	border-radius:.6em;
	white-space:nowrap;
	display:inline-block;
	margin-bottom:2px;
}
a.btn span {
	padding:0px 6px;
	white-space:nowrap;
}
a.btn:link,a.btn:visited {
	text-decoration:none;
}
.absleft20em {
	position: absolute;
	left: 20em;
}

.alert {
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
.information,.note {
	background:url(../img/information.png) no-repeat top left;
	padding-left:36px;
	min-height:32px;
}
.success {
	background:url(../img/success.png) no-repeat top left;
	padding-left:36px;
	min-height:32px;
}
.warning {
	background:url(../img/exclamation.png) no-repeat top left;
	padding-left:36px;
	min-height:32px;
}
.help {
	display:inline-block;
	background:url(../img/help.png) no-repeat top left;
	padding-left:20px;
	min-height:16px;
	font-size:smaller;
	cursor:help;
}

#error-message {
	background-color: #000;
	padding:8px;
}

.fieldWidthFull {
	width: 100%;
}

.float-right {
	float:right;
	width:auto;
	/*margin-top:-1.3em; removed to fix for summary in assessment screen */
	text-align:right;
}

.footnote {
	font-weight: 400;
	font-style: italic;
}

.left10px {
	position: relative;
	left: 10px;
}

.leftMargin1 {
	margin-left:0.5em
}

.leftMargin10px {
	padding-left: 10px;
}

.leftMargin50px {
	padding-left: 50px;
}

/* The style for the logout and spark_button buttons */
.logout {
	float:right;
	width:8em;
	margin-top:-2px;
}
.logout,.spark_button {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	cursor:pointer;
}
.notAuthorised {
	font-size: larger;
	font-weight: bold;
	position: relative;
	left: 50px;
	top: 30px;
}

.panelWidth {
	width: 310px;
}

.quotationBlock {
	background-color: white;
	color:black;
}

.sectionHeader {
	font-weight: bold;
	
	padding-bottom: 5px;
	border-bottom: medium solid #FFF;
}

.subSectionHead {
	font-weight:bold;
	margin-bottom:0px;
}
.subSectionHead span {
	color:#fff;
	font-weight:normal;
}

table.subSection {
	width:100%;
}

/* popup window links */
td.links {
	text-align:right;
	white-space:nowrap;
}


#login_logo {
	padding-top: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}

.sub {
	font-size: smaller;
}

#progress-bar {
	position:relative;
	display:block;
	zoom: 1;
	width:300px;
	height:25px;
	border-top:1px solid #555;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #555;
}
#progress-indicator {
	position:absolute;
	width:0%;
	zoom: 1;
	height:25px;
}

/*===================================================================
	STYLE FOR SLIDER
===================================================================*/
td.questions>p {
	padding-left: 1.5em;
	text-indent: -1.5em;
	margin:6px 0 0.25em 0;
}

td.questions>p:first-of-type {
	padding-left: 0;
	text-indent: 0;
	margin-bottom:1em;
}

div.sliderbg {
	position:relative;
	width:200px;
	height:22px;
}
div.sliderbg div {
	position:absolute;
	height:16px;
	top:2px;
	padding-top:2px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	border-left:1px solid #fff;
}
div.sliderbg.unused {
	border:1px solid #f00;
}
div.sliderdiv1 {
	border-left:none !important;
}
div.sliderBlocker {
	/*opacity: 0.4;
	filter: alpha(opacity=40);*/
	position:relative;
	margin-top:-38px;
	width:202px;
	height:38px;
	background-color:rgba(0,0,0,.25);
	color:white;
	font-size:10px;
	line-height:12px;
	text-indent:8px;
	overflow:hidden;
	letter-spacing: -0.4px;
}
/*
	'self' => '3ec2ff',
	'avg' => 'f5964a',
	'slider' => 'f5964a'
*/
.avgslider,.maxminslider,.assessor {
	bottom:0px;
}
.legend {
	position:relative;
}
.slider,.selfslider,.avgslider,.origslider,.collaborativeslider,.maxminslider,.stddev,.assessor {
	position:absolute;
}
.legend img {
	position:static;
}
.origslider {
	/*display:none !important;*//* commented to trial having it visible 20140522 */
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.stddev {
	height:22px;
}
.slider,.origslider,.collaborativeslider {
	width:4px;
	height:22px;
	cursor:pointer;
}