.primaryColor {
	color: #79af56;
}

.wysiwyg h2, .wysiwyg h3 {
	color: #79af56;
}

.bold {
	font-weight: 700;
}

:root {
	--text-color: #212121;
	--invert-text-color: #f0f0e1;
	--primary-color: #79af56;
	--primary-color-contrast: #f0f0e1;
	--secondary-color: #edeced;
	--secondary-color-contrast: #212121;
	--removed-color: #6c5c91;
	--content-title-height: 64px;
	--content-side-padding: 12px;
	--menu-width: 256px;
	--input-border: 1px solid #ddd;
}

html, body, header, article, main, div, h1, h2, h3, h4, table, thead, tbody, tr, th, td {
	padding: 0;
	margin: 0;
}

a, button {
	cursor: pointer;
}

body.no-touch :hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

img {
	border: 0;
}

html, body {
	color: #212121;
	font-family: "Roboto", "Helvetica Neue", sans-serif;
}

input, textarea, select, button, a {
	font-size: inherit;
	font-family: inherit;
}

.font-bold, b, strong {
	font-weight: 700 !important;
}

@font-face {
	font-family: "Material Icons";
	src: url("../font/materialicons/MaterialIcons-Regular.v202506180906.woff") format("woff"), url("../font/materialicons/MaterialIcons-Regular.v202506180906.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 100;
	src: local("Roboto Thin"), local("Roboto-Thin"), url('../font/roboto/roboto-v20-latin-100.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-100.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 100;
	src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url('../font/roboto/roboto-v20-latin-100italic.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-100italic.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 300;
	src: local("Roboto Light"), local("Roboto-Light"), url('../font/roboto/roboto-v20-latin-300.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-300.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 300;
	src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url('../font/roboto/roboto-v20-latin-300italic.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-300italic.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto"), local("Roboto-Regular"), url('../font/roboto/roboto-v20-latin-regular.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-regular.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 400;
	src: local("Roboto Italic"), local("Roboto-Italic"), url('../font/roboto/roboto-v20-latin-italic.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-italic.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 500;
	src: local("Roboto Medium"), local("Roboto-Medium"), url('../font/roboto/roboto-v20-latin-500.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-500.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 500;
	src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url('../font/roboto/roboto-v20-latin-500italic.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-500italic.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 700;
	src: local("Roboto Bold"), local("Roboto-Bold"), url('../font/roboto/roboto-v20-latin-700.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-700.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 700;
	src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url('../font/roboto/roboto-v20-latin-700italic.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-700italic.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 900;
	src: local("Roboto Black"), local("Roboto-Black"), url('../font/roboto/roboto-v20-latin-900.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-900.woff') format("woff");
}

@font-face {
	font-family: "Roboto";
	font-style: italic;
	font-weight: 900;
	src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url('../font/roboto/roboto-v20-latin-900italic.woff2') format("woff2"), url('../font/roboto/roboto-v20-latin-900italic.woff') format("woff");
}

.material-icons {
	font-family: "Material icons", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	display: inline-block;
	width: auto;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "liga";
}

.material-icons.md-18 {
	font-size: 18px;
}

.material-icons.md-24 {
	font-size: 24px;
}

.material-icons.md-36 {
	font-size: 36px;
}

.material-icons.md-48 {
	font-size: 48px;
}

html, body {
	height: 100%;
	overflow: hidden;
}

body {
	position: relative;
}

.content-title {
	min-height: 64px;
	height: 64px;
	max-height: 64px;
	padding: 0 12px;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}

#bodyform {
	padding: 0 12px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: #fafafa;
}

#bodyform.legacy {
	padding: 0 30px;
}

@media (max-width: 767px) {
	#bodyform {
		padding: 0 4px;
	}
}

.content-title {
	background-color: #fafafa;
}

.upload-image-dialog {
	text-align: center;
}

.upload-image-dialog .upload-image-container {
	height: 85%;
	border: 1px dotted black;
}

.upload-image-dialog .upload-image-container .jcrop-holder {
	margin: 0 auto;
}

#loader {
	width: 100%;
	height: 100%;
	display: block;
}

.smile, .smile mat-label {
	color: #2b97c0 !important;
}

.inactive {
	color: #ddd !important;
}

.help-icon {
	color: #999999 !important;
}

.datatable, .mat-table {
	background-color: #fafafa;
}

.datatable .finished, .mat-table .finished {
	color: #6f915c;
}

.datatable .deleted, .datatable .archived, .mat-table .deleted, .mat-table .archived {
	color: #6c5c91 !important;
}

.datatable .warning, .mat-table .warning {
	color: #ee7f01;
}

.datatable .exceeded, .mat-table .exceeded {
	color: #c84623;
}

.logo-wrapper {
	content: "";
	display: block;
	background-repeat: no-repeat;
	background-image: url('/images/tenant_1495/logo.v1733914439011.png');
	background-position: center;
	min-height: 200px;
}

.simpleview-logo-container {
	background-image: url('/images/tenant_1495/logo.v1733914439011.png');
	background-repeat: no-repeat;
	background-position: 0 calc(100% - 65px);
}

.smiledrag {
	cursor: move;
	cursor: grab;
}

@media (max-width: 575px) {
	.alfred-welcome-svg svg {
		width: 700px;
		margin-left: -320px;
	}
}

.alfred-welcome-svg .text {
	font-size: 34px;
	letter-spacing: 0.25px;
	color: #193357;
	text-align: center;
}

.btn.btn-primary {
	background-color: var(--primary-color);
	color: #f0f0e1;
	font-weight: 700;
	border: 0 !important;
	cursor: pointer;
}

.btn.btn-primary:hover, .btn.btn-primary:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.btn.btn-primary.active:not([disabled]):not(.disabled), .btn.btn-primary:not([disabled]):not(.disabled):active, .btn.btn-primary:not([disabled]):not(.disabled):active:focus, .btn.btn-primary:focus {
	color: #212121;
	background-color: var(--secondary-color);
	box-shadow: none;
}

.btn.btn-primary.disabled {
	background-color: var(--primary-color);
	color: #f0f0e1;
}

.btn-light {
	background-color: #fff;
}

button:focus {
	outline: 0;
}

.smilebutton {
	cursor: pointer;
	transition: opacity 0.3s ease 0s;
	text-decoration: none;
	color: inherit;
}

.smilebutton:hover {
	opacity: 0.5;
}

.linkradio .radio-container .form-check-inline:first-of-type, .listradio .radio-container .form-check-inline:first-of-type {
	display: none;
}

@media (max-width: 991px) {
	.radio-container {
		display: flex;
		flex-direction: column;
	}
}

.radio-container.form-control {
	box-shadow: none;
	border: 0;
	padding-left: 1px;
}

.radio-container .form-check-label {
	padding: 0 0.5rem 0 0;
}

.radio-container .form-check-input:not(:checked) + .outer {
	border-color: #ddd !important;
}

.radio-container .form-check-input:not(:checked) + .outer .inner {
	background-color: #ddd !important;
}

.radio-container .form-check-label input:checked + .outer {
	border-color: #212121;
}

.radio-container .form-check-label input:checked + .outer .inner {
	transform: scale(1);
	opacity: 1;
}

.radio-container .form-check-label:hover .inner {
	transform: scale(0.5);
	opacity: 0.5;
}

.radio-container .form-check-label .outer {
	width: 18px;
	height: 18px;
	float: left;
	border: 3px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	margin: 1px 5px 1px 0;
}

.radio-container .form-check-label .inner {
	transition: all 0.25s ease-in-out;
	transform: scale(0);
	display: block;
	width: 8px;
	height: 8px;
	margin: 2px;
	border-radius: 50%;
	background-color: #212121;
	opacity: 0;
}

@media (min-width: 992px) {
	header .app-name {
		width: 256px;
	}
}

@media (max-width: 991px) {
	smilelmt-header, s-header, .fixedClone {
		transition: margin-top 0.25s ease-in-out;
		will-change: margin-top;
	}
	@media not all and (min-resolution:.001dpcm) {
    @media {
      smilelmt-header, s-header, .fixedClone {
        transition: none;
        will-change: auto;
      }
    }
  }
}

@keyframes rotate {
		100% {
		transform: rotate(360deg);
	}
	}

@keyframes dash {
		0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
		50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
		100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
	}

.mdc-circular-progress {
	position: relative;
	animation: rotate 2s linear infinite;
	width: 48px;
	height: 48px;
}

.mdc-circular-progress .mdc-circular-progress__path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
	stroke-linecap: round;
	stroke: var(--primary-color);
}

.tabGroup .tabHeader {
	margin-top: 0;
	margin-bottom: 8px;
	display: block;
	white-space: nowrap;
}

.tabGroup:not(.hidden) ~ .tabGroup .tabHeader {
	margin-top: 20px;
}

.tabHeader {
	background: #fafafa;
	position: relative;
	border-bottom: 1px solid #ddd;
}

.tabHeader .header-container {
	width: calc(100% - 44px);
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
	padding: 0;
}

.tabHeader .hidden + .header-container {
	width: 100%;
}

.tabHeader > i {
	padding: 8px 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.tabgroupgroup {
	position: relative;
	white-space: nowrap;
	transition: margin 0.25s ease-in-out;
	display: flex;
	margin-bottom: 0;
	padding-left: 0;
}

.tabgroupgroup li {
	display: flex;
	align-items: center;
	flex: 0 0 auto;
	cursor: pointer;
	transition: border-color 0.5s ease-in-out;
	border: 3px solid transparent;
	height: 40px;
}

.tabgroupgroup li a {
	color: #5f6368;
	padding: 0 15px;
}

.tabgroupgroup li a count {
	margin-left: 7px;
	vertical-align: top;
}

.tabgroupgroup li.selected {
	border-bottom-color: var(--primary-color);
}

.tabgroupgroup li.selected a {
	color: var(--primary-color);
}

body.no-touch .tabgroupgroup li:hover {
	color: #212121;
	background-color: var(--secondary-color);
}

body.no-touch .tabgroupgroup li:hover a {
	color: #212121;
}

table {
	border-spacing: 0;
}

table.fixedClone {
	position: fixed;
	overflow: hidden;
	display: block;
	z-index: 8;
}

table.groupconditions td {
	padding: 5px;
	border: 1px solid var(--primary-color);
}

.dataTableContainer .datatable th {
	padding: 6px 8px;
	border-bottom: 1px solid #ddd;
	border-top: 0;
	min-height: 30px;
}

.dataTableContainer .datatable th:not(.iconColumn):hover, .dataTableContainer .datatable th:not(.iconColumn):focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.dataTableContainer .datatable th:not(.iconColumn):hover a {
	color: inherit;
}

.dataTableContainer .datatable th.memoColumn i {
	display: none;
}

.dataTableContainer .datatable th.memoColumn input {
	width: 100%;
}

.dataTableContainer .datatable th span {
	position: relative;
	display: block;
	white-space: nowrap;
	line-height: 25px;
}

.dataTableContainer .datatable th span i {
	position: absolute;
	right: -10px;
	top: 0;
	margin: 4px;
}

.dataTableContainer .datatable th span input {
	position: absolute;
	width: calc(100% - 10px);
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	color: #212121;
}

.dataTableContainer .datatable th a {
	color: #5f6368;
	font-weight: normal;
}

.dataTableContainer .datatable th.smile a {
	color: #2b97c0;
}

.dataTableContainer .datatable tr.group {
	color: #212121;
	background-color: var(--secondary-color);
}

.dataTableContainer .datatable tr.group td {
	padding-left: 10px;
}

.dataTableContainer .datatable td {
	padding: 6px 8px;
	height: 44px;
	max-width: 400px;
}

.dataTableContainer .datatable td.memourlColumn a, .dataTableContainer .datatable td.formulamemourlColumn a {
	text-decoration: underline;
}

.dataTableContainer .datatable td.memourlColumn a:hover, .dataTableContainer .datatable td.formulamemourlColumn a:hover {
	text-decoration: none;
}

.dataTableContainer .datatable td .limit-row-height {
	max-height: 350px;
	overflow-y: auto;
	white-space: pre-line;
}

.dataTableContainer .datatable tbody tr.odd td {
	background-color: rgba(15, 15, 30, 0.05);
}

.dataTableContainer .datatable tbody tr.even td {
	background-color: #fff !important;
}

.dataTableContainer .datatable tbody tr:nth-child(odd) td {
	background-color: rgba(15, 15, 30, 0.05);
}

.dataTableContainer .datatable tbody tr:hover td {
	color: #212121;
	background-color: var(--secondary-color);
	transition: all 0.25s ease-in-out;
}

.dataTableContainer .datatable tbody tr.active td {
	background-color: #fdf8cc;
}

.dataTableContainer .datatable tbody tr[data-action] td {
	cursor: pointer;
}

.dataTableContainer .datatable tfoot {
	background-color: rgba(15, 15, 30, 0.05);
	font-style: italic;
	text-align: center;
}

.dataTableContainer .datatable.single-line td, .dataTableContainer .datatable tfoot td {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: middle;
}

.dataTableContainer .datatable.single-line td.o-auto, .dataTableContainer .datatable tfoot td.o-auto {
	overflow: visible;
}

.dataTableContainer {
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.dataTableContainer .datatable {
	background: #fafafa;
}

.dataTableContainer .datatable td .date, .dataTableContainer .datatable td .time {
	text-align: left;
}

.upload-area {
	border: dotted 1px;
}

.upload-area:hover, .upload-area:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

#bodyform.is-overview {
	padding-left: 0;
	padding-right: 0;
}

label.required {
	font-weight: 700;
	position: relative;
}

label.required:after {
	content: "*";
	padding-left: 5px;
	display: inline-block;
}

@media (min-width: 768px) {
	label.required:after {
		position: absolute;
		right: -10px;
		top: 0;
	}
}

@media (max-width: 767px) {
	label.required .help-icon {
		padding-right: 10px;
	}
}

.stretchMemo {
	min-height: 59.5px;
	height: auto;
}

.stretchMemo.readonly {
	min-height: 33.5px;
}

.hiddendiv {
	display: none;
	white-space: pre-line;
	word-wrap: break-word;
	overflow-wrap: break-word;
	max-height: 250px;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.form-control {
		border-radius: 2px;
	}
}

.dropdown.custom-select {
	background: inherit;
	border: 0;
}

.dropdown.custom-select .dropdown-toggle {
	color: #212121;
}

.dropdown-toggle {
	padding-right: 24px !important;
	border: 0;
}

.dropdown-toggle:after {
	margin: 15px;
	position: absolute;
	top: 0;
	right: 0;
}

.form-control:focus, .form-control:focus-within, .btn:focus {
	border-color: #ddd;
	color: inherit;
}

.form-control:focus:not([readonly]):not(.readonly), .form-control:focus-within:not([readonly]):not(.readonly), .btn:focus:not([readonly]):not(.readonly) {
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 5px #edeced;
}

.form-control {
	color: inherit;
	border: 1px solid #ddd;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	height: auto;
}

.form-control.readonly, .form-control[readonly] {
	background-color: #fff;
	box-shadow: none;
	border-color: transparent;
}

.form-control.no-border {
	box-shadow: none !important;
	border-color: transparent;
}

input[type=date], input[type=datetime], input[type=time] {
	align-items: flex-start;
}

input[type=date]::-webkit-date-and-time-value, input[type=datetime]::-webkit-date-and-time-value, input[type=time]::-webkit-date-and-time-value {
	margin: 0;
}

input[type=checkbox].form-control {
	-ms-flex: none;
	flex: none;
	align-self: center;
	box-shadow: none !important;
	border: 0;
	margin-left: 4px;
	width: auto;
}

.formField.disabled .input-group-append button, .linkradio .input-group-append button {
	border: 0;
	opacity: 0;
	transition: opacity 0.2s ease-in-out;
}

.formField.disabled:hover .input-group-append button, .linkradio:hover .input-group-append button {
	opacity: 1;
}

@media (min-width: 992px) {
	.colspan1.has-label .col-form-label {
		flex: 0 0 45%;
		max-width: 45%;
	}
	.colspan1.has-label .input-group {
		flex: 0 0 55%;
		max-width: 55%;
	}
	.colspan2.has-label > .col-form-label {
		flex: 0 0 22.5%;
		max-width: 22.5%;
	}
	.colspan2.has-label > .col-md-7 {
		flex: 0 0 77.5%;
		max-width: 77.5%;
	}
	.colspan2.has-label > .offset-5 {
		margin-left: 22.5%;
	}
}

.colspan2-label {
	flex: 0 0 22.5%;
	max-width: 22.5%;
	padding-right: 15px;
	padding-left: 15px;
}

form .formField {
	padding: 4px 0;
	position: relative;
}

form .formField .help-icon {
	margin: 0 -10px 0 10px;
}

form .formField > textarea {
	resize: vertical;
}

form .formField > textarea[rows] {
	height: auto;
}

form .formField.image .primary {
	display: none;
}

form .formField.image .image-holder {
	float: left;
	overflow: hidden;
}

form .formField.image .image-holder.isFilled .display-field {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

form .formField.image .image-holder:not(.isFilled) {
	border: 1px solid #ddd;
}

form .formField.image .image-holder:not(.isFilled) ~ .delete-button {
	display: none;
}

form .formField.hidden + .formField {
	margin-left: 50%;
}

form .labelfield {
	border-bottom: 1px solid #ccc;
	color: #999999;
	padding: 16px 0 3px;
	clear: both;
}

form label.selectAllLabel {
	font-weight: 700;
}

form .insertform .smile-timestamp, form .insertrepeatedtab .smile-timestamp {
	display: none;
}

.changed {
	border: 2px solid #ec8310 !important;
	margin-left: -1px !important;
}

input[type='checkbox'].changed, input[type='checkbox'].notvalid {
	outline: 2px solid #ec8310;
}

.notvalid {
	border: 2px solid #ec8310 !important;
}

.ui-slider-handle, .ui-slider-handle.ui-state-hover, .ui-slider-handle.ui-state-focus {
	background: var(--primary-color);
}

.loading {
	text-align: center;
}

.loading img {
	float: none;
}

body.cockpit .widget-container[data-widgettype=LOGIN] {
	height: auto !important;
}

body.cockpit .widget-container[data-widgettype=LOGIN] .form-container {
	align-items: stretch;
	width: 400px;
	padding-bottom: 0 !important;
}

body.cockpit .widget-container[data-widgettype=LOGIN] .fulllscreen-icon {
	display: none;
}

body.cockpit .widget-container[data-widgettype=LOGIN] .lockContainer {
	position: absolute;
	left: 0;
	right: 0;
	top: 60px;
	bottom: 0;
	background-color: white;
	padding: 20%;
	text-align: center;
}

.ace-single-line .ace_editor {
	height: 33.5px !important;
}

.ace-single-line .ace_editor .ace_scroller {
	line-height: 33.5px !important;
}

.ace-single-line .ace_editor .ace_cursor {
	top: 5px !important;
}

.ace-single-line .ace_editor .ace_layer.ace_marker-layer {
	margin-top: 7px;
}

.ace_autocomplete.ace_editor {
	min-width: 500px;
}

.ace_autocomplete .ace_line span:first-child::before {
	content: " ";
	margin-top: 2px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 5px;
}

.ace_autocomplete .ace_line span.ace_staticvalue:first-child::before {
	background-color: red;
}

.ace_autocomplete .ace_line span.ace_entity:first-child::before {
	background-color: orange;
}

.ace_autocomplete .ace_line span.ace_property:first-child::before {
	background-color: green;
}

.ace_autocomplete .ace_line span.ace_alias:first-child::before {
	background-color: blue;
}

.ace_hidden-cursors {
	display: none;
}

body.cockpit #content-title label {
	margin: 0;
}

body.cockpit #content-title input {
	width: 110px;
}

body.cockpit #content-title smilelmt-multiselect, body.cockpit #content-title s-multiselect {
	width: 300px;
}

body.cockpit.editmode .background-container {
	border: 1px dashed #ddd;
	width: calc(100% - 50px);
}

body.cockpit.editmode .widget-container {
	cursor: move;
	border: 1px dashed #ddd;
}

body.cockpit.editmode .widget-container .ui-resizable-handle {
	background-image: inherit;
}

body.cockpit .background-container.fullscreen {
	display: flex;
	flex-direction: column;
	height: 100% !important;
	margin-top: 0;
	left: 0 !important;
	top: 0 !important;
}

body.cockpit .background-container.fullscreen .widget-container {
	display: none;
}

body.cockpit .background-container.fullscreen .widget-container.fullscreen {
	display: block;
	flex-grow: 1;
	width: 100% !important;
	height: 100% !important;
	left: 0 !important;
	top: 0 !important;
}

body.cockpit smilelmt-right-pane .handle, body.cockpit s-right-pane .handle {
	width: auto;
	line-height: 54px;
	height: 54px;
	padding-right: 20px;
}

body.cockpit smilelmt-right-pane .drag, body.cockpit s-right-pane .drag {
	background-color: var(--primary-color);
	color: #f0f0e1;
	cursor: move;
	border: 1px solid #ddd;
	border-radius: 2px;
	overflow: hidden;
	height: 40px;
	z-index: 10000;
}

body.cockpit smilelmt-right-pane .drag:hover, body.cockpit smilelmt-right-pane .drag:focus, body.cockpit s-right-pane .drag:hover, body.cockpit s-right-pane .drag:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

body.cockpit smilelmt-right-pane .drag i, body.cockpit s-right-pane .drag i {
	padding: 4px;
}

body.cockpit smilelmt-right-pane .drag .title, body.cockpit s-right-pane .drag .title {
	vertical-align: top;
}

body.cockpit.editmode .chartContainer .highcharts-xaxis-labels text, body.cockpit .chartContainer.relative .highcharts-xaxis-labels text {
	cursor: default !important;
	font-weight: normal !important;
	text-decoration: none !important;
}

.background-container {
	width: 100%;
	margin-top: 12px;
	z-index: 1;
	position: relative;
}

.widget-container:not(.preview) {
	position: absolute;
	border: 1px solid #ccc;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
	margin-top: 10px;
}

.widget-container .dataTables_scrollBody {
	border-bottom: none;
}

.widget-container .wysiwyg > .widget-content {
	overflow-y: auto;
	padding: 12px;
	background-color: rgba(15, 15, 30, 0.05);
}

.widget-container .insertmenu .search-input i, .widget-container .overviewmenu .search-input i {
	padding-right: 12px;
}

.widget-container .insertmenu .submenu, .widget-container .overviewmenu .submenu {
	background-color: var(--primary-color);
	color: #f0f0e1;
	overflow-y: auto;
	height: 100%;
}

.widget-container .insertmenu .submenu a, .widget-container .overviewmenu .submenu a {
	padding: 8px 12px;
	display: block;
	white-space: nowrap;
}

.widget-container .insertmenu .submenu a:hover, .widget-container .insertmenu .submenu a:focus, .widget-container .overviewmenu .submenu a:hover, .widget-container .overviewmenu .submenu a:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.widget-container .insertmenu .submenu i, .widget-container .overviewmenu .submenu i {
	padding-right: 8px;
}

.widget-container .widgetTitle {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #eee;
	height: 54px;
	line-height: 54px;
	padding: 0 12px;
	width: 100%;
}

.widget-container .buttonbar + .chartContainer .widgetTitle {
	padding-right: 50px;
}

.widget-container .widget-content, .widget-container .widget-content > div {
	height: 100%;
}

.widget-container .widgetTitle + .widget-content {
	height: calc(100% - 54px);
}

.widget-container .buttonbar {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
	padding: 13px;
}

.widget-container .buttonbar i {
	color: #999999;
}

table.dataTable thead th {
	padding: 10px;
	border-color: #ddd;
	color: #5f6368;
	font-weight: normal;
}

table.dataTable thead th:first-of-type {
	padding-left: 12px;
}

table.dataTable.display tbody td {
	border-top: none;
}

table.dataTable.display tbody td:first-of-type {
	padding-left: 12px;
}

table.dataTable.display tbody tr.odd {
	background-color: rgba(15, 15, 30, 0.05);
}

table.dataTable.display tbody tr:hover {
	color: #212121;
	background-color: var(--secondary-color);
}

@media (max-width: 1024px) {
	.background-container, .widget-container {
		width: calc(100% - 24px) !important;
		height: calc(100% - 12px) !important;
		top: auto !important;
		left: auto !important;
		position: relative !important;
	}
	.login-action-container {
		width: 100% !important;
	}
	body.cockpit .dataTables_scrollBody {
		min-height: 300px;
	}
}

body .ui-dialog .fieldProperties div {
	margin-bottom: 2px;
}

body .ui-dialog .fieldProperties div a {
	text-decoration: underline;
}

body .ui-dialog .fieldProperties div > label, body .ui-dialog .fieldProperties .label {
	float: left;
	width: 35%;
}

body .ui-dialog .fieldProperties ul {
	margin-left: 40%;
}

body .ui-dialog .fieldProperties ul input {
	vertical-align: middle;
}

body .ui-dialog .fieldProperties input[type='text'], body .ui-dialog .fieldProperties textarea {
	width: 60%;
}

.popup-clone {
	display: none;
}

.popupBody {
	height: 100%;
	padding-top: 0;
}

.forpopup {
	height: 100%;
}

.forpopup .content-title {
	background-color: var(--primary-color);
	color: #f0f0e1;
}

.forpopup #content {
	margin: 0;
}

.forpopup #content table {
	min-width: 0;
}

.forpopup #content .tdLabel {
	width: 40%;
}

.emailFormPopup .dataTableContainer {
	clear: both;
}

div.addDocumentPopup .addFileForm {
	border: 1px solid #ddd;
	margin: 3px 0;
	padding: 12px;
}

div.addDocumentPopup .deleteAttachment {
	position: absolute;
	right: 12px;
	top: 12px;
	z-index: 2;
}

.ask-question .answer-radio.col-form-label {
	display: none;
}

.ask-question .formField .form-check {
	margin-left: 0;
}

.main-admin .smile a {
	color: #2b97c0;
}

.main-admin .entity {
	border: 1px solid #ddd;
}

.main-admin .list-group-item {
	padding-top: 4px;
	padding-bottom: 4px;
}

.main-admin .description-icon {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

#content #dragdropmanager td.ui-draggable {
	border: 1px dotted #ccc;
	cursor: move;
}

#content #dragdropmanager td.ui-draggable .wideIconCell {
	text-align: right;
	padding-right: 10px;
}

