﻿@charset "UTF-8";
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

/*body {*/
/* Margin bottom by footer height */
/*margin-bottom: 60px;*/
/*}*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

/* NOTIFICATION */
.k-notification {
  border: 0;
}

.myNotificationBox {
  border: 0;
  height: 100px;
  line-height: normal;
  font-size: 12px !important;
  padding: 0px;
  width: 300px;
  height: 100px;
}

.myNotificationBox h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px 5px;
  margin: 0px !important;
}

.myNotificationBox img, .myNotificationBox span {
  float: left;
  margin: 30px 15px 30px 15px;
}

/* Info template */
.k-notification-info-icon:before {
  content: "\e809"; /* Adds a glyph using the Unicode character number */
}

.k-notification-info {
  background: rgba(0, 102, 255, 0.9) !important;
  color: #fff !important;
}

/* Error template */
.k-notification-error-icon:before {
  content: "\e403"; /* Adds a glyph using the Unicode character number */
}

.k-notification-error {
  background: rgba(255, 26, 26, 0.9) !important;
  color: #fff !important;
}

/* Success template */
.k-notification-success-icon:before {
  content: "\e118"; /* Adds a glyph using the Unicode character number */
}

.k-notification-success {
  background: rgba(0, 153, 0, 0.9) !important;
  color: #fff !important;
}

/* Warning template */
.k-notification-warning-icon:before {
  content: "\e403"; /* Adds a glyph using the Unicode character number */
}

.k-notification-warning {
  background: rgba(255, 128, 0, 0.9) !important;
  color: #fff !important;
}

.k-animation-container {
  right: 30px;
  bottom: 30px;
}

/* GRID TOOLBAR TEMPLATE */
#grid .k-grid-toolbar {
  padding: 0.6em 1.3em 0.6em 0.4em;
  background-color: #F3F4F5; /* #4e73df; */
}

.category-label {
  vertical-align: middle;
  padding-right: 0.5em;
}

#category {
  vertical-align: middle;
}

.refreshBtnContainer {
  display: inline-block;
}

.toolbar {
  float: right;
}

/* REQUIRED TEMPLATE */
.required-field-block {
  position: relative;
}

.required-field-block .required-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -0.25em 0.25em 0em;
  background-color: #F6C23E;
  border-color: #F6C23E;
  padding: 0.5em 0.8em;
  color: rgba(0, 0, 0, 0.65);
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 0.325em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  transition: background 0.1s linear;
  font-size: 75%;
}

.required-field-block .required-icon {
  background-color: transparent;
  position: absolute;
  top: 0em;
  right: 0em;
  z-index: 10;
  margin: 0em;
  width: 20px;
  height: 20px;
  padding: 0em;
  text-align: center;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
  position: absolute;
  content: "";
  right: 1px;
  top: 1px;
  z-index: -1;
  width: 0em;
  height: 0em;
  border-top: 0em solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 0em solid transparent;
  border-right-color: inherit;
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
  color: #B80000;
  font-size: 26px;
  margin: -3px 0 0 12px;
}

.required-field-block-date {
  height: 38px !important;
}

.required-field-block-date .required-icon {
  margin-right: 27px !important;
}

/*.required-field-block-combobox {
    height: 38px !important;
}*/
.form-control {
  /*font-weight: bold;*/
  color: black !important;
}

.form-control-textelabel {
  height: 50px !important;
}

.k-textbox {
  font-weight: bold;
  color: black !important;
  width: 100%;
  height: 38px;
}

.k-combobox {
  font-weight: bold;
  color: black !important;
  width: 100%;
}

.k-combobox .k-dropdown-wrap {
  height: 38px;
}

.k-combobox .k-dropdown-wrap .k-input {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
}

.k-numerictextbox {
  font-weight: bold;
  color: black !important;
  height: 38px;
  width: 100%;
}

.k-timepicker {
  font-weight: bold;
  color: black !important;
  height: 38px;
  width: 100%;
}

.k-numeric-wrap.k-state-default .k-input {
  height: 38px;
}

.k-switch {
  font-weight: bold;
}

.k-switch, .k-switch-track {
  font-weight: bold;
  font-size: 14px;
  height: 26px !important;
}

.k-switch-thumb {
  height: 20px !important;
  width: 20px !important;
}

.k-switch-label-on {
  color: whitesmoke;
  display: block;
  padding-left: 10px;
}

.k-switch-label-off {
  color: black;
  display: block;
  padding-left: 30px;
}

/*.k-picker-wrap.k-state-default .k-input {
    height: 36px;
}

span.k-numerictextbox {
    border: none;
}*/
.k-multiselect-wrap {
  min-height: 36px;
}

.k-multiselect .k-button {
  height: 32px;
}

.k-datepicker, .k-datetimepicker {
  font-weight: bold;
  color: black !important;
  width: 100%;
  height: 38px;
}

