﻿ 
/************************ Style.css Unnati ********************************/
/*.Heading
{ color:#11213b ;
  font-weight:bold; 
  font-family:Cambria;
  font-size:20px 
}*/
  .Heading
{ 
	color:#11213b;
	font-weight:600; 
	font-family:"Calibri";
	font-size:23px;
	padding:15px;
}
   
.ControlText
{  
    padding-left:5px; 
    display: block; 
	font-family: "Calibri";
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	background-color: #fff;
	background-image: none;
	border: 1px solid #9d9d9d;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s0, box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.AspLabelInput
 {
    height:30px;   
    font-size: 15px;
	font-family: "Calibri";   
	color: #000 ;
	font-weight:600; 
 }
 
 .griditem-name
	{
		font-family: Verdana,Geneva,'DejaVu Sans',sans-serif;
		font-size:12px;
		font-weight:600;
		color:#000000;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
 
.button
{
	background-color : #004080;
	font-weight:bold;
	font-family:Arial;
	font-size : 10pt;
	color :White;
	border : 1px Solid #0066CC;
	height:25px;
}

 .removemsgconfirm
{
	width:300px;
	height:auto;
	background-color:#ffffff;
	border:1px;
	border-style: solid;
	border-color: gray;
}

.cnrfmtinlable
{
	color:#003366;
	font-weight:bold; 
}

.ListHeading
  {
		width:auto;
		height:30px;
		font-family: "Calibri";   
		font-size: 15px;
		color:#B4292A; /* #000099;*/
		font-weight:600;
		float:center;
  }
   .ChkBox
 {
	 font-size : 14px;   
	 font-family: "Calibri";   
	 color: #000;
	 font-weight:600; 	
	 padding-left:5px;  
 }
 
 
 
 .sm_pd_5{
	padding-left:5px;
}

.sm_pd_10{
	padding-left:10px;
}

.td_Star
 {
    font-size:15px;
	font-weight: bold;
	color:#c43235;
	font-family: FontAwesome;
	vertical-align: middle;
 }
 .lbl
 {
    height:30px;   
    font-size: 15px;
	font-family: "Calibri";   
    color:#000000;
    /*color:#503c2f;*/
	font-weight:600; 
 }
 
 .text-center
 { 
 	text-align:center; 	
 }
 
 .center_align
{
	align:center;
}
 .middle_align
{
	vertical-align:middle;
}

.subHeading
{
	color:#0473c8;
	font-weight:600; 
	font-family:"Calibri";
	font-size:18px 
}

.labelmsg
{
	font-family:"Calibri";
    font-size:16px;
    font-weight:bold; 
    padding:5px; 
    text-align:center;
    color:#de4226;
}

.grid_abcd
{
    font-family:Calibri;
    font-size:16px;
    font-weight:600;
    color:#353131;
}
.username_text
{	
	font-weight:bold;
	font-family: "calibri";
	font-size :16px;
	color : #063f9b;
}