.DataElement.Documents #FileInputArea, [data-ubc-file-upload-name] #FileInputArea {
    width: 0px;
    height: 0px;
    visibility: hidden;
    overflow:hidden;   
}
#DropZone.DropTarget {
    height: 50px;
    background-color: lightgray;
    border: solid 1px black;
}
#DropZone.DropTarget.Active {
    background-color: lightBlue;
}
#DropZone.InActive {
    display: none;
}
div.Document-SearchForm {
    width: 600px;
    overflow-x: auto;
    overflow-y: auto;
}
hr.CRM-Task-Separator {
    margin: 15px 0;
    clear: both;
}
.CRM-Task-Actions 
{
}
.CRM-Task-Actions textarea
{
    width: 600px;
    height: 5em;
}

.CRM-Task-Notes textarea
{
    width: 250px;
    height: 8em;
}

.CRM-Task-Scroll {
    font-size: 75%;
    max-height: 300px;
    overflow-y: auto;
}

.CRM-Workgroup-User-Search  .GridDataContainer {
    display: none;
}

.CRM-Workgroup-User-Search  .Torch-Grid-HasData > .GridDataContainer {
    display: block;
}
