.navbar.navbar-inverse {
	background: #037138;
	
}
.navbar.navbar-inverse.navbar-fixed-top {
	border-bottom: 1px solid #037138;
	
}
.side-nav li a:hover {
	color: #01347c;
	
}
a.toggle-left-nav-btn i {
	font-size: 30px;
	
	color: #fff;
}

footer {	
	background: #035329;
	
}
.accordion-struct.panel-group .panel .panel-heading.activestate {
	background: #01347c;
	border-bottom: 1px solid #01347c;
}


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

.navbar .brand-img {
	margin: 5px 0 0 0;
}
.bg-green2 {
	background: #035329 !important;
}

.form-table {display: inline-block;}
input.form-control{width: auto;}
.form-table .btn.btn-xs{padding:0;margin-right:18px;}
.profile-box .profile-info-wrap {background-image: linear-gradient(to bottom,#2dcd6c 0%,#b2d64e 100%);}
.profile-box .social-info {background: linear-gradient(to top,#a3d288 0%,#79a05a 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/bg2.jpg');
	background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	padding: 0px 15px 0px 15px;
}
#single-wrapper2 {
	min-height: 100%;
	background: url('../img/bg2.jpg');
	background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
	overflow: hidden;
	width: 100%;
	padding: 0px 15px 0px 15px;
}

.bg-image {
  background-image: url('../img/bg2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}


.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;
}
.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,#037138 0%,#3cb878 100%);}
.bg-costum1 {background: #26f1ae !important;}
.bg-costum2 {background: #56B9C9 !important;}
.card-view-transparent {background: #ffffffe6;}
.card-view-transparent2 {background: #ffffff57;}
.table-hover > tbody > tr:hover { background-color: #7ee6b0 !important; color: #fff}

@media (max-width: 378px) {
	.profile-box .social-info i {font-size: 22px;}
	.card-view-transparent2 {background: #ffffff;}
	#single-wrapper2 {background-size: cover;background-position: center center;}
}
@media (max-width: 768px) {
		.card-view-transparent2 {background: #ffffff;}		
		#single-wrapper2 {background-size: cover;background-position: center center;}
	}
