/* Bordered form */

.log_frm {
    border: 3px solid #f1f1f1;
	
}

/* Full-width inputs */

.log_inpt {
    width: 95%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	margin-left:15px;
}

/* Set a style for all buttons */
.sbt_btn {
    background-color: rgb(0, 132, 255);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 95%;
	margin-left:15px;
}

/* Add a hover effect for buttons */
.sbt_btn:hover {
    opacity: 0.8;
}
label { margin-left:15px; margin-top:5px;}

/* Extra style for the cancel button (red) */


/* Center the avatar image inside this container */


/* Avatar image */


/* Add padding to containers */


/* The "Forgot password" text */
.log_cont {
width:610px; margin:auto; padding:0px;
}

.caldate {width:250px; height:40px; text-align:center; margin-top:10px;}
.dasbod_cont { text-align:center;}
#tab1 {
    
    width: 100%;
}

#tab1 th, td {
text-align:center;
           }

		   

 #tab1 tr:nth-child(even){background-color: #f2f2f2; }

#tab1 th {
    background-color: #4CAF50;
    color: white;
}
#tab, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}
#tab tr, td, th {
text-align:center;
           }
		   #tab th {background-color: white;
		   color: black;}
		   #tab tr:nth-child(even){background-color:white; }
		   
		   .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.site_modal {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 0px;
    vertical-align: inherit;
}
.chainage_modal {

width: 750px;
margin-left: 300px;
margin-top:90px;
}