table {
    width: 100%;
    border-collapse: collapse;
}
table td {
    font-size:12px;
    padding: 5px;
    border-top:1px solid #ddd;
    /*border-bottom:1px solid #ddd;*/
    /*border:1px solid #ddd;*/ 
}
table td:first-child{
    /*width: 30%;*/
    vertical-align: top;		
}	


.form-control{
    width:100%;
}
label{
    font-size:12px;
}	

.buildinghead{
    color:#428bca;
    font-size:14px;
    font-weight:bold;
    /*background-color: #428bca;*/
    /*background-color: #428bca;	*/
    background-color: #EDE8EA;
    border:0px;
}
.floorhead{
    /*color:#FFFFFF;*/
    font-size:14px;
    font-weight:bold;
    /*background-color: #d9534f;*/
    /*background-color: #5cb85c;
    background-color: #777;*/
    background-color: #f9f9f9;
    border:0px;
}

.flathead{
    /*color:#FFFFFF;*/
    font-size:12px;
    font-weight:bold;
    background-color: #f9f9f9;
    border:0px;
    color: #000;
}
.floorhead span{
    color: #B92500;
}
.floortable td{
    vertical-align: top;
}
.floortable .form-control{
    width:100%;
}
.floortable td:nth-child(1){
    width:5%;
}
.floortable td:nth-child(2),td:nth-child(3),td:nth-child(4),td:nth-child(5),td:nth-child(6){
    width:19%;
}
.linkaddb{
    color:#428bca
}
.linkaddb:hover{
    color:#428bca;
}
.linkaddb:visited {
    color:#428bca;
}

.linkadd{
    color:#000;
}
.linkadd:hover{
    color:#000;
}
.linkadd:visited {
    color:#000;
}


.linkadd_b{
    color:#B92500;
}
.linkadd_b:hover{
    color:#B92500;
}

.msg{
    color:#B92500;
    cursor: pointer;
}
.mandatory{
    color: #B92500;
}
.error{
    color: #B92500;
    font-size: 13px;
    cursor: pointer;
}
.hr{
    border:1px solid #ddd;    
    background-color:  #ddd;    
}	
.separator{
    border-bottom:1px dotted #ccc;
}

.hidden{
    display: block;
}

.datatable {
    font-family:arial;
    margin:10px 0pt 15px;
    margin-top:0px;			
    font-size: 8pt;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;			
    border-collapse: collapse;
}
.datatable thead tr th, .datatable tfoot tr td {
    border:1px solid #ddd;
    font-size: 9pt;
    padding: 10px;
}
.datatable thead tr:first-child{
    background-color: #eee;		
} 				
.datatable tbody td {
    color:#3D3D3D;
    padding: 8px;
    background-color: #f9f9f9;
    vertical-align: top;
    border:1px solid #ddd;
}
.datatable tbody tr.odd td {
    background-color:#FFF;
}
.datatable tbody tr:hover td {
    color: #9e0303; 
    /*font-weight:bold;*/
    background-color:#eee;
}
.datatable thead tr th.sorting_asc,.datatable thead tr th.sorting_desc{
    background-color: #CCC;			
} 		
.datatable tbody tr td.sorting_1{
    background-color: #CCC;			
} 
.datatable td:first-child{
    width: auto;
    vertical-align: top;		
}

/*
.datatable {
    font-family:arial;
    margin:10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}
.datatable thead th{
    cursor: pointer;
    border:1px solid #ddd;
    font-size: 9pt;
    padding: 8px;	
}

.datatable td {
    color:#3D3D3D;
    padding: 8px;
    vertical-align: top;
    border:1px solid #ddd;
    background-color: #f9f9f9;		
}

.datatable tbody tr:hover td {
    color: #9e0303; 
    background-color:#eee;
}	

.datatable thead tr:first-child{
    background-color: #eee;
} 	
.datatable tfoot td:first-child{
    background-color: #eee;
} 
.datatable tbody tr td.sorting_1{
    background-color: #eee;			
} 
.datatable td:first-child{
    width: auto;
    vertical-align: top;		
}
*/

.button{    
    font-family:arial;
    border: 1px solid #CCCCCC;
    background-color: #eee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    color: #B92500;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;	
}
.buttonG{    
    font-family:arial;
    border: 1px solid #CCCCCC;
    background-color: #eee;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
    color: green;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;	
}

.inddata{
    display: none;
}
.serverresponse{
    color:#FFF;
    background:#337ab7;
    padding:5px;
    border:1px solid #CCC;
    font-size:12px;
    display: none;
}

.serverresponse{
    color:#FFF;
    background:#;
    padding:5px;
    border:1px solid #CCC;
    font-size:12px;
    display: none;
}
.serverresponse{
    color:#FFF;
    background:#33be40;	
}  



