
/* */

.quick_links_wrap > li{
	color: #67b1e6;
	box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
	background: #ffffff;
	padding:10px 20px;
	text-align:left;
	font-weight:bolder;
}
.quick_links_wrap > li > a,i {
	color: #67b1e6;
}
.quick_links_wrap > li.active{
	color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
	border-radius: 25px 0px 25px 0px;
	background: #67b1e6;
	text-align:center;
}

.app-header-radius{
	color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
	border-radius: 25px 0px 25px 0px;
	background: #67b1e6;
	text-align:center;
	padding: 20px;
}
.user_menus > li{
	color: #67b1e6;
	box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
	background: #ffffff;
	padding:10px 20px;
	text-align:left;
	font-weight:bolder;
}

.user_menus > li > a,i {
	color: #67b1e6;
}
.user_menus > li.active{
	color: #ffffff;
	box-shadow: 0 10px 20px 0 rgba(5, 16, 44, .15);
	border-radius: 0px 25px 0px 25px;
	background: #67b1e6;
	text-align:center;
}

.user_menus > li.current{
	color: #67b1e6;
	background: #f1fffff;
	border-left: 4px solid #67b1e6;
	
}

.user_menus > li.current i{
	float:right;
	
}


.user_menus > li ul li{
	color: #67b1e6;

	background: #f1f1f1;
	border-bottom: 1px solid #67b1e6;
	padding:10px 20px;
	text-align:left;
	font-weight:bolder;
}



		.w3-card {
	   
			 box-shadow: 0px 10px 50px 0px rgba(153, 153, 153, 0.3);
		}
		
		.card-light{
	   
			 box-shadow: 0px 1px 5px 0px rgba(153, 153, 153, 0.2);
			 padding: 20px;
		}
		
		.page-breadcrumb {
			color: #fff;
			background: #b4d6ef;
			padding: 5px 8px;
		}
		
		.page-breadcrumb h2{
			box-shadow: 0px 5px 10px 0px rgba(153, 153, 153, 0.3);
			 padding: 5px 15px;
			 color:#b4d6ef;
			 background:#ffffff;
		}
		
		.w3-card ,.w3-white{
	    background:#ffffff;
		}




.width-200{
	width: 200px;
}

.width-300{
	width: 300px;
}
.text-white{
	color:#fff;
}
.scheme-home-text-wrap h3{
			text-align:center;
		}
		.scheme-home-text-wrap .scheme-home-logo-wrap{
			text-align:center;
			padding:10px;
		}
		.scheme-home-text-wrap .scheme-home-logo-wrap img{
			width: 80px;
			height: 80px;
			
			margin-left:50px;
		}
		
		.b3-theme{
			background: #67b1e6;
			padding: 20px;
			color: #fff;
			border-radius:10px;
		}

	.breadcrumb{
		color: #fff;
			background: #b4d6ef;
	}
	
	.breadcrumb li a{
		color: #fff;
		font-weight: bolder;
	}
	
	.floated-box-250{
		width:250px;
		display:inline-block;
	}
	
	.count-wrap{
		height: 70px;
		padding: 10px;
		font-weight: bolder;
		font-size: 150%;
		
	}
	
	.box-title{
		
		padding: 10px;
		font-weight: bolder;
		font-size: 90%;
	}
	
	.green{
		background:#95deb6;
		color: #fff;
	}
	
	.blue{
		background:#b4d6ef;
		color: #fff;
	}
	
	.red{
		background:#f1815e;
		color: #fff;
	}
	
	.table td{
		font-size: 12px;
	}
	
	.table th{
		font-size: 13px;
	}
	
	fieldset {
		font-size:12px;
	}
	legend {
		font-size:14px;
		font-weight:bold;
	}
	
	.web-content table{
		width: 100%;
	}
	
	#colorlib-services,

#colorlib-about {
  padding: 7em 0;
  clear: both; }
  @media screen and (max-width: 768px) {
    
    #colorlib-about {
      padding: 3em 0; } }
	  
	  .about-img {
  margin-bottom: 2em; }
  
  
.fancy-collapse-panel .panel-default > .panel-heading {
  padding: 0; }
 
 .panel-title{
	font-size:14px;
 }
 
 .previllegesTab{
  color: #67b1e6;
  box-shadow: 0 5px 10px 0 rgba(5, 16, 44, .15);
  background: #ffffff;
  padding:10px 20px;
  text-align:left;
  font-weight:bolder;
}