#content #dragdropmanager td.ui-draggable .wideIconCell > img {
	cursor: pointer;
}

#content #dragdropmanager td.ui-draggable .wideIconCell .ui-icon {
	text-indent: 99999px;
}

#content #dragdropmanager td.ui-draggable-dragging, #content #dragdropmanager td.dropHoover {
	background-color: var(--secondary-color);
}

#content #dragdropmanager td.dropHoover {
	transition: background-color 0.2s ease-in-out;
}

#dragdropmanager .fieldtable {
	width: 100%;
}

#dragdropmanager .fieldtable td {
	max-width: 20em;
	padding: 0.2em;
}

#dragdropmanager .fieldtable .fieldState, #dragdropmanager .fieldtable .fieldControl {
	width: 40px;
	line-height: 20px;
}

#dragdropmanager .fieldtable .hintRow textarea {
	height: 100%;
}

#dragdropmanager .tab td, #dragdropmanager .grid td.field {
	width: auto;
}

.permissionTable {
	table-layout: fixed;
	width: 100%;
}

.permissionTable td, .permissionTable th {
	padding: 2px;
}

.permissionTable tr:hover td, .permissionTable tr:hover th {
	background-color: var(--secondary-color);
}

.permissionTable .formField {
	padding: 0;
}

div.template-values {
	border: 3px solid red;
}

