﻿.docLibraryList .docLibraryListBorder{
    padding:20px;
}

.docLibraryList {
    position: absolute;
	top: 0;
    left: 0;
    right: 0;
    bottom:50px; }
	
.docLibraryList .docLibraryListBorder,.docLibraryListTabs  {
height:100%;

}
.docLibraryList div.ui-tabs-panel {
	height: calc(100% - 72px);
    overflow: auto;
}