/* bebas-neue-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bebas-neue-v16-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-sans-jp-v55-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v55-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/noto-sans-jp-v55-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/noto-sans-jp-v55-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v55-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/noto-sans-jp-v55-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
    --color-nero: #202931;
    --color-grigio: #67676F;
    --color-bianco: #FFFFFF;
    --color-arancione: #EB6608;
    --color-arancione-scuro: #BA5106;
    --color-arancione-acceso: #FF9933;
    --color-arancione-chiaro: #FFCC9F;
    --color-grigio-chiaro: #EBEFF4;
    --color-grigio-medio: #D8DFEA;
    --color-grigio-scuro: #B7C3D7;
    --color-header-transparent-bg: rgba(0, 0, 0, 0.00);
    --color-header-transparent-bg-grad: rgba(0, 0, 0, 0.00);
    --color-header-top-transparent-bg: rgba(0, 0, 0, 0.00);
    --color-header-top-transparent-bg-grad: rgba(0, 0, 0, 0.00);
    --color-content-bg: #FFFFFF;
    --color-content-bg-grad: #FFFFFF;
    --color-content-primary-faded: rgba(0, 0, 0, 0.15);
    --box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    --box-shadow-up: 0 -5px 15px rgba(0, 0, 0, .15);
    --site-canvas-width: 1300px;
    --site-content-width: 1440px;
    --text-block-margin-bottom: 10px;
    --focus-outline-width: 2px;
}


.dm-separator hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin-top: 25px;
    margin-bottom: 0px;
    padding: 0;
}

.dm-wrap label {
    margin-bottom: 3px;
}

.dm-wrap .form-control {
    margin-bottom: 10px;
}

.first-section-title, #coefficientiBox, #results, .second-section-title {
    border-top: 1px dashed #d6dde0;
}

.art-loader {
    animation: spin 2s linear infinite;
}

.img-loader {
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    font-size: 35px;
}

.little-separator {
    width: 50px;
    height: 3px;
    background: #F97B00;
    margin-top: 10px;
}

.label-gray {
    color: #646368;
    font-size: 15px;
}

.label-orange {
    color: #F97B00;
}

.dm-user {
    font-size: 17px;
    font-weight: bold;
}

.btn-change-password {
    font-family: 'Bebas Neue', sans-serif;
    color: #646368;
    font-size: 12px;
    letter-spacing: 1px;
	border-radius: 3px;
    background-color: var(--color-grigio-medio);
    border: 2px solid var(--color-grigio-medio);
}

.btn-change-password:hover {
    background-color: var;
    color: var(--color-nero);
    background-color: transparent;
    border: 2px solid var(--color-nero);
}

.statistics {
    border: 1px solid #d6dde0;
    margin-top: 20px;
    color: #646368;
    padding: 10px;
    padding-left: 20px;
}

.statistics-number {
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 2px;
    font-size: 30px;
    color: black;
}

.btn-search-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    align-content: start
}

.btn-search {
    flex: 0 0 auto;
    cursor: pointer;
    width: 33%;
    padding: 0 10px;
}

.btn-search-image {
    background-size: cover;
    height: 151px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}

.btn-search-image:hover {
    filter: contrast(0.4);
}

.btn-search-image img {
    height: 80px;
    width: 80px;
    flex: 0 0 auto;
    display: none;
    position: absolute;
}

.family-item-search {
    cursor: pointer;
    padding: 0 10px;
    margin-bottom: 15px;
}

.btn-family-item-search-image {
    border-radius: 3px;
    border: 1px solid #d6dde0;
    position: relative;
    height: 120px;
	background: #fff;
}

.btn-family-item-search-image img.family {
    width: 100%;
    max-height: 118px;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-family-item-search-image img.checker {
    height: 80px;
    width: 80px;
    display: none;
    top: 22px;
    left: 40%;
    position: absolute;
}

.btn-family-item-search-image div.hover {
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.btn-family-item-search-image div.hover:hover {
    background-color: rgba(0, 0, 0, .1);
}

.family-item-search.selected .btn-family-item-search-image div.hover {
    background-color: #F97B00;
    opacity: .7;
}

.family-item-search.selected .btn-family-item-search-image div.hover:hover {
    background-color: #F97B00;
    opacity: .7;
}

.family-item-search.selected .btn-family-item-search-image img.checker {
    display: inherit;
    z-index: 10;
}

.family-item-search span {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

.input-bold, .input-bold::placeholder {
    font-weight: bold;
    color: #333;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 30px;
}

.input-bold::-ms-expand {
    display: none;
}

.input-icon {
    right: 22px;
    top: 10px;
    font-size: 16px;
}

.btn-search.selected .btn-search-image img {
    display: inherit;
}

.btn-search.selected .btn-search-image {
    box-shadow: inset 0 0 0 100vw rgba(255, 106, 0, 0.65);
}

.btn-search.selected .btn-search-image:hover {
    filter: initial;
}

.btn-search span,
.section-title span {
    font-size: 23px;
    color: #646368;
}

.btn-search.selected .little-separator {
    transition: width .2s ease-out;
    width: 100%;
}

.btn-orange {
/*    background-color: #F97B00;
    border-radius: 50px;
    color: white !important;
    font-size: 22px;
    padding: 5px;
    font-weight: bold;
    width: 220px;
    border: 0;*/
    font-family: var(--h1-font-family);
    font-size: 16px;
    line-height: 1.2 !important;
    font-weight: 800;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 1.0em 2.0em;
    background: var(--color-arancione);
    border-color: transparent;
    color: var(--color-bianco) !important;
}

