#familyMembers input{
width:auto;
}
#familyMembers #srNo{
max-width:35px;text-align:center;
}
#familyMembers #mobileNo{
max-width:80px;text-align:center;
}

#familyMembers #mobileType{
height:35px;
font-size:12px;padding:none;margin:none;
}
#familyMembers #ss{
width:120px;
}
#searchResult{display:none;}
.panel{
border:0px dotted #000;
height:33px;
width:270px;
margin:10px auto;
text-align:center
}

.panel select{
width:70px;
height:32px;
float:left;
outline:none;
border-radius:5px;
padding:0 10px;
text-align-last:right;
}
.first,.previous,.next,.last
{
background:url("../images/first.png") 0px 0px;
display:block;
height:33px;
width:50px;   
float:left;
border:none;
text-align:center;
vertical-align:middle;
}
.previous
{
background:url("../images/previous.png") 0px 0px;
}
.next
{
background:url("../images/next.png") 0px 0px;
}
.last
{
background:url("../images/last.png") 0px 0px;
}


.first:hover{
background: url("../images/first.png") 0px 33px;
}
.previous:hover
{
background:url("../images/previous.png") 0px 33px;
}
.next:hover
{
background:url("../images/next.png") 0px 33px;
}
.last:hover
{
background:url("../images/last.png") 0px 33px;
}





.progress {
  background-color: #4CAF50;
  color: #ffffff;
}

.alert {
  padding: 20px;
  background-color: #f44336;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 15px;
}

.alert.success {background-color: #4CAF50;}
.alert.info {background-color: #2196F3;}
.alert.warning {background-color: #ff9800;}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}

th,td{padding:10px;margin:0px;}
th{background:#077054;color:#fff;}
td{background:#ccc;color:#000;}
select{padding:10px;font-size:18px;margin:0px;width:100%;}
#c{text-align:center;}
#l{text-align:left;}
#r{text-align:right;}
#familyHead input{padding:5px;height:20px;text-align:center;font-weight:bold;}
#familyHead td{padding:0px;margin:0px;}
#familyHead #hnoHeading,#hno,#hnoText{width:50px;}