<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
	background: #fff;
	font-size: 13px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#000;
}
    
p { 
	font-size: 13px; 	
	font-family: Tahoma, Geneva, sans-serif;
}

.subnavbar a:link{
	text-decoration: none;
}
.navbar a:link{
	text-decoration: none;
}

.btn {
	text-decoration: none;
}
a.sorting:link{
	color:#000;
}


input,
button,
select,
textarea,
fileField {
  font-family: Tahoma, Geneva, sans-serif;
border: 1px solid #666;
color: #000;

}

.dropdown .dropdown-menu {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
}

.btn-icon-only {
	padding-right: 3px;
	padding-left: 3px;
}

.table td {
	vertical-align: middle;
}



.table-bordered th.studenttesthistory {
	background:#ffcc66;
}



.table-bordered th {
	background: #E9E9E9;
	background:-moz-linear-gradient(top, #FAFAFA 0%, #E9E9E9 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FAFAFA), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* IE10+ */
	background:linear-gradient(top, #FAFAFA 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FAFAFA', endColorstr='#E9E9E9')";
	text-align:center;
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}

.optionblock
{
	margin: 10px; /* previously: 20px; */
	padding: 2px 10px; 
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
	border-radius: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	background-color: #fff;	

}

.optionblocktitle
{
	font-weight: bold;
	padding: 10px 0;
}

.storysequence {
	font-weight: bold;
	width: 200px;
	float:left;
	
	
}

.rubricframe {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	width: 300px;
	padding: 10px;
	background-color: #fff;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	float: left;
}


/*------------------------------------------------------------------
Add on 
*/

.btn-remote {
  background-color: #ff6600;
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}

.btn-remote:hover {
	 background-color: #ff9900;
	color: #fff;
} 

.remote {
	background-color: #fff;
	padding: 5px;
	margin: 5px 0;
	border: 1px solid #ff6600;
}

.sub-box {
	height: 150px;
	
	border: 1px solid #000;
	overflow:auto;
}

.customer {
	padding: 5px;
	color: #333;
}


.header-title {
	padding: 10px 5px 5px 5px;
	font-weight:bold;	
}

.header-detail {
	padding-left: 20px;
}


td.number {
	text-align: right;	
}

td.center {
	text-align: center;	
}

td.right {
	text-align: right;	
}

td.stuhistpr {
	background: #000;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #000;
	
	
}

td.stuhistfo {
	background: #ffcc66;
	font-weight: bold;

}
tr.deleted {
	background:#d0d0d0;
	text-decoration: line-through;
}

input.qty {
	width: 30px;	
	text-align: center;
}

.note {
	/*color: #ff0000;*/
        color: #E60000;
}

.number-of-pages {
	font-size: 11px;
	margin-top: 10px;
	background: #f6f6f6;
	text-align: center;
	padding: 5px;
}

.remark {
	font-size: 11px;
	font-style:italic;	
}
.search-note {
	font-size: 11px;
	padding-bottom:10px;
	
}

.search-result {
	padding-top:10px;
	font-size: 11px;
}

.warning {
	/*color: #ff0000;*/
        color: #E60000;
	font-weight: bold;
}
input.testtaker {
	width: 250px;	
}

.highlight {
	padding: 5px;
 background: #ffe6cc;
 font-style: italic;

 margin: 10px 0;
}


.totaltestselected {
	padding: 5px;
 background: #ffe6cc;
 font-style: italic;

 margin: 10px 0;
}

.scroll  {
	text-align: left;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
	width: 830px;
	height: 200px;
	border: 1px solid #ccc;
	padding: 10px;

}

.smscroll  {
	margin-bottom: 20px;
	padding: 10px;
	text-align: left;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
	height: 150px;
	border: solid #999 1px;

}

.warning-box {
	margin: 5px auto;
	background:#a52212;
	border: 1px solid #999;
	color: #fff;
	padding: 5px;
	line-height:20px;
	text-align: center;
	font-size: 16px;
}

.confirmation-box {
	margin: 5px auto;
	background:#6fb25f;
	border: 1px solid #999;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 16px;
}

.verify-box {
	margin: 5px auto;
	background:#ff9900;
	border: 1px solid #999;
	color: #fff;
	padding: 5px;
	text-align: center;
	font-size: 16px;
}

.hide
{
	display: none;
}



#blanket {
	background-color:#111;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}

#popUpDiv {
	border: 10px solid #ccc;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 10px;
	position:absolute;
	margin-left: -200px;
	margin-top: -100px;
	background-color:#eeeeee;
	width:600px;
	position:absolute;
	margin-left: -200px;
	margin-top: -100px;

	z-index: 9002;

}

.level1
{
	color:rgb(0,153,204);	

}

.level2 {
	color:rgb(255,51,0);
}

.level3 {
	color:rgb(0,204,51);
}

.level4 {
	color:rgb(153,0,51);
}

.level5 {
	color:rgb(51,51,153);
}

.greencircle {
	float: left;
	position: relative;
	top: 5px;
	border-radius: 50%;
	width: 7px;
	height: 7px; 
	background-color: #2ea456;
	margin-right: 5px;
}

.animate {
  width: 20px;
  height: 20px;
  animation: pulse 5s infinite;
}

.survey {
	position:relative;top:12px;left:380px;
	
}

#tables
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	width:99%;
	border-collapse:collapse;
}
#tables td, #tables th 
{
	font-size:13px;
	border:1px solid #ccc;
	padding:3px 7px 2px 7px;
}
#tables th 
{
	font-size:15px;
	text-align:center;
	padding-top:5px;
	padding-bottom:4px;
	background-color:#999;
	color:#fff;
}
#tables tr.alt td 
{
	background-color:#fff;
}


