x-aside div.aside {
    height: 100%;
    /* 100% Full-height */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: -20em;
    right: unset;
    width: 20em;
    overflow-x: hidden;
    /* Disable horizontal scroll */
    overflow-y: hidden;
    /* Disable horizontal scroll */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

x-aside.left div.aside {
    left: -20em;
    right: unset;
}

x-aside.right div.aside {
    left: -20em;
    right: unset;
}

x-aside div.aside-mask {
    height: 100%;
    /* 100% Full-height */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    left: 0;
    background-color: none;
    transition: 0.5s;
    display: none;
    width: 100%;
}

x-aside div.aside.open {
    left: 0;
}

x-aside.right div.aside.open {
    right: 0;
    left: unset;
}

x-aside div.aside-mask.open {
    display: block;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 0;
}
x-badge {
    display: inline-block;
    border-radius: 100px;
    color: white;
    min-width: 15px;
    text-align: center;
    height: 17px;
    padding-top: 4px;
    padding-left: 3px;
    padding-right: 3px;
    font-weight: 600;
    font-size: 12px;
    position: inherit;
    margin-top: -12px;
    margin-left: -2px;
    background-color: #FF0D5F;
}
.x-context-menu {
  min-width: 14em;
  position: fixed;
  z-index: 100000;
  font-size: 0.9em;
}

.x-context-menu x-icon {
  padding: 5px 5px 5px 0px;
}

.x-context-menu x-button a {
  padding: 0 4px;
  text-transform: none;
}

.x-context-menu x-button a:hover {
  cursor: pointer;
  fill: inherit;
  color: inherit;
}

.x-context-menu x-button a:hover x-icon svg {
  cursor: pointer;
  fill: inherit;
  color: inherit;
}
context-item x-button {
    fill: #555;
    font-size: 14px;
    height: 36px;
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

context-item x-button a {
    justify-content: unset;
}

context-item x-button:hover {
    background-color: #ccc;
}
x-dropdown .dropdown-menu {
    color: #333;
    fill: #333;
    font-weight: 400;
    font-size: 0.9em;
    position: fixed;
    z-index: 100000;
    min-width: 20em;
}

x-dropdown .dropdown-menu a {
    text-transform: none;
    padding: 0 4px;
}

x-dropdown .dropdown-menu a:hover {
    cursor: pointer;
    color: inherit;
    fill: inherit;
}

x-dropdown .dropdown-menu a:hover x-icon svg {
    cursor: pointer;
    color: inherit;
    fill: inherit;
}

x-dropdown x-icon {
    padding: 5px 5px 5px 0px;
}

x-dropdown .dropdown-menu x-button a {
    color: #333;
    fill: #333;
}

x-dropdown .dropdown-menu x-button.disabled a {
    color: #ccc !important;
    fill: #ccc !important;
}

editable {
    padding: 8px 8px 16px 8px;
}

editable b {
    font-weight: 500;
}

editable:hover,
editable:focus {
    background-color: rgba(0, 0, 0, 0.05);
}

editable .editable-content {
    height: 100%;
}

editable .scroll-container {
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

editable .scroll-container.no-title {
    height: calc(100% + 20px);
    margin-top: -20px;
}

editable .scroll-child {
    position: absolute;
    width: 100%;
    height: 100%;
}

editable x-icon-button.edit {
    z-index: 100;
    opacity: 0;
}

editable:hover x-icon-button.edit,
editable:focus x-icon-button.edit {
    opacity: 1;
}

editable.no-flex,
.editable-no-flex editable {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
}

x-editable-field div.toggle-button.active {
    color: #ffb300;
}

x-editable-field div.toggle-button.active svg {
    fill: #ffb300;
}

x-editable-field div.toggle-button.active x-icon-button {
    fill: #ffb300;
}

x-editable-field * x-text-input,
x-editable-field * x-number-input,
x-editable-field * x-time-picker,
x-editable-field * x-date-picker,
x-editable-field * x-date-picker-debouncing {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}
x-fab {
    display: block;
}

x-fab.disabled {
    pointer-events: none;
}

x-fab > button {
    border: none;
    font-size: 1.5em;
    color: white;
    background-color: #ff0d5f;
    border-radius: 50%;
    cursor: pointer;
    width: 60px;
    height: 60px;
    margin: auto;
    -webkit-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, 0.3);
    -moz-box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, 0.3);
    box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, 0.3);
}

x-fab > button:hover {
    background-color: #ff4080;
}

x-fab > button:active {
    background-color: #ff8cb3;
}

x-fab > button:focus {
    outline: none;
}

x-fab.disabled > button,
x-fab.disabled > button:hover {
    background-color: #777;
}

x-fab {
    fill: white;
}

x-fab x-icon {
    fill: inherit;
}

x-field x-icon {
  fill: #5d5d5d;
  padding: 1px 2px 1px 0px;
  margin-left: -3px;
  min-width: 24px;
  min-height: 24px;
}

x-field x-selectable b {
  display: inline-block;
  line-height: 1;
}

x-field x-selectable b tag {
  padding: 1px 3px;
  font-size: 0.75em;
  display: inline;
}

x-field.no-value {
  opacity: 0.5;
}

x-email a,
x-url a,
x-tel a {
  text-decoration: none;
  color: currentColor;
}

x-email a:hover,
x-url a:hover,
x-tel a:hover {
  text-decoration: underline;
  color: currentColor;
  cursor: pointer;
}

x-selectable .context-menu-selectable x-icon {
  fill: #555 !important;
  color: #555 !important;
}

x-selectable:hover {
  font-weight: 500;
}

.selectable,
.selectable * {
  cursor: copy;
}

x-button {
    cursor: pointer;
    display: inline-flex;
    color: #333;
    fill: #333;
    user-select: none;
    font-weight: 400;
    margin: 0.1em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

x-button x-icon {
    fill: inherit;
}

x-button.disabled, x-button.busy {
    pointer-events: none;
}

x-button[raised] {
    color: white;
    fill: white;
    background-color: #2196F3;
    border-radius: 4px;
    font-weight: 500;
}

x-button[raised].disabled, x-button[raised].busy {
    cursor: default;
    background-color: #ccc;
    color: #777 !important;
    fill: #777 !important;
    stroke: #777 !important;
}

x-button a {
    text-transform: uppercase;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
    flex: 1 0 100%;
    max-width: 100%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    align-items: center;
    text-align: center;
    font-weight: inherit;
}

x-button a:hover {
    fill: #2196F3;
    color: #2196F3;
}

x-button[raised] a:hover {
    fill: inherit;
    color: inherit;
    background-color: #43ABFD;
}

x-button[raised] a {
    border-radius: inherit;
    background-color: inherit;
}

x-button[raised].disabled a, x-button[raised].busy a, x-button[raised].disabled a:hover, x-button[raised].busy a:hover, x-button[raised].busy a:hover x-icon svg {
    background-color: #ccc;
}

x-button.busy a {
    padding-left: 0.75em;
    padding-right: 0.75em;
}

x-button.disabled a, x-button.disabled a x-icon, x-button.disabled a:hover x-icon, x-button.disabled a:hover x-icon svg, x-button.disabled a:hover, x-button.busy a, x-button.busy a x-icon, x-button.busy a:hover, x-button.busy a:hover x-icon, x-button.busy a:hover x-icon svg {
    cursor: default;
    color: #999 !important;
    fill: #999 !important;
    pointer-events: none;
}

x-button.busy a {
    padding-left: 0.75em;
    padding-right: 0.75em;
}

x-button.busy a::before {
    content: '';
    width: 0.75em;
    height: 0.75em;
    display: inline-block;
    border: solid 2px transparent;
    border-top-color: #777;
    border-left-color: #777;
    border-radius: 50%;
    margin-right: 0.5em;
    -webkit-animation: v-busy-spin 0.75s linear infinite;
    animation: v-busy-spin 0.75s linear infinite;
}

x-button[raised].busy a::before {
    border-top-color: white;
    border-left-color: white;
}

@-webkit-keyframes v-busy-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes v-busy-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
x-icon {
  display: inline-block;
  align-self: center;
  width: 24px;
  height: 24px;
  fill: #555;
  padding: 8px;
  &.hasOpFGas {
    fill: #2196f3;
  }
}

x-icon.disabled {
  fill: #999;
  color: #999;
  pointer-events: none;
}

x-icon > svg,
x-icon > span {
  width: 100%;
  height: 100%;
}

a:hover x-icon svg,
a:hover x-icon span {
  fill: #2196f3;
}

x-icon.small {
  width: 16px;
  height: 16px;
  padding: 0px;
}

x-icon-button>x-button a {
    padding: 0 !important;
    min-height: 0;
}

x-icon-button {
    cursor: pointer;
}

x-icon-button:hover>x-button {
    background-color: hsla(0, 0%, 75%, 0.45);
    border-radius: 1000px;
}

x-icon-button.lightRound {
    border-radius: 5px 5px;
}

x-icon-button>x-button.busy a, x-icon-button>x-button.disabled a {
    padding: 0 !important;
}

x-icon-button a:hover x-icon svg {
    fill: inherit !important;
}

x-icon-button x-button a:hover {
    fill: inherit !important;
}

x-icon-button.disabled, x-icon-button.busy {
    fill: #CCC;
    pointer-events: none;
}

x-icon-button x-button {
    fill: inherit !important;
    width: 24px;
    height: 24px;
    box-sizing: content-box;
    padding: 4px;
}

x-icon-button x-icon {
    padding: 0;
}

x-icon-button.background {
    background-color: rgba(165, 165, 165, 0.466);
}

x-icon-button {
    fill: #555;
    display: inline-block;
}

x-icon-button x-icon {
    fill: inherit;
}

x-icon-button x-icon {
    fill: inherit;
}
.x-checkbox {
    z-index: 0;
    position: relative;
    display: inline-block;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.7;
    margin: 6px;
}

/* Input */

.x-checkbox>input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: -1;
    position: absolute;
    left: -10px;
    top: -8px;
    display: block;
    margin: 0;
}

.x-checkbox>input+span>label {
    cursor: pointer;
}

/* Span */

.x-checkbox>span {
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

/* Box */

.x-checkbox>span::before {
    content: "";
    display: inline-block;
    box-sizing: border-box;
    margin: 3px 11px 3px 1px;
    border: solid 2px;
    /* Safari */
    border-color: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    width: 1.3em;
    height: 1.3em;
    vertical-align: top;
    transition: border-color 0.2s, background-color 0.2s;
}

/* Checkmark */

.x-checkbox>span::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 0.9em;
    height: 0.5em;
    border: solid 2px transparent;
    border-right: none;
    border-top: none;
    transform: translate(3px, 4px) rotate(-45deg);
}

/* Checked, Indeterminate */

.x-checkbox>input:checked, .x-checkbox>input:indeterminate {
    background-color: #FFFFFF;
}

.x-checkbox>input:checked+span::before, .x-checkbox>input:indeterminate+span::before {
    border-color: #FFFFFF;
    background-color: #FFFFFF;
}

.x-checkbox>input:checked+span::after, .x-checkbox>input:indeterminate+span::after {
    border-color: #4CAF50;
}

.x-checkbox>input:indeterminate+span::after {
    border-left: none;
    transform: translate(4px, 3px);
}

/* Disabled */

.x-checkbox>input:disabled {
    opacity: 0;
}

.x-checkbox>input:disabled+span {
    color: rgba(0, 0, 0, 0.2);
    cursor: initial;
}

.x-checkbox>input:disabled+span::before {
    border-color: currentColor;
}

.x-checkbox>input:checked:disabled+span::before, .x-checkbox>input:indeterminate:disabled+span::before {
    border-color: transparent;
    background-color: currentColor;
}

/* Error */

.x-checkbox .x-has-error {
    color: red;
}

/* Focus */

.x-checkbox>input:focus+span>label {
    border-bottom: 2px solid#4285F4;
}
x-date-picker-debouncing div.x-form-field-filled {
    border-radius: 0px;
}

x-date-picker-debouncing.x-mini .arrow x-icon-button x-button,
.x-mini * x-date-picker-debouncing .arrow x-icon-button x-button {
    width: 18px;
    height: 18px;
    margin-top: 0px;
}

x-date-picker-debouncing .arrow {
    background-color: #e8e8e8;
    margin-left: -1px;
    margin-right: -1px;
    padding-left: 1px;
    padding-right: 1px;
    height: 52px;
}

x-date-picker-debouncing.disabled .arrow {
    opacity: 0.4;
}

x-date-picker-debouncing.readonly .arrow {
    opacity: 0;
}

x-date-picker-debouncing .arrow.left {
    border-radius: 4px 0 0 0;
}

x-date-picker-debouncing .arrow.right {
    border-radius: 0 4px 0 0;
}

x-date-picker-debouncing .arrow x-icon-button x-button {
    width: 18px;
    height: 18px;
    margin-top: 22px;
}

x-date-picker-debouncing.x-mini .arrow,
.x-mini * x-date-picker-debouncing .arrow {
    align-self: center;
    background-color: unset;
    margin-left: unset;
    margin-right: unset;
    height: unset;
}

x-date-picker-debouncing .picker {
    margin-right: -6px;
    margin-left: -6px;
}

x-date-picker-debouncing .arrow x-icon-button,
x-date-picker-debouncing .picker x-icon-button {
    fill: #555 !important;
    padding-top: 0;
    padding-bottom: 0;
}

x-date-picker-debouncing .arrow x-button,
x-date-picker-debouncing .picker x-button {
    margin: 0;
}

div.x-form-field-filled {
  background-color: #e8e8e8;
  border-radius: 4px 4px 0 0;
  height: 52px;
  margin-bottom: 26px;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 20px;
  position: relative;
  box-sizing: border-box;
}

x-textarea div.x-form-field-filled {
  height: calc(100% - 2px);
}

.x-mini div.x-form-field-filled {
  border-radius: 5px;
  height: 32px;
  min-height: 32px;
  margin-bottom: 8px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 0px;
}

.x-mini div.x-form-field-filled.x-has-icon {
  padding-right: 0px;
}

div.x-validation-group.x-has-error .bar:before,
div.x-validation-group.x-has-error .bar:after {
  background-color: red;
}

div.x-validation-group x-validation-error {
  position: absolute;
  bottom: -16px;
  left: 12px;
  color: red;
  font-size: 12px;
  font-weight: 500;
  display: none;
}

div.x-validation-group.x-has-error label {
  color: red !important;
}

.x-validation-group.x-has-error x-validation-error {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 12px);
}

.x-mini div.x-validation-group.x-has-error x-validation-error {
  position: absolute;
  font-size: 10px;
  top: 33px;
  left: 6px;
  display: block;
}

div.x-form-field-filled input {
  font-size: 16px;
  height: 30px;
  font-weight: 500;
  color: #444;
  outline: none;
  width: 100%;
}

.x-mini div.x-form-field-filled.x-has-icon input {
  font-size: 16px;
  height: 28px;
  display: block;
  float: left;
  padding-top: 2px;
  color: inherit;
}

.x-form-field-filled.x-has-icon x-icon-button {
  margin-top: -5px;
  fill: #888 !important;
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: -40px;
  margin-right: -40px;
  padding: 0;
}

.x-mini .x-form-field-filled.x-has-icon x-icon-button {
  margin-top: 1px;
}

.x-mini div.x-form-field-filled span.bar {
  top: 0;
}

/* active state */

div.x-form-field-filled *:focus ~ label,
div.x-form-field-filled.x-focused label {
  color: #4285f4;
  font-weight: 500;
}

div.x-form-field-filled *:focus ~ label,
div.x-form-field-filled.x-always-float label,
div.x-form-field-filled input:valid ~ label,
div.x-form-field-filled input:disabled ~ label,
div.x-form-field-filled textarea:valid ~ label,
div.x-form-field-filled textarea:disabled ~ label,
div.x-form-field-filled div.squire:valid ~ label,
div.x-form-field-filled div.squire:disabled ~ label {
  top: 8px;
  font-size: 13px;
}