.conditionSucceed {
	color: green;
}

.conditionFail {
	color: red;
}

#buttonbar {
	background-color: #fff;
	border: 1px solid #ddd;
	width: 70px;
}

#buttonbar.StartNode .delete, #buttonbar.TriggerNode .delete, #buttonbar.EndNode .add, #buttonbar.EndNode .options, #buttonbar.TaskNode.microflow .add {
	display: none;
}

#buttonbar #node-panel {
	width: 140px;
}

.widgetdetail .column {
	width: 50%;
}

.widgetdetail .column.widget {
	border-left: 1px dashed;
}

.widgetdetail .column .preview .chartContainer {
	height: 300px;
}

.widgetdetail .column .xaxis th {
	padding: 1px 5px;
	text-align: left;
	vertical-align: bottom;
}

.widgetdetail .current-forms, .widgetdetail .available-forms {
	min-height: 400px;
	border: 1px solid #ddd;
}

.widgetdetail .current-forms {
	position: absolute;
	height: 100%;
	right: 0;
}

#staticValueTree .jstree-anchor {
	margin-top: 3px;
	height: auto;
}

#staticValueTree .jstree-anchor input.jstree-rename-input {
	margin-right: 5px;
	width: 275px;
	display: inline-block;
}

#staticValueTree .jstree-anchor output {
	width: 45px;
	margin-right: 5px;
}

