@charset "UTF-8";
/* CSS Document */


/*------------------------------------------------------------------
[1. Global]
*/
body {
	margin: 0;
	
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
	background: #DDD url(../img/body_bg_map.jpg);
}

a {
    color: #004680;
}

p {	
	margin-bottom: 2em;
	
	font: 12px/1.7em 'Open Sans', arial, sans-serif;
}

h1 {
	margin-bottom: .25em;
    font-size: 33px;
}

h2 {
	margin-bottom: .5em;
	font-size: 22px;
}

.panel-heading h2, h3{
    color: white;
    margin-top: 2px;
    margin-bottom: 2px;
}

h3 {
	margin-bottom: .75em;
	font-size: 18px;
}

h6 {
    font-size: 13px;
    line-height: 1.38;
}

h4, h6 {
	margin-bottom: 1.25em;
}

h2, h3, h4, h5, h6 {
    font-weight: 600;
}

 /*ul li {*/
    /*list-style: none;*/
/*}*/

.phone-email a {
    color: #fff;
}

.no-dots {
    list-style-type: none;
}

.answer ul {
    list-style-type: none;
}

.news-image {
    border: 7px solid #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 2px 1px #cfcfcf;
}

.news-thumbnail{
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.sub-nav {
    background-color: #33a9d3;
    background-image: linear-gradient(to bottom,#36b7e5, #33a9d3);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.sub-nav>.nav>li:hover, .sub-nav>.nav>li:focus, .sub-nav>.nav>li:active, .sub-nav>.nav>li.active, .sub-nav>.nav>li.disabled, .sub-nav>.nav>li[disabled] {
	color: #002666;
	text-decoration: none;
	border-top-color: #FCE83F;
	border-top-width: 1px;
}

.sub-nav>.nav>li>a {
    color: #ffffff;
    text-shadow: none;
}

.sub-nav-active {
    background-color: #0064AA;
}

input {
	font: 13px/1.7em 'Open Sans', arial, sans-serif;
}

img {
    display: block;
}

.req {
    color: Red;
}

#skiptocontent a {
	padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#00579E;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

#skiptocontent a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}


/*------------------------------------------------------------------
[2. Wrapper]
*/
#wrapper {
	background: #FFF;
    max-width: 1040px;
    width: auto;
    margin: 0 auto;
	border: 1px solid #444;
	border-bottom: none;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
}

/*------------------------------------------------------------------
[3. Header]
*/
#header {
    padding: 0 0 15px;
}


/*------------------------------------------------------------------
[3-1. Header / header-top]
*/
#header-top {
    display: block;
    margin: 0 auto;
    width: 1040px;
}

/*.contact-social {*/
.top-bar {
    background: #0064aa;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a82f7), to(#2f2727));
    background-image: -webkit-linear-gradient(top, #1a82f7, #2f2727);
    background-image:    -moz-linear-gradient(top, #008dde, #032a62);
    background-image:     -ms-linear-gradient(top, #1a82f7, #2f2727);
    background-image:      -o-linear-gradient(top, #1a82f7, #2f2727);
    border-bottom: 1px solid #414f5a;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
    min-height: 30px;
    padding: 7px 0;
    color: #fff;
}

.top-bar .slidedown.collapse {
    height: auto;
}

.phone-email {
    padding: 3px 0;
}

.phone-email a {
    margin-right: 20px;
}

.phone-email i {
    margin-right: 7px;
}

#header .social {
    line-height: 30px;
    margin: 0 4px 0;
}

#header .social li {
    background: #fff;
    -moz-border-radius: 100% 100% 100% 100%;
    -webkit-border-radius: 100% 100% 100% 100%;
    border-radius: 100% 100% 100% 100%;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    padding: 1px;
    text-align: center;
    line-height: 24px;
}

/*------------------------------------------------------------------
[3-2. Header / Topnav]
*/
.navbar-header {
    float: none;
    padding: 0 15px;
}

.navbar-toggle {
    border: none;
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*padding: 9px 10px 5px;*/
    display: none;
    /*left: auto;*/
    /*position: relative;*/
    /*top: auto;*/
    /*float: right;*/
    /*margin-bottom: 8px;*/
    /*margin-top: 8px;*/
}

.topnav .navbar-toggle i {
    background: #08c;
    -webkit-border-radius: 0 0 2px 2px !important;
    -moz-border-radius: 0 0 2px 2px !important;
    border-radius: 0 0 2px 2px !important;
    padding: 0 8px;
    color: #fff;
    font-size: 19px;
    cursor: pointer;
}

/*------------------------------------------------------------------
[3. Header]
*/
#logo {
    border-top: 5px solid #FCE83F;
    -moz-box-shadow: inset 1px 4px 1px -2px rgba(221, 221, 221, 0.25);
    -webkit-box-shadow: inset 1px 4px 1px -2px rgba(221, 221, 221, 0.25);
    box-shadow: inset 1px 4px 1px -2px #dddddd;
}

#header h1 {
    background: url(../img/ndptc/ndptc-logo.png) no-repeat 0 0;
    /*height: 103px;*/
    height: 71px;
    width: 300px;
    line-height: 600px;
    margin: 15px 0;
    overflow: hidden;
    /*width: 329px;*/
}

#header h1 a {
	display: block;
}

/*------------------------------------------------------------------
[4. Nav]
*/
#nav {
	margin-bottom: .5em;
}

#nav .container > #main-nav {
	padding: 0;
	margin: 0;
    border-top: 1px solid #cfe6f3;/* The Fallback for IE8 */
	border-top: 1px solid rgba(159, 206, 231, 0.5);;
}

#nav .container > #main-nav > li:last-child {
    float: right;
    padding: 4px 0 0 ;
}

#nav .container > #main-nav > li:last-child input[type="text"] {
    border: 1px solid #cfe6f3;/* The Fallback for IE8 */
    border: 1px solid rgba(159, 206, 231, 0.4);
}

#nav .container > #main-nav > li:last-child input.search-query {
    max-width: 130px;
    width: 100%;
}

#nav .container > #main-nav > li {
	position: relative;
	top: -1px;
	float: left;
	padding: 0 2.5em 0 0; /* 0 40px 0 0 */
	margin: 0;
    border-top: 1px solid #cfe6f3;/* The Fallback for IE8 */
    border-top: 1px solid rgba(159, 206, 231, 0.5);;
}

#nav .container > #main-nav > li:last-child {
	padding-right: 0;
}

#nav .container > #main-nav > li > a {
	position: relative;
	top: -1px;
	display: block;
	padding: 15px 5px 5px;
	color: #0064aa;
	text-transform: uppercase;
	border-top: 1px solid transparent;
}

#main-nav {
    list-style-type: none;
}

#nav .container > #main-nav > li > a:hover,
#nav .container > #main-nav > li.dropdown-submenu.open > a,
#nav .container > #main-nav > li.dropdown-submenu:hover > a,
#nav .container > #main-nav > li.dropdown-submenu:focus > a
.dashboard-nav-2 li:hover
{
	color: #002666;
	text-decoration: none;
	border-top-color: #0064aa;
	border-top-width: 1px;
}

#nav .container > #main-nav > li.active a {
	padding-top: 12px;
	color: #002666;
	border-top-color: #FCE83F;
	border-top-width: 4px;
}

#nav .container > #main-nav > li > a > .caret {
	position: relative;
	top: 5px;
	margin-left: .5em;
}