@keyframes pulse {
  0%, 100% {
    background-color: a52212;
  }
  50% {
    background-color: #a52212;
  }
}

.whatsnewtitle {
	font-size: 18px;
	color: #13a259;
	padding: 5px 0;
	font-weight: bold;
}

.finalwarning
{
	font-size: 14px;
	font-weight: bold;
	/*color: #ff0000;*/
        color: #E60000;

}

.confirmtext {
font-size: 12px;
	font-weight: bold;
	color: #0000FF;

}

.dashedline {
	border-bottom: 1px dashed #000;
	text-decoration: none;
}

a.info {
	text-decoration: none;
}

.info{
position: relative;
z-index: 0;
}

.info:hover{
background-color: transparent;
z-index: 50;
}

.info span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.info span img{ /*CSS for enlarged image*/
border-width: 0;

}

.info:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
width: 300px;
top: 0;
left: 90px; /*position where enlarged image should offset horizontally */

}

.btn-iptiog {
  background-color: #00a059;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-iptioh {
  background-color: #90cfa5;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-iptios {
  background-color: #f5864c;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}

.btn-iptiioe {
  background-color: #b84e60;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-iptiiof {
  background-color: #e58e8b;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-iptiios {
  background-color: #f2b24e;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-preipt {
  background-color: #835ca7;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-preipt-remt {
  background-color: #835ca7;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-preipt-ns {
  background-color: #835ca7;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-preipts {
  background-color: #0096a1;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
  
}
.btn-preipts-remt {
	background-color: #835ca7;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	
  }
.btn-preipts-ns {
	background-color: #835ca7;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	
  }  
.btn-iptec {
 background-color: #00adef;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-iptec-p {
 background-color: #00adef;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-iptecs {
 background-color: #f15a25;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}

.btn-iptecs-p {
 background-color: #f15a25;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
}


.btn-iptios:hover, .btn-iptios:active, .btn-iptios.active, .btn-iptios.disabled, .btn-iptios[disabled], .btn-iptiioe:hover, .btn-iptiioe:active, .btn-iptiioe.active, .btn-iptiioe.disabled, .btn-iptiioe[disabled], .btn-iptiiof:hover, .btn-iptiiof:active, .btn-iptiiof.active, .btn-iptiiof.disabled, .btn-iptiiof[disabled], .btn-iptiios:hover, .btn-iptiios:active, .btn-iptiios.active, .btn-iptiios.disabled, .btn-iptiios[disabled], .btn-preipt:hover, .btn-preipt:active, .btn-preipt.active, .btn-preipt.disabled, .btn-preipt[disabled], .btn-preipts:hover, .btn-preipts:active, .btn-preipts.active, .btn-preipts.disabled, .btn-preipts[disabled], .btn-iptec-p:hover, .btn-iptec-p:active, .btn-iptec-p.active, .btn-iptec-p.disabled, .btn-iptec-p.[disabled], .btn-iptecs-p:hover, .btn-iptecs-p:active, .btn-iptecs-p.active, .btn-iptecs-p.disabled, .btn-iptecs-p.[disabled] {
	background-color: #666;
  color: white;

}

.btn-ipt1wc {
  background-color: #00ac53;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
	padding:18px 0;
  
}

.btn-ipt1wd {
  background-color: #00a059;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}

.btn-ipt1ws {
  background-color: #e6753a;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}

.btn-ipt2wc {
  background-color: #2b5a9d;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}

.btn-ipt2wd {
  background-color: #8aa6da;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}

.btn-ipt2ws {
  background-color: #f1c189;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}

.btn-ipt3wc {
  background-color: #a90041;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
}

.btn-ipt3wd {
  background-color: #db878a;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}

.btn-ipt3ws {
  background-color: #dfad3e;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.15);
padding:18px 0;
  
}



.indented
{
	padding-left:25px;
	font-style: italic;
}

.instructions
{
	
	color: #000000;
  	font-style: italic;
	font-family: times;
	
	
}



/* For custom check boxes with no text */

/* The container */
.customch {
  display: block;
  position: relative;
 padding-left: 5px;
   cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.customch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;

  height: 12px;
  width: 12px;
  background-color: #eee;
  border: 1px solid #666;
}

/* On mouse-over, add a grey background color */
.customch:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customch input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


/* Show the checkmark when checked */
.customch input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customch .checkmark:after {
  left: 2px;
  top: 0px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* End custom check boxes with no text */

/* Begin - Deili Customize for Disabled Checkbox */
.customch_disable input:checked ~ .checkmark {
  background-color: #808080;
}

.customch_disable .checkmark {
  background-color: #C0C0C0;
}
/* End - Deili Customize for Disabled Checkbox */

/* For custom check boxes with text */

.customch_txt {
  display: block;
  position: relative;
 padding-left: 5px;
   cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.customch_txt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}


.checkmark_txt {
  position: absolute;
  top: 0;
  left: 10px;
  height: 12px;
  width: 12px;
  background-color: #eee;
  border: 1px solid #666;
}


.customch_txt:hover input ~ .checkmark_txt {
  background-color: #ccc;
}


.customch_txt input:checked ~ .checkmark_txt {
  background-color: #2196F3;
}


.checkmark_txt:after {
  content: "";
  position: absolute;
  display: none;
}


.customch_txt input:checked ~ .checkmark_txt:after {
  display: block;
}


.customch_txt .checkmark_txt:after {
  left: 2px;
  top: 0px;
  width: 4px;
  height: 6px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* End check boxes with text */

/* For custom radio button with no text */

/* The container */
.customrb {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

/* Hide the browser's default radio button */
.customrb input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radiob {

  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;  
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #666;

}

/* On mouse-over, add a grey background color */
.customrb:hover input ~ .radiob {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.customrb input:checked ~ .radiob {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiob:after {

  content: "";
  position: absolute;

  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customrb input:checked ~ .radiob:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customrb .radiob:after {
 	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;
}

/* End custom radio button with no text */

/* For custom radio button with text */

.customrb_txt {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.customrb_txt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radiob_txt {

 position: absolute;
  top: 0;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #666;

}

.customrb_txt:hover input ~ .radiob_txt {
  background-color: #ccc;
}

.customrb_txt input:checked ~ .radiob_txt {
  background-color: #2196F3;
}

.radiob_txt:after {

  content: "";
  position: absolute;
  display: none;
}

.customrb_txt input:checked ~ .radiob_txt:after {
  display: block;
}

.customrb_txt .radiob_txt:after {
  	top: 4px;
	left: 4px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: white;

}
/* End custom radio button with text*/

.inputspace {
	padding-top: 20px;
}

.grades {
	padding: 5px;
}

.diff {
	/*color: #ff0000;*/
        color: #E60000;
}

.mergerbsp {
	padding-left: 20px;
}

.checkboxsp {
	padding-left: 35px;	

}

.studentselected {
	background-color: #ffffcc;
	text-align: center;
}

.testperiodpad{
	padding-left: 50px;
}

.existingvsnew {
	color: #0605e9;
	font-weight: bold;
}

.masspromowarning {
	/*color: #FF0000;*/
        color: #E60000;
}



/*------------------------------------------------------------------
End Add on 
*/

/*-----------------
Oral Test add on
*/

.oral-title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
}

.oral-permission {
	font-size: 12px;
	padding: 20px 0 40px 0;
	text-align: center;
}

.endoflvl {
	border-bottom: 3px solid #333;
	font-size: 16px;
	font-weight: bold;
}

.endofexam {
	border-top: 3px solid #333;
	font-size: 16px;
	font-weight: bold;
}

.oral-box {
	background: #f9f9f9;
border: 10px solid #d5d5d5;
	
}

.oral-header{
	background: #f9f9f9;
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.oral-table-header {
	width: 100%;
	border-collapse: separate;
 	border-collapse:collapsed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 2px solid #fff;
}



.oral-table-header th, .oral-table-header td {
	background-color: #ebebeb;
	border-left: 1px solid #fff;
}

.oral-table-header th, .oral-table-header td {
	padding: 3px 5px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 3px solid #fff;

	
}
.oral-table-header th {
	font-weight: bold;
	
}

.oral-table {
	width: 100%;
	border-collapse: separate;
 	border-collapse:collapsed;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #fff;
	border: 3px solid #fff;
}



.oral-table th, .oral-table td {
	background-color: #ebebeb;
	border-left: 3px solid #fff;
}

.oral-table th, .oral-table td {
	padding: 5px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 3px solid #fff;

	
}
.oral-table th {
	font-weight: bold;
	
}

.oral-table th.ci {
	text-align: center;
}

.oral-table td.nbr {
	text-align: right;
}

.oral-table th.ci {
	text-align: center;
}

.oral-c {
  float: left;
  width: 48%;
  margin: 0px 3px;
  
}

/* Clear floats after the columns */
.oral-r:after {
  content: "";
  display: table;
  clear: both;
}

.preipt_instr{
	margin-top: 20px;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
	padding: 10px;
}


/*------------------------------------------------------------------
Oral Test End Add on 
*/

.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: 7px 0;
	
	background: #f6f6f6 !important;
	
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.navbar-fixed-top {
	position: static;
}

.navbar .nav a {
	font-size: 14px;
}
.navbar .nav&gt;li&gt;a { color:#000 !important;}
.navbar .brand {
	font-weight: 600;
	position: relative;
	top: 2px;
}

.navbar .search-query {
	background-color: #444;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
}

.navbar .search-query::-webkit-input-placeholder {
    color: #666;
}

.navbar .search-query:-moz-placeholder {
    color: #666;
}

.navbar-search .search-query { background:#008866; border:0; color:#fff; line-height:normal;}



.subnavbar {
    	margin-bottom: 2.5em;
    }
    
.subnavbar-inner {
	height: 60px;
	background: #fff;
	border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container &gt; ul {
	display: inline-block;
	
	height: 80px;
	padding: 0;
	margin: 0;
	
}

.subnavbar .container &gt; ul &gt; li {
	float: left;
	
	min-width: 85px;
	height: 60px;
	padding: 0;
	margin: 0;
	
	text-align: center;
	list-style: none;
	
	border-left: 1px solid #d9d9d9;
	
	
}

.subnavbar .container &gt; ul &gt; li &gt; a {
	display: block;
	
	height: 100%;
	padding: 0 15px;
	
	font-size: 12px;
	font-weight: bold;
	color: #333;
}

.subnavbar .container &gt; ul &gt; li &gt; a:hover {
	color: #666;
	text-decoration: none;
}

.subnavbar .container &gt; ul &gt; li &gt; a &gt; i {
	display: inline-block;
	
	width: 24px;
	height: 24px;
	margin-top: 11px;
	margin-bottom: -3px;
	font-size: 20px;
}

.subnavbar .container &gt; ul &gt; li &gt; a &gt; span {
	display: block;
	
}


.subnavbar .container &gt; ul &gt; li.active &gt; a {
	
	border-bottom:3px solid #13a259;
	color: #ffffff;
	background: #13a259;
}
    

.subnavbar .dropdown .dropdown-menu a {
	font-size: 12px;
}

    
.subnavbar .dropdown .dropdown-menu {
    	text-align: left;
    	
		-webkit-border-top-left-radius: 0;
		-webkit-border-top-right-radius: 0;
		-moz-border-radius-topleft: 0;
		-moz-border-radius-topright: 0;
		border-top-left-radius: 0;
		border-top-right-radius: 0;
    }
    
    
    
.subnavbar .dropdown-menu::before {
	content: '';
	display: inline-block;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #CCC;
	border-bottom-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: -7px;
	left: 9px;
}

.subnavbar .dropdown-menu::after {
	content: '';
	display: inline-block;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid white;
	position: absolute;
	top: -6px;
	left: 10px;
}


.subnavbar .caret {
	margin-top: 4px;
	
	border-top-color: white;
	border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
	display: none;
}



.main {
	padding-bottom: 2em;
	
}



.footer {

  	margin-top: 10px;
	text-align: center;
	padding: 15px;
	font-size: 12px;
	color: #333;
}



.footer a {
	color: #333;
	
}

.footer a:hover {
	color: #333;
	text-decoration: underlined;
}

.fullimg img {

 width: 100%;	
}

img.bottom{
		vertical-align: text-bottom;
}

.widget {
	
	position: relative;
	clear: both;
	
	width: auto;
	
	margin-bottom: 2em;
		
	overflow: hidden;
}
	
.widget-header {
	
	position: relative;
	
	line-height: 40px;
	
	background: #f6f6f6;
	
	
	
	border: 1px solid #d6d6d6;
	
	
	-webkit-background-clip: padding-box;
}	
	
	.widget-header h3 {
		
		position: relative;
		top: 2px;
		left: 10px;
		
		display: inline-block;
		margin-right: 3em;
		
		font-size: 14px;
		font-weight: 800;
		color: #000;
		line-height: 18px;
		
		text-shadow: 1px 1px 2px rgba(255,255,255,.5);
	}
	
		.widget-header [class^="icon-"], .widget-header [class*=" icon-"] {
			
			display: inline-block;
			margin-left: 13px;
			margin-right: -2px;
			
			font-size: 16px;
			color: #555;
			vertical-align: middle;
			
			
			
		}




.widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: -1;
	
}

.widget-header+.widget-content {
	border-top: none;
	
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.widget-nopad .widget-content {
	padding: 0;
}

/* Widget Content Clearfix */	
.widget-content:before,
.widget-content:after {
    content:"";
    display:table;
}

.widget-content:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.widget-content {
    zoom:1;
}

/* Widget Table */

.widget-table .widget-content {
	padding: 0;
}

.widget-table .table {
	margin-bottom: 0;
		border: none;
}

.widget-table .table tr td:first-child {
	border-left: none;
}

.widget-table .table tr th:first-child {
	border-left: none;
}
/*------------------------------------------------------------------
Login
*/
.account-container{
	 
	display: block;
	margin: 60px auto 100px auto;
	
	background: #f9f9f9;
	
	border: 1px solid #d5d5d5;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	box-shadow:  0px 0px 2px #dadada, inset 0px -3px 0px #e6e6e6;
}

.login {
	width: 800px;
}

.forgot-password {
	width: 600px;
}

.agreement {
	width: 900px;
}
	
	

.content {
	padding: 16px 28px 23px;
} 

.login-fields {
	
}

.login-fields .field {
	margin-bottom: 1.25em;
}

.login-fields label {
	display: none;
}

.login-fields input {
	font-size: 13px;
	color: #8e8d8d;
	padding: 11px 15px 10px 50px;
	background-color: #fdfdfd;
	width: 255px;
	display: block;
	margin: 0;
	box-shadow: inset 2px 2px 4px #f1f1f1;
}
.login-actions {
	float: right;
	
	width: 100%;
	
	margin-top: 10px;
	margin-bottom: 1.25em;
}

.username-field { background: url(../images/user.png) no-repeat; }

.password-field { background: url(../images/password.png) no-repeat; }


/*------------------------------------------------------------------
[1. Max Width: 480px]
*/

@media (max-width: 480px) {
	
	.customer1 {margin-left: 15px; width: 100%;}
	.customer2 {margin-left: 20px; width: 100%;}
	
	.error-container h1 {
		font-size: 72px;
	}
	
	input {
	width: 200px;
}

.login {
	width: 330px;
	
}

.login-fields input {
	width: 200px;
}
.forgot-password {
	width: 330px;
}

.agreement {
	width: 330px;
}

#popUpDiv {
	width:250px;
	margin-left:-150px;
	

}


}



@media (max-width: 767px) {
	
    	
	#main {
		padding: 0 10px;
		margin-right: -20px;
		margin-left: -20px;	
	}
	
	
	.subnavbar {
		margin-left: -20px;
		margin-right: -20px;	
	}
	
	
	.subnavbar-inner {
		height: auto;
	}
	
	.subnavbar .container &gt; ul {
		width: 100%;
		height: auto;
		
		border: none;
	}
	
	.subnavbar .container &gt; ul &gt; li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		
		border: none;
	}
	
    
    
    .subnavbar .container &gt; ul &gt; li.active &gt; a {
		font-size: 11px;
    	background: transparent;
	color: #13a259;
    }
	
	.subnavbar .container &gt; ul &gt; li &gt; a &gt; i {	
		display: inline-block;	
		margin-bottom: 0;
		
		font-size: 20px;
	}
	
	
	.subnavbar-open-right .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.subnavbar-open-right .dropdown-menu:before {
		left: auto;
		right: 12px;
	}
	.subnavbar-open-right .dropdown-menu:after {
		left: auto;
		right: 13px;
	}
	
	
	.survey {
	padding-left:0px;	
}
	

}
    

@media (max-width: 979px) {

	
	.customer {
		color: #fff;
		
        }
	
	.navbar-fixed-top {
		position: static;
		
		margin-bottom: 0;
	}
	
	.subnavbar {
	}
	
	.subnavbar .container {		
		width: auto;
	}
	
	.dropdown .dropdown-menu {
		margin: 5px;
	background-color: #333;
	}

	.helptraining-menu{
            background-color: #fff;	
        }

        .survey {
            position:inherit;
        }

}

.termsofusetitle {
    font-size: 14px;
    font-weight: bold;
}

A:link
{
    color: #333333;
    text-decoration: underline

}

A:visited
{
    color: #333333;
    text-decoration: underline

}


A:active
{
    color: #333333;
    text-decoration: underline

}

A:hover
{
    color: #333333;
    text-decoration: underline

}

/* Disable User Selection for ALL Components - Enable again for Input below */
/** {
        -webkit-touch-callout:none;
        -webkit-user-select:none;
        -moz-user-select:none;
        -ms-user-select:none;
        user-select:none;
}

input, textarea {
        -webkit-touch-callout:default;
        -webkit-user-select:text;
        -moz-user-select:text;
        -ms-user-select:text;
        user-select:text;
}*/
</pre></body></html>