#addNode {
	margin: 4px 0;
	border-bottom: 1px dashed black;
}

#addNode input, #addNode .button {
	margin: 1px 3px;
}

#addNode input {
	width: 275px;
}

.mail-used-in .datatable th:first-of-type, .mail-used-in .datatable td:first-of-type {
	display: none;
}

.datatable .invalid, .groupconditions .invalid {
	color: red;
}

.datatable .valid, .groupconditions .valid {
	color: green;
}

.login-bg-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fafafa;
}

.login-logo {
	top: 42%;
	left: 72%;
	height: 200px;
	width: 200px;
	background-color: white;
	border: 1px solid #ddd;
}

#login-bg .fill-primary {
	fill: var(--primary-color);
}

#login-bg .cls-1, #login-bg .cls-15, #login-bg .cls-20, #login-bg .cls-6 {
	fill: none;
}

#login-bg .cls-16, #login-bg .cls-2, #login-bg .cls-21, #login-bg .cls-7 {
	fill: #fff;
}

#login-bg .cls-2, #login-bg .cls-3, #login-bg .cls-6, #login-bg .cls-9 {
	stroke: #b2b2b2;
}

#login-bg .cls-10, #login-bg .cls-11, #login-bg .cls-13, #login-bg .cls-15, #login-bg .cls-16, #login-bg .cls-17, #login-bg .cls-18, #login-bg .cls-2, #login-bg .cls-20, #login-bg .cls-3, #login-bg .cls-6, #login-bg .cls-7, #login-bg .cls-8, #login-bg .cls-9 {
	stroke-linecap: round;
	stroke-linejoin: round;
}

