#documents-filters li {
    list-style: none
}
#documents-filters,
#documents-filters ul {
    margin:0;
    padding:0;
}
#documents-filters ul ul {
    margin-left: 0;
}   
.documents .nav {
    font-size: 0.9em;
    margin: 0 0 10px -5px;
    overflow: hidden;
}
.documents .empty {
    color: #999;
}
.documents th strong {
    text-decoration: underline;
}
.documents .nav li {
    float: left;
    margin: 0 2px 0 0;
}
.documents .nav a {
    display: block;
    padding: 5px;    
}
.documents .nav strong a {
    background-color: #efefef;
    color: #555;
}
.documents .edit {
    display: none;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0.1em 0.2em;
    color: #432f17;
}
.documents .document-editable .edit {
    display: inline-block;
}

.documents .throbber {
    background: url(images/loader.gif) no-repeat;
    display: none;
    margin: 0 0 0 5px;
    height: 16px;
    width: 16px;
}
.documents .throbber.active {
    display: inline-block;
}

.documents table {
    border:none;
    width: 100%
}
.documents table h2,
.documents table h2 a {
    font-family: Arial,sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin: 6px 0;
    padding:0;
}
.documents table p {
    margin: 4px 0 20px;
}
.documents table span {
    color: #8C8C8C;
    font-style: italic;
}
.documents a.category {
    background-color: #8D8D8D;
    border-bottom: medium none;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    font-size: 13px;
    padding: 1px 5px;
}
.documents a.category:hover {
    background-color: #4D4D4D;
}
#ocuments tr th:last-child,
#documents tr td:last-child,
.document-updatedat {
    font-size:13px;
    width:20%;
}
.documents th strong {
    text-decoration: none;
}
.documents thead th {
    background-color:#EFEFEF;
}
.documents tr,
.documents td,
.documents tr td,
.documents tr:last-child td,
.documents tr:last-child td:last-child,
.documents tr:last-child td:last-child,
.documents tr:first-child td:first-child,
.documents tr:first-child td:last-child {
    background-color:#fff;
    border:none;
    color: #333 ;
    text-align:left;
    border-width:0;
    font-weight:normal;
    padding: 0 10px;
    vertical-align: top;
}
.documents thead th,
.documents tr {
    border-bottom:1px solid #ddd
}
.documents nav a {
    background: none;
    display: block;
    padding: 4px 6px;
    text-align: right;
}
.document-title {
    font-weight: bold;
}
.documents form ol {
    margin: 0;
}
.documents .filters label {
    display: none;
}
.documents .filters .tree label {
    display: inline
}
.documents .filters select {
    margin: 0;
}
.documents .filters .actions {
    clear: both
}
.documents .filters .tree {
    background-color: #efefef;
    position: absolute;
    z-index: 10
}
.documents .filters .hierarchy {
/*    overflow: hidden;
    overflow-y: scroll;    
    height: 150px;*/
    height: auto;
    
}
#documents-filters .hierarchy {
    margin:-7px 0 0 0 ;
}
.documents .hierarchy label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
}
.documents .hierarchy {
    background-color: #efefef;
    border: 1px solid #dedede;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);    
    font-size: 0.9em;
    margin: -1px 0 0 0;
    padding: 0 30px 1px 5px;
    position: absolute;
    z-index: 10;
}
.documents .hierarchy label input {
    margin-right: 5px;
}
.documents .hierarchy li {
    float: none;
/*    margin: 0 0 3px;*/
    margin: 0 10px;
}
.documents .hierarchy li li:hover {
    background-color: #ddd;
}
.documents .hierarchy ul {
    margin-left: 17px;
}
#document-categoryselector {
    background-color: #efefef;
    display: inline-block;
    border: 1px solid #dedede;
    font-weight: bold;
    padding: 5px 8px 5px 10px;
    overflow: hidden;
    position: relative;
    z-index: 15;
}
#document-categoryselector .category-name {
    display: inline-block;
    background: url(images/expand.png) no-repeat right center;
    padding-right: 20px;
}
#document-categoryselector.selected {
    border-bottom-color: #efefef;
}