.proCont{
    border: 1px solid #ddd;  
    width: 40%;
}
.proCont div{
    border-bottom: 1px solid #ddd;  
    padding:5px;
}
.loguser{
 padding-left:15px;   
 color: #333333;
 font-weight: bold;
}

.tinytext{
    font-size: 11px;
    /*font-style: italic;*/
}
.truefalse{
    width: 12px;
}

#perimgDiv{
    width: 80px;
    height: 80px;    
    padding: 5px;
    background-color: #FFF;
    border-radius: 3px 3px 3px 3px;
    /*float: right;*/
    margin-top: -90px; 
    margin-left: 90%; 
    position:fixed;
}

#perimgDiv .perimg{
    width: 70px;
    height: 70px;
}

#instruction{
    display: none;
    padding: 10px;
}
#instructionContant{
    margin: 0 auto;
    width:60%;
    min-height: 500px;
    background-color: #FFF;
    z-index: 10000;  
    padding: 10px;
}
#spanclose{
    float: right;
    color:red;
    cursor: pointer;
}
.overlyW{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 9999;
    vertical-align: middle;
    text-align: center;  
    opacity: 1;
/*    opacity: 0.9;*/
}

.appdiv {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
}
/*
#layer{
    background-color: #000;
    opacity : 1;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: auto;
    z-index: 1000;  
    display:none;
}

#box{    
    background-color: #FFF;
    opacity : 1;       
    margin: 0 auto; 
    width: 90%;
    height: auto;
    z-index: 1100;
    border:5px solid #428bca;
    padding: 20px;
}


#mnu span{
    padding:3px;
    padding-bottom:10px;
    font-size: 12px;
}
#print{
    color: #ddd;     
    float:right;
    cursor:pointer;    
}
#print:hover{
    color: #0C0;     
}

#close{
    color: #ddd;     
    float:right;
    cursor:pointer;    
}
#close:hover{
    color:#B92500;
}
*/

/* Add rounded corners to the top left and the top right corner of the image */
/*img {
    border-radius: 5px 5px 0 0;
}*/
/*.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px;  5px rounded corners 
}*/

.card {
     /*Add shadows to create the "card" effect*/ 
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}
/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
/* Add some padding inside the card container */
.containerCard {
    padding: 2px 16px;
}


#governingbody tbody tr td{
	text-align: center;
	background-color: #18497e; 
	color:#FFFFFF;
	border:1px solid #ddd;
}

#benefits tbody tr td{
	text-align: center;
	border:0px;
	border-collapse: collapse;
	border:1px solid #ddd;
}
 .benefitshead{
 	width:50%;
 	background-color: #18497e;
 	color:#FFFFFF;
 	text-align: left;
 	font-weight: bold;
 }
 
 
 
 
 
 .template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    background: #fff none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;
    padding: 30px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #18497e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #18497e none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;

    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
  
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.panel-body p div{
	padding-left: 20px;
}

#layer{
    background-color: transparent;
    opacity : 1;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 1000;  
    display:none;
}

#box{    
    background-color: #FFF;
    opacity : 1;       
    margin: 0 auto; 
    width: 70%;
    height: auto;
    z-index: 1100;
    border:5px solid #428bca;
    padding: 20px;
    margin-top: 230px;    
}

#mnu span{
    padding:3px;
    padding-bottom:10px;
    font-size: 12px;
}

#close{
    color: #ddd;     
    float:right;
    cursor:pointer;    
}
#close:hover{
    color:#B92500;
}

#layer1{
    background-color: transparent;
    opacity : 1;
    position:absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    z-index: 1000;  
    display:none;
}

#box1{    
    background-color: #FFF;
    opacity : 1;       
    margin: 0 auto; 
    width: 70%;
    height: auto;
    z-index: 1100;
    border:5px solid #428bca;
    padding: 20px;
    margin-top: 230px;    
}


.customerror {
    width: 100%;
    background: #ee0101;
    position: relative;
    color: #fff;
    min-width: 120px;
    font-size: 11px;
    border: 2px solid #ddd;
    box-shadow: 0 0 6px #000;
    -moz-box-shadow: 0 0 6px #000;
    -webkit-box-shadow: 0 0 6px #000;
    -o-box-shadow: 0 0 6px #000;
    padding: 4px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    cursor: pointer;
    display: none; 
}

.label-green{
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
    background-color: #5cb85c;

}
.label-yellow{
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
    background-color: #eea236;
}

.label-sky{
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
    background-color: #5bc0de;
}




.avatar {
  vertical-align: middle;
  width: 100px;  
  border-radius: 10%;
}

.avatarRound {
  vertical-align: middle;
  width: 100px;  
  border-radius: 50%;
}