#login-bg .cls-10, #login-bg .cls-11, #login-bg .cls-13, #login-bg .cls-16, #login-bg .cls-17, #login-bg .cls-18, #login-bg .cls-2, #login-bg .cls-20, #login-bg .cls-3, #login-bg .cls-6, #login-bg .cls-7, #login-bg .cls-8, #login-bg .cls-9 {
	stroke-width: 0.75px;
}

#login-bg .cls-3, #login-bg .cls-4, #login-bg .cls-8 {
	fill: #e5e5e5;
}

#login-bg .cls-11, #login-bg .cls-5 {
	fill: #ccc;
}

#login-bg .cls-11, #login-bg .cls-7 {
	stroke: #ccc;
}

#login-bg .cls-8 {
	stroke: #e5e5e5;
}

#login-bg .cls-14, #login-bg .cls-9 {
	fill: #b2b2b2;
}

#login-bg .cls-10, #login-bg .cls-13 {
	stroke: var(--primary-color-lighten);
}

#login-bg .cls-15 {
	stroke: #fff;
	stroke-width: 1.2px;
}

#login-bg .cls-16, #login-bg .cls-17, #login-bg .cls-18, #login-bg .cls-20 {
	stroke: #280095;
}

#login-bg .cls-17 {
	fill: #ffe9d1;
}