.x-mini div.x-form-field-filled *:focus ~ label,
.x-mini div.x-form-field-filled.x-focused label,
.x-mini div.x-form-field-filled input:valid ~ label,
.x-mini div.x-form-field-filled input:invalid ~ label,
.x-mini div.x-form-field-filled input:disabled ~ label,
.x-mini div.x-form-field-filled textarea:valid ~ label,
.x-mini div.x-form-field-filled textarea:disabled ~ label,
.x-mini div.x-form-field-filled div.squire:valid ~ label,
.x-mini div.x-form-field-filled div.squire:disabled ~ label {
  display: none;
}

div.x-form-field-filled input:invalid ~ label {
  top: 8px;
  font-size: 13px;
}

div.x-form-field-filled label {
  color: #777;
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  pointer-events: none;
  top: 20px;
  left: 12px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.x-mini div.x-form-field-filled label {
  top: 6px;
  left: 6px;
}

div.x-form-field-filled span.bar {
  position: relative;
  margin-right: -12px;
  margin-left: -12px;
  display: block;
}

div.x-form-field-filled .bar:before,
.bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: -1px;
  position: absolute;
  background: #4285f4;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

div.x-form-field-filled .bar:before {
  left: 50%;
}

div.x-form-field-filled .bar:after {
  right: 50%;
}

div.x-form-field-filled .bar.loading:before {
  left: 50%;
}

div.x-form-field-filled .bar.loading:after {
  right: 50%;
}

@keyframes fadeInFromZero {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

div.x-form-field-filled.loading {
  .bar.loading:before {
    width: 50%;
    animation: fadeInFromZero 0.75s linear 0s infinite;
  }
  .bar.loading:after {
    width: 50%;
    animation: fadeInFromZero 0.75s linear 0s infinite;
  }
}

/* active state */

div.x-form-field-filled *:focus ~ .bar:before,
div.x-form-field-filled *:focus ~ .bar:after {
  width: 50%;
}

.x-mini div.x-form-field-filled *:focus ~ .bar:before,
.x-mini div.x-form-field-filled *:focus ~ .bar:after {
  width: 0%;
}

/* active state */

div.x-form-field-filled *:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.2s ease;
  -moz-animation: inputHighlighter 0.2s ease;
  animation: inputHighlighter 0.2s ease;
}

.x-mini .x-always-float label {
  display: none !important;
}

x-text-input,
x-select,
x-time-input,
x-time-picker,
x-number-input,
x-rich-editor,
x-checkbox,
x-textarea,
x-control-group,
x-date-picker,
x-date-picker-debouncing,
x-multiple-select {
  display: block;
  margin-right: 6px;
  margin-left: 6px;
}

x-simple-time-picker {
  display: block;
  margin-right: 6px;
  overflow: hidden;
}

x-time-picker {
  width: 6.5em;
}

x-date-picker {
  width: 9em;
}

x-date-picker.visible-day-week {
  width: 11em;
}

x-date-picker-debouncing.x-mini x-date-picker,
x-date-picker.x-mini {
  width: 7.7em;
}

x-date-picker-debouncing.x-mini x-date-picker.visible-day-week,
x-date-picker.x-mini.visible-day-week {
  width: 10em;
}

x-time-picker.x-mini {
  width: 5em;
}

x-row {
  display: flex;
  flex-direction: row;
}

x-column {
  display: flex;
  flex-direction: column;
}

input:invalid {
  box-shadow: none;
}

x-date-picker .day-week {
  font-size: 16px;
  height: 28px;
  display: block;
  float: left;
  width: 35px;
  font-weight: 500;
  color: #444;
  padding-top: 7px;
}

x-date-picker.x-mini .day-week {
  padding-top: 6px;
  color: inherit;
}

x-text-input .unit,
x-number-input .unit,
x-currency-input .unit {
  position: absolute;
  font-size: 14px;
  color: #777;
  left: 12px;
  top: 29px;
}

x-text-input.x-mini .unit,
x-number-input.x-mini .unit,
x-currency-input.x-mini .unit {
  left: 12px;
  top: 9px;
}

x-number-input.disabled,
x-currency-input.disabled,
x-text-input.disabled,
x-time-picker.disabled,
x-date-picker.disabled {
  opacity: 0.4;
}

x-number-input.readonly,
x-currency-input.readonly,
x-text-input.readonly,
x-time-picker.readonly,
x-date-picker.readonly {
  opacity: 1 !important;
}

x-number-input.readonly div.x-form-field-filled,
x-currency-input.readonly div.x-form-field-filled,
x-text-input.readonly div.x-form-field-filled,
x-time-picker.readonly div.x-form-field-filled,
x-date-picker.readonly div.x-form-field-filled {
  background-color: unset;
}

.glossary-dialog {
  z-index: 100000;
  position: absolute;
  width: 0;
  height: 0;
}

.glossary-parent {
  font-weight: 300;
  font-size: 12px;
}

.glossary-dialog > ux-dialog-container,
.glossary-dialog > ux-dialog-overlay {
  position: unset;
}

.template-variable {
    background-color: #ddd;
    padding: 2px;
    border: 0.5px solid #666;
    border-radius: 2px;
    white-space: nowrap;
}

div.squire:focus {
    outline: none;
}

div.squire {
    height: 100%;
    overflow-y: auto;
    line-height: 30px;
}
x-select > .container,
x-multiple-select > .container {
  position: relative;
  display: block;
  width: 100%;
}

x-select input:focus,
x-multiple-select input:focus {
  outline: none;
}

x-select > .container > .x-select-trigger,
x-multiple-select > .container > .x-multiple-select-trigger {
  position: relative;
  justify-content: center;
  width: 100%;
  border: 0;
  min-height: 30px;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  text-align: left;
}

x-multiple-select > .container > .x-multiple-select-trigger {
  min-height: 36px !important;
  height: inherit;
}

x-select .x-select-value.x-unselected .x-selected-text,
x-multiple-select .x-multiple-select-value.x-unselected .x-selected-text {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
}

x-select .x-select-value.x-selected .x-selected-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

x-select > .container > .x-select-trigger.disabled,
x-multiple-select > .container > .x-multiple-select-trigger.disabled {
  cursor: default;
  pointer-events: none;
}

x-select > .container > .x-select-trigger > .x-select-value,
x-multiple-select > .container > .x-multiple-select-trigger > .x-multiple-select-value {
  display: inline-block;
  min-width: 1em;
  margin-top: 7px;
  font-weight: 500;
  margin-right: 4px;
  color: #444;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-mini * x-select .x-selected-input-value > input,
x-select.x-mini .x-selected-input-value > input {
  height: 30px;
}

x-select > .container > .options-container,
x-multiple-select > .container > .options-container {
  position: relative;
}

x-select > .container > .options-container > .options,
x-multiple-select > .container > .options-container > .options {
  position: fixed;
  max-height: 300px;
  border: 1px solid #cccccc;
  border-top: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  z-index: 10000;
  outline: none;
  user-select: none;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: top left 0px;
}

x-select x-option,
x-multiple-select x-option {
  position: relative;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

x-option div.x-option {
  padding-top: 4px;
  padding-bottom: 4px;
}

x-select .message,
x-multiple-select .message {
  position: relative;
  display: block;
  padding: 6px 6px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

x-option:hover {
  background-color: #cccccc;
}

x-option.focused {
  background-color: #ddd;
}

x-option.selected {
  background-color: #03a9f4;
  color: white;
  font-weight: 400;
}

x-option.disabled {
  opacity: 0.8;
  pointer-events: none;
}

x-select ux-chip.ux-chip,
x-multiple-select ux-chip.ux-chip {
  height: 1.65em;
  margin-right: 0.2em;
  font-size: 16px;
  font-weight: 400;
  background-color: #03a9f4;
}

.x-mini * x-multiple-select ux-chip.ux-chip,
x-multiple-select.x-mini ux-chip.ux-chip {
  font-size: 14px;
  font-weight: 400;
  background-color: #03a9f4;
}

.x-mini * x-select div.options-container div.options,
x-select.x-mini div.options-container div.options,
.x-mini * x-multiple-select div.options-container div.options,
x-multiple-select.x-mini div.options-container div.options {
  margin-top: -6px;
}

x-select ux-chip.ux-chip--deletable span.ux-chip__close,
x-multiple-select ux-chip.ux-chip--deletable span.ux-chip__close {
  background-color: inherit;
  color: white;
}

x-select ux-chip span.ux-chip__close:hover,
x-multiple-select ux-chip span.ux-chip__close:hover {
  background-color: inherit;
  color: red;
}

x-select input,
x-multiple-select input {
  height: 100%;
  margin-top: -7px;
}

x-select x-option ux-checkbox,
x-multiple-select x-option ux-checkbox {
  margin-right: 5px;
}

x-select span.x-chips,
x-multiple-select span.x-chips {
  line-height: 1.2em;
}

x-select.disabled ux-chip.ux-chip,
x-multiple-select.disabled ux-chip.ux-chip {
  background-color: #777;
}

x-select.disabled,
x-multiple-select.disabled {
  opacity: 0.4;
}

x-select.readonly,
x-multiple-select.readonly {
  opacity: 1 !important;
}

x-select.readonly div.x-form-field-filled,
x-multiple-select.readonly div.x-form-field-filled {
  background-color: unset;
}

x-multiple-select.disabled ux-chip.ux-chip--deletable span.ux-chip__close,
.x-mini * x-multiple-select ux-chip.ux-chip--deletable span.ux-chip__close,
x-multiple-select.x-mini ux-chip.ux-chip--deletable span.ux-chip__close {
  display: none;
}

x-multiple-select .ux-chip--deletable .ux-chip__close {
  height: 20px;
  width: 20px;
}

.x-mini * x-multiple-select ux-chip.ux-chip span,
x-multiple-select.x-mini ux-chip.ux-chip span {
  margin-right: 8px;
  margin-left: 8px;
}

x-multiple-select ux-chip.ux-chip {
  height: 20px;
  color: white;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 4px;
}

x-multiple-select .ux-chip.ux-chip--deletable .ux-chip__content {
  margin-right: 8px;
}

x-select .x-validation-group x-validation-error {
  top: unset;
}

.x-mini * x-select div.x-form-field-filled,
x-select.x-mini div.x-form-field-filled {
  min-height: 32px;
  padding-bottom: 2px;
}

x-select div.x-form-field-filled {
  min-height: 52px;
}

.x-mini * x-multiple-select div.x-form-field-filled,
x-multiple-select.x-mini div.x-form-field-filled {
  height: unset;
  padding-bottom: 2px;
  min-height: 52px;
}

x-multiple-select div.x-form-field-filled {
  height: unset;
  min-height: 52px;
}

.x-mini * x-multiple-select ux-chip.ux-chip,
x-multiple-select .x-mini ux-chip.ux-chip {
  margin-bottom: 4px;
}

.x-mini * x-select:focus-within > div,
x-select.x-mini:focus-within > div {
  border-bottom: 2px solid #4285f4;
  padding-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.x-mini * x-multiple-select:focus-within > div,
x-multiple-select.x-mini:focus-within > div {
  border-bottom: 2px solid #4285f4;
  padding-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

x-multiple-select .x-multiple-scrollable {
  height: calc(100% - 26px) !important;
}

x-multiple-select .x-multiple-scrollable .x-multiple-select-trigger {
  height: calc(100% - 14px);
  min-height: 36px;
  margin-top: 7px;
}

x-multiple-select .x-multiple-scrollable .x-multiple-select-value {
  margin-top: 0px !important;
}

x-multiple-select .x-multiple-scrollable span.bar {
  top: 7px;
}

x-multiple-select .x-multiple-overflow-hidden {
  overflow-y: clip;
}

x-multiple-select .scroll-child {
  position: absolute;
  overflow: auto !important;
  height: 100%;
  width: 100%;
}

x-select x-icon-button.options,
x-multiple-select x-icon-button.options {
  pointer-events: all;
  height: 22px;
}

x-select x-icon-button.options x-button,
x-multiple-select x-icon-button.options x-button {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  padding: 1px;
  margin: 0px;
  width: 20px;
  height: 20px;
}

x-select x-icon-button.options x-button x-icon,
x-multiple-select x-icon-button.options x-button x-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}


textarea.x-textarea:focus,
textarea.x-textarea:focus {
  outline: none;
}

textarea.x-textarea {
  border: none !important;
  display: inline-block;
  min-height: 1.5em;
  background: none;
  width: 100%;
  height: 100%;
  color: #212121;
  font-family: "Roboto", "Noto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  resize: none;
  vertical-align: top;
}

x-textarea.disabled {
  opacity: 0.4;
}

x-textarea.readonly {
  opacity: 1 !important;
}

x-textarea.readonly div.x-form-field-filled {
  background-color: unset;
}

x-pages,
x-page {
        flex: 1;
        display: flex;
}

x-page .title-page {
        padding: 6px;

        font-weight: 600;
        text-transform: uppercase;
}

x-progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  color: #2196F3;
  background-color: #CCC;
  background-clip: padding-box;
  overflow: hidden;
}

.determinate {
  position: absolute;
  background-color: inherit;
  top: 0;
  bottom: 0;
  background-color: currentColor;
  transition: width .3s linear;
}

.indeterminate {
  background-color: currentColor;
}

.indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  -webkit-animation-delay: 1.15s;
  animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}

@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
x-prompter {
    display: inline-block;
    position: relative;
    width: 100%;
}

x-prompter .window-suggestions {
    list-style-type: none;
    cursor: default;
    width: calc(100% - 12px);
    background-color: #fff;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 100000;
    height: 300px;
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    margin-top: -6px;
    box-sizing: border-box;
}

x-prompter .suggestions {
    overflow-x: hidden;
    overflow-y: auto;
    list-style-type: none;
}

x-prompter .suggestion {
    padding: 0.6rem;
    line-height: 1rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    fill: #333;
}

x-prompter .suggestion tag {
    line-height: 1.5rem;
    padding: 0 6px;
}

x-prompter .suggestion tag x-icon {
    width: 18px;
    height: 18px;
}

x-prompter .suggestion:hover,
x-prompter .suggestion.selected,
x-prompter .menu-item:hover,
x-prompter .menu-item.selected {
    background-color: #03a9f4;
    color: #fff;
    fill: #fff;
}

x-prompter .suggestion-title {
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #555;
    padding: 5px;
    margin: 5px;
    border-bottom: 1px solid #555;
}

x-prompter .suggestion-data {
    font-weight: 500;
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

.path {
  stroke: #4285F4;
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite;
  /* colors 5.6s ease-in-out infinite;*/
  animation: dash 1.4s ease-in-out infinite;
  /* colors 5.6s ease-in-out infinite;*/
}

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@keyframes colors {
  0% {
    stroke: #4285F4;
  }
  25% {
    stroke: #DE3E35;
  }
  50% {
    stroke: #F7C223;
  }
  75% {
    stroke: #1B9A59;
  }
  100% {
    stroke: #4285F4;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
* {
    cursor: unset;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

ul {
    list-style: none;
}

.layout {
    display: flex;
}

body {
    font-family: "Roboto";
}

.no-pad {
    padding: 0px;
}

.vertical {
    flex-direction: column;
}

.horizontal {
    flex-direction: row;
}

.flex {
    flex: 1 1 0%;
}

.center {
    align-items: center;
}

.right {
    align-items: right;
}

.end {
    align-items: flex-end;
}

.start {
    align-items: flex-start;
}

.fit {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.push-start {
    justify-content: flex-start;
}

.push-center {
    justify-content: center;
}

.justify {
    justify-content: space-between;
}

.distribute {
    justify-content: space-around;
}

.push-end {
    justify-content: flex-end;
}

.layout.wrap {
    flex-wrap: wrap;
}

.horizontal.layout.wide {
    width: 100%;
}

.no-pad {
    padding: 0px !important;
}

.pad {
    padding: 1em;
}

.pad-left {
    padding-left: 0.6em;
}

.pad-right {
    padding-right: 0.6em;
}

.push-start {
    justify-content: flex-start;
}

.push-center {
    justify-content: center;
}

.justify {
    justify-content: space-between;
}

.distribute {
    justify-content: space-around;
}

.push-end {
    justify-content: flex-end;
}

ux-dialog-overlay {
    background: rgba(0, 0, 0, 0.4);
}

ux-dialog ux-dialog-body .description-section {
    padding-bottom: 1em;
    overflow-x: hidden;
    overflow-y: hidden;
}

ux-dialog ux-dialog-body .description-section h1,
h2,
h3 {
    margin-top: 0;
    margin-bottom: 1.5em;
}

ux-dialog ux-dialog-body .actions-section {
    text-align: right;
}

ux-dialog ux-dialog-footer {
    border-top: none;
}

ux-dialog-overlay,
ux-dialog-container {
    z-index: 10000 !important;
}

.x-material {
    background: #fff;
    border-radius: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

x-header-panel {
    display: block;
    overflow-y: auto;
}

label.x-label > span {
    visibility: hidden;
}

.required * label.x-label > span {
    visibility: visible !important;
}

:root {
    --ux-theme--radio-disabled-background: #ccc;
    --ux-theme--radio-disabled-border: none;
    --ux-theme--radio-checkmark-color: green;
    --ux-theme--radio-checked-background: blue;
    --ux-theme--radio-hover-border: red;
}

x-subway {
    display: block;
    padding-left: 15px;
    padding-top: 10px;
    color: blue;
}

x-subway-station > div.line {
    width: 7px;
    background-color: currentColor;
}

x-subway-station.active > div.mark {
    background-color: white !important;
    border: 3px solid black;
    border-radius: 100px;
    width: 18px !important;
    height: 18px !important;
    margin-left: -16px !important;
    margin-right: 9px !important;
    margin-top: -8px;
}

x-subway-station.last > div.mark {
    background-color: currentColor;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    margin-left: -14px;
    margin-right: 12px;
    margin-top: -6px;
}

x-subway-station > div.mark {
    width: 7px;
    background-color: currentColor;
    height: 6px;
    margin-right: 10px;
}

x-subway-station.last > div.line {
    height: 7px;
}

x-subway-station > div.station-content {
    margin-bottom: 20px;
    margin-top: -4px;
    color: initial;
}

x-subway > x-subway-station:last-of-type > div.line {
    height: 7px;
}

x-subway > x-subway-station:last-of-type > div.mark {
    background-color: currentColor;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    margin-left: -14px;
    margin-right: 12px;
    margin-top: -6px;
}

x-switch-button div.switch-button {
    cursor: pointer;
    text-align: center;
    color: #444;
    background-color: #e8e8e8;
    padding: 5px;
}

x-switch-button div.switch-button.disabled {
    color: #bbb !important;
    background-color: #e8e8e8;
}

x-switch-button div.switch-button.upper {
    border-radius: 10px 10px 0 0;
}

x-switch-button div.switch-button.lower {
    border-radius: 0 0 10px 10px;
}

x-switch-button div.switch-button.upper.lower {
    border-radius: 10px 10px 10px 10px;
}

x-switch-button div.switch-button.left {
    border-radius: 10px 0 0 10px;
    padding: 5px 15px;
}

x-switch-button div.switch-button.center {
    padding: 5px 15px;
}

x-switch-button div.switch-button.rigth {
    border-radius: 0 10px 10px 0;
    padding: 5px 15px;
}

x-switch-button div.switch-button.left.rigth {
    border-radius: 10px 10px 10px 10px;
    padding: 5px 15px;
}

x-switch-button div.switch-button.active {
    color: #fff;
    background-color: #2196f3;
}

x-switch-button div.switch-button.active svg {
    fill: #fff;
    background-color: #2196f3;
}

x-switch-button span.spanWithIcon {
    vertical-align: super;
    margin-right: 5px;
}
x-tabs .tabs-headers {
  position: relative;
}

x-tabs .tab-header {
  display: inline-block;
  padding: 5px;
  text-align: center;
  color: #a2a2a2;
}

x-tabs .tab-header:hover {
  cursor: pointer;
  opacity: 0.8;
}

x-tabs .tab-header[data-active=true] {
  color: #000;
}

x-tabs .tab-slots {
  position: relative;
  margin: 10px 0;
}

x-tabs .slide {
  position: absolute;
  bottom: 0;
  background: #42a5f5;
  height: 4px;
  left: 0px;
  width: 100%;
  transition: left 0.3s ease-in-out;
}

x-tab {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family: "Roboto";
  font-weight: 400;
  font-size: 15px;
  width: 100%;
  display: flex;
  cursor: pointer;
}

x-tab.selected {
  font-weight: 600;
}

x-tab.disabled {
  cursor: unset;
  color: #CCC;
}
div.toggle-button {
    cursor: pointer;
    text-align: center;
    color: grey;
}

div.toggle-button.active {
    color: #2196F3;
}

div.toggle-button.active svg {
    fill: #2196F3;
}

div.toggle-button.disabled {
    cursor: default;
}
.x-toggle {
        z-index: 0;
        position: relative;
        display: inline-block;
        color: rgba(0, 0, 0, 0.87);
        line-height: 1.5;
        margin: 6px;
}

.x-toggle > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
}

.x-toggle > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
}

.x-toggle > input + span > label {
        cursor: pointer;
}

.x-toggle > input:disabled + span > label {
        cursor: unset;
}

.x-toggle > span::before {
        content: "";
        display: inline-block;
        box-sizing: border-box;
        margin: 5px 11px 3px 1px;
        border-radius: 7px;
        width: 2.2em;
        height: 1em;
        background-color: rgba(0, 0, 0, 0.38);
        vertical-align: top;
        transition: background-color 0.2s, opacity 0.2s;
}

.x-toggle > span::after {
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 1px;
        border-radius: 50%;
        width: 1.3em;
        height: 1.3em;
        background-color: rgb(255, 255, 255);
        box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
        transition: background-color 0.2s, transform 0.2s;
}

.x-toggle > input:checked {
        right: -10px;
        background-color: rgb(33, 150, 243);
}

.x-toggle > input:checked + span::before {
        background-color: rgba(33, 150, 243, 0.6);
}

.x-toggle > input:checked + span::after {
        background-color: rgb(33, 150, 243);
        transform: translateX(16px);
}

.x-toggle > input:disabled {
        opacity: 0;
}

.x-toggle > input:disabled + span {
        color: rgb(0, 0, 0);
        opacity: 0.38;
        cursor: default;
}

.x-toggle > input:disabled + span::before {
        background-color: rgba(0, 0, 0, 0.38);
}

.x-toggle > input:checked:disabled + span::before {
        background-color: rgba(33, 150, 243, 0.6);
}

.x-toggle .x-has-error {
        color: red;
}

.x-toggle > input:focus + span > label {
        border-bottom: 2px solid#4285F4;
}

x-info-section div.info-content {
    font-size: 14px;
}

x-info-section x-icon.main {
    color: currentColor;
    fill: currentColor;
    opacity: 0.35;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    padding-top: 0px;
    align-self: normal;
}

x-info-section div.info-content {
    padding-top: 3px;
}

x-info-section {
    display: block;
    margin-bottom: 10px;
}

x-info-section x-separator {
    display: block;
    margin-top: 4px;
}

x-info-section x-note {
    display: block;
    color: rgba(0, 0, 0, 0.75);
    fill: rgba(0, 0, 0, 0.75);
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}

x-info-section x-title {
    font-weight: 500;
    display: block;
    margin-bottom: 3px;
}

x-info-section x-info-section {
    margin-top: 3px;
    margin-bottom: 0px;
}

div.x-tooltip {
    color: white;
    position: absolute;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .75);
    border-radius: 3px;
    padding: 8px;
    text-align: center;
    opacity: 0;
    z-index: 1000;
    font-size: 0.8rem;
    transition: all 1s ease-in-out;
    transition-delay: 1s;
    max-width: 200px;
}

div.x-tooltip:after {
    display: block;
    pointer-events: none;
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 6px solid rgba(0, 0, 0, .75);
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    top: -6px;
    left: 6px;
    width: 0;
}

div.x-tooltip.top:after {
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .75);
    border-left: 6px solid transparent;
    border-bottom: none;
    bottom: -6px;
    top: unset;
}

div.x-tooltip.left:after {
    left: unset;
    right: 6px;
}

div.x-tooltip.open {
    opacity: 1;
}
.dropdown-menu {
  background-color: white;
  border: 1px solid #ddd;
  min-width: 150px;
  list-style: none;
  overflow: auto;
  margin: 0;
  padding: 0;
}

.dropdown-menu li {
  border-top: 1px solid #ddd;
  padding: 2px 5px;
  margin: 0;
}

.dropdown-menu li:first-child {
  border-top: none;
}

.dropdown-menu li:hover, .dropdown-menu .active {
  background-color: #43ABFD;
}

.dropdown-menu li:hover > a, .dropdown-menu .active > a {
  color: white !important;
}

.dropdown-menu a {
  height: 18px;
  text-decoration: none;
  color: #555;
}

.dropdown-menu a:hover {
  cursor: pointer;
}

.dropdown-menu img {
  vertical-align: text-top;
  height: 18px;
}

.textcomplete-header, .textcomplete-footer {
  padding: 0 !important;
}
x-option-buttons .x-option-buttons {
    color: #333;
    fill: #333;
    font-weight: 400;
    font-size: 0.9em;
    position: fixed;
    z-index: 10000;
    padding-top: 10px;
    padding-bottom: 10px;
    min-width: 20em;
}

x-option-buttons div.disabled {
    cursor: none;
    pointer-events: none;
}

x-option-buttons div.disabled x-icon {
    fill: #777;
}
x-option-buttons .x-option-button:hover {
    background-color: #E8E8E8;
}

x-option-buttons .x-option-button.selected {
    background-color: #E8E8E8;
}

x-option-buttons .x-option-button {
    padding-right: 10px;
    min-width: 100px;
    background-color: white;
    cursor: pointer;
}
div.step {
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  height: 30px;
  color: #555;
}

.numberCircle {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  padding: 4px;
  margin-right: 8px;
  background-color: rgba(0, 0, 0, 0.38);
  color: white;
  text-align: center;
  font: 15px Arial, sans-serif;
}

.connectorLine {
  border-bottom: 1px solid #e0e0e0;
}

.blueConnectorLine {
  border-bottom: 1px solid #03a9f4;
}

div.step.completed .numberCircle {
  background-color: #65bde6;
}

div.step.active .numberCircle {
  background-color: #03a9f4;
}

div.step x-icon {
  width: 15px;
  height: 15px;
  fill: white;
}

div.step:hover {
  background-color: #eeeeee;
}

div.step.active {
  font-weight: 500;
  color: #333;
}

div.main-title {
  font-size: 1.8em;
  padding-bottom: 6px;
  color: #575757;
  font-weight: 500;
}

ux-dialog#wizard ux-dialog-header {
	padding: 16px 16px 6px;
	border-bottom: 1px solid #eeeeee;
}

ux-dialog#wizard ux-dialog-body {
	border-bottom: 1px solid #eeeeee;
}

ux-dialog#wizard ux-dialog-footer x-button.raised {
	background-color: #03a9f4;
	color: white;
	border-radius: 2px;
}

ux-dialog.wizard-single-step x-button.warning,
ux-dialog.wizard-single-step x-button.warning > a {
	background-color: #ff9800 !important;
}

ux-dialog.wizard-single-step x-button.warning:hover,
ux-dialog.wizard-single-step x-button.warning > a:hover {
	background-color: #ffa726 !important;
}

ux-dialog#wizard ux-dialog-body x-spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

ux-dialog#wizard ux-dialog-body x-spinner svg {
	width: 100px;
	height: 100px;
}

ux-dialog.wizard-single-step {
	ux-dialog-body {
		min-width: 20em;
	}
	ux-dialog-footer {
		x-progress {
			margin-bottom: 10px;
		}
	}
}
.esplora-risorse-picker ::-webkit-scrollbar {
	width: 4px;
	background-color: #808080;
}

.esplora-risorse-picker ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #dcdcdc;
}