.btn-orange:hover {
    background-color: #d3542a;
}

.btn-gray {
    background-color: #646368;
    border-radius: 50px;
    color: white !important;
    font-size: 22px;
    padding: 5px;
    font-weight: bold;
    width: 220px;
    border: 0;
}

.btn-gray:hover {
    background-color: #3b3a3d;
}

.paragraph-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.parameter-gray-box {
    background-color: #d6dde0;
    padding: 50px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 3px;
}

.btn-back {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #abd4dd;
    color: white;
    font-size: 20px;
    border: 0;
}

.btn-back:hover {
    background-color: #79aab5;
}

.family-data-label {
    font-size: 13px;
    color: #8a939d;
    padding: 7px;
}

.family-data-value {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    color: #333;
    width: 50%;
    letter-spacing: 1px;
}

.family-calculation-title {
    font-family: 'Bebas Neue', sans-serif;
    color: #000;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
}

table.calculations-table {
    margin-bottom: 0;
    border-collapse: separate;
}

table.calculations-table thead {
    background-color: #d6dde0;
}

table.calculations-table td {
    background-color: white;
}

table.calculations-table thead tr th:first-child {
    border-top-left-radius: 3px;
}

table.calculations-table thead tr th:last-child {
    border-top-right-radius: 3px;
}

table.calculations-table tbody tr td:first-child {
    /*border-bottom-left-radius: 3px;*/
    /*border-top-left-radius: 3px;*/
    padding-left: 30px;
    width: 250px;
}

table.calculations-table thead tr th:first-child {
    padding-left: 30px;
}

table.calculations-table tbody tr td:last-child {
    /*border-bottom-right-radius: 3px;*/
    /*border-top-right-radius: 3px;*/
}

table.calculations-table th:not(:last-child),
table.calculations-table td {
    border-right: 1px solid #e9edee;
}

table.calculations-table td {
    border-bottom: 1px solid #e9edee;
}

table.calculations-table td:first-child {
    border-left: 1px solid #e9edee;
}

table.calculations-table th:last-child {

}

table.calculations-table thead th {
    color: #333;
    font-size: 15px;
    font-weight: 400;
}

table.calculations-table tbody tr {
    color: #333;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 15px;
}

table.calculations-table td {
    padding: 10px;
}

table.calculations-table .btn-gray {
    background-color: #d6dde0;
    color: #333 !important;
    font-size: 10px;
    display: block;
    width: 50px;
    text-align: center;
    padding: 2px 0;
    float: left;
    margin-right: 2px;
    margin-top: 5px;
}

table.calculations-table .btn-gray:hover {
    background-color: #b8c4c8;
}

#post-calculations-box .popover {
    max-width: 300px;
}

.family-articles-box, .family-articles-box-mat {
    display: flex;
    justify-content: start;
    align-items: start;
    align-content: start;
    flex-wrap: wrap;
}

