
.table{
	width:100%;
}

.table-row{
	display:flex;
}

.table-col{
	border-bottom:1px solid #ddd;
	text-align:left;
	padding:10px 15px;
	flex-grow:1;
	width:100%;
	display:flex;
	align-items:center;
	overflow:hidden;
	white-space:normal;
	word-break:break-all;
}

.table-col-select{
	width:50px;
	max-width:35px;
	min-width:35px !important;
}

.table-col-number{
	max-width:79px;
}

.table-col-text{

}

.table-col-sort{
	cursor:pointer;
}

.table-col-head{
	color: rgba(0,0,0,0.6);
}

.table-col-search .input-data{
	width:100%;
	font-family:verdana;
	padding:5px 8px;
}

.table-col-search{
	padding: 10px 6px;
}

.table .table-col-action{
	justify-content:flex-end;
	text-align:right;
	min-width:220px;
	max-width:220px;
}

.table .table-col-action-small{
	justify-content:flex-end;
	text-align:right;
	min-width:120px;
	max-width:120px;

}

.table-col-action > *:not(:first-child){
	margin-left:5px;
}
.section-pagination{
	padding:20px;
}

.table-col .spinner{
	height: 29px;
}