.esplora-risorse-picker ::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #696969;
}

.esplora-risorse-picker {
	width: 25em;
	margin: 0;
	padding: 0;
}

.esplora-risorse-picker .entry-item {
	cursor: pointer;
}

.esplora-risorse-picker .entry-item:hover:not(.selected):not(.unselectable) {
	background-color: #f5f5f5;
}

.esplora-risorse-picker .selected {
	background-color: #e0e0e0;
}

.esplora-risorse-picker ux-dialog-header {
	margin: 0;
	padding: 0;
}

.hide-overlay {
	background: none;
}

.unselectable {
	color: rgb(190, 181, 181);
}

.dropzone {
	border: 2px dashed #aaa;
	border-radius: 5px;
	background: white;
	width: 400px;
	height: 317px;
}

.dropzone * {
	position: relative;
	font-size: 1.2em;
	text-align: center;
	color: #aaa;
	fill: #aaa;
	cursor: pointer;
}

.dropzone x-icon {
	width: 60px;
	height: 60px;
}

.dropzone-hover {
	background: #ddd;
}
.ag-grid {
    height: 100%;
}

.checkboxes .ag-row-selected {
    background-color: var(--background) !important;
    color: var(--text-color);
}

.ag-theme-material.checkboxes .ag-cell-focus {
    border: none !important;
}

.ag-theme-material.checkboxes .ag-cell {
    height: 27px;
}

.ag-theme-material.checkboxes x-checkbox div.x-validation-group {
    height: 90%;
}

.ag-theme-material.checkboxes x-checkbox label {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin: 0;
}

.ag-theme-material.checkboxes .ag-row:not(.ag-row-first) {
    border-width: 0;
}

.ag-cell-with-height {
    height: unset;
}

.ag-grid-checkboxes .ag-group-expanded {
    display: none !important;
}

.ag-grid-checkboxes .ag-group-contracted {
    display: none !important;
}

.ag-theme-material .ag-header-select-all {
    margin-left: 1px;
    margin-right: 10px;
}

.ag-theme-material .ag-status-bar {
    border: none;
}

.ag-theme-material .ag-selection-checkbox ~ .ag-cell-value:not(:empty) {
    margin-left: 0px;
}

.ag-theme-material.multiple .ag-cell:first-child .ag-selection-checkbox ~ .ag-cell-value:not(:empty) {
    margin-left: 7px;
}

.ag-menu {
    min-width: 315px;
}

.ag-theme-material .ag-selection-checkbox span.ag-icon.ag-icon-checkbox-unchecked {
    margin-top: 3px;
}

/* DARK MODE */
.ag-theme-material .esclusoDaListe {
    background-color: var(--background-disabled);
}

.ag-theme-material .fixedRecord {
    background-color: var(--background-fixed);
}

.ag-tab-header {
    background-color: var(--background-darker);
}

.ag-theme-material .ag-header-cell:hover,
.ag-theme-material .ag-tab-header {
    background-color: var(--background-hover) !important;
}

.ag-theme-material .ag-row-hover,
.ag-theme-material .ag-row-focus,
.ag-theme-material .ag-menu .ag-menu-option-active {
    opacity: 0.9;
}

.ag-theme-material .ag-filter input[type="text"],
.ag-theme-material .ag-primary-cols-filter {
    caret-color: var(--text-color);
    height: 25px;
    color: var(--text-color);
}

.ag-theme-material,
.ag-header-viewport,
.ag-center-cols-viewport,
.ag-theme-material .ag-menu {
    background-color: var(--background);
    color: var(--text-color);
}

/* ICONE MENU */
.ag-theme-material .ag-icon-columns,
.ag-theme-material .ag-icon-filter,
.ag-theme-material .ag-icon-group,
.ag-theme-material .ag-icon-pin,
.ag-theme-material .ag-icon-menu,
.ag-theme-material .ag-icon-desc,
.ag-theme-material .ag-icon-asc,
.ag-theme-material .ag-icon-expanded,
.ag-theme-material .ag-icon-contracted {
    filter: invert(var(--invert));
}

.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-columns,
.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-filter,
.ag-theme-material .ag-tab-header .ag-tab.ag-tab-selected .ag-icon-menu {
    filter: invert(0);
    /* filter: hue-rotate(90deg) contrast(200%); */
}