.dropdown-submenu > .dropdown-menu {
    top: 100%;
    left: 0;
    margin-top: 0;
}

.dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #fff;
    background-image: none;
}

#nav .dropdown-menu a:hover {
	background-color: #0064aa;
	color: #fff;
}

#nav .dropdown-menu > li > a {
	padding: 6px 12px;
	color: #002666;
}

#nav .dropdown-menu i {
	margin-right: .5em;
	font-size: 14px;
}

#nav .dropdown-submenu a:focus {
	color: #fff;
}

.dropdown-submenu > a:after {
    border: none;
    border-width: 0;
    display: none;
    width: 0;
    height: 0;
}

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

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

/*------- Nav with Search ---------*/
#nav.nav-search {
    margin-bottom: .5em;
}

#nav.nav-search .container > #main-nav {
    border-top: 1px solid #cfe6f3;/* The Fallback for IE8 */
    border-top: 1px solid rgba(159, 206, 231, 0.5);
}

#nav.nav-search .container > #main-nav, #nav.nav-search .container > #main-nav > li > ul {
    padding: 0;
    margin: 0;
}

#nav.nav-search .container > #main-nav > li {
    position: relative;
    top: -1px;
    float: left;
    padding: 0 2.4em 0 0; /* 0 28px 0 0 */
}

#nav.nav-search .container > #main-nav > li:first-child {
    float: right;
    padding: 4px 0 0 ;
}

#nav.nav-search .container > #main-nav > li:last-child {
    float: left;
}

#nav.nav-search .container > #main-nav > li > ul > li {
    position: relative;
    /*top: -1px;*/
    float: left;
    padding: 0 2.5em 0 0; /* 0 30px 0 0 */
    margin: 0;
}

#nav.nav-search .container > #main-nav > li:last-child {
    padding-right: 0;
}

#nav.nav-search .container > #main-nav > li > ul > li > a {
    position: relative;
    top: -1px;
    display: block;
    padding: 15px 5px 5px;
    color: #0064aa;
    text-transform: uppercase;
    border-top: 1px solid transparent;
}

#nav.nav-search .container > #main-nav > li > ul > li > a:hover,
#nav.nav-search .container > #main-nav > li > ul > li.dropdown-submenu.open > a,
#nav.nav-search .container > #main-nav > li > ul > li.dropdown-submenu:hover > a,
#nav.nav-search .container > #main-nav > li > ul > li.dropdown-submenu:focus > a
.dashboard-nav-2 li:hover
{
    color: #002666;
    text-decoration: none;
    border-top-color: #0064aa;
    border-top-width: 1px;
}

#nav.nav-search .container > #main-nav > li > ul > li.active a {
    padding-top: 12px;
    color: #002666;
    border-top-color: #FCE83F;
    border-top-width: 4px;
}

#nav.nav-search .container > #main-nav > li > ul > li > a > .caret {
    position: relative;
    top: 5px;
    margin-left: .5em;
}

#nav.nav-search input.search-query {
    max-width: 130px;
    width: 100%;
}

/*------------------------------------------------------------------
[5. Responsive Nav / #responsive-nav]
*/
.consortium-box {
    margin-bottom: 50px;
}

#responsive-nav-trigger {
	width: auto;
	padding: 5px 10px;
	background-color: #F8F8F8;
	background-image: url(../img/responsive-nav-bg.png);
	background-position: center right;
	background-repeat: no-repeat;
	color: #8F8F8F;
	font-size: 12px;
	line-height: 1.5;
	border: 1px solid #E8E8E8;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#responsive-nav-trigger.open {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
		
#responsive-nav {
	position: relative;
	z-index: 1001;
	display: none;
	margin: 0 0 2em;
}

#responsive-nav-items {
	display: none;
	padding: 12px 10px;
	margin: 0 0 1.5em;
	background: #F8F8F8;
	border: 1px solid #e3e3e3;
	border-top: none;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    list-style-type: none;
}

#responsive-nav-items ul {
	padding: 0;
	margin: 0;
}

#responsive-nav-items > li > ul > li > a {
	padding-left: 30px;
}

#responsive-nav-items a {
	padding: 8px 10px;
	display: block;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#responsive-nav-items a:hover {
	text-decoration: none;
	background: #DDD;
}

#responsive-nav-items li.active a {
	color: #FFF;
	text-decoration: none;
	background: #F90;
}

/*-----Responsive Nav / #responsive-nav with Search]--------*/
#nav.home.nav-search #responsive-nav-trigger {
    background-color: #f8f8f8;
    color: #8f8f8f;
    text-align: left;
    border: 1px solid #e8e8e8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#nav.nav-search #responsive-nav-trigger {
    width: auto;
    padding: 5px 10px;
    background: url(../img/responsive-nav-bg.png) rgba(159, 206, 231, 0.15) center right no-repeat;
    color: #08c;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #ddeef3;/* The Fallback for IE8 */
    border: 1px solid rgba(159, 206, 231, 0.3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}

#responsive-nav-trigger.open {
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#responsive-nav {
    position: relative;
    z-index: 1001;
    display: none;
    margin: 0 0 2em;
}

#nav.home.nav-search #responsive-nav-items {
    background: #F8F8F8;
    border: 1px solid #e8e8e8;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

#nav.nav-search #responsive-nav-items {
    display: none;
    padding: 12px 10px;
    margin: 0 0 1.5em;
    background: #f1f8fb;/* The Fallback for IE8 */
    background: rgba(159, 206, 231, 0.15);
    border: 1px solid #d8ebf5;/* The Fallback for IE8 */
    border: 1px solid rgba(159, 206, 231, 0.3);
    border-top: none;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#responsive-nav-items ul {
    padding: 0;
    margin: 0;
}

#responsive-nav-items > li:first-child {
    margin-bottom: 10px;
}

#responsive-nav-items > li > ul > li > a {
    padding-left: 14px;
}

#nav.nav-search #responsive-nav-items a {
    padding: 8px 10px;
    display: block;
    color: #002666;
    font-size: 13px;
    font-weight: 600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#nav.home.nav-search #responsive-nav-items a:hover {
    background: #ddd;
}
#nav.nav-search #responsive-nav-items a:hover {
    text-decoration: none;
    /*background: #DDD;*/
    background: rgba(159, 206, 231, 0.5);
}

#nav.home.nav-search #responsive-nav-items li.active a {
    background: #f90;
    border-top: none;
}

#nav.nav-search #responsive-nav-items li.active a {
    color: #FFF;
    text-decoration: none;
    /*background: #0064AA;*/
    background: #08c;
    border-top: 3px solid#fce83f;
}
#nav.nav-search input[type="text"] {
    border: 1px solid rgba(159, 206, 231, 0.4);
}


/*------------------------------------------------------------------
[6. Masthead]
*/
#masthead {
	position: relative;
	height: 400px;
	margin-bottom: 2.5em;
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.5);
	-moz-box-shadow: 1px 1px 6px rgba(0,0,0,.5);
	box-shadow: 1px 1px 6px rgba(0,0,0,.5);
}

.masthead-details {
	position: absolute;
	left: 0;
	bottom: 0;
    max-width: 850px;
    width: 100%;
	padding: 5px 15px;
	color: #FFF;
	background: #333;
	background: rgba(0,0,0,.50);
	text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    width: 850px
}

.masthead-details h2 {
    margin: 0 0;
	font-size: 22px;
    line-height: 30px;
}

