/* -- General -- */
body {
	background-color: #e9e9e9 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 13.6px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif !important;
}
p, div, span, 
.ui.button, 
.ui.input > input, 
.ui.dropdown {
	font-family: 'Roboto', sans-serif !important;
}
/* -- Remove the default focus ring -- */
body .left.company_logo,
body .left.company_logo a:focus,
body .left.company_logo a:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}
/* -- Fix for Search Dropdown inputs being crushed to 0px width in multi-column fields -- */
body .ui.form .fields .ui.dropdown.search > input.search {
	width: 100% !important;
	flex: 1 1 auto !important; /* Overrides the 1 0 auto that kills the width */
}
/* -- Target the dropdown specifically when it is focused or active -- */
body .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .ui.dropdown.active,
body .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .ui.dropdown:focus-within {
	border-left: 1px solid #85b7d9 !important;
}
body .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + .ui.dropdown {
	transition: border-color 0s ease, box-shadow 0s ease;
}
body.client-add .ui.label,
body.client-edit .ui.label,
body.company-add .ui.label,
body.company-edit .ui.label,
body.course-add .ui.label,
body.course-edit .ui.label,
body.equipment-add .ui.label,
body.equipment-edit .ui.label,
body.machine-add .ui.label,
body.machine-edit .ui.label,
body.label-add .ui.label,
body.label-edit .ui.label,
body.settings .ui.label,
body.view-status .ui.label,
body.profile-edit .ui.label {
	display: inline-block;
	min-width: 45px;
	text-align: center;
}
body.client-add .ui.fluid.label,
body.client-edit .ui.fluid.label,
body.company-add .ui.fluid.label,
body.company-edit .ui.fluid.label,
body.course-add .ui.fluid.label,
body.course-edit .ui.fluid.label,
body.machine-add .ui.fluid.label,
body.machine-edit .ui.fluid.label,
body.label-add .ui.fluid.label,
body.label-edit .ui.fluid.label,
body.settings .ui.fluid.label,
body.view-status .ui.fluid.label {
	display: inline-block;
	min-width: unset;
	text-align: unset;
}
body.login > .grid {
	height: 100%;
}
body.login .image {
	margin-top: -100px;
}
body.login .column {
	max-width: 450px;
}
body.login .ui.error.message:not(:empty) {
	font-size: 13.6px;
}
body .company_logo img {
	width: 150px;
	height: auto;
	padding: 5px 0 0 5px;
	outline: 0;
}
body .segment_title {
	margin-top: 10px;
}
body .segment_link h3 {
	font-size: 19px;
	font-weight: 500;
	color: #585858;
	letter-spacing: 0.01em;
}
body i.extra_huge.icon,
body i.extra_huge.icons {
	line-height: 1;
	vertical-align: middle;
	font-size: 6em;
}
body i.gradient_blue.icon {
	color: transparent;
	background-image: linear-gradient(135deg, #27a9e0 20%, #1b76bd 100%);
	background-clip: text;
	-webkit-background-clip: text;
}
body .reg_opsi i.extra_huge.icon,
body .reg_opsi i.extra_huge.icons {
	line-height: 1.01;
}
body i.icon.cogs {
	width: 1.29em;
}
body .extra_box_shadow:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	cursor: pointer;
}
body .ui.menu .no_border::before {
	width: 0;
	background: transparent;
}
body .ui.menu .right .item:first-of-type {
	padding: 0;
}
body .ui.menu .left .smaller_btn_padding,
body .ui.menu .right .smaller_btn_padding {
	padding: .78571429em 1.1em .78571429em;
}
body .ui.menu .left .ui.basic.button,
body .ui.menu .right .ui.basic.button {
	letter-spacing: 0.01em;
	font-size: 13.6px;
}
body .ui.menu .right .last_item {
	padding-left: 0;
}
body .ui.header_padding {
	padding: 15px 0 0;
}
body .ui.basic.segment h2 {
	color: #585858;
	font-size: 20.8px;
	font-weight: 500;
}
body .ui.basic.segment h2 .sub.header {
	font-size: 1.02285714rem;
}
body .ui.basic.segment h2 .icon {
	font-size: 36px !important;
}
body .ui.table thead th.head_controls {
	text-align: center;
}
body .ui.table tbody td.body_controls {
	text-align: center;
}
body .dashboard_margin {
	margin-bottom: 1rem;
}
body .edit_content {
	min-width: 28px;
	background-color: #27a9e0;
	color: #ffffff;
	padding: 6px 8px;
	margin: 0px 2px;
	border-radius: 4px;
	display: inline-block;
}
body .edit_content i {
	margin: 0 0 0 1px;
}
body .edit_content:hover {
	background-color: #1b76bd;
}
body .delete_content {
	min-width: 28px;
	background-color: #ff0000;
	color: #ffffff;
	padding: 6px 8px;
	margin: 0px 2px;
	border-radius: 4px;
	display: inline-block;
}
body .delete_content i {
	margin: 0 0 0 1px;
}
body .delete_content:hover {
	background-color: #e60000;
}
body .ui.table tbody tr:hover {
	background-color: #f8f8f8 !important;
}
body .ui.pagination.menu {
	float: right;
}
body .ui.c_input {
	width: 100%;
}
body .ui.c_input i {
	font-size: 18px;
	margin: 0 !important;
	padding: 2px 0 0;
}
body .ui.c_input i.tag {
	font-size: 17px;
	margin: 0 !important;
	padding: 2px 0 0 0;
	vertical-align: sub;
}
body .ui.c_input_phone {
	width: 100%;
}
body .ui.c_input_phone i {
	margin: 0 !important;
	padding: 2px 0 0;
	font-size: 17px;
	transform: scaleX(-1);
}
body .ui.c_input .i_notes {
	background-color: #f9f9f9;
	pointer-events: none;
}
body .ui.c_input .i_notes:focus {
	border-color: rgba(34,36,38,.15);
	border-left-color: transparent !important;
}
/*
body .textarea_notes {
	margin-top: 1rem;
}
*/
/*
body .ui.c_dropdown {
	width: 100%;
}
*/
body .ui.selection.dropdown {
	line-height: 1.2em;
	min-height: 2.91428571em;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	width: 100%;
}
body .ui.selection.dropdown>.dropdown.icon {
	top: .18571429em;
	right: 0.95em;
}
body .ui.selection.dropdown:hover {
	border-color: rgba(34,36,38,.15);
	box-shadow: none;
}
body .ui.selection.dropdown.active,
body .ui.selection.dropdown.visible {
	z-index: 15;
}
body .ui.c_input_calendar {
	width: 100%;
}
body .ui.c_input_calendar i {
	font-size: 17px;
	margin: 0 !important;
	padding: 0;
}
body .ui.c_input_calendar input[type="text"] {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	min-height: 2.91428571em;
}
body .ui.c_input_calendar input[type="text"]:focus {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
body .ui.c_input_calendar .popup {
	cursor: pointer;
}
body .c_input_calendar .ui.label {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
body .ui.c_colors.active.dropdown .menu .item i {
	font-size: 12px;
	padding-right: 18px;
}
body .ui.c_colors .text i {
	font-size: 12px;
	padding-right: 18px;
}
body.status .ui.menu .right .c_clear:first-of-type {
	padding: .92857143em 1.14285714em;
}
body .ui.form input[type=text],
body .ui.form input[type=email],
body .ui.form input[type=tel],
body .ui.form input[type=url],
body .ui.form input[type=password] {
	width: unset;
}
body .ui.form .messages_margin {
	margin-top: 20px;
	padding-bottom: 20px;
}
body .ui.form .field.error input[type=text],
body .ui.form .field.error input[type=url],
body .ui.form .field.error input[type=email],
body .ui.form .field.error input[type=password],
body .ui.form .field.error input[type=tel] {
	border-left-color: #e0b4b4 !important;
}
body .ui.form .field.error input[type=text]::placeholder,
body .ui.form .field.error input[type=url]::placeholder,
body .ui.form .field.error input[type=email]::placeholder,
body .ui.form .field.error input[type=password]::placeholder,
body .ui.form .field.error input[type=tel]::placeholder {
	color: #9f3a38;
}
/* -- Center the icon inside labeled buttons -- */
body .ui.labeled.icon.button > .icon {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
}
body .sample_csv_file {
	margin-top: 20px;
	text-align: right;
}
body #dt-length-container {
	padding-right: 8px;
}
body #dt-length-container #myTable_length {
	font-size: 13.6px;
}
body #dt-length-container #myTable_length select {
	padding: 7px 5px;
	border: 1px solid rgba(34, 36, 38, .15);
	margin: 0 3px;
	border-radius: .28571429rem;
}
body #dt-length-container #myTable_length select:focus-visible {
	outline: none;
}
body .ui.menu .label_filtering {
	padding-left: 8px;
	padding-right: 0;
	font-size: 13px;
}
body .ui.menu .label_filtering_dropdown .menu .header,
body .ui.menu .course_filtering_dropdown .menu .header,
body .ui.menu .report_filtering_dropdown .menu .header,
body .ui.menu .review_filtering_dropdown .menu .header {
	letter-spacing: 0.02em;
	font-size: 12px;
	font-weight: 500;
}
body #myTable thead tr th {
	font-size: 13.6px;
	font-weight: 500;
	color: #585858;
}
body #myTable tbody tr td {
	font-weight: 400;
}
body #myTable tbody tr td .ui.basic.label {
	font-size: 13.5px;
	font-weight: 500;
}
/* -- Target the table cell itself -- */
body #myTable td {
    white-space: normal !important;
    word-wrap: break-word !important;
    vertical-align: middle !important; /* Keeps text centered if row gets tall */
}
/* -- Target any span that might be fighting the td -- */
body #myTable td span.ui.text {
    white-space: normal !important;
    display: inline-block;
    line-height: 1.4;
    max-width: 100%;
}
/*	-- Label Colors -- */
body .label-text {
	display: inline-block;
	color: #ffffff;
	padding: 3px 10px 3px 10px;
	border-radius: 4px;
	font-size: 13.5px;
	letter-spacing: 0.01em;
}
body .label-red {
	background-color: #db2828 !important;
}
body .label-orange {
	background-color: #f2711c !important;
}
body .label-yellow {
	background-color: #fbbd08 !important;
}
body .label-olive {
	background-color: #b5cc18 !important;
}
body .label-green {
	background-color: #21ba45 !important;
}
body .label-teal {
	background-color: #00b5ad !important;
}
body .label-blue {
	background-color: #2185d0 !important;
}
body .label-violet {
	background-color: #6435c9 !important;
}
body .label-purple {
	background-color: #a333c8 !important;
}
body .label-pink {
	background-color: #e03997 !important;
}
body .label-brown {
	background-color: #a5673f !important;
}
body .label-grey {
	background-color: #767676 !important;
}
body .label-black {
	background-color: #1b1c1d !important;
}
/* -- Pagination -- */
body .dataTables_wrapper .dataTables_info {
	float: left;
	color: rgba(0, 0, 0, .95);
	font-size: 13.6px;
	letter-spacing: 0.01em;
}
body .dataTables_wrapper .dataTables_paginate {
	display: inline-flex;
	vertical-align: middle;
	float: right;
	background-color: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
	border-radius: .28571429rem;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	color: rgba(0, 0, 0, .50) !important;
	background: transparent;
	padding: 12px 10px 10px 13px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.previous i.icon {
	line-height: unset !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	cursor: default !important;
	background: transparent !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 13px 18px;
	color: rgba(0, 0, 0, .95);
	display: inline-flex;
	border-right: 1px solid rgba(34,36,38,.1);
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: rgba(0,0,0,.95);
	background: rgba(0,0,0,.03);
	cursor: pointer;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: rgba(0,0,0,.05);
	font-size: 13.6px;
	letter-spacing: 0.01em;
}
body .dataTables_wrapper .dataTables_paginate .ellipsis {
	padding: 10px 18px;
	display: inline-flex;
	border-right: 1px solid rgba(34,36,38,.1);
	color: rgba(40,40,40,.35)!important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next {
	color: rgba(0, 0, 0, .50) !important;
	background: transparent;
	padding: 12px 10px 10px 13px;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next i.icon {
	line-height: unset !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
	color: rgba(0, 0, 0, .95);
	background: rgba(0, 0, 0, .03);
	cursor: pointer;
}
body .ui.table tbody tr.no_data_bg:hover {
	background-color: #ffffff !important;
}
body .ui .no_data_padding {
	padding: 10px;
}
body #success_message_after_deletion {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	max-width: 350px;
	transition: transform 0.5s ease-out; /* 0.5 seconds for the slide-in effect */
	transform: translateX(100%); /* Set the starting position off-screen to the right */
}
body #success_message_after_deletion.show-animation {
	transform: translateX(0); /* The final state of the animation */
}
/*
body .ui.selection.dropdown>.remove.icon {
	right: 1.5em;
}
body .ui.dropdown>.remove.icon {
	top: .46571429em;
}
*/
body .ui.dropdown.has-value > .dropdown.icon {
	display: none !important;
}
body .ui.dropdown.has-value > .remove.icon {
	display: block !important;
	visibility: visible !important;
	opacity: 0.6 !important;
	right: 1.5em !important;
	top: .36571429em;
}
body .ui.form .field>input:hover:not(:focus),
body .ui.form .field>textarea:hover:not(:focus),
body .ui.input>input:hover:not(:focus),
body .ui.input>textarea:hover:not(:focus) {
	border-color: rgba(34, 36, 38, .15);
}
body .ui.form input[type=file] {
	padding: .47857143em .5em;
}
/* -- View Client / Equipment Data -- */
body.view-client .ui.menu .right .item:first-of-type,
body.view-equipment .ui.menu .right .item:first-of-type,
body.view-company-details .ui.menu .right .item:first-of-type {
	padding: .92857143em 1.14285714em;
}
/* Top */
body.view-client .client-top-section fieldset,
body.view-equipment .equipment-top-section fieldset,
body.view-company-details .registry-top-section fieldset {
	margin-top: 5px !important;
}
body.view-client .client-top-section fieldset,
body.view-equipment .equipment-top-section fieldset,
body.view-company-details .registry-top-section fieldset {
	border: 1px solid #dddddd !important;
	border-radius: 5px;
	padding: 10px 15px 15px;
	font-size: 13.6px;
}
body.view-client .client-top-section fieldset legend,
body.view-equipment .equipment-top-section fieldset legend,
body.view-company-details .registry-top-section fieldset legend {
	font-weight: 400;
	color: #1b76bd;
	padding: 0 8px;
	letter-spacing: 0.02em;
}
body.view-client .client-top-section fieldset .ui.list,
body.view-equipment .equipment-top-section fieldset .ui.list,
body.view-company-details .registry-top-section fieldset .ui.list {
	margin: 0;
}
body.view-client .client-top-section fieldset .ui.list>.item,
body.view-equipment .equipment-top-section fieldset .ui.list>.item,
body.view-company-details .registry-top-section fieldset .ui.list>.item {
	padding: 0 0 10px 8px;
	line-height: 1.4285em;
}
body.view-client .client-top-section fieldset .ui.list>.item:last-of-type,
body.view-equipment .equipment-top-section fieldset .ui.list>.item:last-of-type,
body.view-company-details .registry-top-section fieldset .ui.list>.item:last-of-type {
	padding: 0 0 0 8px;
}
body.view-equipment .equipment-top-section fieldset .ui.list>.item .ui.grid {
	margin-bottom: 2px;
}
body.view-equipment .equipment-top-section fieldset .ui.list>.item .ui.grid>.row {
	padding-bottom: 0;
	padding-top: 15px;
}
body.view-equipment .equipment-top-section fieldset .ui.list>.item .ui.grid>.row:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 0;
}
body.view-client .client-top-section fieldset .ui.list .item .header,
body.view-equipment .equipment-top-section fieldset .ui.list .item .header,
body.view-company-details .registry-top-section fieldset .ui.list .item .header {
	color: #888888;
	font-size: 0.9em;
	margin-bottom: 2px;
	font-weight: 400;
}
body.view-equipment .equipment-top-section .ui.medium.label {
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 12.6px;
}
/* Middle */
body.view-client .client-middle-section fieldset,
body.view-equipment .equipment-middle-section fieldset {
	border: 1px solid #dddddd !important;
	border-radius: 5px;
	padding: 10px 15px 15px;
	font-size: 13.6px;
}
body.view-equipment .equipment-middle-section fieldset {
	margin-top: 25px !important;
}
body.view-client .client-middle-section fieldset legend,
body.view-equipment .equipment-middle-section fieldset legend {
	font-weight: 400;
	color: #1b76bd;
	padding: 0 8px;
	letter-spacing: 0.02em;
}
body.view-client .client-middle-section fieldset .ui.list,
body.view-equipment .equipment-middle-section fieldset .ui.list {
	margin: 0;
}
body.view-client .client-middle-section fieldset .ui.list>.item,
body.view-equipment .equipment-middle-section fieldset .ui.list>.item {
	padding: 0 0 10px 8px;
	line-height: 1.4285em;
}
body.view-client .client-middle-section fieldset .ui.list>.item:last-of-type,
body.view-equipment .equipment-middle-section fieldset .ui.list>.item:last-of-type {
	padding: 0 0 0 8px;
}
body.view-client .client-middle-section fieldset .ui.list .item .header,
body.view-equipment .equipment-middle-section fieldset .ui.list .item .header {
	color: #888888;
	font-size: 0.9em;
	margin-bottom: 2px;
	font-weight: 400;
}
body.view-client .client-middle-section fieldset .ui.list .item .button,
body.view-equipment .equipment-middle-section fieldset .ui.list .item .button {
	font-weight: 400;
	letter-spacing: 0.02em;
}
body.view-equipment .equipment-middle-section .ui.table {
	margin: 3px 0 !important;
}
body.view-equipment .equipment-middle-section .ui.table thead th {
	font-weight: 500;
	letter-spacing: 0.02em;
}
body.view-equipment .equipment-middle-section #equipment_machines_table .ui.medium.label {
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 12.6px;
}
body.view-equipment .equipment-middle-section #equipment_machines_table .btn-controls .ui.medium.label {
	padding: .78571429em 1.5em .78571429em;
}
body.view-equipment .equipment-middle-section .ui.table .button {
	font-weight: 400;
	letter-spacing: 0.02em;
}
/* Bottom */
body.view-client .client-bottom-section fieldset,
body.view-equipment .equipment-bottom-section fieldset {
	margin-top: 25px !important;
	margin-bottom: 10px !important;
}
body.view-client .client-bottom-section fieldset,
body.view-equipment .equipment-bottom-section fieldset {
	border: 1px solid #dddddd !important;
	border-radius: 5px;
	padding: 10px 15px 15px;
	font-size: 13.6px;
}
body.view-client .client-bottom-section fieldset legend,
body.view-equipment .equipment-bottom-section fieldset legend {
	font-weight: 400;
	color: #1b76bd;
	padding: 0 8px;
	letter-spacing: 0.02em;
}
body.view-client .client-bottom-section fieldset .ui.list,
body.view-equipment .equipment-bottom-section fieldset .ui.list {
	margin: 0;
}
body.view-client .client-bottom-section fieldset .ui.list>.item {
	padding: 0 0 0 8px;
	line-height: 1.4285em;
}
body.view-equipment .equipment-bottom-section fieldset .ui.list>.item {
	padding: 0 0 10px 8px;
	line-height: 1.4285em;
}
body.view-equipment .equipment-bottom-section fieldset .ui.list>.item .header {
	color: #888888;
	font-size: 0.9em;
	margin-bottom: 2px;
	font-weight: 400;
}
body.view-equipment .equipment-bottom-section fieldset .ui.list>.item .button {
	font-weight: 400;
	letter-spacing: 0.02em;
}
body.view-client .client-bottom-section fieldset .ui.list>.item:last-of-type,
body.view-equipment .equipment-bottom-section fieldset .ui.list>.item:last-of-type {
	padding: 0 0 1px 8px;
}
body.view-client .client-bottom-section fieldset .ui.list .item .label,
body.view-equipment .equipment-bottom-section fieldset .ui.list .item .label {
	font-weight: 400 !important;
	letter-spacing: 0.02em;
}
/* -- View Certificate Data -- */
body.client-certificate .view-client-download-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
body.client-certificate .view-client-download-buttons .ui.basic.button {
	background-color: #ffffff !important;
}
body.client-certificate .view-client-download-buttons .ui.green.button {
	font-weight: 400;
}
body.client-certificate .certificate-container-bottom-space {
	padding-bottom: 50px !important;
}
body.client-certificate .certificate-wrapper {
	position: relative;
	width: 210mm;
	min-height: 297mm;
	margin: 20px auto 0;
	overflow: hidden;
}
/* -- Positioning for data fields -- */
body.client-certificate .certificate-data {
	position: absolute;
    white-space: nowrap;
	z-index: 10; /* Higher than the image, so it stays visible */
}
body.client-certificate .certificate-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Lowest layer */
    object-fit: fill; /* Ensures it covers the whole 210x297mm area */
}
body.client-certificate #certificate-header-wrapper {
	display: block !important;
	overflow: hidden;
	position: relative;
	width: 210mm;
	margin: 30px auto 0;
}
body #certificate-render-area {
	display: block !important;
	overflow: hidden;
	position: relative;
	width: 210mm !important;
	min-height: 297mm !important;
	margin: 0 auto;
}
body.client-certificate .data-client-certificate-title {
	font-size: 40px;
	line-height: 40px;
    color: #000000;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
body.client-certificate.layout-standard .data-client-certificate-title {
	top: 17%;
}
body.client-certificate.layout-with-details .data-client-certificate-title {
	top: 11%;
}
body.client-certificate .data-client-certificate-number-wrapper {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	margin-left: 50px;
	gap: 5px;
}
body.client-certificate.layout-standard .data-client-certificate-number-wrapper {
	top: 25%;
}
body.client-certificate.layout-with-details .data-client-certificate-number-wrapper {
	top: 16.5%;
}
body.client-certificate .data-client-certificate-number-label {
	font-weight: 400;
}
body.client-certificate .data-client-certificate-number-data {
	font-weight: 600;
}
body.client-certificate .data-client-course-completion-date-wrapper {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	margin-left: 50px;
	gap: 5px;
}
body.client-certificate.layout-standard .data-client-course-completion-date-wrapper {
	top: 27%;
}
body.client-certificate.layout-with-details .data-client-course-completion-date-wrapper {
	top: 18.5%;
}
body.client-certificate .data-client-course-completion-date-label {
	font-weight: 400;
}
body.client-certificate .data-client-course-completion-date {
	font-weight: 600;
}
body.client-certificate .data-client-course-title {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	white-space: normal !important;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.client-certificate.layout-standard .data-client-course-title {
	top: 31%
}
body.client-certificate.layout-with-details .data-client-course-title {
	top: 22.5%
}
body.client-certificate .data-client-course-additional-details {
	white-space: normal !important;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	margin-left: 50px;
	margin-right: 50px;
}
body.client-certificate .data-client-course-additional-details .ui.divider:first-of-type {
	margin: 5px 0 10px;
}
body.client-certificate .data-client-course-additional-details .ui.divider:last-of-type {
	margin: 5px 0 0;
}
body.client-certificate .data-client-course-additional-details p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
}
body.client-certificate .data-client-course-additional-details ul {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 19px;
	padding-left: 30px;
}
body.client-certificate.layout-with-details .data-client-course-additional-details {
	top: 27.5%
}
body.client-certificate .data-client-full-name-wrapper {
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	display: flex;
	margin-left: 50px;
	gap: 5px;
}
body.client-certificate.layout-standard .data-client-full-name-wrapper {
	top: 39%;
}
body.client-certificate.layout-with-details .data-client-full-name-wrapper {
	top: 48%;
}
body.client-certificate .data-client-full-name-label {
	font-weight: 400;
}
body.client-certificate .data-client-full-name {
	font-weight: 600;
	text-transform: uppercase;
}
body.client-certificate .data-client-date-of-birth-wrapper {
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	display: flex;
	margin-left: 50px;
	gap: 5px;
}
body.client-certificate.layout-standard .data-client-date-of-birth-wrapper {
	top: 42.5%;
}
body.client-certificate.layout-with-details .data-client-date-of-birth-wrapper {
	top: 51%;
}
body.client-certificate .data-client-date-of-birth-label {
	font-weight: 400;
}
body.client-certificate .data-client-date-of-birth {
	font-weight: 600;
}
body.client-certificate .data-client-job-title-wrapper {
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	display: flex;
	margin-left: 50px;
	gap: 5px;
}
body.client-certificate.layout-standard .data-client-job-title-wrapper {
	top: 46%;
}
body.client-certificate.layout-with-details .data-client-job-title-wrapper {
	top: 54%;
}
body.client-certificate .data-client-job-title-label {
	font-weight: 400;
}
body.client-certificate .data-client-job-title {
	font-weight: 600;
	text-transform: uppercase;
}
body.client-certificate .data-client-company-wrapper {
	font-size: 17px;
	line-height: 21px;
	color: #000000;
	display: flex;
	margin-left: 50px;
	gap: 5px;
	white-space: normal !important;
}
body.client-certificate.layout-standard .data-client-company-wrapper {
	top: 49.5%;
}
body.client-certificate.layout-with-details .data-client-company-wrapper {
	top: 57%;
}
body.client-certificate .data-client-company-label {
	font-weight: 400;
}
body.client-certificate .data-client-company {
	font-weight: 600;
	text-transform: uppercase;
}
body.client-certificate .data-client-course-success-title-wrapper {
	font-size: 23px;
	line-height: 27px;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
body.client-certificate.layout-standard .data-client-course-success-title-wrapper {
	top: 56%;
}
body.client-certificate.layout-with-details .data-client-course-success-title-wrapper {
	top: 62.5%;
}
body.client-certificate .data-client-course-success-message-wrapper {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	white-space: normal !important;
	left: 0;
	right: 0;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.client-certificate.layout-standard .data-client-course-success-message-wrapper {
	top: 61%;
}
body.client-certificate.layout-with-details .data-client-course-success-message-wrapper {
	top: 67.4%;
}
body.client-certificate .data-client-course-validity-date {
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	text-align: center;
}
body.client-certificate.layout-standard .data-client-course-validity-date {
	top: 68%;
}
body.client-certificate.layout-with-details .data-client-course-validity-date {
	top: 73.5%;
}
body.client-certificate .data-client-legal-info {
	font-size: 13px;
	line-height: 19px;
	font-style: italic;
	text-align: center;
	white-space: normal !important;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 50px;
	margin-right: 50px;
}
body.client-certificate.layout-standard .data-client-legal-info {
	top: 74%;
}
body.client-certificate.layout-with-details .data-client-legal-info {
	top: 78%;
}
body.client-certificate .data-client-success-date {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	margin-left: 50px;
}
body.client-certificate.layout-standard .data-client-success-date {
	top: 81%;
}
body.client-certificate.layout-with-details .data-client-success-date {
	top: 84.4%;
}
body.client-certificate .data-client-ceo-info {
	font-size: 16px;
	line-height: 20px;
	display: flex;
	justify-content: end;
	align-items: center;
	width: 95%;
}
body.client-certificate.layout-standard .data-client-ceo-info {
	top: 84%;
}
body.client-certificate.layout-with-details .data-client-ceo-info {
	top: 86.3%;
}
body.client-certificate .data-content-ceo-signature {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 95%;
}
body.client-certificate.layout-standard .data-content-ceo-signature {
	top: 89%;
}
body.client-certificate.layout-with-details .data-content-ceo-signature {
	top: 90.5%;
}
body.client-list .ui.red.label,
body.client-list .ui.orange.label,
body.client-list .ui.yellow.label,
body.client-list .ui.olive.label,
body.client-list .ui.green.label,
body.client-list .ui.teal.label,
body.client-list .ui.blue.label,
body.client-list .ui.purple.label,
body.client-list .ui.pink.label,
body.client-list .ui.brown.label,
body.client-list .ui.grey.label,
body.client-list .ui.black.label,
body.company-list .ui.red.label,
body.company-list .ui.orange.label,
body.company-list .ui.yellow.label,
body.company-list .ui.olive.label,
body.company-list .ui.green.label,
body.company-list .ui.teal.label,
body.company-list .ui.blue.label,
body.company-list .ui.purple.label,
body.company-list .ui.pink.label,
body.company-list .ui.brown.label,
body.company-list .ui.grey.label,
body.company-list .ui.black.label {
	font-size: 13.5px;
	letter-spacing: 0.01em;
	font-weight: 400;
}
body.equipment-list .ui.green.label,
body.equipment-list .ui.red.label,
body.view-equipment-company .ui.green.label,
body.view-equipment-company .ui.red.label {
	font-size: 12px;
	letter-spacing: 0.03em;
	font-weight: 500;
}
body.machine-add .ui.form input[type=file],
body.machine-edit .ui.form input[type=file] {
	line-height: 1.394286em;
}
/* -- Hide number input arrows (spinners) -- */
body.machine-add input::-webkit-outer-spin-button,
body.machine-add input::-webkit-inner-spin-button,
body.machine-edit input::-webkit-outer-spin-button,
body.machine-edit input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}
body.machine-add input[type=number],
body.machine-edit input[type=number] {
	-moz-appearance: textfield !important;
	appearance: textfield !important;
}
@supports (-moz-appearance:none) {
	body.machine-add .ui.file.input input[type="file"]::file-selector-button,
	body.machine-add .ui.form .field input[type="file"]::file-selector-button,
	body.machine-edit .ui.file.input input[type="file"]::file-selector-button,
	body.machine-edit .ui.form .field input[type="file"]::file-selector-button {
		font-weight: 400 !important;
		padding: .77857143em 1em;
	}
}
body .ui.c_input .ui.label > .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100% !important;
	margin: 0 !important; /* Safety net to prevent icon-drift */
}
body.client-add .ui.labeled.input>.label:not(.corner) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
body.client-add .ui.form .three.fields #client_date_of_birth,
body.client-add .ui.form .three.fields #course_completion_date {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
/* -- Forms & Inputs -- */
body .ui.fluid.label {
	background-color: #f9f9f9;
	border: 1px solid rgba(34, 36, 38, .15);
	font-size: 13.6px;
	padding: .78571429em;
	font-weight: 400;
	color: #585858;
	margin: 3px 0 1rem;
}
body .ui.fluid.label i {
	font-size: 16px;
}
body .ui.form .field>label {
    font-size: 13.6px;
    font-weight: 500;
    letter-spacing: 0.01em;
}
body .ui.form:not(.inverted) .field>label:not(.button) {
    color: #585858;
}
/* -- Notifications & Alerts -- */
body #success_message_floating,
body #error_message_floating {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	max-width: 350px;
	transition: transform 0.5s ease-out; /* 0.5 seconds for the slide-in effect */
	transform: translateX(100%); /* Set the starting position off-screen to the right */
}
body #success_message_floating.show-animation,
body #error_message_floating.show-animation {
	transform: translateX(0); /* The final state of the animation */
}
/* -- Trumbowyg WYSIWYG editor -- */
body .trumbowyg-box .trumbowyg-editor {
	min-height: 260px;
	margin: 0 auto;
	padding: 15px;
}
body .trumbowyg-box.trumbowyg-fullscreen .trumbowyg-editor {
	min-height: calc(100vh - 40px) !important;
	height: auto !important;
}
body .trumbowyg-box {
	border-bottom-right-radius: .28571429rem;
	border-bottom-left-radius: .28571429rem;
}
/* -- Add label -- */
body.label-add .ui.menu .right .item:first-of-type,
body.label-add .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Edit label -- */
body.label-edit .ui.menu .right .item:first-of-type,
body.label-edit .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* --- Add course --- */
body.course-add .ui.menu .right .item:first-of-type,
body.course-add .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Edit course -- */
body.course-edit .ui.menu .right .item:first-of-type,
body.course-edit .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Edit profile -- */
body.profile-edit .ui.menu .right .item:first-of-type {
	padding-right: 0;
}
/* -- Add company -- */
body.company-add .ui.menu .right .item:first-of-type,
body.company-add .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Edit company -- */
body.company-edit .ui.menu .right .item:first-of-type,
body.company-edit .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Add client -- */
body.client-add .ui.menu .right .item:first-of-type,
body.client-add .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Edit client -- */
body.client-edit .ui.menu .right .item:first-of-type,
body.client-edit .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Hide empty error message box -- */
body .ui.error.message:empty {
	display: none;
}
/* -- Show classic red error message box -- */
body .ui.error.message:not(:empty) {
	border: 1px solid #e0b4b4 !important;
	background: #fff6f6 !important;
	padding: 1em 1.5em !important;
	box-shadow: 0 0 0 1px #e0b4b4 inset, 0 0 0 0 transparent !important;
	margin-top: 1em !important;
}
/* -- Add machine -- */
body.machine-add .ui.menu .right .item:first-of-type,
body.machine-add .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Edit machine -- */
body.machine-edit .ui.menu .right .item:first-of-type,
body.machine-edit .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
/* -- Add equipment -- */
body.equipment-add .ui.menu .right .item:first-of-type,
body.equipment-add .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
body.equipment-add .ui.table tbody tr:hover {
	background-color: transparent !important;
}
body.equipment-add .ui.selection.dropdown.m_sifrant>.dropdown.icon {
    top: .88571429em;
    right: 1.5em;
}
body.equipment-add .fields .sub-left-section {
	flex: 1 !important;
	padding-right: 0 !important;
}
body.equipment-add .fields .sub-left-section .ui.labeled.input {
	min-height: 2.91428571em;
}
body.equipment-add .fields .sub-left-section .ui.label {
	display: flex !important;
	align-items: center !important;
}
body.equipment-add .fields .sub-middle-section {
	margin: 0 5px;
	width: 35px;
	height: 40px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.equipment-add .fields .sub-right-section {
	flex: 0.7 !important;
	padding-left: 0 !important;
}
body.equipment-add .fields .sub-right-section .ui.labeled.input {
	min-height: 2.91428571em;
}
body.equipment-add .sub-machine-section {
	margin-top: 20px !important;
}
body.equipment-add .sub-machine-section .ui.dividing.header {
	font-weight: 500;
	letter-spacing: 0.01em;
	font-size: 13.6px;
}
body.equipment-add .sub-machine-section #add_machine_btn {
	min-height: 2.91428571em;
	font-weight: 500;
}
body.equipment-add .sub-machine-section .ui.dropdown.has-value > .remove.icon {
	top: 1.14571429em !important;
	right: 2.1em !important;
}
body.equipment-add .sub-machine-section #selected_machines_table .ui.selection.dropdown>.dropdown.icon {
	top: 1.01571429em;
	right: 1.5em !important;
}
/* -- Edit equipment -- */
body.equipment-edit .ui.menu .right .item:first-of-type,
body.equipment-edit .ui.menu .right .item:nth-of-type(2) {
	padding-right: 0;
}
body.equipment-edit .ui.selection.dropdown.m_sifrant>.dropdown.icon {
    top: .88571429em;
    right: 1.5em;
}
body.equipment-edit .fields .sub-left-section {
	flex: 1 !important;
	padding-right: 0 !important;
}
body.equipment-edit .fields .sub-left-section .ui.labeled.input {
	min-height: 2.91428571em;
}
body.equipment-edit .fields .sub-left-section .ui.label {
	display: flex !important;
	align-items: center !important;
}
body.equipment-edit .fields .sub-middle-section {
	margin: 0 5px;
	width: 35px;
	height: 40px;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.equipment-edit .fields .sub-right-section {
	flex: 0.7 !important;
	padding-left: 0 !important;
}
body.equipment-edit .fields .sub-right-section .ui.labeled.input {
	min-height: 2.91428571em;
}
body.equipment-edit .sub-machine-section {
	margin-top: 20px !important;
}
body.equipment-edit .sub-machine-section .ui.dividing.header {
	font-weight: 500;
	letter-spacing: 0.01em;
	font-size: 13.6px;
}
body.equipment-edit .sub-machine-section #add_machine_btn {
	min-height: 2.91428571em;
	font-weight: 500;
}
body.equipment-edit .sub-machine-section .ui.dropdown.has-value > .remove.icon {
	top: 1.14571429em !important;
	right: 2.1em !important;
}
body.equipment-edit .sub-machine-section #selected_machines_table .ui.selection.dropdown >.dropdown.icon {
	top: 1.01571429em;
	right: 1.5em !important;
}
body.equipment-edit .sub-machine-section #selected_machines_table .ui.dropdown.has-value > .dropdown.icon {
	display: block !important;
}
/* -- List Table -- */
body .ui.table td {
	white-space: nowrap;
}
body .ui.table td.column-course-name {
	white-space: normal !important;
	word-break: break-word;
}
/* -- Validity color status -- */
body .ui.label.status-valid {
	background-color: #39ac73 !important;
	color: #ffffff !important;
	border-color: #39ac73 !important;
	font-size: 13.5px;
	font-weight: 400;
}
body .ui.label.status-expiring {
	background-color: #ffa64d !important;
	color: #ffffff !important;
	border-color: #ffa64d !important;
	font-size: 13px;
	font-weight: 500;
}
body .ui.label.status-expired {
	background-color: #e60000 !important;
	color: #ffffff !important;
	border-color: #e60000 !important;
	font-size: 13px;
	font-weight: 500;
}
td[data-label="Mobilna številka"] a:hover {
	opacity: 0.8;
	color: #4080bf !important;
}
td[data-label="Elektronski naslov"] a:hover {
	opacity: 0.8;
	color: #4080bf !important;
}
/* -- View Certificate for Report -- */
body.equipment-certificate .machine-certificate-container-bottom-space {
	padding-bottom: 50px !important;
}
body.equipment-certificate #machine-certificate-header-wrapper {
	display: block !important;
	overflow: hidden;
	position: relative;
	width: 210mm;
	margin: 30px auto 0;
}
body.equipment-certificate .view-report-download-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
body.equipment-certificate .view-report-download-buttons .ui.basic.button {
	background-color: #ffffff !important;
}
body.equipment-certificate .view-report-download-buttons .ui.green.button {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-wrapper {
	position: relative;
	width: 210mm;
	min-height: 297mm;
	margin: 20px auto 0;
	overflow: hidden;
}
body.equipment-certificate #machine-certificate-render-area {
	display: block !important;
	overflow: hidden;
	position: relative;
	width: 210mm !important;
	min-height: 297mm !important;
	margin: 0 auto;
}
body.equipment-certificate .machine-certificate-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1; /* Lowest layer */
	object-fit: fill; /* Ensures it covers the whole 210x297mm area */
}
/* -- Positioning for data fields -- */
body.equipment-certificate .machine-certificate-data {
	position: absolute;
	color: #000000;
	white-space: normal;
	z-index: 10;
	left: 0;
	right: 0;
}
body.equipment-certificate .machine-certificate-number {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 50px;
	margin-right: 50px;
	top: 11.5%;
	grid-template-columns: 60px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-number .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-number .column-text {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-date-of-inspection {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 50px;
	margin-right: 50px;
	top: 13.5%;
	grid-template-columns: 60px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-date-of-inspection .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-date-of-inspection .column-date {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-main-title {
	font-size: 40px;
	line-height: 40px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	top: 17%;
	text-transform: uppercase;
	text-align: center;
}
body.equipment-certificate .machine-certificate-subtitle {
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	top: 22.5%;
	text-transform: uppercase;
	text-align: center;
}
body.equipment-certificate .machine-certificate-legal-details {
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-left: 50px;
	margin-right: 50px;
	top: 26.5%;
}
body.equipment-certificate .machine-certificate-legal-details p {
	display: inline;
}
body.equipment-certificate .machine-certificate-company {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 35%;
	grid-template-columns: 15px 95px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-company .column-number {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-company .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-company .column-text {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-info-data {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 38%;
	grid-template-columns: 15px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-info-data .column-number {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-info-data .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-title {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 41.5%;
	grid-template-columns: 120px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-title .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-title .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-manufacturer {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 44.5%;
	grid-template-columns: 120px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-manufacturer .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-manufacturer .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-type {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 47.5%;
	grid-template-columns: 119px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-type .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-type .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-serial-number {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 50.5%;
	grid-template-columns: 118px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-serial-number .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-serial-number .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-manufactured-year {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 53.5%;
	grid-template-columns: 118px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-manufactured-year .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-manufactured-year .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-technical-specifications {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 56.5%;
	grid-template-rows: 15px auto;
	gap: 10px;
}
body.equipment-certificate .machine-certificate-technical-specifications .column-label {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-technical-specifications .column-text {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-inspection-date {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 62.4%;
	grid-template-columns: 15px 250px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-inspection-date .column-number {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-inspection-date .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-inspection-date .column-date {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-security-standards {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 66%;
	grid-template-columns: 15px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-security-standards .column-number {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-security-standards .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-validation-date {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 71.5%;
	grid-template-columns: 15px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-validation-date .column-number {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-validation-date .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-next-inspection-date {
	font-size: 16px;
	line-height: 20px;
	display: grid;
	margin-left: 80px;
	margin-right: 80px;
	top: 78.4%;
	grid-template-columns: 15px 210px auto;
	gap: 10px;
	align-items: baseline;
}
body.equipment-certificate .machine-certificate-next-inspection-date .column-number {
	font-weight: 400;
}
body.equipment-certificate .machine-certificate-next-inspection-date .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.equipment-certificate .machine-certificate-next-inspection-date .column-date {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-creator {
	font-size: 16px;
	line-height: 20px;
	display: block;
	margin-left: 80px;
	top: 82.5%;
	left: 0;
	right: unset;
}
body.equipment-certificate .machine-certificate-creator strong {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-ceo {
	font-size: 16px;
	line-height: 20px;
	margin-right: 50px;
	top: 86.3%;
	right: 0;
	left: unset;
}
body.equipment-certificate .machine-certificate-ceo strong {
	font-weight: 600;
}
body.equipment-certificate .machine-certificate-ceo-signature {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 95%;
	top: 90.6%;
	left: unset;
	right: unset;
}
/* -- View report -- */
body.view-report #report-header-wrapper {
	display: block !important;
	overflow: hidden;
	position: relative;
	width: 210mm;
	margin: 30px auto 20px;
}
body.view-report .back-and-download-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
body.view-report .back-and-download-buttons .ui.basic.button {
	background-color: #ffffff !important;
}
body.view-report .back-and-download-buttons .ui.green.button {
	font-weight: 400;
}
body.view-report .report-background-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1; /* Lowest layer */
	object-fit: fill; /* Ensures it covers the whole 210x297mm area */
}
body.view-report .report-page .report-data {
	position: absolute;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	white-space: normal;
	z-index: 10;
	left: 0;
	right: 0;
}
body.view-report .report-page .report-number {
	display: grid;
	margin: 0 50px;
	top: 12.5%;
	grid-template-columns: 60px auto;
	gap: 10px;
	align-items: baseline;
}
body.view-report .report-page .report-number .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-number .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-date-of-inspection {
	display: grid;
	margin: 0 50px;
	top: 14.5%;
	grid-template-columns: 60px auto;
	gap: 10px;
	align-items: baseline;
}
body.view-report .report-page .report-date-of-inspection .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-date-of-inspection .column-date {
	font-weight: 600;
}
body.view-report .report-page .report-main-title {
    font-size: 40px;
    line-height: 40px;
    display: block;
    margin: 0 50px;
    top: 20.5%;
    text-transform: uppercase;
    text-align: center;
}
body.view-report .report-page .report-subtitle {
    font-size: 20px;
    line-height: 20px;
    display: block;
    margin: 0 50px;
    top: 26.5%;
    text-transform: uppercase;
    text-align: center;
}
body.view-report .report-page .report-legal-details {
    display: block;
    margin: 0 50px;
    top: 31.5%;
	font-weight: 500;
	text-align: center;
}
body.view-report .report-page .report-company {
    display: grid;
    margin: 0 50px;
    top: 40.8%;
    grid-template-columns: 230px auto;
    gap: 10px;
    align-items: baseline;
}
body.view-report .report-page .report-company .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-company .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-location {
    display: grid;
    margin: 0 50px;
    top: 46.3%;
    grid-template-columns: 230px auto;
    gap: 10px;
    align-items: baseline;
}
body.view-report .report-page .report-location .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-location .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-review_type {
    display: grid;
    margin: 0 50px;
    top: 51.5%;
    grid-template-columns: 230px auto;
    gap: 10px;
    align-items: baseline;
}
body.view-report .report-page .report-review_type .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-review_type .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-previous_inspection_date {
    display: grid;
    margin: 0 50px;
    top: 55%;
    grid-template-columns: 200px auto;
    gap: 40px;
    align-items: baseline;
}
body.view-report .report-page .report-previous_inspection_date .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-previous_inspection_date .column-date {
	font-weight: 600;
}
body.view-report .report-page .report-inspection_date {
    display: grid;
    margin: 0 50px;
    top: 60%;
    grid-template-columns: 230px auto;
    gap: 10px;
    align-items: baseline;
}
body.view-report .report-page .report-inspection_date .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-inspection_date .column-date {
	font-weight: 600;
}
body.view-report .report-page .report-legal-text {
    font-size: 12px;
	display: block;
    margin: 0 50px;
    top: 69%;
}
body.view-report .report-page .report-ceo {
    margin-right: 50px;
    top: 83%;
    right: 0;
    left: unset;
}
body.view-report .report-page .report-ceo strong {
	font-weight: 600;
}
/* -- Header / Footer positioning -- */
body.view-report .report-page .report-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 50px 5px;
	border-bottom: 5px solid #aabed2;
	color: #888888;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: baseline;
}
body.view-report .report-page .report-header .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-header .column-text {
	font-weight: 400;
}
body.view-report .report-page .report-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 50px 10px;
	border-top: 5px solid #aabed2;
	color: #888888;
}
body.view-report .report-page .report-footer .column-author {
	display: block;
	text-align: center;
	padding-bottom: 3px;
}
body.view-report .report-page .report-footer .footer-bottom-row {
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	align-items: baseline;
}
body.view-report .report-page .report-footer .footer-bottom-row .column-text {
	font-weight: 400;
}
body.view-report .report-page .report-footer .footer-bottom-row .column-page {
	font-weight: 400;
}
/* -- Hide header / footer on the very first .report-page -- */
body.view-report .report-page:first-child .report-header,
body.view-report .report-page:first-child .report-footer {
	display: none;
}
body.view-report .report-page .report-titles {
	display: grid;
	grid-template-columns: 20px auto;
	align-items: baseline;
	border: 2px dashed #000000;
	border-radius: 10px;
	padding: 10px 15px;
}
body.view-report .report-page .report-titles .column-number {
	font-weight: 600;
}
body.view-report .report-page .report-titles .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.view-report .report-page .report-classic-title {
	display: grid;
	grid-template-columns: 20px auto;
	align-items: baseline;
	gap: 15px;
	padding: 0 15px;
}
body.view-report .report-page .report-classic-title .column-number {
	font-weight: 600;
}
body.view-report .report-page .report-classic-title .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-text {
	padding: 30px 15px;
}
body.view-report .report-page .spacer-10 {
	height: 10px;
	width: 100%;
}
body.view-report .report-page .spacer-15 {
	height: 15px;
	width: 100%;
}
body.view-report .report-page .spacer-20 {
	height: 20px;
	width: 100%;
}
body.view-report .report-page .spacer-25 {
	height: 25px;
	width: 100%;
}
body.view-report .report-page .spacer-30 {
	height: 30px;
	width: 100%;
}
body.view-report .report-page .report-company-data {
	display: grid;
	grid-template-columns: 290px 1fr;
	border: 1px solid #383838;
	margin: -1px; /* The negative margin collapse trick */
}
body.view-report .report-page .report-company-data > div {
	border-bottom: 1px solid #383838;
	border-right: 1px solid #383838;
	padding: 10px;
}
/* -- Remove the right border for the last column to prevent double-thick edges -- */
body.view-report .report-page .report-company-data > div:nth-child(2n) {
	border-right: none;
}
/* -- Remove bottom border for the very last row -- */
body.view-report .report-page .report-company-data > div:nth-last-child(-n+2) {
	border-bottom: none;
}
body.view-report .report-page .report-company-data .column-label {
	font-weight: 400;
	text-transform: uppercase;
}
body.view-report .report-page .report-company-data .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-grid-table.four-columns {
	display: grid;
	grid-template-columns: 60px 1.5fr 1.5fr 1.2fr;
	border: 1px solid #383838;
	margin: -1px;
	background-color: white;
}
body.view-report .report-page .report-grid-table.four-columns > div {
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	padding: 5px;
	display: flex;
	align-items: center;   /* Vertical center */
	justify-content: center; /* Horizontal center */
	text-align: center;
}
/* -- Header Specific Styling -- */
body.view-report .report-page .report-grid-table.four-columns .header-cell {
	background-color: #d9d9d9; /* The gray from your screenshot */
	font-weight: 600;
}
/* -- Remove right border on the 4th column -- */
body.view-report .report-page .report-grid-table.four-columns > div:nth-child(4n) {
	border-right: none;
}
/* -- Remove bottom border on the last row (last 4 items) -- */
body.view-report .report-page .report-grid-table.four-columns > div:nth-last-child(-n+4) {
	border-bottom: none;
}
body.view-report .report-page .report-grid-table.equipment-table {
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 100px;
	border: 1px solid #383838;
	margin: -1px;
	background-color: white;
	font-size: 0.95rem; /* Adjust to fit long text */
}
body.view-report .report-page .report-grid-table.equipment-table > div {
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	padding: 8px 12px;
	display: flex;
	align-items: center; /* Vertical center */
}
/* -- Header Styling -- */
body.view-report .report-page .report-grid-table.equipment-table .header-cell {
	background-color: #d9d9d9;
	font-weight: 600;
	justify-content: center; /* Header text is usually centered */
	text-align: center;
}
/* -- Alignment Helpers -- */
body.view-report .report-page .report-grid-table.equipment-table .align-left {
	justify-content: flex-start;
	text-align: left;
}
body.view-report .report-page .report-grid-table.equipment-table .align-center {
	justify-content: center;
	text-align: center;
}
/* - Border cleanup -- */
body.view-report .report-page .report-grid-table.equipment-table > div:nth-child(4n) {
	border-right: none;
}
body.view-report .report-page .report-grid-table.equipment-table > div:nth-last-child(-n+4) {
	border-bottom: none;
}
body.view-report .report-page .report-standards {
	padding: 0 10px 0 50px;
}
/* -- Remove the default bullets -- */
body.view-report .report-page .regulations-list {
	list-style-type: none;
	margin-left: 50px;
	padding-left: 0; /* Ensures the list aligns correctly */
}
/* -- Add the dash manually to each list item -- */
body.view-report .report-page .regulations-list li {
	position: relative;
	padding-left: 20px; /* Space for the dash */
	margin-bottom: 8px; /* Breathing room between regulations */
}
body.view-report .report-page .regulations-list li::before {
	content: "-";
	position: absolute;
	left: 0;
	font-weight: 600;
}
body.view-report .report-page .standards-list {
	display: grid;
	grid-template-columns: auto 1fr; /* First column fits the text, second column fills remaining space */
	align-items: baseline; /* This keeps the text aligned at the top line */
	gap: 10px 60px; /* Vertical gap 10px, Horizontal gap 60px */
	margin-left: 50px;
}
/* -- Add a dash before every std-name -- */
body.view-report .report-page .standards-list .std-name::before {
	content: "- "; /* This adds the dash and a small space */
	padding-right: 10px;
}
body.view-report .report-page .standards-list .std-name {
	font-weight: 400;
	white-space: nowrap; /* Prevents the standard name from breaking into two lines */
}
body.view-report .report-page .standards-list .std-desc {
	color: #333333; /* Slightly lighter color for descriptions */
}
body.view-report .report-page .report-grid-table.machine-table {
	display: grid;
	grid-template-columns: 70px 3fr 1fr 1.2fr;
	border: 1px solid #383838;
	margin: -1px;
	background-color: white;
	font-size: 0.95rem; /* Adjust to fit long text */
}
body.view-report .report-page .report-grid-table.machine-table > div {
	border-right: 1px solid #383838;
	border-bottom: 1px solid #383838;
	padding: 8px 12px;
	display: flex;
	align-items: center; /* Vertical center */
}
/* -- Header Styling -- */
body.view-report .report-page .report-grid-table.machine-table .header-cell {
	background-color: #d9d9d9;
	font-weight: 600;
	justify-content: center; /* Header text is usually centered */
	text-align: center;
}
/* -- Alignment Helpers -- */
body.view-report .report-page .report-grid-table.machine-table .align-left {
	text-align: left;
	display: block;
}
body.view-report .report-page .report-grid-table.machine-table .align-left .machine-title {
	font-weight: 600;
	text-transform: uppercase;
}
body.view-report .report-page .report-grid-table.machine-table .align-left .machine-info {
	font-weight: 600;
}
body.view-report .report-page .report-grid-table.machine-table .align-right {
	justify-content: flex-end;
	text-align: right;
	font-variant-numeric: tabular-nums; /* Ensures numbers all have the same width */
}
body.view-report .report-page .report-grid-table.machine-table .align-center {
	justify-content: center;
	text-align: center;
	font-weight: 600;
}
/* -- Border cleanup -- */
body.view-report .report-page .report-grid-table.machine-table > div:nth-child(4n) {
	border-right: none;
}
body.view-report .report-page .report-grid-table.machine-table > div:nth-last-child(-n+4) {
	border-bottom: none;
}
/* -- Remove the default bullets -- */
body.view-report .report-page .scope-ofinspection-list {
	list-style-type: none;
	margin-left: 37px;
	padding-left: 0; /* Ensures the list aligns correctly */
}
/* -- Add the dash manually to each list item -- */
body.view-report .report-page .scope-ofinspection-list li {
	position: relative;
	padding-left: 20px; /* Space for the dash */
	margin-bottom: 8px; /* Breathing room between regulations */
}
body.view-report .report-page .scope-ofinspection-list li::before {
	content: "-";
	position: absolute;
	left: 0;
	font-weight: 600;
}
body.view-report .report-page .report-machine-number {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: baseline;
	gap: 5px;
}
body.view-report .report-page .report-machine-number .column-label,
body.view-report .report-page .report-machine-number .column-number {
	font-weight: 600;
}
body.view-report .report-page .report-grid-table.machine-details {
	display: grid;
	grid-template-columns: 0.33fr auto;
	align-items: baseline;
	gap: 10px;
	margin-left: 37px;
}
body.view-report .report-page .report-grid-table.machine-details .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-grid-table.machine-details .column-text {
	font-weight: 600;
	text-transform: uppercase;
}
body.view-report .report-page .report-grid-table.technical-section {
    display: grid;
    grid-template-columns: 1fr; /* We keep the grid flexible */
    gap: 10px; /* Vertical gap between the label-text pairs */
    margin-left: 37px;
	margin-top: 10px;
}
/* -- This targets the pair of divs -- */
body.view-report .report-page .report-grid-table.technical-section > div {
    display: grid;
    grid-template-rows: auto auto; /* This creates the vertical stacking inside each pair */
    gap: 5px; /* Small space between label and text */
}
body.view-report .report-page .report-grid-table.technical-section .column-label {
	font-weight: 400;
}
body.view-report .report-page .report-grid-table.technical-section .column-text {
	font-weight: 600;
}
body.view-report .report-page .report-grid-table.machine-findings {
    display: grid;
    grid-template-columns: 1fr; /* We keep the grid flexible */
    gap: 10px; /* Vertical gap between the label-text pairs */
	margin-top: 10px;
}
/* -- This targets the pair of divs -- */
body.view-report .report-page .report-grid-table.machine-findings > div {
    display: grid;
    grid-template-rows: auto auto; /* This creates the vertical stacking inside each pair */
    gap: 10px; /* Small space between label and text */
}
body.view-report .report-page .report-grid-table.machine-findings .column-label {
	font-weight: 600;
}
body.view-report .report-page .report-grid-table.machine-findings .column-text {
	margin-left: 37px;
}
/* -- Remove standard bullet points -- */
body.view-report .report-page .report-grid-table.machine-findings .column-text ul {
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
/* -- Position the dash and align the text -- */
body.view-report .report-page .report-grid-table.machine-findings .column-text li {
	position: relative;
	padding-left: 20px; /* Space between the dash and the text */
	margin-bottom: 5px;
}
/* -- Inject the dash using ::before -- */
body.view-report .report-page .report-grid-table.machine-findings .column-text li::before {
	content: "-";
	position: absolute;
	left: 0;
	font-weight: 600;
}
/* -- Container layout to match your other sections -- */
body.view-report .report-page .report-grid-table.report-machine-image {
    display: grid;
    grid-template-columns: 1fr;
}
/* -- Label styling (keeping it bold and clear) -- */
body.view-report .report-page .report-grid-table.report-machine-image .column-label {
    font-weight: 600;
    margin-bottom: 10px;
}
/* -- Image styling -- */
body.view-report .report-page .report-grid-table.report-machine-image .column-image .machine-photo {
    display: block;
    max-width: 320px;
    height: auto; /* Maintains aspect ratio */
    border: 1px solid #ddd;
    border-radius: 4px; /* A slight polish for the edges */
    box-shadow: 0 2px 4px rgba(0,0,0,0.1); /* Subtle depth */
}
body.view-report .report-page .report-findings-conclusion {
	padding: 0 10px 0 15px;
}
/* -- Registry List -- */
body.registry-list .fixed-registry-table {
	table-layout: fixed;
	width: 100% !important;
}
body.registry-list .fixed-registry-table th:nth-child(1) {
	width: 70px !important;
}
body.registry-list .fixed-registry-table th:nth-child(2) {
	width: 50% !important;
}
body.registry-list .fixed-registry-table th:nth-child(3) {
	width: 18% !important;
}
/* Pošta in Kraj - Medium */
body.registry-list .fixed-registry-table th:nth-child(4) {
	width: 15% !important;
}
body.registry-list .fixed-registry-table th:nth-child(5) {
	width: 150px !important;
}
body.registry-list .fixed-registry-table th:nth-child(6) {
	width: 150px !important;
}
body.registry-list .fixed-registry-table td {
	word-wrap: break-word;
	vertical-align: top;
}