.k-dateinput .k-dateinput-wrap .k-input, .k-dateinput .k-picker-wrap .k-input, .k-datepicker .k-dateinput-wrap .k-input, .k-datepicker .k-picker-wrap .k-input, .k-datetimepicker .k-dateinput-wrap .k-input, .k-datetimepicker .k-picker-wrap .k-input, .k-timepicker .k-dateinput-wrap .k-input, .k-timepicker .k-picker-wrap .k-input {
  height: calc(2.25rem + 2px);
  padding: 0.5rem 0.75rem;
}

/* Overriding styles */
::-webkit-input-placeholder {
  font-size: 13px !important;
  font-weight: normal;
}

:-moz-placeholder { /* Firefox 18- */
  font-size: 13px !important;
  font-weight: normal;
}

::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px !important;
  font-weight: normal;
}

/* WINDOWS */
.twoColsWindow {
  width: 1000px;
}

.fourColsWindow {
  width: 1300px;
}

.NotVisible {
  display: none;
}

/* Per righe in tabella*/
.rowText08 {
  font-size: 8px;
}

.rowText09 {
  font-size: 9px;
}

.rowText10 {
  font-size: 10px;
}

.rowText12 {
  font-size: 12px;
}

.rowText14 {
  font-size: 14px;
}

/*.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0; 
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: transparent;
    }

    .form-label-group input:-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-ms-input-placeholder {
        color: transparent;
    }

    .form-label-group input::-moz-placeholder {
        color: transparent;
    }

    .form-label-group input::placeholder {
        color: transparent;
    }

    .form-label-group input:not(:placeholder-shown) {
        padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
        padding-bottom: calc(var(--input-padding-y) / 3);
    }

        .form-label-group input:not(:placeholder-shown) ~ label {
            padding-top: calc(var(--input-padding-y) / 3);
            padding-bottom: calc(var(--input-padding-y) / 3);
            font-size: 12px;
            color: #777;
        }

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

.input-group > .form-label-group:not(:last-child) > .form-control-textelabel {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .form-label-group:not(:first-child) > .form-control-textelabel {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-label-group {
    margin-bottom: 0;
    width: 1%;
    display: flex;
    flex: 1 1 auto;
}*/
.text-gray-100 {
  color: #f8f9fc !important;
}

.text-gray-200 {
  color: #eaecf4 !important;
}

.text-gray-300 {
  color: #dddfeb !important;
}

.text-gray-400 {
  color: #d1d3e2 !important;
}

.text-gray-500 {
  color: #b7b9cc !important;
}

.text-gray-600 {
  color: #858796 !important;
}

.text-gray-700 {
  color: #6e707e !important;
}

.text-gray-800 {
  color: #5a5c69 !important;
}

.text-gray-900 {
  color: #3a3b45 !important;
}