.masthead-details p {
	font-size: 14px;
    margin: .75em 0;
}

#masthead .carousel-control {
	top: 50%;
	/*left: -22px;*/
	line-height: 26px;
	opacity: .35;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#masthead .carousel-control:hover {
	opacity: .80;
}

#masthead .carousel-control.right {
	left: auto;
	/*right: -72px;*/
}

#event-box {
    min-height: 464px;
}

.event-seperator{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted lightgray;
}
/*------------------------------------------------------------------
[7. Page Title / #page-title / .breadcrumbs]
*/
#page-title {
	padding: 25px 0;
	/*margin: 0 0 2.5em;*/
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #EEE;
}

#page-title h1 {
	margin-bottom: .40em;
	font-weight: 600;
}

#page-title p {
	margin-bottom: 0;
	font-size: 15px;
}

#page-title.bread {
    padding: 25px 0 10px;
}

.breadcrumb {
    background: none;
    padding-left: 0;
}

ul.breadcrumb li {
    display: inline-block;
    margin: 0 0 0 5px;
}

ul.breadcrumb li:first-child {
    margin-left: 2px !important;
}

ul.breadcrumb li:nth-child(2):before, ul.breadcrumb li:first-child:before {
    content: " ";
    margin: 0;
}

ul.breadcrumb li:before {
    color: #9e9e9e;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    margin: 0 9px 0 0;
}
    /*-------- breadcrumb under page-title -----------*/
#page-title.bread-bottom {
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
    /*box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.2) inset;*/
}

.breadcrumb-area {
    background: #E0E0E0;
    border-top: 1px solid #efefef;
    /*box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;*/
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.15);
}

.breadcrumb-area ul.breadcrumb {
    margin: 0;
}

/*------------------------------------------------------------------
[8. Welcome]
*/
#welcome h1 {
	padding: 0 80px;
	color: #606060;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.75em;
}

#welcome p {
	padding: 0 80px;
	color: #777;
	font-size: 22px;
	font-style: italic;
	font-weight: 600;
	line-height: 1.75em;
}

#welcome {
	text-align: center;
}

.training-icon{
   margin: 0 auto;
   float: right;
}

/*------------------------------------------------------------------
[9. Content]
*/

#content {
    padding-top: 30px;
}
.section {
/*    padding-top: 25px;*/
}

.content-title a {
    color: #0064B5;
}

/*------------------------------------------------------------------
[10. Footer]
*/
#footer {
	clear: both;
	padding: 20px 50px;
	color: #fff;
	background: #00579E;
	border-top: 1px solid #111;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

#footer .row {
	margin-bottom: 0;
}

#footer a {
	color: #FFF;
}

.footer-nav {
    margin-left: 0;
}

.footer-nav li {
    margin-bottom: 8px;
}


#footer .footer-nav li a:hover, #footer .footer-nav li.active a {
    color: #fff;
}

/*------------------------------------------------------------------
[11. Copyright]
*/
#copyright {
	clear: both;
	padding: 20px 50px 15px 50px;
	color: #c8c8c8;
	font-size: 11px;
	text-transform: uppercase;
	background: #1a395b;
	border-top: 1px solid #1a395b;
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15);
}

#copyright #rights {
	
}

#copyright #totop {
	text-align: right;
}

#copyright a {
	color: #FFF;
}

/*------------------------------------------------------------------
[12. Grid]
*/
.row.divider:last-child {
	margin-bottom: 0;
	border: none;
}

.row-divider {
	margin: 1.5em 0 3em;
	border: none;
	border-bottom: 1px dotted #CCC;
    overflow: hidden;
}

/*------------------------------------------------------------------
[13. Miscellaneous]
*/
.slash {
	padding-right: .25em;
	text-shadow: 1px 1px #999;
	color: #fce83f;
}

#header .social {
    line-height: 30px;
    margin: 0 4px 0;
}

#header .social li, #footer .social li a {
    background: #fff;
    -moz-border-radius: 100% 100% 100% 100%;
    -webkit-border-radius: 100% 100% 100% 100%;
    border-radius: 100% 100% 100% 100%;
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.6);
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 5px;
    padding: 1px;
    text-align: center;
    line-height: 24px;
    font-size: 0px;
}

#header .social li a {
    cursor: pointer;
    padding: 3px;
}

#header .social li i {
    color: #616161;
    font-size: 14px;
    margin-top: 5px;
}

#header .social li:hover i, .social li a:hover {
    color: #fff;
    text-decoration: none;
}

#header .social li.facebook:hover, #footer .social li a.social-icon-facebook:hover {
    background: #4a6ea8;
}

#header .social li.twitter:hover, #footer .social li a.social-icon-twitter:hover  {
    background: #38d5ff;
}

#header .social li.youtube:hover, #footer .social li a.social-icon-youtube:hover {
    background: #CC181E;
}

#header .social li.instagram:hover, #footer .social li a.social-icon-instagram:hover {
    background: #125688;
    /*background: #CC181E;*/
}

.social-icons-container {
	width: 100%;
	display: table;
	padding: 0;
	margin: 2.5em 0 0;
}

.social-icons-container li {
	width: 25%;
	display: table-cell;	
	text-align: center;
}

#footer .social li a {
    background: #4e4e4e;
    height: 50px;
    width: 50px;
    padding: 1px;
    overflow: hidden;
}

#footer .social li a i {
    padding: 9px 0;
    font-size: 36px;
}

/*.clearfix,*/
/*.row { zoom: 1; }*/
/*.clearfix:before,*/
/*.row:before,*/
/*.clearfix:after,*/
/*.row:after, */
.navbar-header:before, .navbar-header:after { content: ""; display: table; }
/*.clearfix:after,*/
/*.row:after, */
.navbar-header:before, .navbar-header:after { clear: both; }


.navbar-toggle, .scrollup {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
}

.scrollup {
    display: none;
    background: #e8f3f9;
    position: fixed;
    bottom: 0;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #000;
    font-size: 30px;
    line-height: 34px;
    text-align: center;
    opacity: 0.8;
    z-index: 9999;
}

a.scrollup, a.scrollup:hover {
    text-decoration: none;
}

.box, .panel {
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
    /*padding: 2em 1.5em;V*/
}

