/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7/Jan/2015, 12:02:07
    Author     : joes
*/

.treeview li {
    min-height: 20px;
    vertical-align: middle;
    padding-top: 9px;
}
.treeview li span {
    font-size: 14px;
    vertical-align: middle;
}
.remissions ul li .document-name,
.remissions ul li .document-date,
.remissions ul li .document-type,
.previous-redactions ul li .document-name,
.previous-redactions ul li .document-date,
.previous-redactions ul li .document-type,
.annotations ul li .document-name,
.annotations ul li .document-date,
.annotations ul li .document-type {
    font-size: 14px;
}
.search-box input.search-text {
    width: 84%;
}
.search-box .search-button {
    height: 26px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    padding-top: 4px;
    margin-right: 1px
}
.search-box {
    height: 40px;
    width: 100%;
    z-index: 1000;
}
.tab-controlled.selected {
    padding: 0;
}
.tab-search-results ul li {
    font-size: 14px;
    height: 27px;
}
.splitter-document-path li {
    font-size: 12px;
    height: 27px;
}
.dashboard > .dashboard-tab.history .command-close-open {
    background: url(../img/icon-history-small.png) no-repeat center center #e5e5e5;
}
.dashboard > .dashboard-tab.bookmarks .command-close-open {
    background: url(../img/icon-bookmarks-small.png) no-repeat center center #e5e5e5;
}
.maximize-text-mobile {
    display: block;
}
.ui-dialog-content {
	font-size: 16px;
}
.splitter-document-path {
	display: none;
}