.rigaBloccata {
    color: transparent;
}
  .print-select .x-option .au-target {
    display: none;
  }

  #formato-carta-field {
    margin-top: 10px;
    margin-right: 20px;
    margin-left: 10px;
  }

  #opzioni-stampa-container {
    width: 98%;
    height: 290px;
    margin-top: 10px;
    margin-left: 1%;
    overflow-y: scroll;
    border-style: solid;
    border-width: 1px;
    border-color: #e8e8e8;
    border-radius: 4px 4px 0 0;
  }

  print-option .x-checkbox {
    margin: 3px;
  }
  .large-select {
    width: 700px;
  }

  .print-select .x-option .au-target {
    display: inline-block;
  }

  .escluso-da-liste {
    background-color: var(--background-disabled);
  }

  x-option.selected .escluso-da-liste {
    background-color: #03a9f4;
  }

  .escluso-da-liste:hover {
    background-color: #cccccc;
  }

  .incluso-in-liste {
    margin-left: 40px;
  }
  
  #titolo-field{
    margin-left: 10px;
  }
.print-option-container {
  width: 100%;
}

.print-option-container x-number-input {
  width: 50%;
}
 x-rich-textarea.email-step x-textarea textarea {
  min-height: 30px;
  max-height: 100px;
}

x-textarea.email-step {
  display: inline-table;
}

x-textarea.email-step textarea {
  min-height: 30px;
  max-height: 100px;
}

.email-step div.x-form-field-filled {
  margin-bottom: 15px;
}

table-picker .selected-item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table-picker .built-selected {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table-picker x-multiple-select div.x-selected,
table-picker x-multiple-select div.x-unselected {
    width: 100%;
}

table-picker x-select input {
    width: calc(100% - 25px);
}

table-picker x-multiple-select ux-chip tag {
    font-size: 0.7em;
    padding-top: 0px;
    padding-bottom: 0px;
}

table-picker {
    width: 100%;
    display: block;
    margin-right: 6px;
    margin-left: 6px;
}

table-picker div.x-form-field-filled label {
    position: absolute;
    top: 8px;
    font-size: 13px;
    pointer-events: auto;
    left: 12px;
}

table-picker .custom-select.disabled {
    opacity: 0.4;
}

table-picker .custom-select.readonly {
    opacity: 1 !important;
    background-color: unset;
}

table-picker .custom-select .picker {
    width: calc(100% - 60px);
    display: inline-block;
    height: 52px;
    font-size: 16px;
    height: 20px;
    margin-top: 3px;
}

table-picker .custom-select.required .picker {
    width: calc(100% - 30px);
}

table-picker .custom-select.disabled .picker,
table-picker .custom-select.readonly .picker {
    pointer-events: none;
    width: 100%;
}

table-picker .custom-select .picker .unselected {
    font-weight: 300;
    color: #bbb;
}

table-picker .custom-select .picker .selected {
    color: #444;
    font-weight: 500;
}

.detail-file {
    position: relative;
    font-size: 1.3em;
    cursor: pointer;
    width: 100%;
    height: 100%;
    color: #555;
    fill: #555;
}

.detail-file > div {
    text-align: center;
    width: 100%;
}

.detail-file .xml-toolbar {
    cursor: auto;
    padding: 0 8px;
}

.detail-file .xml-toolbar > div {
    font-size: 16px;
    text-align: left;
}

.detail-file context-item x-icon {
    width: 24px;
    height: 24px;
}

.detail-file .xml-toolbar.white, .detail-file .xml-toolbar.white x-icon-button {
    color: white;
    fill: white;
}

.detail-file .xml-toolbar.dark, .detail-file .xml-toolbar.dark x-icon-button {
    color: #555;
    fill: #555;
}

.detail-file .default,
.detail-file .download,
.detail-file .url {
    padding: 25px;
}

.detail-file .url {
    word-break: break-all;
}

.detail-file .viewer-container {
    height: 100% !important;
    z-index: 0 !important;
}

.detail-file object,
.detail-file iframe {
    width: 100%;
    height: 100%;
}

.detail-file x-icon {
    width: 40px;
    height: 40px;
}

.agGrid_container.common .ag-body-viewport:not(.ag-layout-print).ag-force-vertical-scroll {
    overflow-y: auto !important;
}

.agGrid_container.common .ag-center-cols-viewport {
    overflow-x: inherit !important;
}

.agGrid_container.common .ag-row-selected .ag-cell-value span > svg {
    fill: #fff !important;
}

.agGrid_container.common .ag-row-selected .ag-cell-value span > svg line {
    stroke: #fff !important;
}

.bottom-space .ag-center-cols-clipper {
    min-height: unset;
    margin-bottom: 90px;
  }
competenze-tecnico-view {
    color: #555;
}

competenze-tecnico-view b {
    color: #555;
    font-weight: 500;
}

competenze-tecnico-view .competenza {
    cursor: pointer;
}

competenze-tecnico-view .competenza.selected {
    background: #03a8f451;
}

::-webkit-input-placeholder {
  color: var(--text-placeholder) !important;
}

::-moz-placeholder {
  color: var(--text-placeholder) !important;
}

::-ms-placeholder {
  color: var(--text-placeholder) !important;
}

::placeholder {
  color: var(--text-placeholder) !important;
}

/*::-webkit-scrollbar {
    width: 11px;
    height: 11px;
    background-color: var(--scrollbar);
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: var(--scrollbar-thumb);
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background-color: var(--scrollbar);
} */

.background {
  background-color: var(--background);
}

.tabelle-title {
  margin: 15px 20px !important;
  font-size: 1.8em;
  color: var(--text-color);
  font-family: "DINPro-Bold";
  text-transform: uppercase;
}

.container-left {
  min-width: 162px;
  width: 33%;
  height: 100%;
}

.container-right {
  flex: 1;
  height: 100%;
}

.container-top {
  min-height: 129px;
  height: 100%;
  width: 100%;
}

.container-bottom {
  flex: 1;
  width: 100%;
}

.detail {
  color: var(--text-color);
}

.detail-title {
  color: var(--text-color);
  font-size: 1.6em;
}

.detail-subtitle {
  color: var(--text-color);
  font-size: 1.2em;
  margin: 8px 0;
}

.table-menu-button {
  padding: 5px;
  color: var(--text-color);
  border: 1px solid var(--border);
  border-radius: 5px;
  margin: 5px;
}

.table-menu-title {
  font-weight: 500;
  font-size: 2em;
  margin: 8px;
  color: var(--text-color);
}

.scroll-container {
  height: 100%;
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
}

.scroll-child {
  position: absolute;
  width: 100%;
  height: 100%;
}

.tabelle x-icon {
  min-width: 24px;
  min-height: 24px;
}

.outline-container {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 17px;
  margin-top: -10px;
  margin-left: 6px;
  background: white;
  width: fit-content;
  color: #888;
}

input.search {
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  border: none;
  background: none;
  padding: 5px;
}

.color-viewer {
  width: 13px;
  height: 13px;
  border: 1px solid #666;
  margin-left: 5px;
  border-radius: 3px;
}

.warning-invisible-selected-rows {
  margin: 6px -6px -6px;
  padding: 6px 6px 2px;
  color: var(--text-color);
  background-color: var(--background-invisible-selected-rows);
}

.warning-invisible-selected-rows x-icon {
  padding: 2px 6px;
}

x-tabs.table-tabs {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

x-tabs.table-tabs x-tab {
  border-left: 1px solid #ccc;
  text-align: center;
  padding: 15px 8px;
}

x-tabs.table-tabs x-tab:first-child {
  border-left: none;
}

table-picker.tags-competenze x-multiple-select .x-multiple-overflow-hidden {
  overflow-y: unset;
}

table-picker.tags-competenze x-multiple-select > .container > .x-multiple-select-trigger {
  min-height: 28px !important;
  height: 28px !important;
  overflow-y: clip;
}

.resizer-horizontal {
    background-color: #ccc;
    cursor: ew-resize;
    height: 100%;
    width: 3px;
}

.resizer-vertical {
    background-color: #ccc;
    cursor: ns-resize;
    height: 3px;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.table-node {
    padding: 8px 8px 8px 0px;
    color: var(--text-color);
}

.table-node x-icon {
    min-width: 24px;
    min-height: 24px;
    padding: 0 8px 0 0px;
    fill: currentColor;
}

.table-node.selected {
    background-color: var(--selection);
    color: var(--text-selection);
}

.table-node.disabled, .table-node.disabled * {
    color: var(--text-disabled);
    pointer-events: none !important;
    cursor: default !important;
}

x-icon.toggle {
    padding: 0;
    margin-left: -3px;
}

table-menu {
    padding: 5px;
    background: var(--background);
}

table-menu x-fab {
    margin-left: 10px;
}

table-menu x-fab > button {
    width: 40px;
    height: 40px;
}

table-menu x-dropdown x-fab x-icon {
    padding: 8px;
}

table-menu x-button.outside {
    margin: 0px 8px 5px;
}

table-menu x-button.outside a {
    font-size: 14px;
    line-height: 1;
    min-height: 32px;
}

table-menu x-button.outside x-icon {
    padding: 0 5px 2px 0;
    width: 18px;
    height: 18px;
}

table-menu .multiple-selection-menu {
    margin: 0 -6px -6px;
    padding: 6px 6px 2px;
    background-color: var( --background-multiple-selection-menu);
}
import-detail x-icon {
  width: 28px;
  height: 17px;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

import-detail .oldValue {
  text-decoration: line-through;
  color: red;
}

import-detail .newValue {
  color: green;
}

import-detail x-info-section {
  margin-bottom: 0;
}
import-boolean-detail x-icon {
  width: 28px;
  height: 17px;
  padding-top: 0;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}

import-boolean-detail x-info-section {
  margin-bottom: 0;
}

import-boolean-detail .oldValue {
  fill: red;
}

import-boolean-detail .newValue {
  fill: green;
}
.dialog-footer {
    position: relative; 
    z-index: 2;
    border-top: 1px solid #e5e5e5;
}

/* .dialog {
    height: 670px;
    width: 985px;
}

.dialog-body {
    height: 575px;
    z-index: 1
} */

.nav-bar {
    justify-content: flex-end;
    margin-bottom: 3px;
}
.tree.ag-theme-material .ag-row-selected {
  background-color: white !important;
  color: black !important;
}

.tree.ag-theme-material .ag-cell-focus {
  border: none !important;
}

.tree.ag-theme-material .ag-cell {
  height: 27px;
}

.tree.ag-theme-material x-checkbox div.x-validation-group {
  height: 90%;
}

.tree.ag-theme-material x-checkbox label {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0;
}

.tree.ag-theme-material .ag-row:not(.ag-row-first) {
  border-width: 0;
}

.tree.ag-theme-material .ag-cell-with-height {
  height: unset;
}

.tree.ag-theme-material .ag-grid-checkboxes .ag-group-expanded {
  display: none !important;
}

.tree.ag-theme-material .ag-grid-checkboxes .ag-group-contracted {
  display: none !important;
}

.tree.ag-theme-material.bottom-space .ag-center-cols-clipper {
  min-height: unset;
  margin-bottom: 90px;
}
.agGrid_container .agGrid.attivita-programmabili {
  visibility: unset !important;
  border-top: solid #ddd 1px;
  height: 100%;
}

.full-size {
  width: 100%;
  height: 100%;
}
#switch .toggle {
    position: absolute;
    z-index: 5;
    left: 0;
    height: 29px; 
    width: 15px;
    background-color: #DDD;
    padding-top: 7px;
}

#switch .left {
    border-radius: 0 5px 5px 0;
}
 
#switch .right {
    border-radius: 5px 0 0 5px;
}

#switch .center {
    padding-top: 9px;
}

#switch x-icon {
    fill: #555;
    cursor: pointer;
    margin-left: -5px;
    margin-top: -10px;
    padding: 0;
}
.dhx_outer_container {
    background-color: #f5f5f5;
}

.dhx_marked_timespan {
    width: inherit;
}

.dhx_marked_timespan.dhx_now_time {
    z-index: 10000;
    background-color: rgb(0, 174, 255);
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    opacity: 1;
}

.IsPicker {
    animation: AGENDA-APPEAR 2s infinite;
    /* IE 10+, Fx 29+ */
}

@keyframes AGENDA-APPEAR {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dhx_scale_holder_now {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAsCAYAAAHTIOL3AAAABGdBTUEAALGPC/xhBQAAABBJREFUCB1jYBie4MGDB/8BCbsDoK5l43MAAAAASUVORK5CYII=) !important;
}

div.InterventoEseguito.dhx_cal_event,
div.InterventoEseguito.dhx_cal_event.selected-shadow {
    cursor: default;
}

div.InterventoEseguito.dhx_cal_event .dhx_event_move.dhx_title,
div.InterventoEseguito.dhx_cal_event.selected-shadow .dhx_event_move.dhx_title {
    cursor: default;
}

.impianto {
    background: repeating-linear-gradient(
        45deg,
        rgba(200, 10, 10, 0.1),
        rgba(200, 10, 10, 0.1) 5px,
        rgba(200, 10, 10, 0.05) 5px,
        rgba(200, 10, 10, 0.05) 10px
    );
}

.progressCursor {
    cursor: progress;
}

.dhx_outer_container .gray_section {
    background-color: #d3d3d3;
    opacity: 0.5;
}

.dhx_marked_timespan.plus_section {
    z-index: 100;
}

.dhx_outer_container .plus_section {
    background-color: rgba(255,152,0,0.10);
    cursor: pointer;
}

.dhx_outer_container .plus_section svg {
    opacity: 0.2;
}

.dhx_outer_container .pink_section {
    background-color: #ff80ab;
    opacity: 0.5;
}

.dhx_outer_container .blue_section {
    background-color: #64b5f6;
    opacity: 0.5;
}

.dhx_outer_container .event_creation_blue_section {
    background-color: #64b5f6;
}

.dhx_outer_container .picked {
    background-color: #64b5f6;
    border: 1px solid #536dfe;
}

.dhx_outer_container .striped_section {
    opacity: 0.2;
    background: repeating-linear-gradient(45deg, #ccc, #ccc 5px, #999 5px, #999 10px);
}

.dhx_outer_container .light_gray_section {
    background-color: #f5f5f5;
}

div.selected-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 9000;
}

.dhx_outer_container .dhx_cal_event .dhx_body,
.dhx_outer_container .dhx_cal_event_line {
    padding-top: 5px;
    padding: 1px;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #37474f;
}

.dhx_outer_container .toggleEventsText .dhx_cal_event .dhx_body,
.dhx_outer_container .toggleEventsText .dhx_cal_event_line {
    font-size: 0;
    width: 0;
    height: 0;
}

.dhx_outer_container .toggleEventsText .dhx_cal_event .dhx_body i,
.dhx_outer_container .toggleEventsText .dhx_cal_event_line i {
    display: none;
}

.dhx_event_icons {
    display: inline;
    font-size: 10px;
}

.dhx_cal_container .dhx_cal_event .dhx_event_icons {
    position: absolute;
    text-align: right;
    width: 100%;
    font-size: 10px;
    pointer-events: none;
    top: 1px;
    display: block;
}

.dhx_cal_editor {
    display: none;
}

div.dhx_cal_event_line {
    width: 1px;
    margin-left: -2px;
    padding: 0 2px 0 2px;
}

.dhx_scale_holder .dhx_cal_event div.dhx_body {
    overflow: hidden;
}

div.dhx_cal_event {
    cursor: pointer;
}

div.dhx_cal_event div.dhx_body,
div.dhx_cal_event.dhx_cal_select_menu div.dhx_body {
    padding: 0;
    word-wrap: break-word;
}

div.dhx_cal_event div.dhx_title {
    padding-left: 0 !important;
}

div.dhx_cal_event div.dhx_footer {
    height: 9px;
}

.dhx_cal_data div .dhx_cal_event {
    box-sizing: content-box !important;
    margin-top: -1px;
    margin-left: -1px;
}

.dhx_timeline_data_col .dhx_event_icons {
    /* display: inline-block; */
    font-size: 9px;
}

div.dhx_cal_event > div.dhx_title {
    height: 19px;
}

.timeline_scalex_class {
    height: 2em;
}

.event-tooltip {
    font-family: "Roboto";
    background: #777;
    position: absolute;
    padding: 0.7em;
    font-size: 0.8em;
    border-radius: 3px;
    color: white;
    fill: white;
    z-index: 10001;
}