.box-color {
    background: #e8f6fc; /* The Fallback for IE8 */
    background: rgba(159, 206, 231, 0.15);
    margin-bottom: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.panel {
    margin-bottom: 20px;
}

.panel-heading {
    background: #00579E;
    /*background: #9fcee7;*/
    /*border-color: #9fcee7;*/
    border-color: #ddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 2px 15px;
}

.panel-body {
    padding: 15px 15px;
}

.course-info, .class-detail, .test, .test-course {
    overflow: hidden;
}

.course-icon, .test-icon {
    float: left;
    margin-right: 15px;
}

/*------------------------------------------------------------------
[13-1. Miscellaneous - Buttons]
*/
.buttons {
    margin-bottom: 3em;
}

.NDPTC-button {
    background-color: #fce83f;
    background-image: linear-gradient(to bottom, #FCCD30, #FFC04D);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #B3B3B3; /* The Fallback for IE8 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #335772;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.btn.NDPTC-button:hover, .btn.NDPTC-button:focus, .btn.NDPTC-button:active, .btn.NDPTC-button.active, .btn.NDPTC-button.disabled, .btn.NDPTC-button[disabled] {
    background-color: #f89406;
    color: #fff;
}

.btn.NDPTC-button:hover, .btn.NDPTC-button:focus {
    background-position: 0 -15px;
}

.btn-warning {
    background-color: #fce83f;
    background-image: linear-gradient(to bottom, #FCCD30, #FFC04D);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #B3B3B3; /* The Fallback for IE8 */
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #335772;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    background-color: #f89406;
    color: #fff;
}

.btn-warning:hover, .btn-warning:focus {
    background-position: 0 -15px;
}

/*------------------------------------------------------------------
[13-2. Miscellaneous - Table]
*/
table, label, input, button, select, textarea {
    font-size: 12px;
}

caption, .tbl-schedule thead, .course-detail {
    background: linear-gradient(to bottom, #888 0%, #686868 100%) repeat-x;
    background: -webkit-linear-gradient(top, #888 0%, #686868 100%) repeat-x;
    background: -o-linear-gradient(top, #888 0%, #686868 100%) repeat-x;
    background: -ms-linear-gradient(top, #888 0%, #686868 100%) repeat-x;
    background: -moz-linear-gradient(top, #888 0%, #686868 100%) repeat-x;
    color: #fff;
    font-weight: 600;
}

.tbl-schedule th, .tbl-schedule td {
    line-height: 1.3em;
}

.table thead th {
    vertical-align: middle;
}

table th.acenter, table td.acenter {
    text-align: center;
}

table th.aright, table td.aright {
    text-align: right;
    white-space: nowrap;
}

label {
    padding-top: 5px;
}

/*------------------------------------------------------------------
[13-3. Miscellaneous - Alert]
*/
.alert {
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset, 0 1px 2px rgba(0, 0, 0, 0.25);
    padding: 15px 35px 15px 15px;
    font-size: 1rem;
}

.alert-error {
    background: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) repeat-x;
    background: -webkit-linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) repeat-x;
    background: -o-linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) repeat-x;
    background: -ms-linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) repeat-x;
    background: -moz-linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%) repeat-x;
    border: 1px solid #dca7a7;
    color: #000;
}

.alert-error i, .alert-error p {
    overflow: hidden;
}

.alert-error i {
    float: left;
    padding-right: 15px;
    color: #a94442;
    font-size: 1.5em;
}

.alert-error p {
    margin-bottom: 0;
    font-size: 1rem;
}

.alert-success {
    background-color: #008000;
    border-color: #008000;
    color: #FFFFFF;
}

/*------------------------------------------------------------------
[14. Side navigation]
*/

.second-nav .nav-tabs {
    border-bottom: 1px solid #cfe6f3;/* The Fallback for IE8 */
    border-bottom: 1px solid rgba(159, 206, 231, 0.5);
}

.second-nav .nav-tabs li a {
    background: #f1f8fb;/* The Fallback for IE8  */
    background: rgba(159, 206, 231, 0.15);
}

.second-nav .nav-tabs li a:hover {
    background: #cfe6f3;/* The Fallback for IE8  */
    background: rgba(159, 206, 231, 0.5);
}

.second-nav .nav-tabs > .active > a, .second-nav3 .nav-tabs > .active > a:hover, .second-nav3 .nav-tabs > .active > a:focus {
    background: #fff;
    border-top-color:#fce83f;
    border-right-color: rgba(159, 206, 231, 0.5);
    border-left-color: rgba(159, 206, 231, 0.5);
    border-bottom-color: #fff;
    border-top-width: 4px;
    padding-top: 5px;
}

.nav-stacked li a {
    font-size: 13px;
    font-weight: 600;
}

.nav-stacked li.active a, .nav-stacked li.active a:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.icon-chevron-right {
    float: right;
    margin-top: 5px;
}

#sidebar {
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

#sidebar li a {
    background: #fafafa;
    border-right: 1px solid #ddd;
    border-left: none;
    border-top: 2px solid #666;
    padding-top: 12px;
    padding-bottom: 12px;
}

#sidebar li.active a {
    border-top: 2px solid #0488cd;
    /*border-bottom: 1px solid #ffff00;*/
    background: none;
    cursor: default;
    color: #002666;
}

#sidebar li.active a, #sidebar li.active a:hover {
    background: none repeat scroll 0 0 rgba(159, 206, 231, 0.15);
    color: #002666;
}

/*---------- Design-1 ----------*/
#sidebar-1 {
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-bottom: 3px solid #0488cd;
    overflow: hidden;
}

#sidebar-1.nav-tabs.nav-stacked > li > a {
    border: none;
}
/*---------- Design-2 ----------*/
#sidebar-2 {
    border-left: 1px solid rgba(159, 206, 231, 0.5);
    padding: 10px 0;
}
#sidebar-2.nav-tabs li {
    position: relative;
    left: -1px;
}

#sidebar-2.nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0;
}

#sidebar-2.nav-tabs.nav-stacked > li > a {
    border: none;
}

#sidebar-2 .icon-chevron-right {
    color: rgba(159, 206, 231, 0.50);
}

#sidebar-2.nav-tabs.nav-stacked li a:hover .icon-chevron-right, #sidebar-2.nav-tabs.nav-stacked li.active a .icon-chevron-right {
    color: #002666;
}


#sidebar-2.nav-tabs.nav-stacked li a:hover, #sidebar-2.nav li a:focus {
    border-left: 1px solid #0064aa;
    background: rgba(159, 206, 231, 0.20);
    color: #002666;
    padding-left: 11px;
}

#sidebar-2.nav-stacked li.active a, #sidebar-2.nav-stacked li.active a:hover {
    border-left: 4px solid #fce83f;
    padding-left: 8px;
    background: #fff;
}

/*---------- Design-3 ----------*/
#sidebar-3 {
    border-right: 1px solid rgba(159, 206, 231, 0.5);
    padding: 10px 0;
}
#sidebar-3.nav-tabs li {
    position: relative;
    right: -1px;
}

#sidebar-3.nav-tabs li a .icon-chevron-right {
    float: none;
    margin-right: 5px;
}

#sidebar-3.nav-tabs.nav-stacked > li:first-child > a, .nav-tabs.nav-stacked > li:last-child > a {
    border-radius: 0;
}

#sidebar-3.nav-tabs.nav-stacked > li > a {
    border: none;
    padding-left: 0;
}

#sidebar-3.nav-tabs.nav-stacked li a:hover, #sidebar-3.nav li a:focus {
    border-right: 1px solid #0064aa;
    background: rgba(159, 206, 231, 0.20);
    color: #002666;
    /*padding-right: 0;*/
}

#sidebar-3.nav-stacked li.active a, #sidebar-3.nav-stacked li.active a:hover {
    border-right: 4px solid #fce83f;
    /*padding-left: 0;*/
    background: #fff;
}

#sidebar-3.nav-tabs.nav-stacked li ul li a {
    display: block;
    padding: 8px 0 8px 5px;
    text-decoration: none;
}

/*---------- Design-4 ----------*/
#sidebar-4 {
        /*background: rgba(159, 206, 231, 0.15);*/
    -moz-box-shadow: 0px 0px 2px rgba(0, 100, 170, 0.25);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 100, 170, 0.25);
    box-shadow: 0px 0px 2px rgba(0, 100, 170, 0.25);
    padding: 15px 0 15px 5px;
}

.nav-tabs > li {
    margin-bottom: 0;
}

