.file-monitor-container {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -512px;
    margin-top: -277px;
    width: 1024px;
    min-height: 400px;
    padding: 18px 16px 0 16px;
    background: #fff;
    line-height: 1.6;
    border: 1px solid transparent;
    box-shadow: 0 6px 24px rgba(0,0,0,.24);
}

.file-monitor-modal {
    padding-bottom: 72px;
    width: 600px;
    outline: none;
    height: 400px;
    min-height: 50px;
    max-height: 1000px;
    min-width: 64px;
    max-width: 1000px;
    left: 660px;
    top: 269px;
    z-index: 18001;
    position: absolute;
}

.file-monitor-mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
}

.file-monitor-container .bh-table>tbody>tr>td {
	text-align: center;
	vertical-align: middle;
}

.file-monitor-index-table {
	width: 100%;
    max-height: 380px;
    overflow-y: auto;
    padding-bottom: 16px;
}

.file-monitor-footer {	   
    width: 100%;
    left: 0;
    float: right;
    position: absolute;
    bottom: 12px;
    padding: 0 24px;  
}

.attachmentPopOver ul li {
    list-style: none;
    cursor: pointer;
}
