/*TOOLS*/
/*REAPETED ELEMENT*/
 
 .inClinedBorder{
	display: block;
	background: #edeaea; 
	height: 30px; 
	width: 1px;
	position: relative;  
	left: 17px; 
} 

.button-wrap{ 
	margin: 10px 0px;
	text-align: right;
}

.btn-blue{
	background: #0096dc;
	padding: 10px 15px;
	color: #ffffff;
	text-decoration: none !important
}

.btn-blue:hover{
	background: #16b1fa; 
}
 
.clear-last{
	margin-right: 0px !important;
	padding-right: 0px !important;
} 

/*COLOR*/
.lightBlue{
	color: #0696d4;
} 