#sidebar-4.nav-tabs.nav-stacked > li > a {
    border: none;
    padding-right: 5px;
}

#sidebar-4 li a:hover, #sidebar-4.nav a:focus {
    background: rgba(159, 206, 231, 0.25);
    margin-right: -2px;
}

#sidebar-4 li.active a {
    /*background: rgba(0, 100, 170, 0.51);*/
    background: #7db0d4;
    /*border: 1px solid rgba(0, 100, 170, 0.25);*/
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
}

#sidebar-4 li.active a:hover {
    margin-right: 0;
}

#sidebar-4 .bio-arrow {
    background: #7db0d4;
    border-bottom: none;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    transform: rotate(-45deg);
}

#sidebar-4 .bio-arrow.arrow-right {
    float: right;
    margin: -26px -8px 0;
    transform: rotate(45deg);
}

/*------------------------------------------------------------------
[15. Homepage]
*/
    /*--- Home design-1---*/
#content.home {
    padding-top: 0;
}

.newsGroup-1.post-date h6 {
    overflow: hidden;
    margin-top: 0;
}

.features {
    padding-bottom: 15px;
}

.news-article {
    min-height: 150px;
}

.news-article .home-news-header {
    margin-left: 75px;
}

.news-article .home-news-header h4 {
    margin: 0 0 0.3em;
}

.home-training{
    min-height: 150px;
}

.home-training .home-training-header{
    margin-left: 75px;
}

.home-training .home-training-header h2{
    margin: 0 0 ;
}

.home-training-wrap.nopic{
    width: 50px;
}

.upcoming-courses {
    text-align: center;
    padding: 10px;
}

.upcoming-courses img {
    margin: 0 auto;
    width: 75px;
}

.upcoming-courses p {
    margin: 5px 0;
}

.about-container .choose-item h3, .upcoming-courses h3, .newsGroup-1 h3 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5;
}

.upcoming-courses .row-divider {
    margin: 10px 0;
}

.newsGroup-1 {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.newsGroup-1.post-date img {
    margin-bottom: 10px;
}

.newsGroup-1.post-date .day {
    /*float: left;*/
    width: 30px;
    border: 1px solid #efefef;
    padding: 0 0;
    margin: 0 10px 0 0;
}

.newsGroup-1.post-date .day strong {
    font-size: 18px;
    margin: 5px 0;
}


.newsGroup-1 h3 {
    margin: 0 0 0 40px;

}


/*--- Home consortium 1---*/
.consortium-item1 {
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.consortium-item1 img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 10px 0;
}
/*---end Home consortium 1---*/

/*--- Home design-2---*/
.design-2 .span6 {
    overflow: hidden;
}

.face, .face iframe, .tweets, .training-box, .news-box {
    width: 220px;
    float: left;
}

.design-2 .training-box, .design-2 .news-box {
    margin-bottom: 30px;
}

.design-2 .upcoming-courses-group, .design-2 .upcoming-courses-info {
    overflow: hidden;
}

.design-2 .upcoming-courses-group img {
    float: left;
    width: 50px;
    margin-right: 10px;
}

.design-2 .upcoming-courses-info {
    text-align: left;
    margin-left: 0;
}

.design-2 .date {
    margin-top: 0;
}

.design-2 .tweets, .news-box {
    margin-left: 20px;
}
/*--- END Home design-2---*/

/*--- Home design-3---*/
.design-3 .training-box, .design-3 .news-box {
    float: none;
    width: 100%;
    margin-bottom: 30px;
}

.groove {
    border-top-style: groove;
    border-color: #CCCCCC;
    margin-top: 30px;
}

.design-3 .upcoming-courses-group, .design-3 .upcoming-courses-info, .design-4 .upcoming-courses-group, .design-4 .upcoming-courses-info {
    overflow: hidden;
}

.design-3 .upcoming-courses-group img, .design-4 .upcoming-courses-group img {
    float: left;
}

.design-3 .upcoming-courses-group img, .design-4 .upcoming-courses-group img  {
    margin: 0 10px 0 0;
}

.design-3 .newsGroup-1.post-date img {
    float: right;
    height: 90px;
    max-height: 100%;
    padding-left: 10px;
}

.design-3 .upcoming-courses-info {
    text-align: left;
}

.design-3 .upcoming-courses-info p, .design-4 .upcoming-courses-info p {
    margin: 0 0 5px;
}

.design-3 .tweets, .design-3 .news-box {
    margin-left: 0;
}

.headline, .newsGroup-1.post-date .headline-content {
    margin: 0 0 0 40px;
}


/*--- Home design-4 ---*/
.design-4.about-container .choose-item h3 {
    font-size: 18px;
    margin-bottom: 2em;
    text-align: center;
}

.social-media .fa, .ndptc .fa {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}

.choose-item .fa-circle {
    color: #FFC04D;
    text-shadow: none;
}

.design-4 .social-media .team-icon {
    background: #FCE83F;
    color: #335772;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
}


.design-4 .team-title.ndptc {
    margin-top: 0;
}

.design-4 .ndptc .team-icon {
    background: #FFC04D;
    color: #fff;
    box-shadow: none;
    margin: 0 0;
}

.choose-item .upcoming-courses {
    padding: 0 0;
    text-align: left;
}

.choose-item .upcoming-courses-group {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.design-4 .newsGroup-1.post-date img {
    float: right;
    height: 70px;
    padding-left: 10px;
}

/*--- Home design-4 Second ---*/
.container-box {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 0 20px 30px;
    border-bottom: 3px solid #0488CD;
    margin-bottom: 2em;
}

    /*------------------------------------------------------------------
    [16. training]
    */
.calendar {
    padding: 0.35em;
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-weight: bold;
}

caption {
    border: 1px solid #505050;
    -webkit-box-shadow: 0 1px 0 #838383 inset;
    -moz-box-shadow: 0 1px 0 #838383 inset;
    box-shadow: 0 1px 0 #838383 inset;
    font-size: 1.1em;
    line-height: 1.8em;
    text-align: center;
}

.calendar .table th, .calendar .table td {
    padding: 8px 4px;
    text-align: center;
    color: #707070;
}

.calendar .table td {
    color: #505050;
}

.highlight {
    background: none repeat scroll 0 0 #fce83f;
    color: #FFFFFF;
    margin-bottom: 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.instructions {
    font-weight: 600;
}

.table .date {
    max-width: 10%;
}

.course {
    width: 12%;
}

.tbl-location {
    width: 25%;
}

.avail {
    width: 5%;
}

.control-group {
    margin-bottom: 30px;
}

.form-control {
    width: 97%;
}

.form-half {
    width: 75%;
}

.date-selector i {
    font-size: 24px;
    margin-right: 0.25em;
    padding:2px 4px;
    position: relative;
    top: 5px;
}

.date-selector i:hover {
    background: none;
    color: #8b0000;
    cursor: pointer;
}

.date-selector i span {
    position: absolute;
    top: 10px;
    left: 9px;
    font-size: 13px;
    font-weight: 600;
}

/*------------------------------------------------------------------
[16-1. Training/ Course Delivery/ Register for Course.600]
*/

.course-info {
    padding: 2em 1.5em 0;
    /*margin-bottom: 10px;*/
}

.box-color img.course-icon {
    padding: 0 0;
}

h4.course-title {
    font-size: 1.25em;
    font-weight: 600;
    height: auto;
    border-bottom: 1px solid #ddd;
    margin: 0 0 10px;
    padding-bottom: 5px;
}

.class-detail .dl-horizontal dt {
    text-align: left;
}

.class-detail .dl-horizontal dd {
    margin-left: 102px;
}

.class-detail dt, .class-detail dd, .register-course-info dt, .register-course-info dd {
    margin-bottom: 10px;
}

.course-info.panel-heading {
    background-color: rgba(159, 206, 231, 0.15);
}

.course-detail {
    padding: 1px 10px;
}

/*------ bottom design --------*/
.detail {
    float: left;
}

.register-course .panel-body {
    padding: 15px 15px 25px;
}

/*------------------------------------------------------------------
[16-2-1. Training/ Training Request & Eligibility]
*/
h4.training-faq {
    padding-left: 50px;
}

/*------------------------------------------------------------------
[16-2. Training/ Course Delivery Request]
*/
.information {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

.information-header {
    background: #999999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.information-header h3 {
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 30px;
}

.information form {
    padding: 0 10px;
}

.information form .control-group {
    margin-bottom: 15px;
}

.form-horizontal .control-label {
    width: 111px;
    text-align: left;
}

.form-horizontal.facility-info .support .control-label {
    width: 85px;
}

.form-horizontal.facility-info .control-label {
    width: 170px;
}

.form-horizontal.travel .control-label {
    width: 255px;
}

.form-horizontal .controls, .group-1 .controls {
    margin-left: 135px;
}

.form-horizontal.facility-info .controls {
    margin-left: 195px;
}

.form-horizontal.facility-info .support .controls {
    margin-left: 100px;
}

.form-horizontal.facility-info .support .controls input {
    width: 90%;
}

.group-1, .group-2, .group-3 {
    display: inline-block;
    width: 285px;
}

.group-1 .control-label {
    width: 85px;
}

.group-2 {
    width: 215px;
}

.group-3 {
    width: 170px;
}

.group-2 .control-label, .group-3 .control-label {
    width: 28px;
}

.group-2 .controls, .group-3 .controls {
    margin-left: 65px;
}

.checkbox {
    padding-left: 0;
    padding-right: 33px;
}

.checkbox input[type="checkbox"] {
    float: right;
    margin-right: -29px;
    margin-left: 0;
}

.access {
    background: #DFDFDF;
    padding: 5px 10px;
    font-weight: 600;
}

/*------------------------------------------------------------------
[16-3. Training/ Course Catalog]
*/
.catalog-option1 {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
}

.catalog-option1 img {
    margin: 0 auto 10px;
    width: 80px;
    height: 80px;
}

.catalog-option1 a {
    display: block;
}

.end {
    margin-bottom: 30px;
}

.catalog-icon {
    display: table;
}

.catalog-icon img, .catalog-icon a {
    display: table-cell;
}

.catalog-icon img {
    max-width: 45px;
    max-height: 45px;
    padding-right: 1.5em;
}

.catalog-icon a {
    vertical-align: middle;
}

.catalog dl {
    padding: 10px 15px 0;
}

.catalog .dl-horizontal dt {
    width: 135px;
}

.catalog .dl-horizontal dd {
    margin-left: 155px;
}

.catalog dl dt, .catalog dl dd {
    margin-bottom: 2em;
}

.catalog dl dd.weight {
    font-weight: bold;
}

/*------------------------------------------------------------------
[16-4. Training/ Document Library]
*/
.form-filter {
    width: 69%;
}

#document-library img {
    width: 40px;
    height: 40px;
}

#document-library .course {
    width: 9%;
}

#document-library .document-description {
    width: 40%;
}

/*------------------------------------------------------------------
[16-5. Training/ Instructors Bio]
*/
.bio-index p {
    margin-bottom: 0;
}

.bio-index a {
}

.bio-pagination.pagination ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.bio-pagination.pagination ul li {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bios .box-color {
    display: inline-block;
}

.instructor-info img {
    width: 70px;
    height: auto;
    padding: 0 30%;
}

.instructor-info {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 15px 15px 20px;
    text-align: center;
    height: auto;
}
.bio-name {
    font-size: 18px;
    font-style: italic;
    margin: 1.2em 0 0;
    color: #0064aa;

}

.bio-arrow {
    background: #fff;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: none;
    content: "";
    display: block;
    height: 14px;
    width: 14px;
    -webkit-transform: rotate(-45deg);  /* Safari and Chrome */
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg); /* IE 9 */
    transform: rotate(-45deg);
    margin: 10px 0 -7px 45px;
}

.bio-content {
    background: #fff;
    margin: 10px 10px 10px 8px;
    padding: 15px;
    border: 1px solid #ddd;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.bio-arrow.arrow-left {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin: 45px 0 -7px 0;
    float: left;
}

/*------------------------------------------------------------------
[16-6. Training/ My Courses]
*/
.help {
    float: right;
    height: 34px;
}

.my-courses > h2 {
    margin-top: 0;
}

.superscript {
    font-size: 17px;
}

.table-responsive .tbl-location {
    width: 20%;
}

th .superscript {
    font-size: 11px;
}

.certificate {
    width: 13%;
}

#footnote {
    padding-bottom: 1em;
}

