.tab_content {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1;
	height: 100%;
	justify-content: center;
    align-items: center;
}

.tab_command_line {
	display:none;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
	width: 100%;
}

table {
	border-collapse: collapse;
    background: white;
    border-style: hidden;
	border-bottom-style: solid;
    border-bottom-width: 2px;
}

tbody {
	overflow: auto;
    height: 100%;
    border-collapse: collapse;
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 15px;
}

thead {
	border-spacing: 0;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    font-weight: bold;
    position: sticky;
    top: 0;
    border-bottom-style: double;
}

.tdiv {
    flex-grow: 1;
	width:100%;
}


th {
	font-weight: normal;
	font-size: 18px;
}

th, td {
	border: #c9c9c9;
    border-style: solid;
    border-width: 1px;
	padding: 7px;
	text-align: left;
	height: 18px;
}

.edit_cell {
	text-align: left;
	border-radius: 0px;
	border-style: none;	
	padding: 0px;
	color:unset;
	outline: none;
    border: none;
	font-family: sans-serif;
    font-size: 15px;
}

tbody tr:not(.removed, .edit_row):hover {
	cursor:pointer;
	border-bottom-width: 2px;
    border-bottom-color: #d9d9d9;
    border-bottom-style: solid;
	text-decoration: underline;
}

tr.success {
	background: #e0f3f2;
}

.selected_row:not(.removed, .edit_row) {
    background: #ededed;
    color: #403f3f;	
}

.rem_td {
	background-color: #ffdfda;
	color: #3d5251;
}

.row_command_bar {
	float: right;
    height: 20px;
    margin-right: -65px;
}

td.arc {
	text-align: center;	
}

.row_command {
	float: left;
	padding-left: 4px;
}
