.file_list_panel td:last-child img{
    height: 16px;
}

.file_list_panel{
    display:inline-block;
    vertical-align: top;
}

.file_list_panel .panel_title > span{
    white-space: nowrap;
}
.file_list_panel .panel_title > .button{
    display: inline-block;
}

.file_list_panel .total{
    height: 40px;
    background-color: rgb(200,200,200);
    font-weight: bold;
}

.file_list_panel .selected_total{
    height: 40px;
    background-color: rgb(60,80,100);
    font-weight: bold;
    color: rgb(220,220,220);
}

.file_list_panel td:last-child, 
.file_list_panel td:nth-child(4){
    text-align: right;
}

.file_list_panel td:last-child{
	cursor:pointer;
}

.file_list_panel .total td, .file_list_panel .selected_total td{
    border-radius: 0;
}

.file_list_panel tr.selected td {
    font-weight: bold;
    background-color: white;
}

.file_list_panel .file_list td, .file_panel .file_list_panel th{
    padding: 4px 8px;
	text-align: center;
}

.file_list_panel td .loading{
	display: none;
}

.file_list_panel td.filename{
	text-align: left;
	max-width: 300px;
	text-overflow: ellipsis;
	overflow:hidden;
}


.file_list_panel .file_list{
    width: 100%;
    margin-top: 30px;
}

/* .file_list_panel tr.file td:first-child > div {
	background-image: url(/media/2020/02/text-plain-icon.png);
	background-size: contain;
	width: 32px;
	height: 32px;
} */
	
/* .file_list_panel tr.file.selected td:first-child > div {	
	background-image: url(/media/2020/05/text-selected-icon.png);
	width: 32px;
	height: 32px;
	background-size: contain;
} */