.note {
    display: table;
    margin-bottom: 0.875em;
}

.note p {
    display: table-cell;
}

.note-number {
    padding-right: 5px;
}

/*------------------------------------------------------------------
[16-7. Training/ Request Training]
*/
.faq-group.request {
    margin-top: 30px;
}


/*------------------------------------------------------------------
[16-8. Training/ Pre-Test]
*/
.test .fa-stack {
    float: left;
    width: 3em;
    height: 3em;
    margin-right: 0.7em;
}

.test .fa-stack-2x {
    font-size: 3em;
}

.test .fa-stack-1x {
    top: 15px;
}

.test-course h3 {
    margin-top: 0;
    line-height: 1.3;
}

.test-course dt {
    width: 90px;
}

.test-course dd {
    margin-left: 110px;
}

.test-course dd span {
    color: #ff0000;
    font-weight: bold;
    font-size: 1.1em;
}

.panel-color .panel-heading {
    background: #9fcee7;
    border-color: #9fcee7;
    color: #0064aa;
}

.panel-body {
    padding: 15px 15px 0;
}

.panel-title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.1;
}

.pre-test-question.box {
    position: relative;
    border-bottom: 3px solid #0064aa;
    margin: 60px 0 20px;
    padding: 0 27px 20px;
    text-align: inherit;
}

.question-number {
    background: #666;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
    width: 100px;
    margin: -15px 20px 20px;
    color: #fff;
}

