#drop_file_zone {
    background-color: #FFF;
    height: 200px;
    padding: 8px;
    font-size: 18px;
}
#drag_upload_file {
  width:50%;
  margin:0 auto;
  align-items: center;
}
#drag_upload_file p {
  text-align: center;
  margin:0 0 5px !important;
}
#import-frm{
  border:1px solid lightgray !important; 
  height:280px;
  margin:5px 10px 0px 0px; 
  float:right;
}
#drag_upload_file #selectfile {
  display: none;
  z-index: 10;
}
#dpls{
	width:100%;
	border: 2px solid lightgray;
}
.thumbnail {
  width: 110px;
  height: 110px;
  padding: 2px;
  margin: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
  text-align:center;
}
.thumb {
  width: 150px;
  height: 140px;
  padding: 2px;
  margin: 2px;
  border: 2px solid lightgray;
  border-radius: 3px;
  float: left;
  text-align:center;
}
.thumbBig {
    max-width:280px;
    /* width: 280px; */
    width: auto;
    height: 225px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    text-align: center;
}
.thumbMed {
    /* width: 250px; */
    width:auto;
    height: 175px;
    padding: 2px;
    border: 2px solid lightgray;
    border-radius: 3px;
    float: left;
    text-align: center;
}