.navbar.navbar-inverse {
	background: #01347C;
	border-color: #01347C;
}
.navbar.navbar-inverse.navbar-fixed-top {
	border-bottom: 1px solid #01347C;
	
}
.side-nav li a:hover {
	color: #01347c;
	
}
a.toggle-left-nav-btn i {
	font-size: 30px;
	
	color: #fff;
}
.pagination > li.active > a, .pagination > li.active > span {
	background: #01347c;
	
}
footer {	
	background: #02275C;
	
}
.accordion-struct.panel-group .panel .panel-heading.activestate {
	background: #01347c;
	border-bottom: 1px solid #01347c;
}
.bg-blue {
	background: #012860 !important;
}

.panel-primary > .panel-heading {
	background-color: #1030A2;
}
.label-primary{background: #1030A2;}

.navbar .brand-img {
	margin: 5px 0 0 0;
}
.form-table {display: inline-block;}
.form-table .btn.btn-xs{padding:0;margin-right:18px;}
.profile-box .profile-info-wrap {
	background-image: linear-gradient(to bottom,#01347c 0%,#70a4c4 100%);
}
.profile-box .social-info {
	background: linear-gradient(to top,#02275c 0%,#70a4c4 100%);
	padding: 30px 100px;
}
.profile-box .social-info i {font-size: 42px;}
.bg-gd0{background: linear-gradient(to top, #36c7ac, #76d5b5d9);}
.bg-gd1{background: linear-gradient(to bottom, #36c7ac, #76d5b5d9);}
.bg-gd2{background: linear-gradient(to top, #6ab4d8, #4a98aa);}
.bg-gd3{background: linear-gradient(to bottom, #86bfdb, #4a98aa);}
#single-wrapper {
	min-height: 100%;
	background: url('../img/bg1.JPG') top center repeat;
	overflow: hidden;
	width: 100%;
	padding: 0px 15px 0px 15px;
}
.myicon {
	font-size: 12px;
	color: #123456;
	background: white;
	padding: 12px 15px;
	border-radius: 30%;
	font-family: FontAwesome;
	width: 100%;
	margin: 5px 5px;
}
.myicon-2 {
	font-size: 12px;	
	background: white;
	padding: 12px 15px;
	border-radius: 30%;	
	width: 50%;
	margin: 5px 5px;
}

.table-hover > tbody > tr:hover { background-color: #01347C !important; color: #fff}
.card-view-transparent {background: #ffffff80;}
.card-view-2 {background: #33d57a;}
.card-view-3 {background: linear-gradient(to bottom,#2dcd6c 0%,#b2d64e 100%);}
.card-view-4 {background: linear-gradient(to top,#02275c 0%,#70a4c4 100%);}

@media (max-width: 378px) {
	.profile-box .social-info i {font-size: 22px;}


}