<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-ExtraBold.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-ExtraLight.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Inter";
	src: url("../../fonts/Inter-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}
.standartTreeRow,
.selectedTreeRow {
	font-family: "Inter", sans-serif !important;
}
html,
body,
.v-application {
	font-family: "Inter", sans-serif !important;
	font-size: 13px !important;
	color: #2f2f2f;
}
.v-data-table &gt; .v-data-table__wrapper &gt; table &gt; tbody &gt; tr &gt; td,
.v-data-table &gt; .v-data-table__wrapper &gt; table &gt; tfoot &gt; tr &gt; td,
.v-data-table &gt; .v-data-table__wrapper &gt; table &gt; thead &gt; tr &gt; td,
.v-data-table &gt; .v-data-table__wrapper &gt; table &gt; thead &gt; tr &gt; th,
.v-input {
	font-size: 13px !important;
}
.v-btn.v-size--small,
.v-data-table__wrapper table .v-data-table-header th {
	font-size: 12px !important;
}
.v-data-table__wrapper table .v-data-table-header th {
	font-weight: 500 !important;
}
.d-flex {
	display: flex;
}
.flex-wrapped{
	flex-wrap: wrap;
}
.wrapped-text{
	white-space: normal;
	min-width: 20vw;
	word-break: break-word;
	hyphens: auto;
}
:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit;
}
*,
:after,
:before {
	background-repeat: no-repeat;
	box-sizing: border-box;
}
/****************GENERAL******************/
.light-primary-bg {
	background-color: hsl(from var(--main-color) h s l / 0.07) !important ;
}
.pointer-cursor {
	cursor: pointer;
}
h2 {
	margin: 0 0;
	line-height: 22px;
	font-weight: 400;
}
.lc-error-alert {
	padding: 4px 4px 4px 10px;
	background-color: #fff3f3;
	color: #d2322d;
	opacity: 1;
	transition: opacity 0.6s;
	font-size: 14px;
	border-radius: 5px;
	width: 400px;
	border: 1px solid #d2322d !important;
}
/****************COLORS******************/
.lc-transparent {
	background: transparent !important;
	border: none !important;
}
.lc-white {
	background-color: #fff;
}
.lc-error {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}
.lc-blue {
	background: #2a96c6 !important;
	border-color: #2a96c6 !important;
}
.lc-warning {
	background: #fb8c00 !important;
	border-color: #fb8c00 !important;
}
.lc-success {
	background: #85b840 !important;
	border-color: #85b840 !important;
}
.lc-light-error {
	background-color: #ffdede !important;
}
.lc-light-blue {
	background: #eaf7ff !important;
}
.lc-light-warning {
	background: #fff4db !important;
}
.lc-light-success {
	background: #f1ffdd !important;
}
/****************TEXTS******************/
.nav-tm-item span,
.dropdown-toggle-tm span {
	font-size: 12px !important;
	font-weight: 400 !important;
	font-family: "Inter", sans-serif !important;
}
h3 {
	display: block;
	font-size: 17px;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
}
h4 {
	display: block;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
	font-size: 13px;
}
span.lc-label {
	font-size: 12px;
	margin-right: 5px;
	font-weight: 400;
	color: #2289b7;
}
span.lc-info {
	font-size: 13px;
	font-weight: 500;
	color: #505050;
	display: inline-block;
	max-width: 600px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lc-white-text {
	color: #ffffff !important;
}
.lc-dark-text {
	color: #353535 !important;
}
.lc-error-text {
	color: #ff3131 !important;
}
.lc-blue-text {
	color: #2a96c6 !important;
}
.lc-warning-text {
	color: #fb8c00 !important;
}
.lc-inactif-text {
	color: #bababa !important;
}
.lc-success-text {
	color: #85b840 !important;
}
.primary-labc-color {
	color: var(--main-color) !important;
}
/****************BUTTONS******************/
.lc-button {
	padding: 0 0.5rem;
	align-items: center;
	display: inline-flex;
	flex: 0 0 auto;
	font-weight: 500;
	justify-content: center;
	outline: 0;
	position: relative;
	text-decoration: none;
	transition-duration: 0.28s;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
	border: none;
	border-radius: 16px;
	color: #ffff;
	cursor: pointer;
}
.lc-button.outlined {
	background-color: transparent;
	border: 1px solid currentColor;
}
.lc-button.sm {
	height: 24px;
	font-size: 12px;
}
.lc-button.md {
	min-height: 28px;
	font-size: 13px;
}
.lc-button.lg {
	height: 34px;
	font-size: 14px;
}
.lc-button.sm i {
	font-size: 12px;
	padding: 4px;
}
.lc-button.md i {
	font-size: 14px;
}
.lc-button.lg i {
	font-size: 16px;
}
.lc-button.round {
	border-radius: 50%;
}
.lc-button.round.sm {
	width: 20px;
	padding: 12px;
}
.lc-button.round.md {
	width: 28px;
	padding: 12px;
}
.lc-button.round.lg {
	width: 36px;
	padding: 12px;
}
.lc-button:before {
	background-color: #f1f1f1;
	border-radius: inherit;
	bottom: 0;
	color: inherit;
	content: "";
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	transition: opacity 0.2s cubic-bezier(0.4, 0, 0.6, 1);
}
.lc-button:hover:before {
	opacity: 0.2;
}
.lc-button:active {
	scale: 1.07;
}
/****************CARDS****************/
.lc-card {
	background: #fff;
	border: 1px solid hsl(from var(--main-color) h s l / 0.2) !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	padding: 0.5rem;
	box-shadow: none !important;
}
.lc-card .lc-card-row {
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.lc-progress-bar {
	padding: 1px;
	margin: 7px 0;
	border-radius: 4px;
	border: 1px solid #b0b0b0;
	background: #fff;
	height: 18px;
}
.lc-progress {
	position: relative;
	border-radius: 4px;
	height: 14px;
	max-width: 100%;
}
.lc-progress-bar span {
	position: relative;
	font-size: 14px;
	width: 100%;
	display: flex;
	justify-content: center;
	top: -18px;
}

.lc-card .probes_home {
	background-color: transparent !important;
}

/***************NAVIGATIONS************/
a.lc-tab {
	display: flex;
	flex-wrap: wrap;
	margin-left: 2px;
	height: 40px;
	box-sizing: border-box;
	padding: 6px;
	font-weight: 500;
	font-size: 13px;
	color: #616161;
	border-bottom: 1px solid #ffffff00;
	text-decoration: none;
	align-items: center;
}
a.lc-tab i {
	margin-right: 5px !important;
}
a.lc-tab.active,
a.lc-tab:hover {
	color: var(--main-color) !important;
	border-bottom: 1px solid;
	font-weight: 500;
}
a.lc-tab i.lcf {
	height: 63%;
}
a.lc-tab i.fal {
	height: 55%;
}
/*----------Sidebar-----------*/
.lc-sidebar {
	width: 200px;
	background-color: #ffffff;
	padding: 20px 5px 0 15px;
	height: 100vh;
	position: fixed;
	overflow-y: auto;
	box-shadow: rgb(117 117 117 / 12%) 7px 0px 8px 0px;
}
.lc-sidebar button {
	background: #fff;
	color: #636363;
	cursor: pointer;
	height: 31px;
	width: 100%;
	border: none;
	display: flex;
	align-items: center;
	font-size: 15px;
	border-radius: 4px;
}
.lc-sidebar button:hover {
	background-color: #e9e9e96e;
}
.lc-sidebar button:not(.active):hover::before {
	opacity: 0.7;
	background-color: #a6a6a6;
}
.lc-sidebar button::before {
	content: "";
	position: relative;
	top: 0px;
	left: -22px;
	width: 5px;
	height: 80%;
	background-color: #8fca16;
	border-radius: 5px;
	opacity: 0;
}
.topbar .top-navbar .navbar-header .navbar-brand #logo {
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 40px;
	min-width: 155px;
}
.lc-sidebar button.active::before {
	opacity: 1;
}
.lc-sidebar button i {
	margin-right: 4px;
}
.lc-sidebar button.active {
	background-color: #92cc1829;
	color: #000000;
}
/****************TABLES*******************/
#admin-modules-fields-links-container div.selected {
	border-bottom: 1px solid var(--main-color) !important;
}
#admin-modules-fields-links-container div.selected a {
	color: var(--main-color) !important;
}
.lc-table {
	border-collapse: separate !important;
	width: 100%;
	border-spacing: 0;
	background: white;
}
.lc-table.bordered {
	width: 100%;
}
.lc-table.bordered tr th,
.lc-table.bordered tr td {
	border-bottom: 1px solid #dee2e6;
	padding: 2px;
}
.lc-table caption {
	font-size: 1.5em;
	margin: 0.5em 0 0.75em;
}
.lc-table .lc-table-header {
	background: #fff;
	color: #3d3d3d;
	font-size: 13px;
	box-shadow: rgba(0, 0, 0, 0.45) -3px 8px 17px -21px;
}
.lc-table .lc-table-tablerow-actions {
	justify-content: flex-end;
	text-align: end;
	gap: 4%;
}
.lc-table .lc-table-header th:not(#filter-boxes-th th) {
	background-color: #f2f2f2;
	font-weight: 600;
	width: auto !important;
}
.lc-table .lc-table-header .lc-table-header-th {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	font-weight: 600;
}
.lc-table .lc-table-header .th-with-filter .lc-table-header-th {
	flex-direction: column;
}
.lc-table tbody tr:hover td,
.lc-table tbody tr:hover th {
	background-color: #e8f5ff !important;
}
.lc-table tbody tr.checked td {
	background-color: #fff9d9 !important;
}
.lc-table tr:nth-child(even) td:not(.bordered td) {
	background-color: #dcdcdca1;
}
.lc-table tbody tr td [type="checkbox"] + label {
	line-height: 17px !important;
}
.lc-table td,
.lc-table th {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lc-table td:before {
	content: attr(data-th);
	font-weight: bold;
	display: contents;
	color: #000;
	font-size: 10px;
}
.lc-table .lc-table-header i:not(.lc-table-header-actions i) {
	color: var(--main-color);
	font-size: 11px;
	margin-left: 6px;
}
.lc-table-tablerow-actions i:not(.lc-dropdown-menu i) {
	font-size: 17px;
}
.lc-table-header-actions .lc-table-header-th {
	justify-content: flex-end !important;
}
.lc-table tbody td {
	text-align: left;
	font-size: 12px;
	font-weight: 400;
	overflow: visible;
	white-space: unset;
	word-break: break-word;
}
/*********************INPUTS***************/
[type="checkbox"] + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label,
input[type="text"]:not(.lc-input),
.form-control,
.searchprefs-inner-table.smaller-font .btn-light,
.searchprefs-inner-table.smaller-font .btn-default,
.tableheadsub10c,
.tableheadsub10b,
.custom-select {
	font-size: 13px !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select &gt; select.mobile-device:focus + .dropdown-toggle {
	outline: none !important;
}
#new_strain_form .ttableback.lc-card.tablenew .tableheadsub10b td {
	border-top: 1px solid hsl(from var(--main-color) h s l / 0.2);
	border-bottom: 1px solid hsl(from var(--main-color) h s l / 0.2);
}
.lc-input {
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #e3e3e3;
	height: 36px;
	font-size: 13px;
	border-radius: 5px;
	outline: none;
	width: 100%;
	position: relative;
}
#temp-select .dropdown-toggle {
	padding: 0 !important;
}
.clear-lc-input {
	display: none;
}
.clear-lc-input::after {
	content: "\f057";
	font-family: "Font Awesome 5 Free";
	font-size: 20px;
	color: #4b4b4b;
	position: absolute;
	right: 20px;
	transform: translateY(25%);
	cursor: pointer;
	z-index: 1;
}
.lc-select {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 4px;
	font-size: 13px;
	border-radius: 5px;
	height: 36px !important;
	outline: none;
	width: 100% !important;
	display: flex !important;
	align-items: center;
}
.lc-help-header {
	background-color: #003952 !important;
}
.lc-lateral-slider-close-button {
	background-color: unset !important;
	background: none !important;
	color: #ffffff;
}
table.tablenew tr.tablerow:not(:last-child) td {
	padding: 4px !important;
}
.cardVisualExample2.triangle {
	background-image: linear-gradient(
			25deg,
			var(--main-color) 45%,
			transparent 45%
		),
		linear-gradient(-50deg, var(--secondary-color) 40%, transparent 40%) !important;
}
.bootstrap-select.lc-select .dropdown-toggle {
	height: 30px;
	font-size: 13px;
	padding: 0;
	height: 19px;
	border: none;
	background: none;
}
.bootstrap-select.lc-select .dropdown-menu {
	top: 4px !important;
	left: -5px !important;
}
.bootstrap-select.lc-select .dropdown-toggle:focus {
	outline: none !important;
}
.headerVisualExample {
	background-color: var(--main-color) !important;
}
.lc-category-radio div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.lc-category-radio input[type="radio"] {
	clip: rect(0 0 0 0);
	clip-path: inset(100%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.lc-category-radio input[type="radio"]:checked + span {
	box-shadow: 0 0 0 1.3px var(--main-color);
	background-color: hsl(from var(--main-color) h s l / 0.05) !important;
	z-index: 1;
	color: var(--main-color);
}

.lc-category-radio label span {
	font-size: 12px;
	display: block;
	cursor: pointer;
	background-color: #fff;
	padding: 0.375em 0.75em;
	position: relative;
	margin-left: 0.0625em;
	box-shadow: 0 0 0 0.0625em #b5bfd9;
	letter-spacing: 0.05em;
	color: #3e4963;
	text-align: center;
	transition: background-color 0.5s ease;
}
.highlightedPart {
	background-color: #fff1b2;
	border-radius: 10px;
}

label:first-child span {
	border-radius: 0.375em 0 0 0.375em;
}

label:last-child span {
	border-radius: 0 0.375em 0.375em 0;
}
.overflow-x-auto {
	overflow-x: auto !important;
}

/*********************MODAL***************/
.lc-modal {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1050;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.4);
}
.lc-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 0.3rem;
	outline: 0;
	padding: 8px;
	min-width: 230px !important;
}
.lc-modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lc-modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1rem;
}
.lc-modal-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: end;
	justify-content: space-between;
	padding: 0.5rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: 0.3rem;
	border-bottom-left-radius: 0.3rem;
}
/**************BADGE*******************/
.lc-badge {
	background-color: hsl(from var(--main-color) h s l / 0.3);
	display: inline-block;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 11px;
	font-weight: 400;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*****************GROUP****************/
.lc-group {
	margin: 2px 0;
	display: flex;
	gap: 1%;
	position: relative;
	max-width: 100%;
	transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1);
	align-items: center;
}
/***************DROPDOWN Menu*************/
.user-tabs-container .customtab li a.nav-link.active {
	color: var(--main-color) !important;
	border-bottom: 2px solid var(--main-color) !important;
}
.user-tabs-container .customtab li a.nav-link,
.user-tabs-container .customtab li a.nav-link:hover {
	color: var(--main-color) !important;
}
.lc-dropdown-menu {
	display: none;
	right: 0;
	background-color: white;
	z-index: 8;
	position: absolute;
	transform: translate(-7px, 4px);
	border: 1px solid #d6d6d6;
	padding: 4px 0;
	border-radius: 6px;
}
.lc-dropdown-menu a {
	padding: 8px 16px;
	color: #444444;
	display: flex;
	width: 100%;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	align-items: center;
	justify-content: flex-start;
}
.lc-dropdown-menu a i {
	margin-right: 4px;
}
.lc-dropdown-menu a:hover:not(.disabled) {
	background-color: #f1f1f1;
}
/*********************DHTMLX**************************/
.selectedTreeRow::before {
	display: inline-block;
	content: "";
	position: relative;
	top: 0;
	left: -4px;
	width: 4px;
	height: 20px;
	background-color: var(--main-color) !important;
	border-radius: 5px;
}
.dhxtree_material .selectedTreeRowFull .dhxTextCell {
	background-color: transparent !important;
	width: 100%;
}
.selectedTreeRow {
	display: flex;
	align-items: center;
	background-color: hsl(from var(--main-color) h s l / 0.1) !important;
	color: #262626 !important;
	font-weight: 500;
	font-size: 12px;
	width: 100%;
	border-radius: 0 5px 5px 0;
}
.selectedTreeRow i {
	padding-right: 5px;
}
span.standartTreeRow {
	color: #505050;
	font-weight: 500;
	font-size: 12px;
	display: flex;
	align-items: center;
}
span.standartTreeRow i {
	padding-right: 5px;
}
.dhxlayout_base_material div.dhx_cell_layout div.dhx_cell_hdr {
	height: 0;
}
.dhxlayout_base_material
	div.dhx_cell_layout
	div.dhx_cell_hdr.dhx_cell_hdr_hidden {
	border-top: none !important;
}
.dhxlayout_base_material
	div.dhx_cell_layout.dhxlayout_collapsed_v
	div.dhx_cell_hdr {
	background-color: hsl(from var(--main-color) h s l / 0.5) !important;
	border-radius: 5px;
}
.lc-box-container .tabs .box,
.lc-box-container .tabs .list,
.lc-box-container .tabs .straw {
	background: #e4e4e4 !important;
}
.lc-box-container {
	width: 100%;
	overflow: hidden;
	border: 1px solid #dcdcdc;
	position: relative;
	border-radius: 4px;
}
.toast-body {
	font-size: 12px;
}
.lc-draggable {
	cursor: grab;
	position: relative;
	left: 0;
	top: 0;
}
.lc-card.card .card-header {
	background-color: #ffffff !important;
}
#crossings-content {
	font-size: 13px;
}
.Tab-link--active {
	border-bottom: 1px solid #ffffff !important;
}
.crossings-title {
	color: var(--main-color) !important;
	border-bottom: 1px solid var(--main-color) !important;
}
.lc-card.card .card-header a.cat,
.crossings-sub-title {
	color: var(--main-color) !important;
}
.lc-card.card .card-body table tr:first-child td {
	border-top: none !important;
}
.breadcrumb_eln .dropdown-menu li {
	font-weight: 400 !important;
}
.dhxacc_base_material div.dhx_cell_acc div.dhx_cell_hdr {
	color: var(--main-color) !important;
	border: 1px solid hsl(from var(--main-color) h s l / 0.2) !important;
}
.dhxacc_base_material div.dhx_cell_acc:first-child .dhx_cell_hdr {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.dhxacc_base_material div.dhx_cell_acc:last-child .dhx_cell_hdr {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lc-card .titulo3ileft {
	color: var(--main-color) !important;
}
.lc-draggable.grabbing {
	cursor: grabbing;
}
.lc-box-container table.list_view thead td,
.ui-tabs-nav li.ui-state-active a,
.lc-box-container .tabs tfoot td h2 {
	color: var(--main-color) !important;
}
.lc-box-container table.list_view thead td {
	background: transparent !important;
	border: none !important;
}
.lc-box-container .tabs .ui-tabs-nav {
	padding: 0px 0 0 85px !important;
}
#box-info .lc-card .lc-card-row {
	height: 28px;
}
#filter-boxes-th .lc-input {
	width: 100% !important;
}
.lc-table .th-with-filter .lc-input {
	width: 100% !important;
}
.lc-table .th-with-filter {
	overflow: visible;
}
.lc-table .th-with-filter .lc-input,
.lc-table .th-with-filter .lc-select {
	max-width: 180px;
	margin-left: 5px;
}
.lc-table .input-group-btn:not(:first-child) &gt; .btn {
	height: 26px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.tablenew.lc-card .tabletitre {
	color: var(--main-color) !important;
	border-bottom: 1px solid hsl(from var(--main-color) h s l / 0.45) !important;
	text-align: center;
}
.tablenew.lc-card .topico {
	font-size: 14px;
}
.tablenew.lc-card .tabletitre .text-orange,
.tablenew.lc-card .tabletitre .textorange,
.tablenew.lc-card .tablehead,
.tablenew.lc-card .tableheadsub,
.tablenew.lc-card .tableheadsub10,
.tablenew.lc-card .tableheadsub5,
.tablenew.lc-card .tableheadsub5 .text-orange,
.tablenew.lc-card .proxyprefs-inner-table th,
.tableback.lc-card .tabletitre,
.tableback.lc-card .sort_link,
.tablenew.lc-card i.text-orange,
.tableback.lc-card .tablehead div,
.tableback.lc-card .tablerow i.text-orange,
.lc-card .tablehead,
.lc-card .fields_subtitles,
.table th,
#generalsetupPage-search #search-input-button,
.manage-recipes-search button,
.lc-card .default_field_options i,
.lc-card .custom_field_edit i,
.lc-card .custom_field_options i,
.lc-card .change_custom_field_database_name i,
.lc-card .custom-field-group-options {
	color: var(--main-color) !important;
}
.preloader .loader .pl .pl__ring-stroke,
.pl__ring-rotate,
.pl__ring-stroke {
	stroke: var(--main-color) !important;
}
.lc-card .fields_subtitles {
	font-weight: 500;
}
.module_link_container_selected,
.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:focus {
	color: var(--main-color) !important;
	border-right: 2px solid var(--main-color) !important;
}
#admin-modules-fields-links-container a:hover {
	color: #459a2c !important;
}
.module_link_container:hover {
	color: #459a2c !important;
	border-right: 2px solid #459a2c !important;
}
.manage-recipes-search #searchBar {
	border: 1px solid var(--main-color) !important;
}
.tableback5h.lc-card {
	background-color: #fff !important;
}
.user-tabs-container ul,
.user-tabs-container .tab-content {
	background: #fff;
	border: 1px solid hsl(from var(--main-color) h s l / 0.2) !important;
	font-size: 14px !important;
	padding: 0.5rem;
	box-shadow: none !important;
	padding-bottom: 0 !important;
}
.rating-modal-header .wave {
	background: var(--main-color) !important;
}
.tableback.lc-card .tabletitre {
	border-bottom: 1px solid var(--main-color) !important;
}
.user-tabs-container ul {
	border-radius: 5px 5px 0px 0px !important;
}
.user-tabs-container .tab-content {
	border-radius: 0px 0px 5px 5px !important;
}
.tablenew.lc-card .tableheadsub5,
.lc-card .tablehead {
	background-color: #f0f0f0;
}
.tablenew.lc-card .tabletitre i,
.tablenew.lc-card .tableheadsub5 i {
	margin-right: 3px;
}
.tablenew.lc-card .texto5 {
	font-size: 13px !important;
}
#setup-table .menu-item:not(:first-child) {
	border-top: 1px solid #ededed !important;
}
.proxyprefs-inner-table .add-inputs,
.lc-card .control-row.bt {
	border-top: 1px solid hsl(from var(--main-color) h s l / 0.2) !important;
}
.multiselect-native-select,
proxyprefs-inner-table .btn-light {
	width: -webkit-fill-available !important;
}
.w-10 {
	width: 15% !important;
}
.w-15 {
	width: 15% !important;
}
.w-20 {
	width: 20% !important;
}
.w-30 {
	width: 30% !important;
}
.lc-card.main {
	padding: 8px !important;
	width: 100% !important;
}
.lc-card.main .tabletitre {
	font-size: 15px !important;
	border-bottom: none !important;
	color: var(--main-color) !important;
}
.lc-card .tabletitre {
	font-size: 15px !important;
	border-bottom: 1px solid var(--main-color) !important;
	color: var(--main-color) !important;
}
.lc-card .autocomplete-lc {
	border: var(--main-color) 1px solid !important;
	border-radius: 5px !important;
	color: var(--main-color) !important;
	background-color: #b7b7b71a;
}
.eq_maintenance .tabletitre {
	height: 40px;
	color: #035e87 !important;
	border-bottom: 1px solid #035e87 !important;
}
.eq_maintenance #table_content table.tablenew {
	background: #fff;
	border-radius: 8px !important;
	font-size: 14px !important;
	box-shadow: none !important;
	margin-bottom: 2rem;
	border: 1px solid #035e975c;
}
.eq_maintenance #table_content table.tablenew .tableback4 {
	background-color: #e3e3e3;
}
.eq_maintenance #table_content table.tablenew .tablerowsmallwhite {
	font-size: 14px;
}
.eq_maintenance #table_content table.tablenew .texto5 {
	font-size: 13px;
}
.eq_maintenance #table_content table.tablenew .ttitulo4left {
	color: #fe6601;
}
.ccage_outer_page_table.tablenew {
	border: none !important;
	border-radius: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#combo_zone .dhx_combo_input {
	border: none !important;
}
.title_module h6 i.fa-circle-small {
	font-size: 8px;
	line-height: 1;
}
#generic__wrapper-row .lc-card &gt; div{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.box table tfoot td input.fieldselected{
	border: 1px solid #e1e1e1;
	border-radius: 16px;
	background: #ffffff;
}</pre></body></html>