﻿

.sidebaritem
{
    border-width:1px;
    border-style:solid;
    border-color:rgb(227,227,217);
    border-radius: 4px;
    -moz-border-radius: 4px;
    width:240px;
    margin-bottom: 15px;
}

.ui-dialog
{
}
.ui-dialog .ui-dialog-titlebar-close span
{
    margin-left: -8px;
    margin-top: -8px;
}
.docButton
{
    margin-bottom:0;
    margin-right: 15px;
    display: inline-block;
    width: auto;
}
.docButton .inactive
{
    background: none;
    color: #000000;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}

#AddTasksButton
{
    width: 26px;
    height: 26px;
    padding: 0;
}

#AddTasks
{
    padding: 5px;
    background-color: white;
    border-width: 2px;
}

#selectedDocuments * .count
{
    font-size: 14px;
    font-weight: bolder;
}

.selected * button.showSelected
{
    display: inline;
}
.available * button.showSelected
{
    display: none;
}
.buttonContainer
{
    height: 28px;
}
#clientActions {
  max-height: 350px;
  overflow-y: auto;
}
