#finding_main_div b, em {
	font-weight: bold;
	font-style: normal;
}

#finding_main_div {
	color: white;
	background-color: #79746D8A;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
}

#finding_main_div .top-div {
	background-color: #004985;
	height: auto;
	min-height: 60px;
	width: 100%;
	font-size: 15px;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-shrink: 0;
}

#finding_main_div .buttons-div {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

#finding_main_div .part-buttons-div {
	display: flex;
	align-items: flex-end;
	width: 100%;
}

@media screen and (min-width: 1400px) {
	#finding_main_div .top-div {
		font-size: 20px;
	}
}

#finding_main_div .top-div-text {
	/* display: flex; */
	padding-left: 5%;
	line-height: 1.5;
}

/* 
#finding_main_div .top-div-finding-text::before {
	content: " ";
	white-space: pre;
}
*/

#finding_main_div .top-div-finding-text {
	font-weight: normal;
}

#finding_main_div .middle-div {
	width: 100%;
	flex-grow: 1;
	overflow: auto;
}

#finding_main_div .finding-div {
	height: auto;
	color: white;
	display: flex;
	align-items: center;
	cursor: pointer;
	min-width: 400px;
}

#finding_main_div .finding-div:hover {
	opacity: .95;
}

#finding_main_div .finding-div-text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	width: 100%;
	padding: 5px 5% 5px 0;
}

#finding_main_div .no-finding-div {
	color: black;
	background-color: #bcb5a9ff;
	padding-left: 5%;
	min-width: calc(400px - 5%);
}

#finding_main_div .finding-div-1 {
	background-color: #847f76ff;
}

#finding_main_div .finding-div-2 {
	background-color: #6c6861ff;
}

#finding_main_div .reject-image-div {
	color: black;
	background-color: #bcb5a9ff;
}

#finding_main_div .finging-icon-div {
	width: 25px;
	height: 25px;
	margin: -5px 0px;
}

#finding_main_div .finding-icon {
	width: 100%;
	height: 100%;
	/* margin: -5px 0px; */
	display: none;
}

#finding_main_div .bottom-div {
	background-color: #EBE2D35E;
	min-height: 50px;
	height: auto;
	flex-shrink: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#finding_main_div .button-finding {
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: normal;
	background: #7394abff 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 0;
	border-radius: 15px;
	width: auto;
	margin: 10px;
	margin-right: 25px;
}

#finding_main_div #button-lock-finding {
	margin-top: 5px;
	width: 100%;
	background: #aeb6b7ff;
}

#finding_main_div #button-assign-image {
	background: #638eb5ff;
	padding: 5px;
	margin-right: 0px;
}

#finding_main_div #button-reject-finding {
	background: #336c9dff;
	padding: 5px;
}

#finding_main_div #button-show-selected-findings {
	background: #b3aca1ff;
}

#finding_main_div .finding-button-text {
	font-weight: 300;
	padding: 0 10px;
	font-size: 12px;
}

@media screen and (min-width: 1400px) {
	#finding_main_div .finding-button-text {
		font-size: 16px;
	}
}

#finding_main_div #finding-button-check-div {
	width: 25px;
	height: 25px;
}

#finding_main_div #finding-button-check {
	display: none;
	width: 100%;
	height: 100%;
}

#finding_main_div .detail-div {
	width: 100%;
	border-left: 2px solid black;
}

#finding_main_div #detail-bottom-div {
	background-color: #EBE2D3;
	flex-shrink: 0;
	height: 100px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 60px;
}

#finding_main_div .detail-div table, th, td {
	vertical-align: middle;
	text-align: center;
	position: relative;
	color: black;
}

#finding_main_div .detail-div tr {
	height: 50px;
	vertical-align: middle;
}

#finding_main_div .detail-div th {
	border-right: 2px solid white;
	padding: 0 10px;
	cursor: default;
}

#finding_main_div .detail-div th:last-child {
	border-right: 0;
}

#finding_main_div .table-header {
	background-color: #ebe2d3ff;
	box-shadow: 0px 3px 6px #00000029;
	transform: translate(0, 0);
}

#finding_main_div .table-row-odd {
	background-color: #c5beb1ff;
}

#finding_main_div .table-row-even {
	background-color: #d4ccbeff;
}

#finding_main_div .check-cell {
	width: 50px;
}

#finding_main_div .text-cell {
	text-align: start;
	padding: 10px;
	cursor: pointer;
}

#finding_main_div .roelf-hint {
	border-bottom: 1px dotted #000;
}

#finding_main_div .risk-text {
	color: #004985;
	font-weight: normal;
}

#finding_main_div .roelf-img {
	width: 35px;
	height: 35px;
	cursor: pointer
}

#finding_main_div .custom-textarea {
	resize: vertical;
	min-height: 65px;
	width: 100%;
}

#finding_main_div .detail-button {
	font-size: 18px;
	border-radius: 15px;
	color: white;
	text-align: center;
	text-decoration: none;
	border: 0;
	background: none;
	box-shadow: none;
	padding: 2 25px;
	margin: 0 60px;
}

#finding_main_div #button-done-select-finding {
	background-color: #79746dff;
}

#finding_main_div #finding-summary-overlay {
	z-index: 9;
	position: absolute;
	height: 100%;
	width: 100%;
	display: none;
	background-color: #57534eff;
	opacity: .3;
}

#finding_main_div #finding-summary {
	position: absolute;
	left: 2%;
	right: 2%;
	bottom: 2%;
	top: 40%;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.9);
	color: black;
	border: 1px solid #004985;
	font-size: 18px;
	display: none;
	overflow-y: scroll;
	overflow: overlay;
}

#finding_main_div #finding-summary-close {
	cursor: pointer
}

#finding_main_div #finding-summary-header {
	font-weight: normal;
	padding: 2%;
	display: flex;
	justify-content: space-between;
}

#finding_main_div #finding-summary-text {
	font-weight: 300;
	padding: 2%;
}

#finding_main_div #roelf-frame {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 11;
	background-color: black;
}

#finding_main_div #roelf-frame-header {
	position: absolute;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	color: white;
	background-color: rgba(255, 255, 255, 0.3);
	padding: 3px 2%;
}

#finding_main_div #roelf-frame-header-close {
	cursor: pointer;
	font-size: 20px;
}

#finding_main_div #roelf-iframe {
	width: 100%;
	height: 100%;
}

#finding_main_div .collapsible {
	cursor: pointer;
	border-bottom: 1px solid var(--color5);
	text-align: left;
	outline: none;
}

#finding_main_div .collapsible-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease-out;
	background: #EBE2D3D6;
	padding: 0;
	padding-left: 4.5%;
	min-width: calc(400px - 4.5%);
}

#finding_main_div .content-right {
	width: 120px;
	margin-left: auto;
	margin-right: 0;
}

#finding_main_div .selectedCollText {
	width: 50%;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#finding_main_div .arrow-div {
	padding: 0 2%;
}

#finding_main_div .finding-arrow {
	height: 15px;
	transition: all 0.3s;
}

#roelf-version-info {
	margin: 10px;
}