#login-bg .cls-18, #login-bg .cls-22 {
	fill: #280095;
}

#login-bg .cls-19 {
	clip-path: url(#clip-path);
}

.ui-dialog.ui-widget {
	padding: 0;
}

.ui-dialog.ui-widget .ui-dialog-titlebar {
	background-color: var(--primary-color);
	color: #f0f0e1;
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
	background: transparent;
	border: 1px solid transparent;
	color: inherit;
	top: 15px;
}

.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close:before {
	content: "X";
}

.ui-dialog.ui-widget.prevent-scroll > div {
	overflow: visible;
}

@media (min-width: 768px) {
	.quicksmile.ui-dialog {
		background: white;
		border: 0;
	}
	.quicksmile.ui-dialog:not(.no-alfred) {
		background: url('../img/alfred/confirm.png') white no-repeat right bottom;
		background-size: 180px;
	}
	.quicksmile.ui-dialog.error {
		background: url('../img/alfred/error.png') white no-repeat right bottom;
		background-size: 180px;
	}
	.quicksmile.ui-dialog.warn {
		background: url('../img/alfred/confirm.png') white no-repeat right bottom;
		background-size: 180px;
	}
	.quicksmile.ui-dialog.ok {
		background: url('../img/alfred/ok.png') white no-repeat right bottom;
		background-size: 180px;
	}
	.quicksmile.ui-dialog  > div {
		padding-right: 170px;
	}
}

