@charset "UTF-8";

body {
	min-height: 100vh;
	margin: 0 auto;
}

.title {
	display: grid;
	margin-top: 20px;
}

#file-list,#file-list-tab {
	max-height: 200px;
	overflow-y: auto;
}	

.tablearea {
	overflow: auto;
	margin: 10px 10px 10px;
	width: 98%;
	height: 290px;
}

.tablearea table {
	margin: 0;
	border-spacing: 0;
}

.tablearea th {
	white-space: nowrap;
	position: sticky;
	top: 0;
	left: 0;
}

.tablearea tr:first-child th:first-child {
	z-index: 1;
}

.button-column {
	width: 110px;
	text-align: center;
	padding: 1px !important;
}

.button-column>button:hover {
	/*background-color: #E9E9E9;*/
	border: 1px solid black;
	color: #FFFFFF;
}

.table-header {
	background-color: #BDD7EE !important;
	height: 25px !important;
}

.column-icon {
	height: 20px !important;
	margin-right: 0px !important;
}

.notification-row {
	transition : all 0.3s;
	height: 25px !important;
}

tbody .notification-row:hover {
	background-color: #bfd3b8;
	
}
div.deficiencies-list {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border: black 1px solid;
}

table.table.table-bordered {
	width: 100%;
}
.hide {
	display: none;
}

.header-container {
	display: flex;
	align-items: flex-start;
	gap: 16px;
}

.left-header {
	display: flex;
	flex-direction: column;
}

.right-messages {
	color: red;
	font-size: 18px;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width: fit-content;
	text-align: left;
}

.filename-rule-message {
	margin-bottom: 1px;
	padding-bottom: 1px;
}