
/* style for icon buttons */
.bas-icon-button.cgm-button button {
    margin-top: 1.5rem;
    min-width: 0px;
    padding: 0.125rem;
}

.bas-permission-token-summary {
    text-align: right;
    padding-left: 20px;
}

.bas-permission-tree-item {
    width: 100%;  /* for table element */
}

.bas-permission-definition-dialog-small {
    height: 300px;
}

.bas-permission-definition-dialog-medium {
    height: 500px;
}


.bas-permission-definition-dialog-large {
    height: 700px;
}

.bas-permission-definition-dialog-main-container {
    box-shadow: 0 -1px 0 0 #d3d3d3;;
    margin-top: 1px;
}

.bas-permission-definition-dialog-editor {
    padding: 20px;
}

.bas-permission-definition-filter-row {
    padding: 12px;
    width: 100%;
}

.bas-permission-definition-toggle-button {
    min-width: 250px;
    padding: 10px;
}

/* needed because toolbar is higher then normal one because of the filter input field */
.bas-permission-definition-editor {
    height: calc(100% - 70px);
}

