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;*/
    /*border:1px solid #CCC;*/
    padding:5px;
    font-size:12px;
    display: none;
    cursor: pointer;
    
    background:#ee0101;
    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;
}

.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;
}

.delc{
    float: right;
    cursor: pointer;
}

.delc i{
    color: #DDD;
}

.delc:hover i{
    color: #9e0303;
}