
body {
	background: rgb(247,247,247);
	font-size: 16px;
	font-family: Calibri, Geneva, sans-serif;
}
    
p { 
	font-size: 14px; 	
	font-family: Calibri, Geneva, sans-serif;
}



input,
button,
select,
textarea {
  font-family: Calibri, Geneva, sans-serif;
}

.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 {
	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: 15px;
	color: #444;
	
}



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

.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;	
}

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

.note {
	color: #ff0000;
}

.number-of-pages {
	font-size: 13px;
	background: #d2cdc4;
	text-align: center;
	padding: 5px;
}

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

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

.warning {
	color: #ff0000;
}
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;

}

.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;
}

.hide
{
	display: none;
}

.instructions {
	font-size: 11px;
	line-height:20px;

}

ol.instructions {
	margin: 20px;
	
}

li.instructions {
	list-style-type: decimal;
	padding-left: 5px;
	
}


#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;
  }
}

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

.navbar .container {
	position: relative;
}

.navbar-inner {
	padding: 7px 0;
	
	background: #666 !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>li>a { color:#fff !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 {
	text-transform: uppercase;
	height:55px;
	background: #fff;
	border-bottom: 3px solid #d6d6d6;
}

.subnavbar .container > ul {
	display: inline-block;
	
	height: 55px;
	padding: 0;
	margin: 0;
	
}

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

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

.subnavbar .container > ul > li > a:hover {
	color: #ccc;
	text-decoration: none;
}

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

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


.subnavbar .container > ul > li.active > a {
	
	border-bottom:3px solid #ff8a48;
	color: #ff8a48;
}
    

.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: 0;
	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;
	
	height: 40px;
	line-height: 40px;
	
	background: #f9f6f1;
	background:-moz-linear-gradient(top, #f9f6f1 0%, #f2efea 100%); /* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f6f1), color-stop(100%,#f2efea)); /* Chrome,Safari4+ */
	background:-webkit-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Chrome10+,Safari5.1+ */
	background:-o-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* Opera11.10+ */
	background:-ms-linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* IE10+ */
	background:linear-gradient(top, #f9f6f1 0%,#f2efea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f6f1', endColorstr='#f2efea')";
	
	
	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: #525252;
		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 #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}

.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: 700px;
}

.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 > ul {
		width: 100%;
		height: auto;
		
		border: none;
	}
	
	.subnavbar .container > ul > li {
		width: 33%;
		height: 70px;
		margin-bottom: 0;
		
		border: none;
	}
	
    
    
    .subnavbar .container > ul > li.active > a {
		font-size: 11px;
    	background: transparent;
    }
	
	.subnavbar .container > ul > li > a > 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;
	
	
}

}



