.UploadProgress {
    width: 100%;
    height: 20px;
    border: green 1px solid;
    display: none;
	margin-top: 10px;
}
.UploadProgress .Uploaded {
    width: 0px;
    height: 18px;
    background-color: orange;
}

.drug-n-drop {
    height: 300px;
    width: 90%;
    border: dashed grey 1px;
    margin-bottom: 20px;
}
.drug-n-drop:hover {
    border: dashed grey 2px;
}

.drug-n-drop .text{
    padding-top: 100px;
    font-size: 20px;
    color: grey;
    text-align: center;
    
}