 .input-xs {
  height: 26px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

 .select-xs {
  height: 26px;
  padding: 2px 5px;
  font-size: 11px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}
 
.btn-ok
{
	font-size:10px;
	background-color:#006CB1;
}
.btn-cancel
{
	font-size:10px;
}
 
.cls_heder
{
background-color:#006CB1;
height:30px; 
color:#FFFFFF; 
text-align:center; 
font-weight:bold;
font-size:11px;
border-radius: 5px;
}

.cls_con
{
height:30px; 
background-color:#E4E6E8;
color:#000000; 
font-size:11px;
border-radius: 5px;
}

.lok{ color:#FF0004}


.modal_head
{
	color:#187AFF;
	font-weight:bold;
	font-size:12px;	
}

 