.blinking {
    animation: AGENDA-APPEAR 0.5s infinite;
    /* IE 10+, Fx 29+ */
}

.dhx_scheduler_UnitDay div.dhx_cal_data div.dhx_cal_event,
.dhx_scheduler_UnitTwoDays div.dhx_cal_data div.dhx_cal_event,
.dhx_scheduler_UnitFiveDays div.dhx_cal_data div.dhx_cal_event,
.dhx_scheduler_UnitWeek div.dhx_cal_data div.dhx_cal_event,
.dhx_scheduler_TimelineDay div.dhx_cal_data div.dhx_cal_event_line,
.dhx_scheduler_TimelineTwoDays div.dhx_cal_data div.dhx_cal_event_line,
.dhx_scheduler_TimelineFiveDays div.dhx_cal_data div.dhx_cal_event_line,
.dhx_scheduler_TimelineWeek div.dhx_cal_data div.dhx_cal_event_line {
    border: 1px solid #e0e0e0;
}

.dhx_scheduler_UnitDay div.dhx_cal_data div.dhx_cal_event.dhx_cal_event_drag,
.dhx_scheduler_UnitTwoDays div.dhx_cal_data div.dhx_cal_event.dhx_cal_event_drag,
.dhx_scheduler_UnitFiveDays div.dhx_cal_data div.dhx_cal_event.dhx_cal_event_drag,
.dhx_scheduler_UnitWeek div.dhx_cal_data div.dhx_cal_event.dhx_cal_event_drag,
.dhx_scheduler_TimelineDay div.dhx_cal_data div.dhx_cal_event_line.dhx_cal_event_drag,
.dhx_scheduler_TimelineTwoDays div.dhx_cal_data div.dhx_cal_event_line.dhx_cal_event_drag,
.dhx_scheduler_TimelineFiveDays div.dhx_cal_data div.dhx_cal_event_line.dhx_cal_event_drag,
.dhx_scheduler_TimelineWeek div.dhx_cal_data div.dhx_cal_event_line.dhx_cal_event_drag {
    border: 1px solid transparent;
}

.dhx_cal_event_drag {
    padding-bottom: 20px;
    cursor: n-resize !important;
}

.dhx_scheduler_UnitDay div.dhx_scale_bar {
    border-left: 1px solid #e0e0e0;
    padding-top: 5px;
}

.dhx_scheduler_UnitDay div.dhx_multi_day_icon_small,
.dhx_scheduler_UnitTwoDays div.dhx_multi_day_icon_small,
.dhx_scheduler_UnitFiveDays div.dhx_multi_day_icon_small,
.dhx_scheduler_UnitWeek div.dhx_multi_day_icon_small {
    border-right: none;
}

.dhx_scheduler_UnitDay div.dhx_scale_holder_now div.dhx_scale_hour {
    border-left: 1px solid #e0e0e0;
}

.dhx_scheduler_UnitDay div.dhx_scale_holder div.dhx_scale_hour,
.dhx_scheduler_UnitTwoDays div.dhx_scale_holder div.dhx_scale_hour,
.dhx_scheduler_UnitFiveDays div.dhx_scale_holder div.dhx_scale_hour,
.dhx_scheduler_UnitWeek div.dhx_scale_holder div.dhx_scale_hour {
    border-left: 1px solid #e0e0e0;
    line-height: normal;
}

.dhx_scheduler_UnitTwoDays .dhx_scale_bar:not(.dhx_second_scale_bar),
.dhx_scheduler_UnitFiveDays .dhx_scale_bar:not(.dhx_second_scale_bar),
.dhx_scheduler_UnitWeek .dhx_scale_bar:not(.dhx_second_scale_bar) {
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 1.1em;
    height: 32px !important;
    margin-top: -10px;
}

.dhx_scheduler_UnitTwoDays
    .dhx_cal_header
    div.dhx_scale_bar.dhx_second_scale_bar
    ~ div.dhx_scale_bar.dhx_second_scale_bar
    .dhx_scheduler_UnitFiveDays
    .dhx_cal_header
    div.dhx_scale_bar.dhx_second_scale_bar
    ~ div.dhx_scale_bar.dhx_second_scale_bar
    .dhx_scheduler_UnitWeek
    .dhx_cal_header
    div.dhx_scale_bar.dhx_second_scale_bar
    ~ div.dhx_scale_bar.dhx_second_scale_bar {
    border-left: 1px solid #bdbdbd;
}

.dhx_scheduler_UnitTwoDays .dhx_cal_header .dhx_second_scale_bar + .dhx_scale_bar,
.dhx_scheduler_UnitFiveDays .dhx_cal_header .dhx_second_scale_bar + .dhx_scale_bar,
.dhx_scheduler_UnitWeek .dhx_cal_header .dhx_second_scale_bar + .dhx_scale_bar {
    border-left: 1px solid #bdbdbd;
}

.dhx_scheduler_UnitDay div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_UnitTwoDays div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_UnitFiveDays div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_UnitWeek div.dhx_scale_bar.dhx_second_scale_bar {
    overflow: hidden;
    height: 15px !important;
    border-bottom: 1px solid #e0e0e0;
    line-height: 15px;
}

