.mid-center
{
    text-align:center;
}
.right-corner
{
	text-align:right;
}
.left-corner
{
	text-align:left;
}
.open_spacing
{
	margin-left:1%;
	margin-right:1%;
}
.req_symbol
{
	color:#cc0000;
}
.suc_symbol
{
	color:#2eb82e;
}
.has_error
{
	 border:1px solid #ff3333;
}
.has_ok
{
	 border:1px solid #c2f0c2;
}
.table_height
{	
	height:400px; 
	width:100%;
	overflow:scroll; 
	border:1px solid #ddd;
}
.fa-summation:before {
content: "\03a3";
font-family: sans-serif;
}
.dtl_disply_div
{
	border-top:3px solid #ff6699; 
	border-right:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
	border-left:1px solid #cccccc;
}
.baamini_font
{
	font-family: 'Baamini';
	font-size:18px;
}
.rtl_font
{
	direction: rtl;
}

.noHover{
    pointer-events: none;
}
.welcome_clk
{
    margin: 20px;
    -webkit-transition: background-color 2s; /* For Safari 3.0 to 6.0 */
    transition: background-color 2s; /* For modern browsers */
}
.welcome_clk:hover
{
    background-color: red;
}
