﻿section {
	grid-row-gap: 0 !important;
}

.text-right {
	text-align: right;
}

.wrapper {
	display: flex;
	flex-direction: column;
}

.main-content {
	max-width: 100%;
	padding: 10px 20px;
	border-radius: 8px 8px 8px 8px;
	background-color: #f5f5f5;
}

.grid-container-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 1%;
}

.grid-container-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1%;
}

.grid-container-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 1%;
}

.custom-flex-column {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}

td, th {
	font-weight: 300;
}

th {
	text-align: left;
	font-weight: 900;
}

.table-row-btn {
	display: flex;
	gap: 10px;
	align-items: center;
	padding: 10px 0;
}

input,
select,
.faked_input {
	padding-left: .5em;
}

.file-upload {
	display: unset !important;
	height: auto;
}


.uploaded-files-section {
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}

.uploaded-files-list {
	list-style-type: none;
	padding: 0;
}


.file-item {
	display: flex;
	justify-content: space-between;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 6px;
	margin-bottom: 8px;
	margin-left: 8px;
}

	.file-item .remove-file {
		cursor: pointer;
	}

	.file-item label {
		display: flex;
		align-items: center;
		margin: 0;
		color: #0a0a0a;
	}

		.file-item label img {
			margin-right: 10px;
		}

	.file-item .file-name {
		display: inline-block;
		max-width: 650px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		vertical-align: bottom;
		margin-left: 4px;
	}

	.file-item .file-size {
		margin-left: 10px;
		color: #999;
	}

.empty-required {
	border: 1px solid #ff0000 !important;
}

input[type="radio"].empty-required::after {
	content: "";
	display: inline-block;
	width: 10px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #ff0000 !important;
	margin-right: 5px;
}

.fw-600 {
	font-weight: 600;
}

.heavy-th th {
	text-align: left;
}

.header-font {
	font-size: 1.2em
}

.push-right {
	margin-left: auto;
	text-align: right;
	align-items: center;
}

.activityPlanTable {
	width: 100%;
	border-collapse: collapse;
}

	.activityPlanTable, .activityPlanTable th, .activityPlanTable td {
		border: 1px solid black;
	}

		.activityPlanTable th, .activityPlanTable td {
			padding: 10px;
			text-align: left;
		}

		.activityPlanTable th {
			background-color: #ced4da;
		}

		.activityPlanTable .item-row input {
			width: 100%;
			padding: 5px;
			box-sizing: border-box;
		}

#addItem {
	margin-top: 10px;
}

.deleteRow {
	margin: 0 auto;
}

.emblem {
	align-self: auto;
	height: 100px;
	margin: 0 1em 1em 1em;
}

.ipk-text {
	margin-bottom: 20px;
}

.legend {
	overflow-x: auto;
	white-space: nowrap;
	padding: 10px;
}

.ordered-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

	.ordered-list li {
		margin-right: 20px;
		cursor: pointer;
		white-space: nowrap;
	}

		.ordered-list li.step-completed:before {
			background-color: #00d20e;
			border-color: #00d20e;
		}

.very-light-yellow {
	background-color: #ffffcc;
}

#policesTable {
	margin-top: 0;
}