.dhx_scheduler_UnitTwoDays .dhx_scale_bar:not(.dhx_second_scale_bar) div,
.dhx_scheduler_UnitFiveDays .dhx_scale_bar:not(.dhx_second_scale_bar) div,
.dhx_scheduler_UnitWeek .dhx_scale_bar:not(.dhx_second_scale_bar) div {
    overflow: hidden;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.dhx_cal_event {
    z-index: 100;
}

.highlighted_timespan {
    background-color: #d3d3d3;
}

div.dhx_scheduler_UnitDay div.dhx_multi_day,
div.dhx_scheduler_UnitTwoDays div.dhx_multi_day,
div.dhx_scheduler_UnitFiveDays div.dhx_multi_day,
div.dhx_scheduler_UnitWeek div.dhx_multi_day {
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: none;
}

.dhx_scheduler_UnitDay .dhx_scale_holder,
.dhx_scheduler_UnitDay .dhx_scale_holder_now,
.dhx_scheduler_UnitTwoDays .dhx_scale_holder,
.dhx_scheduler_UnitTwoDays .dhx_scale_holder_now,
.dhx_scheduler_UnitFiveDays .dhx_scale_holder,
.dhx_scheduler_UnitFiveDays .dhx_scale_holder_now,
.dhx_scheduler_UnitWeek .dhx_scale_holder,
.dhx_scheduler_UnitWeek .dhx_scale_holder_now {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.dhx_scheduler_UnitDay .dhx_cal_header,
.dhx_scheduler_UnitTwoDays .dhx_cal_header,
.dhx_scheduler_UnitFiveDays .dhx_cal_header,
.dhx_scheduler_UnitWeek .dhx_cal_header {
    background-color: white;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
}

.dhx_scheduler_UnitDay div.dhx_cal_header div div {
    border-left: none;
}

.dhx_scheduler_UnitDay div.dhx_cal_header div.dhx_cal_next_button {
    margin-top: 2px;
}

.dhx_scheduler_UnitDay div.dhx_cal_header div.dhx_cal_prev_button {
    margin-top: 2px;
}

.dhx_scheduler_TimelineDay .dhx_matrix_scell .dhx_scheduler_TimelineTwoDays .dhx_matrix_scell,
.dhx_scheduler_TimelineFiveDays .dhx_matrix_scell,
.dhx_scheduler_TimelineWeek .dhx_matrix_scell {
    border-left: 1px solid #e0e0e0;
    background-color: white;
}

div.dhx_scheduler_TimelineDay div.dhx_cal_header.dhx_second_cal_header,
div.dhx_scheduler_TimelineTwoDays div.dhx_cal_header.dhx_second_cal_header,
div.dhx_scheduler_TimelineFiveDays div.dhx_cal_header.dhx_second_cal_header,
div.dhx_scheduler_TimelineWeek div.dhx_cal_header.dhx_second_cal_header {
    border-top: none !important;
    border-bottom: 1px solid #e0e0e0 !important;
    background-color: unset;
}

.dhx_scheduler_TimelineDay .dhx_cal_data,
.dhx_scheduler_TimelineTwoDays .dhx_cal_data,
.dhx_scheduler_TimelineFiveDays .dhx_cal_data,
.dhx_scheduler_TimelineWeek .dhx_cal_data {
    border-top: none !important;
}

.dhx_scheduler_TimelineDay div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineTwoDays div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineFiveDays div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineWeek div.dhx_scale_bar.dhx_second_scale_bar {
    overflow: hidden;
    border-top: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #e0e0e0 !important;
    line-height: 15px;
}

.dhx_scheduler_TimelineDay .dhx_cal_data,
.dhx_scheduler_TimelineTwoDays .dhx_cal_data,
.dhx_scheduler_TimelineFiveDays .dhx_cal_data,
.dhx_scheduler_TimelineWeek .dhx_cal_data {
    border-top: none !important;
}

.dhx_scheduler_TimelineDay .dhx_scale_bar:not(.dhx_second_scale_bar),
.dhx_scheduler_TimelineTwoDays .dhx_scale_bar:not(.dhx_second_scale_bar),
.dhx_scheduler_TimelineFiveDays .dhx_scale_bar:not(.dhx_second_scale_bar),
.dhx_scheduler_TimelineWeek .dhx_scale_bar:not(.dhx_second_scale_bar) {
    border: 1px solid #e0e0e0;
    background-color: white;
}

.dhx_scheduler_TimelineDay .dhx_scale_bar:not(.dhx_second_scale_bar) div,
.dhx_scheduler_TimelineTwoDays .dhx_scale_bar:not(.dhx_second_scale_bar) div,
.dhx_scheduler_TimelineFiveDays .dhx_scale_bar:not(.dhx_second_scale_bar) div,
.dhx_scheduler_TimelineWeek .dhx_scale_bar:not(.dhx_second_scale_bar) div {
    font-size: 10px;
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 33px;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.dhx_scheduler_TimelineDay div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineTwoDays div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineFiveDays div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineWeek div.dhx_scale_bar.dhx_second_scale_bar {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.dhx_scheduler_TimelineDay .dhx_cal_header.dhx_second_cal_header > div:first-child,
.dhx_scheduler_TimelineTwoDays .dhx_cal_header.dhx_second_cal_header > div:first-child,
.dhx_scheduler_TimelineFiveDays .dhx_cal_header.dhx_second_cal_header > div:first-child,
.dhx_scheduler_TimelineWeek .dhx_cal_header.dhx_second_cal_header > div:first-child {
    height: 18px !important;
}

.dhx_scheduler_TimelineDay .dhx_cal_header.dhx_second_cal_header .dhx_scale_bar,
.dhx_scheduler_TimelineTwoDays .dhx_cal_header.dhx_second_cal_header .dhx_scale_bar,
.dhx_scheduler_TimelineFiveDays .dhx_cal_header.dhx_second_cal_header .dhx_scale_bar,
.dhx_scheduler_TimelineWeek .dhx_cal_header.dhx_second_cal_header .dhx_scale_bar {
    height: 29px !important;
}

.dhx_scheduler_TimelineTwoDays
    .dhx_cal_header
    div.dhx_scale_bar.dhx_second_scale_bar
    ~ div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineFiveDays
    .dhx_cal_header
    div.dhx_scale_bar.dhx_second_scale_bar
    ~ div.dhx_scale_bar.dhx_second_scale_bar,
.dhx_scheduler_TimelineWeek
    .dhx_cal_header
    div.dhx_scale_bar.dhx_second_scale_bar
    ~ div.dhx_scale_bar.dhx_second_scale_bar {
    border-left: 1px solid #bdbdbd;
}

.dhx_scheduler_TimelineDay .dhx_matrix_scell,
.dhx_scheduler_TimelineTwoDays .dhx_matrix_scell,
.dhx_scheduler_TimelineFiveDays .dhx_matrix_scell,
.dhx_scheduler_TimelineWeek .dhx_matrix_scell {
    border-left: 1px solid #e0e0e0;
    background-color: white;
    overflow: hidden;
    max-width: 40px;
}

.dhx_scheduler_TimelineDay
    .dhx_cal_data
    table
    tbody
    tr:first-of-type
    td:not(.dhx_matrix_scell)
    div
    table
    tbody:first-child
    td.dhx_matrix_cell,
.dhx_scheduler_TimelineTwoDays
    .dhx_cal_data
    table
    tbody
    tr:first-of-type
    td:not(.dhx_matrix_scell)
    div
    table
    tbody:first-child
    td.dhx_matrix_cell,
.dhx_scheduler_TimelineFiveDays
    .dhx_cal_data
    table
    tbody
    tr:first-of-type
    td:not(.dhx_matrix_scell)
    div
    table
    tbody:first-child
    td.dhx_matrix_cell,
.dhx_scheduler_TimelineWeek
    .dhx_cal_data
    table
    tbody
    tr:first-of-type
    td:not(.dhx_matrix_scell)
    div
    table
    tbody:first-child
    td.dhx_matrix_cell {
    border-top: 1px solid #e0e0e0;
}

.dhx_scheduler_TimelineDay .dhx_cal_data table tbody tr:first-of-type .dhx_matrix_scell,
.dhx_scheduler_TimelineTwoDays .dhx_cal_data table tbody tr:first-of-type .dhx_matrix_scell,
.dhx_scheduler_TimelineFiveDays .dhx_cal_data table tbody tr:first-of-type .dhx_matrix_scell,
.dhx_scheduler_TimelineWeek .dhx_cal_data table tbody tr:first-of-type .dhx_matrix_scell {
    border-top: 1px solid #e0e0e0;
}

.dhx_event_move,
.dhx_event_resize {
    filter: brightness(92%);
}

.dhx_event_resize.dhx_footer {
    margin-top: -9px !important;
    margin-left: 0px !important;
    padding-right: 2px;
    box-sizing: content-box !important;
}

.dhx_cal_event.InterventoEseguito .dhx_body {
    opacity: 1;
}

.dhx_cal_event.InterventoEseguito .dhx_event_move.dhx_title {
    filter: none;
    -webkit-filter: none;
}

.dhx_cal_event.cross-day .dhx_event_resize.dhx_footer,
.dhx_cal_event.InterventoEseguito .dhx_event_resize.dhx_footer {
    display: none !important;
}

.dhx_marked_timespan.dhx_now_time {
    z-index: 2;
}

.dhx_cal_scale_placeholder {
    top: 0px !important;
    padding-top: 1px;
}

.dhx_timeline_scale_header.dhx_timeline_second_scale {
    background-color: #f8f8f8;
}

.dhx_timeline_table_wrapper .dhx_cal_event_line {
    z-index: 1000;
}

:root {
    --balloon-border-radius: 2px;
    --balloon-color: rgba(16, 16, 16, 0.7);
    --balloon-text-color: #fff;
    --balloon-font-size: 12px;
    --balloon-move: 4px;
}

button[aria-label][data-balloon-pos] {
    overflow: visible;
}

[aria-label][data-balloon-pos] {
    position: relative;
    cursor: pointer;
}
[aria-label][data-balloon-pos]:after {
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    text-indent: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        "Helvetica Neue", sans-serif;
    font-weight: normal;
    font-style: normal;
    text-shadow: none;
    font-size: var(--balloon-font-size);
    background: var(--balloon-color);
    border-radius: 2px;
    color: var(--balloon-text-color);
    border-radius: var(--balloon-border-radius);
    content: attr(aria-label);
    padding: 0.5em 1em;
    position: absolute;
    white-space: nowrap;
    z-index: 10;
    line-height: 1;
}
[aria-label][data-balloon-pos]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: var(--balloon-color);
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    content: "";
    position: absolute;
    z-index: 10;
}
[aria-label][data-balloon-pos]:hover:before,
[aria-label][data-balloon-pos]:hover:after,
[aria-label][data-balloon-pos][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-visible]:after,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:before,
[aria-label][data-balloon-pos]:not([data-balloon-nofocus]):focus:after {
    opacity: 1;
    pointer-events: none;
}
[aria-label][data-balloon-pos].font-awesome:after {
    font-family: FontAwesome, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
        "Open Sans", "Helvetica Neue", sans-serif;
}
[aria-label][data-balloon-pos][data-balloon-break]:after {
    white-space: pre;
}
[aria-label][data-balloon-pos][data-balloon-break][data-balloon-length]:after {
    white-space: pre-line;
    word-break: break-word;
}
[aria-label][data-balloon-pos][data-balloon-blunt]:before,
[aria-label][data-balloon-pos][data-balloon-blunt]:after {
    transition: none;
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:after {
    transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="down"][data-balloon-visible]:before {
    transform: translate(-50%, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:after {
    left: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-left"]:before {
    left: 5px;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:after {
    right: 0;
}
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:before {
    right: 5px;
}
[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:after {
    transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-po*="-left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-po*="-left"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos*="-right"][data-balloon-visible]:before {
    transform: translate(0, 0);
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
    bottom: 100%;
    transform-origin: top;
    transform: translate(0, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^="up"]:after {
    margin-bottom: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="up"]:before,
[aria-label][data-balloon-pos][data-balloon-pos="up"]:after {
    left: 50%;
    transform: translate(-50%, var(--balloon-move));
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before,
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
    top: 100%;
    transform: translate(0, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:after {
    margin-top: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos^="down"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos="down"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="down"]:before {
    left: 50%;
    transform: translate(-50%, calc(var(--balloon-move) * -1));
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:after {
    transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="left"][data-balloon-visible]:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:hover:before,
[aria-label][data-balloon-pos][data-balloon-pos="right"][data-balloon-visible]:before {
    transform: translate(0, -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
    right: 100%;
    top: 50%;
    transform: translate(var(--balloon-move), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:after {
    margin-right: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="left"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after,
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
    left: 100%;
    top: 50%;
    transform: translate(calc(var(--balloon-move) * -1), -50%);
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:after {
    margin-left: 10px;
}
[aria-label][data-balloon-pos][data-balloon-pos="right"]:before {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: var(--balloon-color);
}
[aria-label][data-balloon-pos][data-balloon-length]:after {
    white-space: normal;
}
[aria-label][data-balloon-pos][data-balloon-length="small"]:after {
    width: 80px;
}
[aria-label][data-balloon-pos][data-balloon-length="medium"]:after {
    width: 150px;
}
[aria-label][data-balloon-pos][data-balloon-length="large"]:after {
    width: 260px;
}
[aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
    width: 380px;
}
@media screen and (max-width: 768px) {
    [aria-label][data-balloon-pos][data-balloon-length="xlarge"]:after {
        width: 90vw;
    }
}
[aria-label][data-balloon-pos][data-balloon-length="fit"]:after {
    width: 100%;
}

.agc {
  font-size: 0.8rem;
}

.agc-gr-container {
  height: 100%;
  overflow-y: auto;
  background-color: #f3f3f3;
}

.agc-gr {
  flex: 1 1 auto;
  min-width: 15em;
  margin: 2.5px;
}

.agc-gr .agc-gr-title {
  width: 100%;
  height: 2.5em;
  background-color: #666;
  color: white;
  overflow: hidden;
}

.agc-gr .agc-gr-acronym {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  text-align: center;
  width: 4em;
}

.agc-gr .agc-ev-container {
  position: relative;
  min-height: 3em;
  width: 100%;
}

.agc-gr .agc-ev-cat {
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background: #afafaf;
  width: 1.5em;
}

.agc-gr .agc-ev-cat h1 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  position: relative;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 400;
}

.agc-gr .agc-ev-table-container {
  margin-left: 1.5em;
  width: 100%;
}

.agc-gr .agc-ev-table-container .agc-ev-table {
  width: 100%;
  font-size: 1.1em;
  font-weight: 300 !important;
}

.agc-gr .agc-ev-table-container .agc-ev-table th,
.agc-gr .agc-ev-table-container .agc-ev-table td {
  text-align: left;
  padding: 0.35em;
}

.agc-gr .agc-ev-table-container .agc-ev-table tr {
  border-bottom: 1px solid #eee;
}

.agc-gr .agc-ev-table-container .agc-ev-table tr:last-of-type {
  border-bottom: none;
}

.agc-gr .agc-ev-table-container .agc-ev-table th:first-of-type {
  width: 7em;
}

.agc-gr .agc-ev-table-container .agc-ev-table .agc-ev-table-item:hover {
  background-color: #ddd;
}

.agc .selected {
  background-color: #ddd;
}

.agc .cut {
  background-color: rgb(236, 232, 232);
}

.agc .hover {
  background: rgba(221, 221, 221, 0.5) !important;
}

.agc .hover-red {
  background: rgba(199, 26, 26, 0.5) !important;
}

.agc .vincoli {
  background: repeating-linear-gradient(
    45deg,
    rgba(200, 10, 10, 0.1),
    rgba(200, 10, 10, 0.1) 5px,
    rgba(200, 10, 10, 0.05) 5px,
    rgba(200, 10, 10, 0.05) 10px
  );
}

@keyframes AGENDA-APPEAR {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.blinking {
  animation: AGENDA-APPEAR 0.5s infinite; /* IE 10+, Fx 29+ */
}

.model-new-riga, .model-new-rata {
    cursor: pointer;
    color: #0D47A1;
    font-size: 0.9em;
}

.model-new-riga x-icon, .model-new-rata x-icon {
    fill: #0D47A1;
    padding: 0 4px;
}

.model-rata {
    padding: 8px;
    cursor: pointer;
}

.model-rata tag {
    font-size: .75em;
}

.model-rata x-icon {
    fill: currentColor;
    padding: 0 4px;
}

.model-rata.disabled {
    color: #bbb;
}

.model-rata.disabled tag {
    background: #bbb;
}

.model-riga {
    cursor: pointer;
}

.model-riga x-icon {
    fill: currentColor;
    padding: 0 4px;
}

.model-riga.disabled {
    color: #bbb;
}
:root {
    color: #333;
    --section-main-color: yellow;
    --label-text-color: #555;
    --value-text-color: #333;
    --form-bg-color: white;
    --light-text-color: white;
    --assistenza: #03a9f4;
    --highlight-color: #03a9f4;
    --border-color: #ccc;
    --focus-color: orange;
    --warning-color: orange;
    --error-color: red;
}

[data-theme="light"] {
    --amministrazione-module: #4caf50;
    --assistenza-module: #29b6f6;
    --magazzino-module: #ff9800;

    --background: #f5f5f5;
    --background-hover: #e8e8e8;
    --background-home-menu: #eeeeee;
    --background-darker: #eeeeee;
    --background-disabled: #dddddd;
    --background-fixed: #f0c8f7;
    --background-multiple-selection-menu: #2196f366;
    --background-invisible-selected-rows: #f38a2166;
    --border: #cccccc;
    --text-color: #5d5d5d;
    --text-disabled: #bbbbbb;
    --text-selection: #f5f5f5;
    --text-placeholder: #bbbbbb;
    --text-home-item: #777777;
    --text-home-item-hover: #ffffff;
    --text-home-item-development: #bbbbbb;
    --selection: #03a9f4;
    --scrollbar: #e8e8e8;
    --scrollbar-thumb: #b8b8b8;
    --invert: 0;
}

[data-theme="dark"] {
    --amministrazione-module: #4caf50;
    --assistenza-module: #29b6f6;
    --magazzino-module: #ff9800;

    --background: #202125;
    --background-hover: #36393f;
    --background-home-menu: #36393f;
    --background-darker: #101113;
    --background-disabled: #494949;
    --background-fixed: #f0c8f7;
    --background-multiple-selection-menu: #2196f366;
    --background-invisible-selected-rows: #f38a2166;
    --border: #e0e0e0;
    --text-color: #e0e0e0;
    --text-disabled: #bbbbbb;
    --text-selection: #f5f5f5;
    --text-placeholder: #bbbbbb;
    --text-home-item: #e0e0e0;
    --text-home-item-hover: #ffffff;
    --text-home-item-development: #bbbbbb;
    --selection: #03a9f4;
    --scrollbar: #bbbbbb;
    --scrollbar-thumb: #686868;
    --invert: 1;
}

:root {
    color: #333;
    --section-main-color: yellow;
    --label-text-color: #555;
    --value-text-color: #333;
    --form-bg-color: white;
    --light-text-color: white;
    --assistenza: #03a9f4;
    --highlight-color: #03a9f4;
    --border-color: #ccc;
    --focus-color: orange;
    --warning-color: orange;
    --error-color: red;
}

[data-theme="light"] {
    --amministrazione-module: #4caf50;
    --assistenza-module: #29b6f6;
    --magazzino-module: #ff9800;

    --background: #f5f5f5;
    --background-hover: #e8e8e8;
    --background-home-menu: #eeeeee;
    --background-darker: #eeeeee;
    --background-disabled: #dddddd;
    --background-fixed: #f0c8f7;
    --background-multiple-selection-menu: #2196f366;
    --background-invisible-selected-rows: #f38a2166;
    --border: #cccccc;
    --text-color: #5d5d5d;
    --text-disabled: #bbbbbb;
    --text-selection: #f5f5f5;
    --text-placeholder: #bbbbbb;
    --text-home-item: #777777;
    --text-home-item-hover: #ffffff;
    --text-home-item-development: #bbbbbb;
    --selection: #03a9f4;
    --scrollbar: #e8e8e8;
    --scrollbar-thumb: #b8b8b8;
    --invert: 0;
}

[data-theme="dark"] {
    --amministrazione-module: #4caf50;
    --assistenza-module: #29b6f6;
    --magazzino-module: #ff9800;

    --background: #202125;
    --background-hover: #36393f;
    --background-home-menu: #36393f;
    --background-darker: #101113;
    --background-disabled: #494949;
    --background-fixed: #f0c8f7;
    --background-multiple-selection-menu: #2196f366;
    --background-invisible-selected-rows: #f38a2166;
    --border: #e0e0e0;
    --text-color: #e0e0e0;
    --text-disabled: #bbbbbb;
    --text-selection: #f5f5f5;
    --text-placeholder: #bbbbbb;
    --text-home-item: #e0e0e0;
    --text-home-item-hover: #ffffff;
    --text-home-item-development: #bbbbbb;
    --selection: #03a9f4;
    --scrollbar: #bbbbbb;
    --scrollbar-thumb: #686868;
    --invert: 1;
}

body {
  overflow: hidden;
  font-family: "euro", "Roboto";
}

input,
textarea {
  -webkit-user-select: all;
  -moz-user-select: auto;
}


x-side-submenu {
  a:hover x-icon.feedback svg {
    fill: rgb(85, 85, 85);
  }
}

.flex-auto {
  flex: 1 1 auto;
}

a,
a * {
  cursor: pointer;
}

.viewer-container {
  z-index: 20000 !important;
}

input:focus {
  outline: none;
}

*:focus {
  outline: 1px solid;
  outline-color: var(--focus-color);
}

x-icon-button x-button:focus {
  box-shadow: none;
}

.border-top {
  border-top: 1px solid var(--border-color);
}

.border-right {
  border-right: 1px solid var(--border-color);
}

.border-left {
  border-left: 1px solid var(--border-color);
}

.border-bottom {
  border-bottom: 1px solid var(--border-color);
}

.border {
  border: 1px solid var(--border-color);
}

::-webkit-scrollbar {
  width: 11px;
  height: 11px;
  background-color: #808080;
}

::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: #e8e8e8;
}

::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #b8b8b8;
}

[inert] {
  pointer-events: none;
  cursor: default;
}

[inert],
[inert] * {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

context-item.tab x-button a {
  width: 100%;
}

context-item.tab x-button a x-icon,
context-item.tab x-button a:hover x-icon {
  fill: #555;
}

@font-face {
  font-family: "euro";
  src: url(3cd786652b8a2e9d41f2.ttf) format("truetype");
  unicode-range: U+20AC;
}

h1, h2, h3 {
    color: #333;
}

h1, .heading {
    font-weight: 300;
    font-size: 1.5em;
}

h2 {
    font-weight: 200;
    margin-bottom: 0px;
}

h4 {
  font-weight: 600;
}

.bold, b {
    font-weight: 600;
}

.label {
    font-size: 1em;
    color: var(--label-text-color);
    fill: var(--label-text-color);
}

.value {
    font-size: 1em;
    color: var(--value-text-color);
}

.warn {
    color: var(--warning-color);
    fill: var(--warning-color);
}

.warn-bg {
    background-color: var(--warning-color);
}

.error {
    color: var(--error-color);
    fill: var(--error-color);
}

.error-bg {
    background-color: var(--error-color);
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--highlight-color);
    text-decoration: none;
}

x-button a {
    color: unset;
}

x-form h2 {
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 12px;
}

:root {
    color: #333;
    --section-main-color: yellow;
    --label-text-color: #555;
    --value-text-color: #333;
    --form-bg-color: white;
    --light-text-color: white;
    --assistenza: #03a9f4;
    --highlight-color: #03a9f4;
    --border-color: #ccc;
    --focus-color: orange;
    --warning-color: orange;
    --error-color: red;
}

[data-theme="light"] {
    --amministrazione-module: #4caf50;
    --assistenza-module: #29b6f6;
    --magazzino-module: #ff9800;

    --background: #f5f5f5;
    --background-hover: #e8e8e8;
    --background-home-menu: #eeeeee;
    --background-darker: #eeeeee;
    --background-disabled: #dddddd;
    --background-fixed: #f0c8f7;
    --background-multiple-selection-menu: #2196f366;
    --background-invisible-selected-rows: #f38a2166;
    --border: #cccccc;
    --text-color: #5d5d5d;
    --text-disabled: #bbbbbb;
    --text-selection: #f5f5f5;
    --text-placeholder: #bbbbbb;
    --text-home-item: #777777;
    --text-home-item-hover: #ffffff;
    --text-home-item-development: #bbbbbb;
    --selection: #03a9f4;
    --scrollbar: #e8e8e8;
    --scrollbar-thumb: #b8b8b8;
    --invert: 0;
}

[data-theme="dark"] {
    --amministrazione-module: #4caf50;
    --assistenza-module: #29b6f6;
    --magazzino-module: #ff9800;

    --background: #202125;
    --background-hover: #36393f;
    --background-home-menu: #36393f;
    --background-darker: #101113;
    --background-disabled: #494949;
    --background-fixed: #f0c8f7;
    --background-multiple-selection-menu: #2196f366;
    --background-invisible-selected-rows: #f38a2166;
    --border: #e0e0e0;
    --text-color: #e0e0e0;
    --text-disabled: #bbbbbb;
    --text-selection: #f5f5f5;
    --text-placeholder: #bbbbbb;
    --text-home-item: #e0e0e0;
    --text-home-item-hover: #ffffff;
    --text-home-item-development: #bbbbbb;
    --selection: #03a9f4;
    --scrollbar: #bbbbbb;
    --scrollbar-thumb: #686868;
    --invert: 1;
}

tag {
    background-color: var(--label-text-color);
    border-radius: 2px;
    fill: white;
    color: white;
    margin-right: 3px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 0.85em;
    display: inline-block;
}

.empty-tag {
    width: 11px;
    height: 11px;
}
.main-tab:focus {
    background-color: #eee;
    outline: none;
    user-select: none;
}

.main-tab.selected {
    /*    padding-left: 6px;
    padding-right: 3px;*/
    font-weight: 500;
    background-color: white;
    border-bottom: none !important;
    border-top: 3px solid var(--assistenza);
    color: var(--label-text-color);
}

.vertical-tab {
    padding: 1em;
    cursor: pointer;
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-weight: 400;
    color: var(--label-text-color);
}

.horizontal-tab {
    padding: 1em;
    cursor: pointer;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--label-text-color);
}

.main-tab {
    padding-left: 13px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #ddd;
    color: #666;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.main-tab * {
    cursor: pointer;
}

.main-tab:hover {
    background-color: #eee;
}

.main-tab span div {
    min-width: 50px;
}

.horizontal-tab.selected {
    border-right: 4px solid #666;
    font-weight: 500;
}

context-item.tab:focus x-button {
    background-color: #ccc;
}

router-tab-browser router-view {
    flex: 1;
    display: flex;
}

router-tab-browser {
    flex: 1;
    display: flex;
}

.vertical-tab.selected {
    border-bottom: 4px solid #666;
    font-weight: 500;
}

.vertical-tab.disabled {
    color: #CCC;
    cursor: unset;
}
.card {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border: none;
}

.card-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}
ux-dialog-overlay {
  background-color: rgba(0, 0, 0, 0.36);
}
router-tab-browser > ux-dialog-overlay,
router-tab-browser > ux-dialog-container {
  position: absolute;
  overflow-y: hidden;
}

ux-dialog {
  padding: 0;
  margin: 0;
}

ux-dialog.centered {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hide-overlay {
  background: none;
}

.invisible {
  width: 0;
  height: 0;
}

ux-dialog.no-close button.dialog-close {
  display: none;
}

x-details-pane h1,
x-details-pane h2,
ux-dialog h1,
ux-dialog h2 {
  margin-top: 0px;
  font-weight: 500;
  font-size: 1.4em;
  color: var(--label-text-color);
}

ux-dialog > ux-dialog-footer {
  border: none !important;
}

ux-dialog > ux-dialog-header > button {
  color: white;
}

ux-dialog ux-dialog-header h1 {
  color: white;
}

x-details-pane.impegno,
ux-dialog.impegno {
  width: 500px;
  position: fixed;
}

ux-dialog.impegno {
  display: block;
}

x-details-pane.impegno > x-details-pane-header {
  position: unset !important;
}

x-details-pane.impegno > x-details-pane-header,
ux-dialog.impegno > ux-dialog-header {
  color: white;
  min-height: 8em;
  overflow: auto;
}

x-details-pane.impegno > x-details-pane-header x-note,
ux-dialog.impegno > ux-dialog-header x-note {
  color: rgba(255, 255, 255, 0.75);
  fill: rgba(255, 255, 255, 0.75);
}

x-details-pane.impegno x-details-pane-body,
ux-dialog.impegno ux-body {
  min-height: 10em;
}

x-details-pane.modal > x-details-pane-header,
ux-dialog.modal ux-dialog-header {
  background-color: #2196f3;
  border-bottom: none;
}

ux-dialog.modal.settings ux-dialog-header {
  background-color: #5c6bc0;
}

ux-dialog ux-dialog-body span.chip {
  text-align: center;
  margin-right: 0.5em;
  background-color: #5c6bc0;
  padding: 2px;
  width: 3em;
  border: 0.5px solid #303f9f;
  color: white;
  border-radius: 1px;
}

ux-dialog ux-dialog-body div.description-section {
  line-height: 1.6;
  display: block;
  max-width: 80vw;
}

ux-dialog.modal ux-dialog-header.warning {
  background-color: #f6610c;
}

x-button.warning,
x-button.warning > a {
  background-color: #f6610c !important;
}

ux-dialog.modal ux-dialog-header.error {
  background-color: red;
}

x-button.error,
x-button.error > a {
  background-color: red !important;
}

ux-dialog x-button.indigo {
  background-color: #5c6bc0;
  color: white;
  border-radius: 2px;
}

x-details-pane {
  background: white;
  z-index: 10000;
  display: block;
}

x-details-pane-body,
x-details-pane-header {
  display: block;
  padding: 16px;
}

x-details-pane-header {
  padding-right: 4px;
}

x-icon.small {
    width: 18px;
    height: 18px;
}

x-icon.x-small {
  width: 14px;
  height: 14px;
}


.badge-menu x-icon
{
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 3px;
  padding: 0;
  fill: white;
}

x-icon.x-large {
    width: 64px;
    height: 64px;
    padding: 4px;
}

x-icon.large {
    width: 48px;
    height: 48px;
    padding: 4px;
}

x-icon-button.small x-button {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: -5px;
}

a:hover x-icon svg {
    fill: currentColor;
}

.dialog-title {
    font-weight: 500;
    font-size: 1.6em;
    padding: 0 6px 10px;
    color: var(--text-color);
}

.dialog-subtitle {
    font-weight: 500;
    font-size: 1.1em;
    padding: 0 6px 10px;
    color: var(--text-color);
}

.category-title {
    text-transform: uppercase;
    font-weight: 600;
    padding: 16px 8px;
}

.category-subtitle {
    text-transform: uppercase;
    font-weight: 400;
    margin: 8px 0 2px;
}

.section-title {
    background-color: #eaeaea;
    color: var(--text-color);
    fill: var(--text-color);
    height: 36px;
    min-height: 36px;
    font-weight: 600;
    padding-left: 8px;
}

.section-info {
    background-color: #eaeaea;
    color: var(--text-color);
    fill: var(--text-color);
    height: 36px;
    min-height: 36px;
    padding-left: 8px;
}

.sidebar-action {
    background-color: #eaeaea;
    color: var(--text-color);
    fill: var(--text-color);
    height: 100%;
}

.routing-bar {
    background-color: #eaeaea;
    font-size: 0.8em;
}

x-fab.tree {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.activated-item {
    fill: #8bc34a;
}

.dismissed-item {
    fill: #d9525c;
}

div.horizontal-tab.inverse:focus .tab-title {
    text-decoration: underline;
}

.badge {
    margin: 2px;
    padding: 5px;
    border-radius: 50%;
}

.badge-menu {
    margin-left: 3px;
    margin-bottom: -1px;
    text-align: center;
    font-weight: 500;
    min-width: 11px;
    min-height: 11px;
    line-height: 11px;
    padding: 4px;
    color: #ffffff;
    font-size: 11px;
    border-radius: 20px;
}
.tree-category {
    /*background-color: #fff;*/
    padding-left: 0.5em;
    color: #666;
    font-size: 0.8em;
    font-weight: 500;
    padding: 0.3em;
    border-bottom: 1px solid #ccc;
    /*outline: 1px solid #ccc;*/
    padding-top: 0.6em;
}
.side .side-open-only {
    display: none;
}

.side.open .side-open-only {
    display: unset;
}

.side .side-closed-only {
    display: unset;
}

.side.open .side-closed-only {
    display: none;
}
.ag-theme-material .ag-cell-label-container .ag-header-cell-label {
  width: 100%;
}

.ag-theme-material .ag-header-cell .ag-header-cell-menu-button {
  display: none;
}

.ag-theme-material .ag-header-cell:hover .ag-header-cell-menu-button {
  display: block;
}

.ag-theme-material .ag-header-cell:hover .ag-cell-label-container > .ag-header-cell-label {
  width: calc(100% - 18px);
}

.ag-side-buttons {
  display: none;
}

.ag-theme-material .ag-row-selected {
  background-color: #03a9f4 !important;
  color: white !important;
}

.ag-theme-material .ag-row-selected div span span.ag-group-expanded span.ag-icon.ag-icon-contracted,
.ag-theme-material .ag-row-selected div span span.ag-group-contracted span.ag-icon.ag-icon-expanded {
  filter: brightness(5);
}

.ag-theme-material,
.ag-theme-material .ag-header {
  font-size: 14px !important;
}

.agGrid_container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.agGrid_container .agGrid {
  height: 100%;
}

.inactive .ag-theme-material .ag-row-selected {
  background-color: #dcdcdc !important;
}

.agGrid_container .ag-theme-material div.ag-tool-panel div.ag-side-buttons {
  border-bottom: none;
}

.agGrid_container .ag-theme-material div.ag-column-panel div.ag-column-drop{
  border-bottom: none;
}

.agGrid_container .ag-theme-material .ag-cell {
  line-height: 20px;
  padding-left: 4px;
  padding-right: 4px;
}

.ag-theme-material .ag-selection-checkbox span,
.ag-theme-material .ag-group-expanded span,
.ag-theme-material .ag-group-contracted span {
  margin-right: 4px !important;
}

.ag-theme-material .ag-group-expanded .ag-icon-contracted:empty,
.ag-theme-material .ag-icon-expanded {
  height: 8px !important;
}

.agGrid_container .ag-theme-material .ag-cell-inline-editing {
  height: 100%;
  padding: 0px;
}

.ag-theme-material .ag-selection-checkbox span.ag-icon.ag-icon-checkbox-unchecked,
.ag-theme-material .ag-selection-checkbox span.ag-icon.ag-icon-checkbox-indeterminate,
.ag-theme-material .ag-selection-checkbox span.ag-icon.ag-icon-checkbox-checked {
  top: -1px;
  height: 20px;
  vertical-align: middle;
}

.ag-row-group-indent-0 {
  top: 0;
}

.agGrid_container .ag-cell-focus,
.ag-cell-no-focus {
  border: none;
}

.agGrid_container .ag-cell:focus {
  border: none;
  outline: none;
}

.agGrid_container .ag-theme-material .ag-header-cell-menu-button .ag-icon-menu {
  height: 20px;
}

.agGrid_container .ag-theme-material .ag-header-cell,
.ag-theme-material .ag-header-group-cell {
  line-height: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.agGrid_container .ag-theme-material .ag-header-cell-text {
  width: 100%;
}

.ag-header-group-cell-label span.ag-header-group-text {
  width: 100%;
  line-height: 1.6;
}

.agGrid_container .ag-icon-menu {
  font-size: 10px;
}

x-icon-button.attivita-programmabili {
  fill: white;
}

.agGrid_container .ag-theme-material .ag-details-row {
  padding: 0 40px 40px 20px;
}

x-icon.attivita-programmabili {
  fill: white;
  width: 20px;
  height: 20px;
  padding: 0 8px;
  cursor: pointer;
}




x-date-picker.x-mini.x-editable-grid-cell
{
    margin-top: -10px;
    height: 1px;
    margin-right: 0px;
    margin-left: 0px;
}


x-date-picker.x-mini.x-editable-grid-cell input
{
    font-size: 14px !important;
    width: calc(100% - 25px) !important;
    margin-bottom: -3px;

}

.ag-right-aligned-cell.ag-cell-value {
  text-align: right;
}

.ag-center-aligned-cell.ag-cell-value {
  text-align: center;
}
.assistenza {
  background-color: var(--assistenza);
  fill: white;
  color: white;
}

x-field.no-label label {
  display: none;
}

.x-picker {
  display: block;
  width: calc(100% - 12px);
  margin-left: 6px;
  margin-right: 6px;
}

.x-picker x-select,
.x-picker x-multiple-select,
.x-picker x-prompter,
.x-picker x-text-input,
.x-picker x-textarea {
  margin: 0;
}

div.x-selected {
  width: 100%;
}

div.x-selected {
  width: 100%;
}

div.x-selected {
  width: 100%;
}

.ghost {
  background-color: rgb(224, 224, 224) !important;
}

x-button div:hover {
  background: "#CCCCCC !important";
}

x-select ux-chip,
x-multiple-select ux-chip.ux.chip {
  height: 1.65em;
  margin-right: 0.2em;
  font-size: 16px;
  background-color: #03a9f4;
}

ux-chip .ux-chip__thumbnail {
  display: none;
}

.disable-mouse {
  pointer-events: none;
}

.light {
  fill: var(--light-text-color);
  color: var(--light-text-color);
}

.inverse {
  color: #bbb !important;
  fill: #bbb !important;
  border-color: #bbb !important;
}

.inverse.selected {
  color: white !important;
  fill: white !important;
  border-color: white !important;
}

body.x-no-focus-highlight *:focus {
  outline: none !important;
}

ux-option.selected * {
  color: white;
}

.disabled-text {
  color: #bbb;
}

.debug {
  color: #bbb;
  font-size: 12px;
}

x-form {
  display: block;
  padding: 1em;
}

.relative-container {
  position: relative;
}

.absolute-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.dropdown-item x-icon {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 1em;
  margin-left: 0.5em;
}

.dropdown-item x-button a {
  min-height: 0;
}

.impegnoTab {
  font-size: 0.8em;
  padding: 2px;
  height: 1em;
  text-align: center;
  vertical-align: middle;
}

.impegnoTab:hover {
  background-color: #e0e0e0;
}

div > x-icon ~ x-button a:hover {
  color: #fff;
  fill: #fff;
}

.x-icon-button-action {
  background-color: #ff2e74;
  fill: white;
  color: white;
  font-size: 14px;
  padding: 0 16px 0 16px;
  &.anagrafica {
    background-color: #ff9800;
  }
}

.x-icon-button-action > x-icon {
  fill: white;
  color: white;
}

.x-icon-button-action x-button a:hover {
  fill: white;
  color: white;
}

x-fab.map {
  margin: 6px;
}

x-fab.map button {
  width: 40px;
  height: 40px;
}

x-fab.map button x-icon {
  width: 20px;
  height: 20px;
}

x-dropdown x-fab.mini {
  margin: 0;
}

x-dropdown x-fab.mini button {
  width: 40px;
  height: 40px;
}

x-dropdown x-fab.mini button x-icon {
  width: 20px;
  height: 20px;
  padding: 3px;
}

.container-scrollable {
  position: relative;
  overflow: auto;
}

.scrollable {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media screen and (max-width: 600px) {
  x-dropdown .dropdown-menu {
    left: unset !important;
    right: 0;
  }

  x-quick-search input {
    width: 11em !important;
  }
}

@media screen and (max-width: 450px) {
  x-quick-search input {
    width: 7em !important;
  }

  x-dropdown .dropdown-menu {
    min-width: 15em;
  }
}

@media screen and (max-width: 400px) {
  .top-bar.horizontal.layout {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .top-bar.horizontal.layout::-webkit-scrollbar {
    display: none;
  }
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* Animazioni */

@keyframes FadeIn {
  to {
    opacity: 1;
  }
}

.animate-fade-in.au-enter {
  opacity: 0;
}

.animate-fade-in.au-enter-active {
  animation: FadeIn 0.3s;
}
#file-manager .hover {
    -webkit-box-shadow: 0px 0px 2px 1px rgba(179,173,179,1);
    -moz-box-shadow: 0px 0px 2px 1px rgba(179,173,179,1);
    box-shadow: 0px 0px 2px 1px rgba(179,173,179,1);
}


file-picker a
{
    padding: 0;

}


#file-manager .isSelected > div  {
    background-color: #DDDDDD;
    color: #333;
    
}

#file-manager .selected-dir div
{

    font-weight: 600 !important;
}


#file-manager .modal {
    background-color: white;
    width: 10em;
    height: 10em;
}



.text-contain {
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.text-contain-wrap {
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.unselectable {
    color: rgb(190, 181, 181);
}

.queue{
    position: fixed;
    right: 40px !important;
    bottom: -3px !important;

}

item-dir > div
{
    background-color: #666;
    color: #ddd;

}

item-dir div.label
{
    color: #ddd;
    max-width:14em; 
    font-size: 0.9em; 
    font-weight: 400;
}

item-dir x-icon
{
    fill: #ddd;
}


.files-action-bar  x-icon
{
    fill: #555;

}

item-dir div.selected-dir  x-icon
{
    fill: #666;
}

item-dir div.selected-dir div.label
{
    color: #666;
    max-width:14em; 
    font-size: 0.9em; 
    font-weight: 500;
}
.hoverdir
{
    background-color: #fff;
}

.list-title {
    font-weight: 300 !important;
}

.list-title:hover {
    font-weight: 400 !important;
    cursor: pointer !important;
}




item-dir div.hoverdir  x-icon
{
    fill: #666;
}

item-dir div.hoverdir div.label
{
    color: #666;
    max-width:14em; 
    font-size: 0.9em; 
    font-weight: 500;
}

.isDraggingOver  {
    background-color:rgba(202, 195, 195, 0.3) !important;/* here white cause body as white background */
}

.filebox-text {
    width: 7em; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px; 
    text-align: center;
}




.selected-dir {
    font-weight: bold;
    background-color: #f3f3f3;
}


ul.breadcrumb {
    list-style: none;
    color: black;
}

/* Display list items side by side */
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
}

/* Add a symbol (>) before/behind each list item */
ul.breadcrumb li + li:before {
    content: ">";
    font-weight: 300;
    color: #666;
    padding: 3px;
}


.top-loader
{
    padding: 0;
    margin: 0;
    border-radius: 0;
    height: 2px;

}




ul.breadcrumb li span {
    padding: 5px;
    font-weight: 300;
    color: #666;
    font-size: 0.9em;
}

/* Add a color on mouse-over */
ul.breadcrumb li span:hover {
    background-color: #E8E8E8;
    cursor: pointer;
}

/*Add a selected style on current breadcrumb*/
.breadcrumb-selected {
    font-weight: 500 !important;
    color: #555 !important;
}

/*Add a style when breadcrumb is overed by droppable*/
.breadcrumb-hover {
    background-color: #efece1;;
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80px;
    background-color: rgba(70, 58, 58, 1);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    font-size: 0.7em;
    position: absolute;
    z-index: 10000 !important;
    top: 0%;
    left: 50%;
    margin-left: -45px;
    opacity: 0;
    transition: opacity 1s;
}



.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.viewer-container {
    z-index: 10001 !important;
}
.nota > div:first-child {
    margin: -8px -8px 8px;
    padding: 4px 8px;
}

.nota > div:first-child > div {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

.nota > div:first-child x-icon {
    fill: #FFF;
}

.nota.principale {
    background: #C0FFD3;
}

.nota.principale > div:first-child {
    background: #4caf50;
}

.nota.storico {
    background: #e0e0e0;
}

.nota.storico > div:first-child {
    background: #9e9e9e;
}

.nota.riservato {
    background: #f8bbd0;
}

.nota.riservato > div:first-child {
    background: #e91e63;
}

.nota.fuori-norma {
    background: #ffcc80;
}

.nota.fuori-norma > div:first-child {
    background: #ff9800;
}
.rcee-viewer {
  margin-bottom: 5px;
  h2 {
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .section {
    padding-bottom: 15px;
  }
  .section-separator{
    padding-top: 10px;
    border-top: 1px solid var(--border-color);
    clear: both;
  }
  label {
    white-space: normal !important;
  }
  .template-input {
    float: left;
  }
  .template-radio {
    float: left;
  }
  .descr {
    clear: both;
    margin-left: 7px;
  }
  .x-checkbox>input:disabled+span {
    color: var(--text-color);
  }
  .x-checkbox>input:checked:disabled+span::before {
    background-color: transparent;
  }
  br {
    clear: both;
  }
  .clear {
    clear: both;
  }
  .whole-row {
    width: 100%;
    margin-right: 10px;
    clear: both;
    display: flex;
    checkbox-list {
      display: flex;
      width: 100%;
    }
    .checkbox-list {
      justify-content: space-between;
      display: flex;
      width: 100%;
    }
  }
  .editable {
    margin-top: -37px;
    margin-bottom: -10px;
  }
  .radio-header {
    clear: both;
    float: left;
    padding-right:8px;
  }
  .altro-valore {
    flex-shrink: 0;
  }
}
dettagli-documento-grid {
  div[row-id^="detail_"] {
    background-color: #f0c8f71e !important;
    overflow-y: scroll;
  }
  .ag-icon-row-drag {
		background-position-y: 1px !important;
	}
  .current-drop-target-top {
    border-top: 2px solid var(--ux-swatch--pink-p500) !important;
  }
  .current-drop-target-bottom {
    border-bottom: 2px solid var(--ux-swatch--pink-p500) !important;
  }
  .importo-ivato {
    background-color: var(--background-invisible-selected-rows);
  }
  doc-dettagli-details {
    editable {
      margin-left: 40px;
      .horizontal {
        flex-wrap: wrap;
        white-space: normal;
      }
    }
    editable:hover,
    editable:focus{
      background-color: inherit;
    }
    x-field {
      align-content: center;
      margin-right: 20px;
    }
    x-checkbox {
      label {
        color: rgba(0, 0, 0, 0.55);
        font-weight: bold;
        cursor: default !important;
      }
    }
    dettagli-distinta-grid {
      position: absolute;
    }
  }
  .nascosto-stampa {
    color: var(--text-disabled);
  }
  
}
altri-dati-documento-grid {
    div[row-id^="detail_"] {
      background-color: #f0c8f71e !important;
      overflow-y: scroll;
    }
    doc-altri-dati-details {
      editable {
        margin-left: 40px;
      }
      editable:hover,
      editable:focus{
        background-color: inherit;
      }
      .x-checkbox {
        margin: 0;
      }
      x-field {
        align-content: center;
      }
      .riferimento {
        x-field {
          margin-top: 1px;
        }
      }
    }
  }
.file-selector {
  width: 1100px;
  catalogo-grid {
    display:block; 
    height:325px;
  }
  .file-selection {
    padding-left: 10px;
    flex-grow: 1;
  }
  .filename {
    margin-top: 10px;
  }
  .importa-file {
    align-self: start;
    margin-top: 20px;
  }
  .sheet-preview-section {
    border-top: 1px solid var(--border-color);
  }
  .right-column {
    margin-left: auto;
  }
  span {
    align-content: center;
  }
  .dest-config {
    margin-bottom: 6px;
    span {
      margin-bottom: 5px;
    }
  }
  x-date-picker {
    width: 17%;
  }
  x-text-input,
  x-select {
    width: 200px;
  }
}

.selezione-manuale-area-listino {
  x-number-input {
    width: 20%;
    margin-top: 10px;
  }
}
.truncated {
  color: var(--warning-color);
}

.ag-row-selected .truncated {
  color: var(--ux-swatch--amber-a100);
}

.duplicate {
  color: var(--warning-color);
}

.ag-row-selected .duplicate {
  color: var(--ux-swatch--amber-a100);
}

.invalidEan13 {
  color: var(--warning-color);
}

.ag-row-selected .invalidEan13 {
  color: var(--ux-swatch--amber-a100);
}

.number {
  color: var(--ux-swatch--blue-a200);
}

.ag-row-selected .number {
  color: var(--ux-swatch--light-green-a100);
}



.preview {
  width: 1100px;
  height: 470px;
  .section-input {
    width: 100%; 
    height: 200px;
  }
  .section-output {
    width: 100%; 
    height: 270px;
  }
  h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: bold;
  }
  .output-header {
    justify-content: space-between;
    align-items: end;
    .import-type {
      align-items: center;
    }
  }
  .warning {
    color: white;
    background-color: var(--warning-color);
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid var(--ux-swatch--orange-p900);
    x-icon {
      fill: white;
      width: 20px;
      height: 20px;
      padding: 0;
      margin-right: 10px;
    }
    .warn-message {
      padding-top: 3px;
    }
  }
}

.settings{
  width: 1100px;
  section {
    margin-top: 20px;
  }
  table-picker {
    width: 300px;
  }
  .warning {
    color: white;
    background-color: var(--warning-color);
    padding: 5px;
    margin: 0;
    border-bottom: 1px solid var(--ux-swatch--orange-p900);
    x-icon {
      fill: white;
      width: 20px;
      height: 20px;
      padding: 0;
      margin-right: 10px;
    }
    .warn-message {
      padding-top: 3px;
    }
  }
}

.mapping {
  width: 1100px;
  margin-top: 25px;
  .mapping-select {
    width: 250px;
  }
  .space-between {
    justify-content: space-between;
  }
  x-switch-button {
    margin-top: 10px;
  }
  .sconto-input {
    margin-top: 10px;
    width: 100px;
  }
  .sconto-span {
    margin-top: 25px;
  }
  table-picker {
    margin-top: 10px;
  }
  .top-separator {
    border-top: 1px solid var(--border-color);
    padding-top: 20px;
  }
  .decimal-separator {
    width: 150px;
  }
  .align-center {
    align-items: center;
  }
}
.batch-sender {
  h3 {
    margin-top: 10px;
    margin-left: 16px;
  }
  .footer {
    justify-content: end;
  }
}
.knoledge-base-selector {
  width: 1100px;
  .right-column {
    margin-left: auto;
  }
  span {
    align-content: center;
  }
  .dest-config {
    margin-bottom: 6px;
    span {
      margin-bottom: 5px;
    }
  }
  x-date-picker {
    width: 17%;
  }
  x-text-input,
  x-select {
    width: 200px;
  }
  #marche-wrapper {
    width: 100%;
    height: 390px;
    overflow: auto;
    margin-bottom: 5px;
    flex-wrap: wrap;
  }
  .marca-tile {
    width: 90%;
    height: 5em;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 2em;
    margin-bottom: 2em;
    box-sizing: border-box;
    border: solid 1px;
    border-color: #29b6f6;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
  }
  .marca-tile:hover {
    background-color: #03a9f430;
  }
  .marca-tile-selected {
    background-color: #2196f366;
  }
  .marca-tile-selected:hover {
    background-color: #2196f377;
  }  
}


.nota > div:first-child {
    margin: -8px -8px 8px;
    padding: 4px 8px;
}

.nota > div:first-child > div {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
}

.nota > div:first-child x-icon {
    fill: #FFF;
}

.nota.principale {
    background: #C0FFD3;
}

.nota.principale > div:first-child {
    background: #4caf50;
}

.nota.storico {
    background: #e0e0e0;
}

.nota.storico > div:first-child {
    background: #9e9e9e;
}

.nota.riservato {
    background: #f8bbd0;
}

.nota.riservato > div:first-child {
    background: #e91e63;
}

.nota.bloccato {
    background: #ffcc80;
}

.nota.bloccato > div:first-child {
    background: #ff9800;
}



x-side-menu
{
  display: block;
  background-color: #666;
  color: #BBB;
}


x-side-menu-section
{
    display: block;

}
a.x-side-menu-button:link,
a.x-side-menu-button:visited
{
  color: unset;
}

x-side-menu-section > a.x-side-menu-button
{
  display: block;
  text-align: start;
  font-size: 1.4em;
  padding: 0.5em;
  
  
}

x-side-menu-section > a.x-side-menu-button.x-active
{
    
    color: #FFF;
}

x-side-submenu
{
  display: block;
}

x-side-submenu > a.x-side-menu-button
{
  display: block;
  
  font-size: 1em;
  padding: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

x-side-submenu > a.x-side-menu-button.x-active
{
  background-color: #F3F3F3;
  color: #333;
}


ul.bcrumb {
  list-style: none;
  color: black;
}

ul.bcrumb li {
  display: inline;
  font-size: 16px;
  color: #666;
  font-weight: 500;
}

ul.bcrumb li + li:before {
  content: ">";
  font-weight: 400;
  color: #666;
  padding: 3px;
}



.sttx-title {
    color: #666;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.2em;
    margin-left: 1em;
}

.sttx-margin-left-1 {
    margin-left: 1em;
}

.sttx-fixed-editor-container {
    width: 30em; 
    height: 15em; 
    border: 1px solid #DDD;
}

.sttx-template-item {
    border: 0.5px solid #DDD; 
    min-height: 16em; 
    margin: 1em;
}

.sttx-editor-container {
    padding: 1em;
    min-height: 10em;
    line-height: 25px;
}

.flex-1 {
    flex: 1;
}

.sttx-fill-555 {
    fill: #555 !important;
}

.sttx-border-right-DDD {
    border-right: 0.5px solid #DDD;
}



.k-editor .k-editable-area .k-content {
    border : none !important;
}

.template-variable {
    background-color: #ddd;
    padding: 2px;
    border: 0.5px solid #666;
    border-radius: 2px;
}

.hour-chip {
    background-color: #ddd;
    padding: 2px;
    border: 0.5px solid #666;
    border-radius: 2px;
}

.settings-view {
  width: 100% !important;
  box-sizing: border-box;
  overflow-y: scroll;
  display: flex;
}


.feedback-settings .delay-row {
  .x-form-field-filled.x-validation-group.x-has-icon {
    margin: 0;
    padding: 0;
    height: fit-content;
  }
}

.feedback-settings .feedback-duration {
  div.x-form-field-filled input {
    width: 100px;
  }
}






.portal-settings {
  height: 100%;
  overflow-y: hidden;
  padding: 1em 0 0 1em;
  position: relative;
  box-sizing: border-box;
  h1 {
    font-weight: normal;
  }
  .scrollable-div {
    position: relative;
    height: calc(100% - 55px);
    overflow-y: scroll;
    padding-right: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .settings-section {
    margin-top: 2em;
    padding: 1em;
    background-color: white;
    border-radius: 4px;
    box-sizing: border-box;
  }

  .settings-section h2 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #333;
    font-size: 1.2em;
    font-weight: 300;
  }

  x-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-bottom: 1em;
    &:first-child {
      display: flex;
      align-items: center;
      padding-right: 1em;
      height: 40px;
      margin-bottom: 15px;
    }
  }

  x-text-field {
    flex: 1;
    min-width: 200px;
  }

  x-toggle {
    margin-right: 1em;
  }
}

.hours-step {
  x-time-picker {
    min-width: 200px;
    width: 30%;
  }
}

.planning-step {
  x-toggle {
    margin-bottom: 16px;
  }
  .chiusure-section {
    .chiusura-item {
      display: flex;
      align-items: center;
      x-date-picker {
        min-width: 160px;
      }
      .chiusure-minus {
        fill: white;
        x-button {
          width: 20px;
          height: 20px;
          background-color: #ff9800;
          border-radius: 50%;
          box-shadow: 2px 3px 3px 0px rgba(41, 41, 41, 0.3);
        }
      }
    }
    .add-closing-days {
      margin-top: 10px;
      display: flex;
      align-items: center;
      x-fab {
        margin-right: 10px;
        button {
          width: 40px;
          height: 40px;
        }
      }
    }
  }
}

.chiusura-display,
.testo-mail {
  div > div {
    display: flex;
    align-items: flex-start;
    label {
      margin-right: 8px;
    }
  }
}

.chiusura-display {
  ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
    box-sizing: border-box;
    li.item {
      margin-bottom: 4px;
      &::first-letter {
        text-transform: uppercase;
      }
    }
  }
}

.testo-mail {
  p:not(:last-child) {
    margin-bottom: 7px;
  }
}

.header-loghi {
    justify-content: space-between;
}

.titolo-loghi {
    align-self: center;
    margin-left: 15px;
}

.loghi-list {
    background-color: #F3F3F3;
    min-width: 200px;
    flex-basis: 20% !important;
}

.logo-entry {
    margin-left: 15px;
    margin-top: 5px;
    justify-content: space-between;
    word-break: break-word;
}

.logo-entry a{
    flex-basis: 75%;
}

.logo-entry .actions{
    flex-basis: 25%;
    justify-content: end;
}

.logo-entry .selected {
    color: #008fcf;
}

.add-logo {
    margin: 15px;
    width: 45px;
}

.add-logo > button {
    width: 45px;
    height: 45px;
}

.logo-details {
    background-color: #ffffff;
    height: 100%;
    flex-basis: 80% !important;
}

.logo-details-header {
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}

.logo-details-header h3{
    margin-top: 5px;
}

.logo-details .cat-info {
    margin-left: 20px;
}

.logo-details .cat-info-wrapper {
    flex-grow: 1;
    overflow: auto;
}

.preview-stampa-logo {
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url(a9af424a3f0cbed82d75.png);
    background-repeat: no-repeat;
    width: 1202px;
    height: 412px;
}

.logo-file-picker {
    position: relative;
    top: 39px;
    left: 75px;
    width: 1043px;
    height: 284px;
    display: block;
}

.wrapper-logo {
    width: 1043px !important;
    height: 284px !important;
    justify-content: start !important;
    cursor: pointer;
}

.preview-logo {
    max-width: 1043px;
    max-height: 284px;
    position: absolute !important;
}

.logo-header {
    width: 1202px;
    justify-content: space-between;
}


.logo-header h4 {
    margin-top: 8px;
}
.hide-overlay {
	background: none;
}

.unselectable {
	color: rgb(190, 181, 181);
}

.dropzone {
	border: 2px dashed #aaa;
	border-radius: 5px;
	background: white;
	width: 400px;
	height: 317px;
}

.dropzone * {
	position: relative;
	font-size: 1.2em;
	text-align: center;
	color: #aaa;
	fill: #aaa;
	cursor: pointer;
}

.dropzone x-icon {
	width: 60px;
	height: 60px;
}

.dropzone-hover {
	background: #ddd;
}
.logo-cat-wrapper {
	overflow: auto; 
	height: 400px;
	
}

.logo-cat-entry {
	margin-left: 10px;
	margin-right: 10px;
}
