#report_edit_select_work_item_title_dialog {
    display: none;
    position: absolute;
    overflow-y: scroll;
    padding: 0;
    text-align: center;
    border: 1px solid #aaa;
    box-shadow: 2px 2px 4px #888;
    z-index: 2000;
    max-height: 250px;
    top: 300px; /* 仮の値。正確な値は表示時に計算する */
    left: 200px; /* 仮の値。正確な値は表示時に計算する */
    width: 700px; /* 仮の値。正確な値は表示時に計算する */
}

#report_edit_select_work_item_title_dialog_list_item {
    padding: 10px 15px;
}

/*
#report_edit_select_work_item_title_dialog_list_item #detail_area {
    border-left: medium solid #cccccc;
}
*/

#report_edit_select_work_item_title_dialog_list_item #task_icon {
    margin-top: 14px;
}

#report_edit_select_work_item_title_dialog_list_item #task_name {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}

#report_edit_select_work_item_title_dialog_list_item #task_parson {
    white-space: nowrap;
    text-align: left;
}

#report_edit_select_work_item_title_dialog_list_item #comment_count {
    white-space: nowrap;
    text-align: left;
}

#report_edit_select_work_item_title_dialog_list_item #time {
    white-space: nowrap;
    text-align: left;
}

#report_edit_select_work_item_title_dialog_list_item #status {
    white-space: nowrap;
    text-align: right;
    margin-left: 40px;
}

#report_edit_select_work_item_title_dialog_list_item #limit_date {
    white-space: nowrap;
    text-align: right;
    margin-left: 50px;
}

#report_edit_select_work_item_title_dialog_list_item #project_name {
    white-space: nowrap;
    text-align: center;
    margin-left: 10px;
}

#report_edit_select_work_item_title_dialog_list_item #create_date {
    white-space: nowrap;
    text-align: left;
}

#report_edit_select_work_item_title_dialog_list_item #productivity_item_icon {
}

#report_edit_select_work_item_title_dialog_list_item #productivity_item_name {
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
}

#report_edit_select_work_item_title_dialog_list_item #productivity_sheet_name {
    white-space: nowrap;
    text-align: left;
}

/* 本のアイコンの位置 */
#book_icon {
    margin-right: 15px;
    margin-bottom: 5px;
    display: inline;
}

.task_icon > #task_icon {
    width: 14px;
}

/* 文字列表示省略 */
.report-content-overflow {
    overflow: hidden;
    max-width: 100%;
}

.report-text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report_work_item_icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
}