@media (max-width: 767px) {
	.ui-dialog {
		position: fixed;
		top: 100px !important;
		width: 100% !important;
	}
}

.quicksmile.ui-dialog.ui-widget  > div {
	border: 0;
	padding: 5px 15px 5px 15px;
	background: transparent;
}

.quicksmile.ui-dialog.ui-widget.not-modal {
	box-shadow: 10px 10px 182px 4px rgba(0, 0, 0, 0.3);
}

.quicksmile.ui-dialog.ui-widget.show-close-button .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display: block;
}

.quicksmile.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-title {
	font-size: 1.5rem;
	color: #212121;
	padding: 5px 0;
}

.quicksmile.ui-dialog.ui-widget .ui-dialog-titlebar .ui-dialog-titlebar-close {
	display: none;
}

.quicksmile.ui-dialog.ui-widget.wrap-text .ui-dialog-content {
	white-space: pre-line;
}

.quicksmile.ui-dialog.ui-widget.font-lg .ui-dialog-content {
	font-size: 1.25rem;
}

.quicksmile.ui-dialog.ui-widget .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: left;
}

.ui-autocomplete .ui-state-active {
	font-weight: 700;
	background-color: transparent;
	color: #212121;
	border-color: transparent;
}

.ui-autocomplete .ui-state-focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.ui-autocomplete .ui-menu-item-wrapper {
	padding: 0 0 0 3px;
}

