.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
}
header {
	padding: 0px;
	width: 100%;
	max-width: 100% !important;
	background: #4ca2e8; /* Old browsers */
	background-image: url('/assets/images/header/header_bg.jpg');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca2e8', endColorstr='#4ca2e8',GradientType=0 ); /* IE6-9 */
	margin-bottom: 2px;
	color: black;
}
#header-top{
	position: relative;
	padding: 0px 0px;
	width: 100%;
	height: auto;
	min-height: 50px !important;
}
#header-top img{	
	max-height: 50px;
	display: inline-block;
	white-space: nowrap;
}
#siteHeader{
	color: #fff;
	background-color: #0A1264;
}
#siteLogo {
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	vertical-align:middle;
	display:inline-block;
}
#siteLogo img {
	height: 40px;
	vertical-align: middle;
}
#navbar_top {
	color: #fff;
	background: #0A1264;
	border-top: 1px solid #fff;
}

.nav-pills {
	border-top: 0px;
	padding-top: 7px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-right: 5px;
}

.navbar {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom: .1px solid #fff;
	box-shadow: none;
}

.dropdown-menu-end {
	text-align: right;
	right: 0;
}
.dropdown:hover>.dropdown-menu {
	display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
	padding: 5px 0;
	font-size: 14px;
}

.fixed-top {
	top: -20px;
	transform: translateY(20px);
	transition: transform .3s;
}

.container-fluid{
	padding-left:0 !important;
	padding-right:0 !important;
}

h1, h2, h3, .nav>li, .dropdown-menu>li {
	font-family: "GT America", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
	padding-bottom: 10px;
}
h2,h3 {
	color: #003590;
}

/* new add 12/04/2018*/
.dropdown-menu > li > ul.level2 {
	display: none;
}
.dropdown-menu > li:hover > ul.level2 {
	display: block;
}
.dropdown-menu > li > ul.level2 {
	top: 0;
	left: 100%;
}

.dropdown-menu>li>a {
	color: #0A1264;
	background: #fff;
	display: block;
	padding: 3px 20px;
	white-space: nowrap;
}
.nav>li>a:hover, .nav>li>a:not([href]):hover, .nav>li>a:focus {
	color: #0A1264;
	background: #eee;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	color: #fff;
	background: #0A1264;
}
.nav a:hover .caret {
    border-top-color: #0A1264;
    border-bottom-color: #0A1264;
}

.nav>li>a {
	color: #fff;
	padding: 10px 15px;
}
.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
.divider-vertical {
	color: #fff;
	background-color: #fff;
	font-size: 10px;
	font-weight: lighter;
	width: 3px;
	height: 16px;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.nav-pills .divider-vertical {
    margin-left: 0px;
}

.btn {
	margin-top: 10px;
}
.btn, .dt-button.btn {
	color:#fff !important;
	background-color:#347FFF !important;
	background-image: none !important;
	border-color:#347FFF  !important;
	border-style: solid;
}
.btn:hover, .dt-button.btn:hover {
	background-color: #0A1264 !important;
}