.article-selected {
    background-color: #d6dde0;
    width: 200px;
    border-radius: 3px;
    margin: 15px 10px 0 0;
    padding: 5px 5px 5px 15px;
    position: relative;
}

.article-code {
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 400;
}

.article-details {
    color: #333;
}

.remove-article,
.remove-article-mat {
    font-size: 15px;
    position: absolute;
    color: #333;
    top: 36%;
    right: 13px;
    cursor: pointer;
}

#search_by_article_box .caret,
#dimensioniBox .caret {
    display: none;
}

#search_by_article_box .filter-option-inner-inner {
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

#search_by_article_box .btn.disabled, .btn[disabled], fieldset[disabled] .btn,
#dimensioniBox .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1;
}

.material-not-known {
    border: 1px solid #d6dde0;
    padding: 20px;
}

.material-not-known .title {
    color: #F97B00;
    font-size: 18px;
}

button[disabled] {
    opacity: .5;
}

button[disabled]:hover {
    background-color: #F97B00;
}

#items {
    margin-bottom: 20px;
}

#reset-dimensions {
    background-color: #d6dde0;
    border: 0;
}

#reset-dimensions:hover {
    background-color: #b8c4c8;
}

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

@media (max-width: 991px) {
    .statistics {
        margin: 37px 10px 0;
    }

    .statistics .col-xs-6 {
        margin-top: 15px;
    }

    #search_by_article {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #search_by_article, #search_by_material, .password, #search_by_working {
        width: 100%;
    }

    .little-separator {
        width: 10vw;
    }

    .label-orange {
        font-size: 26px;
    }

    .article-image-box {
        margin: 15px;
        height: auto !important;
        min-height: 50px;
    }

    .article-image-box img {
        height: inherit !important;
    }

    .img-loader {
        top: 16px;
        left: 50%;
        font-size: 16px;
    }

    .parameter-gray-box {
        overflow-x: scroll;
    }

    .calculations-table {
        width: 1000px;
    }

    button.pdf {
        margin-bottom: 10px;
    }

    .btn-open-card {
        margin-bottom: 10px;
    }

    .statistics.result-details {
        height: inherit !important;
    }

    table.calculations-table .btn-gray {
        font-size: 12px;
        width: 60px;
        padding: 5px;
        float: left;
        margin-right: 4px;
        margin-top: 5px;
        font-weight: 400;
    }

    .material-not-known {
        margin: 15px;
    }

    .dm-user {
        font-size: 20px;
    }

    .btn-back-to-first, .btn-back-to-second, .btn-back-to-top, .btn-reset-search {
        margin-top: 30px;
    }
}

#art-no-result {
    text-align: center;
    color: #FB7B00;
    font-style: italic;
}

.article-search.disabled,
.article-search.disabled + .fa-angle-down{
    opacity: .5;
}



/*INIZIO modifiche 250703*/
.intro-text {
	padding: 0 !important;
}
.iframe-data-milling .iframe-container {
    height: 100vh !important;
}
.iframe-data-milling .iframe-container iframe .main-content {
    margin-top: 0 !important;
}
.iframe-data-milling .iframe-container {
    height: 100%;
}
/*FINE modifiche 250703*/