.question-number .question-title {
    margin: 0 0;
    padding: 5px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

p.pre-question {
    margin-bottom: 1.3em;
    font-weight: 600;
}

.answer legend {
    font-size: 100%;
}

.answer label {
    margin-bottom: 10px;
}

.answer p {
    margin-bottom: 5px;
}

/*------------------------------------------------------------------
[16-9. Training/ Test Results]
*/
.test-result .test-course dd span, .test-color-results .test-course dd span   {
    color: #008000;
}

.pre-test-question.box.green {
    border-bottom-color: #008000;
}

.pre-test-question.box.red {
    border-bottom-color: #A52622;
}

.pre-test-question.green .question-number {
    background: #008000;
    box-shadow: 0 0 0 5px rgba(0, 128, 0, 0.20);
}

.pre-test-question.red .question-number {
    background-color: #A52622;
    box-shadow: 0 0 0 5px rgba(238, 95, 91, 0.20);
}

/*------------------------------------------------------------------
[16-10. Training/ Evaluation]
*/
.evaluation .test i {
    float: left;
    margin-right: 0.7em;
}

.evaluation h2 {
    margin: 0 0 1em;
}

table th.col2 {
    width: 32%;
}

table th.col1 {
    width: 67px;
}

table td.response input[type="radio"] {
    text-align: center;
    margin-top: 0;
}

.form-group {
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.form-group-top {
    background: #ccc;
}

.form-group-top .course-evaluation-type-1 {
    padding: 35px 10px 15px;
}

.form-group-top .course-evaluation-type-2 {
    padding: 49px 10px 15px;
}

.form-group-top p {
    font-weight: bold;
    margin-bottom: 0;
}

ul.rate li {
    display: inline-block;
    text-align: center;
    margin:  0 auto;
}

ul.rate.top-line {
    margin-bottom: 0;
}

.rate li.t-left {
    text-align: left;
}

.rate li.t-right {
    text-align: right;
}

.rate i {
    position: absolute;
    left: 50%;
    top: -19px;
}

.top-line i {
    top: 64px;
}

.dotte {
    border-bottom: 2px solid #454545;
    height: 9px;
}

.dotte li {
    text-align: center;
}

.form-group h5 {
    padding: 10px;
    border-bottom: 1px dashed #CCC;
}

.form-group-3 select {
    margin: 10px;
}

.evaluation-disabled {
    border-left: 1px solid #ccc;
    padding: 8px 8px;
}

.form-group-2 {
    border-top: 1px solid #cccccc;
}

.course-evaluation {
    padding: 10px;
}

.course-evaluation p {
    margin-bottom: 0;
}

.response-group {
    margin: 0;
    padding: 10px;
    border-left:  1px solid #cccccc;
}

.response-group label {
}

label.response input[type="radio"] {
    margin-right: 5px;
}

.evaluation-comment {
    width: 92%;
    height: 145px;
    margin: 10px 10px;
}

/*------------------------------------------------------------------
[17-1. Instructors]
*/
ul.dotted-list {
    margin: 5px 0 5px 35px;
}

ul.dotted-list li {
    padding-bottom: 18px;
    list-style: outside;
}

.guide, .guide2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.guide-icon {
    background: #999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 2em;
    height: 47px;
    line-height: 47px;
    text-align: center;
    -webkit-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    -moz-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    -ms-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    -o-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    width: 47px;
    margin-bottom: 0.6em;
}

/*------------------------------------------------------------------
[17-2. Instructors/ FAQs]
*/
.question {
    padding-bottom: 1.5em;
}

.topic h3 {
    font-size: 14px;
}

/*------------------------------------------------------------------
[17-3. Instructors/ Library]
*/
th.d-name {
    background: none;
    color: #333;
    vertical-align: top;
}

/*------------------------------------------------------------------
[17-4. Instructors/ Past Courses]
*/
.past-course {
    width: 35%;
}
.past-location {
    width: 25%;
}

.result {
    width: 7%;
}

.report {
    width: 10%;
}

.after-report {
    width: 13%;
}
/*------------------------------------------------------------------
[17-4. Instructors/ Courses Results]
*/
#past-class-result .course-info {
    background-color: rgba(159, 206, 231, 0.15);
}

.header-pointer {
    cursor: pointer;
}
.both-name {
    width: 14%;
}

.pre-score {
    width: 9%;
}

.post-score {
    width: 10%;
}

/*------------------------------------------------------------------
[17-4. Instructors/ Availability Calendar]
*/
.table-responsive label {
    padding-top: 0;
}

.table-responsive label input {
    margin-top: 0;
}

/*------------------------------------------------------------------
[18. News]
*/
.news-image {
    position: relative;
    margin-bottom: 2.5em;
    -moz-box-shadow: 1px 1px 6px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 6px rgba(0,0,0,.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.lead {
    font-size: 21px;
}

.news-image.nopic {
    width: 43%;
}

.news-content-wrap.nopic {
    width: 50px;
}

.post-date .day {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px 2px 2px 2px;
}

.post-date .day {
    background: #ddd;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 10px 0 0;
    text-align: center;
    width: 55px;
}

.post-date .day strong {
    color: #0064aa;
    display: block;
    font-size: 27px;
    font-weight: normal;
    margin-bottom: 10px;
}

.post-date .day span {
    background: #0064aa;
    border-top: 1px solid #F3F3F3;
    color: #fff;
    display: block;
    font-size: 11px;
}

.news-header h2 {
    margin: 0 0 20px 75px;
    text-align: left !important;
}

.post-date .day span, .news-header h2 {
    line-height: 24px;
}

.news-pagination.pagination ul li.active a, .pagination ul li.a:hover {
    background: #0088cc;
    color: #fff;
    cursor: default;
}

.pagination ul li a:hover {
    background: #eee;
    color: #999;
    text-decoration: none;
}

.pagination > .disabled > a:hover {
    background: #fff;
    color: #999;
    cursor: not-allowed;
}

/*------------------------------------------------------------------
[19. contact]
*/
#contact-map {
    margin: 0 0 2.5em;
}

#contact-map iframe {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
}

#contact-map small {
    padding-left: 20px;
    color:#0000FF;
    text-align: left;
}

.more-info h5 {
    margin-bottom: 0.3em;
}

/*------------------------------------------------------------------
[20. FAQ]
*/
.index li {
    margin-bottom: 7px;
    padding: 3px 0;
}

.faq-group {
    margin-bottom: 30px;
}

.faq-icon {
    float: left;
    width: 38px;
    height: 38px;
    text-align: center;
}

.faq-symbol {
    background: none repeat scroll 0 0 #FCE83F; /* #FF9900; */
    border: 3px solid #0064aa;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100px;
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    color: #0064aa;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 32px;
    -moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    -wekit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    width: 32px;
    display: block;
}

.faq-group h4 {
    margin-bottom: 0.625em;
    margin-top: 0;
    line-height: 1.2;
}

.faq-group .question {
    border-bottom:1px solid #e0e3e6;
    padding: 8px 0 10px;
    margin-left: 53px;
}

.faq-toggle {
    color: #6F6F6F;
    font-size: 14px;
    font-weight: 600;
}
.faq-toggle:hover, .faq-toggle.open:before {
    text-decoration: none;
    color: #0064aa;
}

.faq-toggle:before {
    bottom: -2px;
    content: "+";
    font-size: 18px;
    font-weight: 600;
    margin-right: 17px;
    position: relative;
}

.faq-toggle.open:before {
    content: "–";
    font-size: 18px;
}

.faq .question .answer {
    padding-top: 15px;
}

/*---- testing ----*/
.testing {
    overflow: hidden;
    height: 42px;
    vertical-align: middle;
}

.faq-group .testing h4 {
    overflow: hidden;
    margin: 0 0 0 58px;
    padding: 10px 0 11px;
}

.contact-box {
    border-bottom:  3px solid #0064aa;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 20px;
    padding: 0 27px 32px;
    text-align: center;
}

.contact-box:hover {
    background: #0064aa;
    color: #fff;
}

.contact-box i {
    font-size: 48px;
}

/*------------------------------------------------------------------
[21. Sign in, Sign up]
*/
.sign {
    margin-bottom: 20px;
}

.signup h3 i {
    vertical-align: baseline;
}

