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

.page-bg-color {
	background-color: #96ceff;
}
.nav-bar {
	background-color: #def1ff !important;
	border-top: 4px solid #3954ad !important;
}
.header-info-bar {
	background-color: #3256b4;
	padding: 10px 0px;
	margin: 0px;
	color: #ffffff;
}
.header-info-bar a {
	color: #ffffff;
	text-decoration: none;
}
.header-info-bar a:hover {
	color: #ffffff;
	text-decoration: none;
}
.header-info-bar span {
	padding-left: 60px;
}
.fa-envelope {
	color: #77c2e5;
}
.navbar-right {
	margin-right: 10px !important;
	margin-top: 16px !important;
}
.no-spacing-top-btm {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-bottom: 0px !important;
	padding-top: 0px !important;
}
.body-content {
	background-color: #ffffff !important;
}
.left-col {
	padding: 10px;
	margin-top: 20px;
}
.advertisement-box {
	border: 1px solid #999;
	padding: 10px;
	/*margin-top: 20px;*/
	height: 200px;
}
.footer-bg {
	background-color: #FFF;
	border-top: 1px solid #999;
	text-align: center !important;
	margin-bottom: 20px !important;
	padding: 10px;
}
.banner {
	width: 100%;
	height: 100%;
	border-bottom: #ccc solid 1px;
}
.banner img {
	width: 100%;
	height: 100%;
}
.blogShort {
	border-bottom: 1px solid #ddd;
}
.add {
	background: #333;
	padding: 10%;
	height: 300px;
}
.nav-sidebar {
	width: 100%;
	padding: 0 0 30px 0;
	border-right: 1px solid #ddd;
}
.nav-sidebar a {
	color: #333;
	-webkit-transition: all 0.08s linear;
	-moz-transition: all 0.08s linear;
	-o-transition: all 0.08s linear;
	transition: all 0.08s linear;
}
.nav-sidebar .active a {
	cursor: default;
	background-color: #0b56a8;
	color: #fff;
}
.nav-sidebar .active a:hover {
	background-color: #0b56a8;
}
.nav-sidebar .text-overflow a, .nav-sidebar .text-overflow .media-body {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.btn-blog {
	color: #ffffff;
	background-color: #E50000;
	border-color: #E50000;
	border-radius: 0;
	margin-bottom: 10px
}
.btn-blog:hover, .btn-blog:focus, .btn-blog:active, .btn-blog.active, .open .dropdown-toggle.btn-blog {
	color: white;
	background-color: #0b56a8;
	border-color: #0b56a8;
}
article h2 {
	color: #333333;
}
h2 {
	color: #0b56a8;
}
.margin10 {
	margin-bottom: 10px;
	margin-right: 10px;
}
ul.login-box{
	margin:0px !important;
	padding:0px !important;
}
ul.login-box li a{
	margin:0px 10px !important;
	padding:0px !important;
	line-height:40px;
	color:#000;
}
ul.login-box li a label{
	margin:0px !important;
	padding:0px !important;

}
ul.login-box li a:hover{
	background:none !important;
}
ul.view-list{
	width:100%;
}
ul.view-list li{
	border-bottom:#ccc dashed 1px;
	line-height:30px;
	list-style:none;
}
ul.view-list li span{
	width:150px;
	float:left;
}
/*.title-area h3{
	margin:0px 0 10px 0 !important;
}*/
.title-area h3 span{
	width:100%;
	font-size:16px;
	float:left;
	font-weight:bold;
	margin:10px 0 0 0;
	font-style:italic;
}
ul.list-box-details{
	width:100%;
	float:left;
	margin:10px 0 10px 0;
}
.navbar-brand{
	height:auto !important;
}
.navbar-nav > li > a{
	line-height:42px !important;
}
.nav-tabs>li>label
{
    display: inline-block;
    padding: 1em;
    margin: 0;
    border: 1px solid transparent;
    cursor: pointer;
}
.nav-tabs>li.active>label
{
    cursor: default;
    border-color: #ddd;
    border-bottom-color: white;
}
.tab-content{
	padding:15px 0 0 0;
}


