
.documents-directive-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.documents-directive-wrapper .documents-container {
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    overflow-y: auto;
}

.documents-directive-wrapper .documents-element {
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
    height: 50px;
    min-height: 50px;
}

.documents-directive-wrapper .documents-element .document-description {
    padding-left: 15px;
}

.documents-directive-wrapper .documents-element .document-logo {
    cursor: pointer;
    outline: none;
}

.documents-directive-wrapper .documents-element .document-logo img {
    outline: none;
}