body{
  /*font-family: Arial;*/
  /*font-size: 10pt;*/
  }
        
#dropSection{
  height: 300px;
  height: 20em;
  width: 300px;
  width: 20em;
	width: 100%;
  background-color: skyblue;
	border-color: #ef800d;
	background-color: #ef800d;
	
  border: 2px dotted #cfcfcf;
  text-align: center;
  padding: 85px 10px;
	
  }
        
#btnUpload{
  display: none;
  }
        
.activedd{
  background-color: yellow !important;
}

.droptext{
  display: table;
  width: 100%;
  height: 20em;
	height: 100%;
	border:0px solid #f00;
	display: flex;
	align-items: center;
	justify-content: center;
  font-weight: bold;
  color: #fff;
  font-size: large;
}
			
.imgsrc{
  height: 30px;
	margin-right: 5px;
	}

.tablesend {
  border: 0px solid #f0f;
  width: 100%;
	color: #000;
	}

.trsend{
  border-top: 0px solid #f00;
  border-left: 0px solid #f00;
  border-right: 0px solid #f00;
  border-bottom: 0px solid #f00;
  border: 0px solid #f00;
}
.trsend.obrd{
  border-top: 1px solid #f00;
  border-top: 1px solid #cfcfcf;
}
.tdsend{
	padding: 5px;
  border-top: 0px solid #f00;
  border-left: 0px solid #f00;
  border-right: 0px solid #f00;
  border-bottom: 0px solid #f00;
  border: 0px solid #f00;
}
.tdsend.tdlinks{
	
}
