﻿.topmenu {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #fff;
	padding: 0px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	background-color: #fafafa;
	background-image: -moz-linear-gradient(top, #275497, #14396c);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#275497), to(#14396c));
	background-image: -webkit-linear-gradient(top, #275497, #14396c);
	background-image: -o-linear-gradient(top, #275497, #14396c);
	background-image: linear-gradient(to bottom, #275497, #14396c);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#275497', endColorstr='#14396c', GradientType=0);
	border: 1px solid #11325f;
	-webkit-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0 4px 3px rgba(0, 0, 0, 0.4);
 	*zoom: 1;
}
.topmenubtn {
	display: block;
	width: 64px;
	padding: 0px;
	margin: 0px;
	border: none;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.main-menu td {	vertical-align: top;}
.main-menu img {
	width: 64px;
	height: 50px;
	display: block;
	overflow: hidden;
}
.topmenutxt {
	display: block;
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin-top: -13px;
	line-height: 12px;
	padding: 0 3px 5px 3px;
	word-wrap: break-word;
}
.main-menu td.active {
	background: url(/mobile/img/menu_text_bg.png) repeat-x 0 50px;
}
.toptap {
	-webkit-tap-highlight-color: rgba(0,168,255,0.5);
}

.titlecontainer {
	padding: 10px 10px 0 10px;
	background: #fff;
	margin: 10px 10px 0 10px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-left-radius: 8px;
}
.title {
	font: bold 20px Helvetica;
	color: #234B89;
}
.subtitle {
	font: bold 16px Helvetica;
	color: #5d5e59;
	padding-bottom: 10px;
}
.productcaption {
	font: bold 11px Helvetica;
	margin-bottom: 8px;
	color: #5d5e59
}
.disclaimercaption {
	font: normal 11px Helvetica;
	color: #666666;
}
.error {
	color: #ff0000;
}
h3, h4 {
	margin-top: 12px;
	font-size: 14px;
	margin-bottom: 10px;
	color: #234B89;
}

p {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul li small.price {
	font-size: 14px !important;
	padding: 3px 10px 0px 5px;
	width: 100px;
}

ul li .phead {
	font: 14px Helvetica;
	font-weight: bold;
	text-align: right;
	display: block;
	width: 70px;
	float: right;
	padding: 4px 10px 5px 5px;
	text-shadow: 1px 1px 1px #fff;
}
ul li .mhead {
	font: 14px Helvetica;
	font-weight: bold;
	text-shadow: 1px 1px 1px #fff;
}
ul li.arrow small.price {
	margin-right: 15px;
}
ul li small.pnum {
	font-size: 14px !important;
	width: auto;
	float: left;
}
ul li .normal {
	clear: both;
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 0px;
}
.bodytext {
	background-color: #ffffff;
	margin: 0 10px;
	padding: 0 10px 20px 10px;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.description, .features, .specifications {
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}
.bottom-curve {
	margin: 0 10px;
	padding: 0 10px 20px 10px;
	height: 20px;
	background: #fff;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;
}
.features, .description {
	margin: 0 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.whiteback {
	background-color: #ffffff;
	margin: 0px;
	padding: 10px 10px 20px 10px;
}
.description > ul, .features > ul {
	color: black;
	background: #fff;
	font-weight: normal;
	border: 0px;
	padding: 0px 0px 0px 20px;
	margin: 0 10px 0 10px;
	-webkit-border-radius: 0px;
}
.description > ul li, .features > ul li {
	color: black;
	border: 0px;
	list-style-type: disc !important;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	overflow: visible !important;
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*
Override from theme.css for the description text shift
 */
 .normal.description ul li a {
 	color: #1B73CC;
 	display: inline-block;
 	padding: 0;
 	margin: 0;
 	font-size: inherit;
 	overflow: visible; /* reshift text from overflow:hidden; */
 }

.normal.description ul li a + a {
color: #1B73CC;
}
.normal.description ul li a + a + a,
.normal.description ul li.img a + a + a + a,
.normal.description ul li.img a + small + a + a + a {
color: #1B73CC;
}
/*
End
 */

.specifications > table td, .specifications > td .spechdr {
	font-size: 12px !important;
	background-color: #eeeeee;
	padding: 3px;
}
.spechdr {
	font-size: 12px !important;
	text-align: left;
}
th.spechdr {
	font-size: 12px;
	color: #000000;
	background-color: #efefef;
	text-align: left;
}
/* btn */
.btn {
	display: inline-block;
 	*display: inline;

  	*zoom: 1;
	padding: 4px 12px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #e6e6e6;

  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
 	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
 	*background-color: #d9d9d9;
}
.btn:active, .btn.active {
	background-color: #cccccc \9;
}
.btn:first-child {
 *margin-left: 0;
}
.btn:hover, .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-large {
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {
	margin-top: 4px;
}
.btn-small {
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-small [class^="icon-"], .btn-small [class*=" icon-"] {
	margin-top: 0;
}
.btn-mini [class^="icon-"], .btn-mini [class*=" icon-"] {
	margin-top: -1px;
}
.btn-mini {
	padding: 0 6px;
	font-size: 10.5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btn-block + .btn-block {
	margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%;
}
.btn-primary.active, .btn-warning.active, .btn-danger.active, .btn-success.active, .btn-info.active, .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	color: #ffffff;
	background-color: #0044cc;
 	*background-color: #003bb3;
}
.btn-primary:active, .btn-primary.active {
	background-color: #003399 \9;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #f89406;
 	 /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
 	*background-color: #df8505;
}
.btn-warning:active, .btn-warning.active {
	background-color: #c67605 \9;
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #bd362f;
  	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	color: #ffffff;
	background-color: #bd362f;
 	*background-color: #a9302a;
}
.btn-danger:active, .btn-danger.active {
	background-color: #942a25 \9;
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
 *background-color: #499249;
}
.btn-success:active, .btn-success.active {
	background-color: #408140 \9;
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #2f96b4;
  	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
 	*background-color: #2a85a0;
}
.btn-info:active, .btn-info.active {
	background-color: #24748c \9;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
 	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 	*background-color: #222222;
  	/* Darken IE7 buttons by default so they stand out more given they won't have borders */
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	color: #ffffff;
	background-color: #222222;
 	*background-color: #151515;
}
.btn-inverse:active, .btn-inverse.active {
	background-color: #080808 \9;
}
button.btn, input[type="submit"].btn {
 *padding-top: 3px;
 *padding-bottom: 3px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
 padding: 0;
 border: 0;
}
button.btn.btn-large, input[type="submit"].btn.btn-large {
 *padding-top: 7px;
 *padding-bottom: 7px;
}
button.btn.btn-small, input[type="submit"].btn.btn-small {
 *padding-top: 3px;
 *padding-bottom: 3px;
}
button.btn.btn-mini, input[type="submit"].btn.btn-mini {
 *padding-top: 1px;
 *padding-bottom: 1px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-link {
	border-color: transparent;
	cursor: pointer;
	color: #0088cc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.btn-link:hover, .btn-link:focus {
	color: #005580;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus {
	color: #333333;
	text-decoration: none;
}
.btn {
	text-decoration: none;
	text-shadow: none;
}
.text-left { text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.margin-10 {margin: 10px;}
.margin-20 {margin: 20px;}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #ffffff;
}


.forget-password > table { width: 100%; }

.login-table {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 width:100%;
}

.login-table input[type="text"], .login-table input[type="password"], .login-table input[type="email"] {
	width:90%;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;

	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}
.login-table input[type="text"], .login-table input[type="password"], .login-table input[type="email"] {
	border-radius: 4px 4px 4px 4px;
	color: #555555;
	display: inline-block;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 6px;
	vertical-align: middle;

	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}

select {
	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
}

.login-table table { width: 100%; }
.welcome-screen {
	background: #fff;
	margin: 10px;
	padding: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
.login-table {
	width: 100%;
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 20px 0;
}
.login-table [class^="icon-"], .login-table [class*=" icon-"] {
	display: inline-block;
	width: 21px;
	text-align: right;
	padding-right: 5px;
}
.account-info {
	background: #f9f9f9;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 20px 0;
}
.account-info h1 {margin: 0 0 18px 0;}
.login-table .action .btn {	margin: 10px 0;}
/* video */
.video-page {background: #fff;}

.notification {	font-size:12px;	}



/* training schedule */

.schedule {
	background: #fff;
	padding-bottom:50px;
}
.title-institute {
	margin:15px 0 20px;
}

/* ==========================================================================
   $Tables
   ========================================================================== */

table {
  max-width: 100%;
  background-color: transparent;
/*  border-collapse: collapse; */
  border-spacing: 0;
}

.table-wrapper { padding:2%; }

.table {
	border-collapse: separate; /* Or do nothing, this is default */
	width: 100%;
	margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #fff;
  border-bottom:1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}


.table-branded th,
.table-branded th a {
 	background: #255391;
 	color:#fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  border-left: 0;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-striped tbody > tr:nth-child(odd) > td { background-color: #f9f9f9; }
.table tbody:last-child tr:last-child td { border-bottom: none;

}

.table tfoot td {
border-top: 1px solid #ddd;
border-bottom: none;
}

.table-heading,
.table .table-heading th {
	color:#fff;
	text-shadow:none;
	font-size:16px;
	font-weight:bold;
	background: #255391;
	border-right:1px solid #203c6b;
	border-left:1px solid #728dbc;
	border-bottom: 1px solid #182f56;
}

.table-heading {
	 padding: 8px;
	 margin:0;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
	border-right:none;
	border-left: none;
}

.table .table-heading th:first-child { border-left: none; }
.table .table-heading th:last-child { border-right: none; }
.table .table-subheading td {
	font-weight: 600;
	color: #27292b;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background: #c7cad1;
	background: -moz-linear-gradient(top, #c7cad1 0%, #d9dbdf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7cad1), color-stop(100%,#d9dbdf));
	background: -webkit-linear-gradient(top, #c7cad1 0%,#d9dbdf 100%);
	background: -o-linear-gradient(top, #c7cad1 0%,#d9dbdf 100%);
	background: -ms-linear-gradient(top, #c7cad1 0%,#d9dbdf 100%);
	background: linear-gradient(to bottom, #c7cad1 0%,#d9dbdf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7cad1', endColorstr='#d9dbdf',GradientType=0 );
	border-left: 1px solid #fff;
	border-right: 1px solid #a6a9ae;
	border-top: 1px solid #e4e5e8;
	border-bottom: 1px solid #a6a9ae;
}

.table .table-subheading + tr td { border-top: none; }
.table .table-subheading td:first-child { border-left: none; }
.table .table-subheading td:last-child { border-right: none; }


/* table info */

ul.school-info {

	width:100%;
	margin:0;
	padding:5px 0 5px;
	border:none;
	font-size:inherit;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul.school-info li {
	font-weight:normal;
	list-style:disc;
	list-style-position:inside;
	overflow:visible;
	border:none;
	background:none;
	margin:5px 0;
	padding:0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.school-info li.request-seat {
	list-style: none;
	padding:5px 0;
}

ul.school-info a { color: #0088CC; }




/* for blank row in tables with multi-head */
.table tr.row-clear:first-child { display:none; }
.table tr.row-clear td {
	border:none;
	background:transparent !important;
}




sub.footnote,
sup.footnote {
    font-style: normal;
    font-weight: normal;
}
sub.footnote a,
sup.footnote a { white-space: nowrap; }
sub.footnote,
sup.footnote { color:#C30; }
sub.reference,
sup.reference { color:#025ec5; }
.cite-reference {
	font-size:11px;
	color:#555;
}

/* end training */

/* training - education transcript*/
.nav-justified {


}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    margin-bottom: 5px;
    text-align: center;
}
.nav-justified > li {
    display: table-cell;
    width: 1%;
}
.nav-justified > li > a {
    margin-bottom: 0;
}
.nav-tabs {
    border: 1px solid #0088cc;
    margin-bottom: 20px;
    margin: 20px 5%;
}
.nav-tabs > li {
    background-color: #fff !important;
	color:#0088cc;
	background-image:none !important;
	border:0px solid #D9D7D7;
	padding:0;
}
.nav-tabs > li a {
	background:none !important;
	font-size:14px;
	color:#0088cc;
	font-weight:normal;
	border:0 !important;
	text-shadow:none !important;
	margin:0 !important;
	padding:10px;
}
.nav-tabs > li.active {
    background-color: #0088cc !important;
    color:#fff !important;
}

.nav-tabs > li.active a{
	color:#fff !important;
	font-weight:bold;
}
.tab-container {
	margin-bottom:10px;
}

.margin-left-10 {
	margin-left:10px;
}
ul li a.active, ul li a.button {
    color:#000;
}

/* end training - education transcript*/

/* form */
.container-fluid {
	padding:0 2%;
}

.request-info td {
	padding:0 10px 0 0;
	vertical-align:top;
}
.request-heading  {
	color: #999;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);

}
.required-field {
	font-weight:normal;
	font-size:12px;
	color: #063;
}

.request-form label.control-label { font-weight:bold; }

.dropdown { padding:5px 5px 20px; }

form {
  margin: 0 0 20px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 15px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select {
  height: 30px;
  line-height: 30px;
}
select {
  width: 220px;
  border: 1px solid #cccccc;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999999;
  background-color: #fcfcfc;
  border-color: #cccccc;

  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}


input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;

}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;

}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;

}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;

}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;

}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;

}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;

}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;

}


.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal .help-inline,
.form-horizontal .uneditable-input,
.form-horizontal .input-prepend,
.form-horizontal .input-append {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}


.control-group {
  margin-bottom: 10px;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  margin-left: 180px;
}


.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}



/* end form */



/* Alert
   ========================================================================== */

.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}
.alert,
.alert h4 { color: #c09853; }
.alert h4 { margin: 0; }
.alert .close {
	position: relative;
	top: -2px;
	right: -21px;
	line-height: 20px;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.alert-success h4 { color: #468847; }
.alert-danger,
.alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}

.alert-danger h4,
.alert-error h4 { color: #b94a48; }
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info h4 { color: #3a87ad; }
.alert-block {
	padding-top: 14px;
	padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul { margin-bottom: 0; }
.alert-block p + p { margin-top: 5px; }




.text-muted { color: #999999; }
.text-warning { color: #C09853; }
.text-error,
.text-alert,
.search-item { color: #B94A48; }
.text-info { color: #3A87AD; }
.text-success { color: #468847; }
.text-inverse { color: #000; }
.text-small  {font-size:13px; }
.text-large { font-size:24px; }
.text-bold { font-weight:bold !important; }



@media screen and (max-width: 480px) {

.start-date,
.end-date,
.start-time,
.end-time {
	display:block;
	white-space:nowrap;
}
.schedule-header,
.title-institute,
.table-heading,
.table th {	text-align: center; }

.table th.location-secondary { text-align:left; }

.notification {
	margin:10px 0;
	line-height:12px;
	display:block;
}

.region-select select { width:255px; }
.region-select select:focus { width:auto; }



/* form */

  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }

input,
textarea,
.uneditable-input {
  width: 100%;
}

select {
  width: 100%;

}


input[type="submit"] {
  width: 100%;
  margin:20px 0;
}


}

/*-- mobile homepage --*/

.mHome .img-responsive {max-width: 100%; height: auto; display: block;}

/*-- 1st section --*/
.mHome .intro {background-color: #17212d; width: 100%; height: auto; display: block;}
.mHome .intro .intro-screen {background: url(/mobile/img/intro_mobile_banner1.jpg) no-repeat; background-size: cover !important; background-position: center right !important;}
.mHome .intro .intro-screen2 {background: url(/mobile/img/intro_mobile_banner2.jpg) no-repeat; background-size: cover !important; background-position: center right !important;}
.mHome .intro .sizeLside {width: 40%; color: #A4D2E8; padding: 10px 0 30px 20px;}
.mHome .intro .sizeLside p {font-size: 15px; font-weight: normal; margin-top: 0;}
.mHome .learnMreBtn {color: #FFF; font-size: 12px; font-weight: bold;}
.mHome .intro i {position: relative; bottom: 2px;}

/*-- second section --*/
.mHome .newMFeat {border-top: 1px solid rgba(34, 36, 38, 0.15); border-bottom: 1px solid rgba(34, 36, 38, 0.15); width: 100%; float: left; margin: 15px 20px 15px 0;}
.mHome .lImg {float: left; width: 15%; padding: 15px 0 15px 20px;}
.mHome .newMFeat p {color: #053a70; font-weight: bold; font-size: 15px; padding-top: 10px;}
.mHome .newMFeat a {color: #4084c3; font-weight: bold; font-size: 14px;}

/*-- third section --*/
.mHome .mSlides {width: 100%; clear: both;}
.mHome .mBanner {background: #c13001;}
.mHome .mBanner h5 {color: #FFF; padding: 5px 0 3px 20px; font-weight: bold;}
.mHome .prodLineUp {border-bottom: 1px solid rgba(34, 36, 38, 0.15); width: 100%; float: left;}
.mHome .lProd {float: left; width: 45%; padding: 25px 6px 15px 20px;}
.mHome .rProd {float: right; width: 38%; padding: 15px 20px 15px 0;}
.mHome .prodLineUp a {color: #4084c3; font-weight: bold; font-size: 13px;}

/*-- whats new --*/
.featuresM {background-color: #FFFFFF; text-align: center;}
.featuresM .featWelcome {background-color: #F5F5F5; padding-top: 5px;}
.featuresM .featWelcome h2 {padding-top: 20px; color: #000000;}
.featuresM .featWelcome p {padding: 5px 20px 30px 20px;}
.featuresM .arrow-down {width: 0; height: 0; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid #F5F5F5; position: relative; bottom: 16px; left: 25%;}
.featuresM .centerObj {color: #053a70; padding-bottom: 10px;}
.featuresM .centerObj h2 {color: #053a70;}
.featuresM .centerObj i {padding-top: 15px;}
.featuresM .centerObj p {color: #000000; padding: 0 20px; font-size: 13px;}






/* Label
   ========================================================================== */


.label {
    display: inline-block;
    padding: .25em .6em .2em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.badge-important, .badge-danger, .label-important, .label-danger {
    background-color: #d84a38;
}
.label-title {
    padding: 3px 4px 2px;
    margin-right: 5px;
    margin-top: 2px;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    vertical-align: top;
}
.search-proddesc {
	display: block;
	margin-top: 7px;
}

.search-prodlink {
	display: inline;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
	padding-right: 15px;
}
.callout-alt.callout-alt_danger > i:first-of-type {
    color: #cb5234;
}
.callout-alt > i:first-of-type {
    margin-right: .5rem;
    margin-left: -2rem;
    width: 1.25rem;
    text-align: center;
    float: left;
}
.callout-alt.callout-alt_danger {
    border-color: #cb5234;
}
.callout-alt {
    /*display: inline-block;*/
    padding: .75rem 1rem .75rem 3rem;
    border: 1px solid #e8e8e8;
        border-left-width: 1px;
        border-top-color: rgb(232, 232, 232);
        border-right-color: rgb(232, 232, 232);
        border-bottom-color: rgb(232, 232, 232);
        border-left-color: rgb(232, 232, 232);
    background: #fff;
    color: #555459;
    border-left-width: 5px;
    margin-bottom: 1rem;
    border-radius: .25rem;
    font-size: 16px;
    line-height: 20px;
}
.callout-alt.callout-alt_danger ul {
	margin-left: 0;
}