.ui-widget button.ui-button {
	font-weight: 700;
	padding: 6px 18px;
}

.ui-corner-all {
	border-radius: 2px;
}

.ui-widget-overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.5;
	background-color: #000;
	z-index: 10000;
}

.login-dialog {
	z-index: 11000;
	border: 1px solid #ddd;
	border-radius: 2px;
}

.ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea {
	font-family: inherit;
}

.ui-dialog-buttonset button {
	font-weight: 700;
}

.ui-widget.ui-widget-content {
	border: 1px solid #ddd;
}

.ui-widget-header {
	background-color: var(--primary-color);
	color: #f0f0e1;
}

.badge-default {
	background-color: #f5f5f5;
	color: #999999;
}

.badge-p-color {
	background-color: var(--primary-color);
	color: #f0f0e1;
}

.form-check-input {
	margin-right: 0.5rem;
}

.input-group-prepend, .input-group-append {
	color: #999999;
}

.input-group-prepend .btn, .input-group-append .btn {
	line-height: 0.8;
	color: inherit !important;
	border-color: #ddd !important;
	background-color: white;
}

.input-group-prepend .btn:hover, .input-group-prepend .btn:focus, .input-group-append .btn:hover, .input-group-append .btn:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.disabled .input-group-prepend .btn, .disabled .input-group-append .btn {
	background-color: inherit;
}

.disabled .input-group-prepend .btn:hover, .disabled .input-group-prepend .btn:focus, .disabled .input-group-append .btn:hover, .disabled .input-group-append .btn:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.list-group-item {
	border: 0;
	width: auto;
	background-color: inherit;
}

.list-group-item:focus {
	background-color: inherit;
}

.list-group-item:hover, .list-group-item:hover:focus {
	color: #212121;
	background-color: var(--secondary-color);
}

.list-group-item-action {
	color: inherit;
}

.dropdown-item:active {
	color: inherit;
	background-color: #f8f9fa;
}

.dropdown-menu {
	max-height: 400px;
	overflow-y: auto;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.tooltip {
	pointer-events: none;
}

.tooltip .tooltip-inner {
	background-color: #fff;
	border: 1px solid #999999;
	color: #212121;
	max-width: 500px;
	white-space: pre-line;
}

.tooltip.bs-tooltip-top .arrow:before {
	border-top-color: #999999;
}

.tooltip.bs-tooltip-left .arrow:before {
	border-left-color: #999999;
}

.hidden {
	display: none !important;
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}
}

@media (max-width: 576px) {
	.hidden-sm-down {
		display: none !important;
	}
}

.vam {
	vertical-align: middle;
}

.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.scroll-container {
	position: relative;
	display: block;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

.cur-p {
	cursor: pointer !important;
}

.cur-m {
	cursor: move !important;
}

.cur-d {
	cursor: default !important;
}

.cur-t {
	cursor: text !important;
}

.no-pointer-events {
	pointer-events: none;
}

.pre-line {
	white-space: pre-line;
}

.overflow-h {
	overflow: hidden;
}

.flex-1 {
	flex: 1;
}

.text-color {
	color: #212121;
}

.text-underline {
	text-decoration: underline !important;
}

.no-border {
	border: 0 !important;
}

.invert-text-color {
	color: #f0f0e1 !important;
}

.primary-bg {
	background-color: var(--primary-color);
	color: #f0f0e1;
}

.primary-text {
	color: var(--primary-color);
}

.sticky-top-header {
	top: 105px;
	z-index: 450;
}

.menu-trigger:hover > .menu-collapsable {
	display: block;
}

.remove-list-styling {
	margin: 0;
	padding: 0;
	list-style: none;
}

a.remove-link-styling, a.remove-link-styling:focus, a.remove-link-styling:hover, .remove-link-styling a, .remove-link-styling a:focus, .remove-link-styling a:hover, a.mat-button {
	color: inherit;
	text-decoration: none;
}

.menu-collapsable {
	display: none;
	background-color: #fafafa;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	border: 1px solid #ddd;
	color: #212121;
	padding: 12px 0;
	max-width: 260px;
	border-radius: 2px;
	z-index: 501;
}

.menu-collapsable a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
	padding: 0 16px;
	display: block;
	clear: both;
	line-height: 26px;
	width: 100%;
}

.menu-collapsable a:hover {
	color: #212121;
	background-color: var(--secondary-color);
	text-decoration: underline;
}

smilelmt-right-pane-panel, s-right-pane-panel {
	display: none;
}

smilelmt-header, s-header {
	height: 54px;
	background-color: var(--primary-color);
	z-index: 800;
}

smilelmt-header.has-banner, s-header.has-banner {
	height: 84px;
}

@media (min-width: 992px) {
	smilelmt-menu.initial-open, s-menu.initial-open {
		min-width: 256px;
	}
}

smilelmt-content-title, s-content-title {
	height: 64px;
}