/*Left Menu Link Start*/

 .left_link_list
 {
    padding-left: 15px;
		padding-bottom:10px;
    padding-top:10px;
}
/*Left Menu Link End*/ 

/*Field*/
label span 
{
    color: red;
}
.star
{
 color: red;

}
/*Date Field start*/
.date_class {
float: left;
    min-height: 1px;
    padding-left: 16px;
    padding-right: 15px;
    position: relative;
    width: 83.333%;
   
}

.datepicker_class {
    
		width: 74.3333%;
		min-height: 1px;
    padding-left: 31px;
    padding-right: 15px;
    position: relative;
	  float:left
}

/*Browse Field Start*/

.btn-file input[type=file] {
  
  position: absolute;
  top: 0;
  right: 0;  
  text-align: right;  
  opacity: 0;
  
}
input[readonly] {

  background-color: white !important;
  
}
.browse_btn
{
background-color:#E0E0E0;
}
/*Browse Field end*/
/*Proof id -> Display image Start*/
	.bs-example{
    	margin-left: 10px;
			margin-bottom:10px;
    }
	
  .bs-example img{
				margin-left: 25px;
				margin-bottom:10px;
    }

/*Proof Id->End */
	