/*INIZIO modifiche 251104*/
.iframe-container iframe {
    min-height: 100vh !important;
}
body {
    font-family: 'Noto Sans JP', sans-serif;
    background: transparent !important;
}
.main-content {
    margin-top: 0 !important;
	padding-top: 3rem;
    padding-bottom: 6rem;
}
.article-image-box {
     background: #fff;
}
/* Stile base per browser WebKit (Chrome, Edge, Safari) */
::-webkit-scrollbar {
  width: 10px;               /* larghezza della scrollbar verticale */
  height: 10px;              /* altezza della scrollbar orizzontale */
}
/* Sfondo della scrollbar */
::-webkit-scrollbar-track {
  background: #EBEFF4;  /* colore di sfondo */
  border-radius: 10px;
}
/* Cursore (thumb) della scrollbar */
::-webkit-scrollbar-thumb {
  background: #202931; /* colore del cursore */
  border-radius: 10px;
  border: 3px solid #EBEFF4; /* bordo per separarlo dallo sfondo */
}
/* Cursore al passaggio del mouse */
::-webkit-scrollbar-thumb:hover {
  background: #EB6608; /* colore più scuro al passaggio */
}
/* Per Firefox */
/** {
  scrollbar-width: thin;
  scrollbar-color: #202931 #EBEFF4;
}*/
h2, .h2 {
    font-weight: 800;
}
.parameter-gray-box h4 {
    font-weight: 800;
    color: var(--color-arancione);
}
#accedi.selected,
#registrati.selected {
    color: var(--color-arancione) !important;
    background-color: var(--color-grigio-chiaro);
    border: none;
    top: 1px;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.09) 0px -2px 1px, rgba(0, 0, 0, 0.09) 0px -4px 4px, rgba(0, 0, 0, 0.09) 0px -8px 16px;
}
.label-orange {
    color: var(--color-arancione);
}
.parameter-gray-box {
	background-color: var(--color-grigio-chiaro);
    border-radius: 0 0 3px 3px;
	box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
textarea.form-control {
    font-size: 12px;
    border: 0px;
    border-radius: 4px 0px 0px 4px !important;
    background: var(--color-grigio-medio);
	scrollbar-width: thin;
    scrollbar-color: var(--color-nero) var(--color-grigio-medio);
}
.form-control {
    height: 45px;
    font-size: 16px;
    color: var(--color-nero);
    background-color: transparent;
    border: 1px solid var(--color-nero);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.top-buttons div {
    border: 1px solid var(--color-grigio-chiaro);
    border-radius: 10px 10px 0px 0px;
}
.form-control::placeholder {
    color: var(--color-nero);
}
.form-horizontal .control-label {
    font-weight: 400;
    color: var(--color-grigio);
}
.statistics {
    margin-top: 30px !important;
}
.main-content > .container > .row {
	margin-top: 0 !important
}
.main-content > .container > .row > .col-md-4 > .row {
	display: flex;
    flex-direction: column;
}
.main-content > .container > .row > .col-md-4 > .row > .col-md-8 > h2 {
    font-size: 28px;
    line-height: normal;
}
.btn-search span, .section-title span {
    color: var(--color-nero);
    font-weight: 800;
    top: 5px;
    position: relative;
}
.input-icon {
    top: 15px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent;
    opacity: .25;
}
div:has(.form-control[disabled]) > .input-icon, div:has(.form-control[readonly]) > .input-icon, div:has(fieldset[disabled] .form-control) > .input-icon {
    opacity: .25;
}
.btn-back {
    background-color: var(--color-grigio-scuro);
}
.btn-back:hover {
    background-color: var(--color-arancione-chiaro);
}
#reset-dimensions {
    background-color: var(--color-grigio-medio);
}
#reset-dimensions:hover {
    background-color: var(--color-arancione-chiaro);
}
.article-selected {
    background-color: var(--color-grigio-chiaro);
}
.family-data-label {
    min-width: 90px;
}
.bootstrap-select>.dropdown-toggle {
    height: 45px;
    border: 1px solid var(--color-nero);
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    top: 5px;
    position: relative;
    color: var(--color-nero);
}
.section-title,
#results .paragraph-title {
	display: none;
}
table.calculations-table {
    margin-bottom: 30px;
}
table.calculations-table thead {
    background-color: var(--color-grigio-chiaro);
}
.btn-gray {
    background-color: var(--color-grigio);
    border-radius: 4px;
    font-size: 16px;
    width: auto;
    min-width: 180px;
    height: 55px;
}
hr {
    display: none;
}
.remove-article, .remove-article-mat {
	var(--color-grigio-scuro)
    top: 7px;
    right: 7px;
}
.remove-article, .remove-article-mat {
	var(--color-grigio-scuro);
    top: 7px;
    right: 7px;
}
.remove-article:hover, .remove-article-mat:hover {
    color: var(--color-arancione);
}
table.calculations-table .btn-gray {
    background-color: var(--color-grigio-medio);
    font-size: 12px;
    letter-spacing: 2px;
	height: auto;
    min-height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
table.calculations-table .btn-gray:hover {
    background-color: var(--color-arancione-chiaro);
	text-decoration: none;
}
.main-content:has(#accedi-box) div.row[style="margin: 30px -27px 0 0; padding: 0;"] {
	margin: 0 !important;
}
#dimensioniBox .btn-default {
    background-color: transparent;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }
}
/*modifiche 251104*/