.sign .info_participants, .sign .info_instructors {
    display: table;
}

.sign .icon-pencil, .sign .icon-book, .sign .info-who {
    display: table-cell;
}

.sign .icon-pencil, .sign .icon-book {
    padding-right: 10px;
    vertical-align: top;
    font-size: 18px;
}

.form-box {
    background-color: #FFFFFF;
    border: 1px solid #9fcee7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    margin: 0 auto 40px;
}

.form-box h1, .form-signup h1 {
    font-weight: 300;
    margin-bottom: 1.5em;
    text-align: center;
}

.form-signin, .form-signup {
    width: 77%;
    margin: 30px auto 35px;
}

.form-signin .login-fields input, .form-signup .login-fields input {
    width: 96%;
    margin-bottom: 18px;
    line-height: 1.42875;
    height: 37px;
}

.forgot {
    margin-bottom: 25px;
    text-align: center;
    width: 100%;
}

.btn, .signup-actions .btn {
    display: block;
    margin: 0 auto;
}

/*------------------------------------------------------------------
[23. About Us]
*/
.team-container {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    margin-bottom: 30px;
}

.team-title {
    width: 100%;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    text-align: center;
}

.team-icon {
    background: none repeat scroll 0 0 #0064aa;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 26px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0.5em;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.45);
    width: 60px;
}

.team-icon i.fa {
    font-size: 28px;
}

.team-title h3 {
    line-height: 24px;
}

.profile  {
    border-bottom: 1px solid rgba(159, 206, 231, 0.50);
    margin: 0 1.25em 1.25em;
}

.member-container {
    border-left: 1px solid rgba(159, 206, 231, 0.50);
    margin-bottom: 40px;
    padding-left: 15px;
}

.profile-2 {
    width: 29.76%;
    margin: 0 25px 10px 0;
    padding-bottom: 1.625em;
    float: left;
}

.member .profile-2:last-child {
    margin-right: 0;
}

.team-container .profile:last-child {
    border-bottom: none;
    margin-bottom: 2em;
}

.profile h4, .profile-2 h4 {
    font-size: 15px;
    margin-bottom: 0.417em;
}

.profile-title {
    color: #777;
    font-size: 15px;
    font-style: italic;
}

.profile p {
    margin-bottom: 1.25em;
}

/*------------------------------------------------------------------
[24. Dashboard ]
*/
#dashboard-nav {
    text-align: center;
}

.breadcrumbs {
    background: #fff;
    border-top: 1px solid #9AB2C8;
    border-bottom: 1px solid #9AB2C8;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    list-style: none outside none;
    margin: 0 0 20px;
}

.breadcrumbs li {
    position: relative;
    padding: 8px 5px;
    font-size: 14px;
}

.breadcrumbs > li {
    display: inline-block;
    text-shadow: 0 1px 0 #FFFFFF;
}

.breadcrumbs li.separator {
    padding: 8px 5px;
}

.breadcrumbs li a {
    padding: 8px 5px;
}

.breadcrumbs li.active a {
    position: relative;
    top: 2px;
    background: repeat scroll 0 0 rgba(159, 206, 231, 0.15);
    border-top: 3px solid #0488CD;
    color: #002666;
}

.breadcrumbs li a:hover {
    text-decoration: none;
    cursor: pointer;
}

/*------------------------------------------------------------------
[25. Resource & Links]
*/
.img-resource {
    border: 1px solid #ccc;
}

/*------------------------------------------------------------------
[25. Consortium & Partners]
*/
.content-box {
    margin-top: 30px;
    cursor: default;
    height: 100%;
    position: relative;
    padding: 0 4%;
    margin-bottom: 30px;
}

.logo-consortium {
    left: auto;
    margin: 0 auto 15px;
    position: relative;
    top: auto;
}

.consortium-box-info {
    margin-top: 37px;
}

.consortium-box-info, .consortium-box-info-2 {
    text-align: center;
}

.logo-box {
    float: left;
    height: 77px;
    text-align: center;
    width: 122px;
}

.consortium-text {
    float: left;
    margin-left: 23px;
    width: 68%;
}

.consortium-text h4 {
    margin-top: 0;
}

/*------------------------------------------------------------------
[26. Error]
*/
.error-found, .error-found-2 {
    text-align: center;
}

.error-found h2:first-child {
    font-size: 28px;
    font-weight: 400;
}

.error-found .not-found h2 {
    margin-bottom: 0;
    font-size: 11.5em;
    line-height: 1.4;
}

.not-found .fa-stack {
    height: 1.15em;
    width: 1em;
    line-height: 1em;
}

.not-found .fa-stack-2x {
    font-size: 1em;
}

.not-found .fa-stack-1x {
    left: 42px;
    font-size: 30px;
}

.back-home .search-form {
    width: 290px;
    margin: 0 auto 30px;
}

.error-circle {
    position: relative;
    width: 60%;
    margin: 30px auto;
}

.fa-exclamation-triangle, .error-circle h3 {
    color: #FFC04D;
}

.error-circle h3 {
    margin-top: 0;
    line-height: 20px;
}

.error-found-2 .not-found {
    position: relative;
}

.fa-bug {
    position: absolute;
    top: -35px;
    right: -17px;
    color: #888888;
}

.error-found-2 .not-found h2 {
    margin-bottom: 0;
    border-right: 1px dashed #bbbbbb;
    border-bottom: 1px dashed #bbbbbb;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    font-size: 8.5em;
    line-height: 1.4;
}

.error-found-2 .back-home {
    padding: 30px 30px 0;
    border-left: 1px dashed #bbbbbb;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;

}

.error-message {
    color: #b94a48;
}
/*------------------------------------------------------------------
[27. Search]
*/


.search {
    /*background: repeat scroll 0 0 rgba(159, 206, 231, 0.15);*/
    padding: 0 0 15px;
    /*border-bottom: 3px solid #0488cd;*/
}

.search form {
    max-width: 510px;
    width: 100%;
    margin: 0 auto;
}

.search form label {
    display: inline-block;
    margin: 0 20px 10px 0;
    vertical-align: middle;
}

.search-result {
    margin: 0 0 30px;
}

.search-result li h4 {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.search-result li h4 a {
    text-decoration: underline;
}

.search-result li span .fa-angle-right {
    color: #fce83f;
    font-weight: bold;
}

.search-result li.search-result-group > a {
    font-size: 1.458em;
    font-weight: 600;
    text-decoration: underline;
}

.search-result li.search-result-group h4.result-title .fa-stack {
    width: 1.458em;
    height: 1.458em;
    line-height: 1.458em;
}

.search-result li.search-result-group h4.result-title .fa-stack .fa-circle.fa-stack-2x {
    color: #0064AA;
    font-size: 1.458em;
}

.search-result-img {
    display: inline-block;
    margin: 0 0;
}

.search-result-img li {
    float: left;
    display: inline-block;
    width: 200px;
    height: auto;
    margin: 0 10px 10px 0;
}

.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.dashboard-chart{
    border: 1px solid #949494;
    width: 100%;
    height: 500px;
    padding-top: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.dash-icon{
    color: #fce83f ! important;
}

.delivery-map {
    height: 200px;
}

/*------------------------------------------------------------------
[27. Errors]
*/

.error-header {
    color: black ! important;
}

.error-text {
    font-size: larger;
}

.elearning-frame{
    display: block;
    margin: auto;
}


.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-container iframe {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}