/*.blink {
    color: black;
    animation: blinker 2s linear infinite;
    display: none
}*/
.fa-beat-fade {
  display: none;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*body, html {
    overflow: hidden !important;
}*/
/*.active {
    border-bottom: 3px solid rebeccapurple;
    font-weight: bold;
}*/
.ra-well-title {
  font-size: 1.2857em;
  line-height: 1.2857em;
  border-bottom: 1px solid #e7e7e7;
  margin: -5px -19px 0.8333em;
  padding: 0 19px 0.7222em;
}

.ra-well-overlay {
  margin: -16px -20px -19px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.myLabel {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
  font-size: 12px;
  color: #777;
}

.myLabelPreview {
  line-height: 1;
}

.myLabelData {
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 1.5;
  color: #4a4e69;
}

/*.k-switch-on .k-switch-container-red {
    border-color: #ccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    color: #fff;
    background-color: darkred;
}*/
/*#switchDiv .km-switch .km-switch-on .km-switch-container {
    background-color: crimson !important;
}*/
.tollbarTitleSeparator {
  margin: 0 15px 0 15px !important;
  /*margin-top: 5px;*/
}

.toolbarTitle {
  /*padding-left: 15px;*/
}

.fullListBox {
  width: 100%;
  height: 100%;
}

.fullListBox .k-list-scroller {
  background-color: #F5F5F5;
}

/* BORDERS */
.border-left-primary {
  border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
  border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
  border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
  border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
  border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
  border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
  border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
  border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
  border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
  border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
  border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
  border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
  border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
  border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
  border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
  border-bottom: 0.25rem solid #5a5c69 !important;
}

.k-toolbar .k-overflow-anchor {
  height: 100% !important;
}

.k-toolbar {
  min-height: 50px;
  width: 100%;
  background-color: #78CAD2;
}

/*.k-toolbar .k-button,*/
.k-button-h38 {
  /*padding: 4px 8px;
  line-height: 1.4285714286;*/
  height: 38px;
  min-width: 38px;
}

.k-button.k-warning {
  background-color: #FFC107;
  color: #132e32;
  background-color: #FFC107;
  background-image: linear-gradient(rgba(3, 74, 184, 0), rgba(3, 74, 184, 0.2));
}

.k-button.k-info {
  border-color: #2A3674; /*#53a2be;*/
  color: #fff;
  background-color: #2A3674;
  background-image: linear-gradient(rgba(3, 74, 184, 0), rgba(3, 74, 184, 0.2));
}

.k-button.k-success {
  border-color: #339933;
  color: #fff;
  background-color: #339933;
  background-image: linear-gradient(rgba(3, 74, 184, 0), rgba(3, 74, 184, 0.2));
}

.k-button.k-error {
  border-color: #F14434;
  color: #fff;
  background-color: #F14434;
  background-image: linear-gradient(rgba(3, 74, 184, 0), rgba(3, 74, 184, 0.2));
}

/*.k-toolbar .k-button {
    float: right;
}*/
.k-list .k-item.k-state-selected {
  color: inherit;
}

.card-body-todolist {
  padding: 10px 15px !important;
}

.todo-icon {
  margin-left: 15px;
  max-height: 28px;
  max-width: 28px;
  float: right;
}

.parent-icon {
  margin-left: 15px;
  max-height: 28px;
  max-width: 28px;
  float: right;
}

.btn-icon-toolbar {
  height: 38px;
  padding-top: 10px;
}

.btn-text-toolbar {
  height: 38px;
}

/* TIMELINE per Ordini Produzione */
.timeline-steps {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 1rem;
}

.timeline-steps .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: 0.25rem dotted #e9ecef;
  width: 3.46rem;
  position: absolute;
  left: 7.5rem;
  top: 0.3125rem;
}

.timeline-steps .timeline-step:not(:first-child):before {
  content: "";
  display: block;
  border-top: 0.25rem dotted #e9ecef;
  width: 3.8125rem;
  position: absolute;
  right: 7.5rem;
  top: 0.3125rem;
}

.timeline-step-passed:before {
  border-top: 0.25rem dotted #FAAF4F !important;
}

.timeline-step-passed:after {
  border-top: 0.25rem dotted #FAAF4F !important;
}

.timeline-step-selected:before {
  border-top: 0.25rem dotted #FAAF4F !important;
}

.timeline-steps .timeline-content {
  width: 10rem;
  text-align: center;
}

.timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e9ecef;
}

.timeline-steps .timeline-content .inner-circle:before {
  content: "";
  background-color: #e9ecef;
  display: inline-block;
  height: 3rem;
  width: 3rem;
  min-width: 3rem;
  border-radius: 6.25rem;
  opacity: 0.6;
}

.inner-circle-selected {
  background-color: #2A5B73 !important;
  /*width: 3rem !important;*/
}

.inner-circle-selected:before {
  background-color: #2A5B73 !important;
}

.inner-circle-passed {
  background-color: #2A5B73 !important;
  width: 0 !important;
  height: 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.inner-circle-passed:before {
  border: 3px solid #FAAF4F !important;
  content: "✓" !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 50px;
}

.inner-circle-not {
  background-color: #2A5B73 !important;
  width: 0 !important;
  height: 0 !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.inner-circle-not:before {
  border: 3px solid #e9ecef !important;
  content: "✖" !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-bottom: 50px;
  opacity: 0.6;
}

.previewDiv {
  border-bottom: 1px solid #ccc;
  padding: 8px 0px;
  margin: 0px;
}

.editDiv {
  /*border-bottom: 1px solid #ccc;*/
  padding: 8px 0px;
  margin: 0px;
}

/*.k-link.k-menu-link {
    padding: 0px !important;
    min-width: 150px !important;
}*/
.k-grid-toolbar {
  padding: 5px 12px;
}

.k-grid {
  font-size: 14px !important;
}

.k-table-sm {
  font-size: 14px !important;
  line-height: 1.5;
}

.k-grid .k-grid-header-locked, .k-grid .k-grid-content-locked, .k-grid .k-grid-header-locked .k-header, .k-grid .k-grid-content-locked td, .k-grid .k-grid-content-locked .k-table-td {
  border-color: #dee2e6;
}

.contextMenuFasiCiclo {
  max-width: 300px;
}

.k-animation-container k-animation-container-shown {
  max-width: 300px;
}

.k-child-animation-container {
  max-width: 300px;
}

.k-window-titlebar {
  background-color: #78CAD2;
  border-color: #78CAD2;
}

.windowFooterbar {
  padding-top: 16px;
  border-top: 1px solid #2A5B73;
  margin-top: 18px;
}

.previewImageBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-form-section {
  background-color: #2A5B73;
  border-color: #2A5B73;
  margin-inline: -1rem !important;
  margin-top: 1rem;
}

.grab {
  cursor: -webkit-grab;
  cursor: grab;
}
