.form-required::after {
    background-size: 12px 12px!important;
    width: 12px!important;
    height: 12px!important;
}
.float-left{
    float:left;
}
span.material-symbols-outlined.md\.36 {
    color: #272f3b;
}
.bg-black{
    background-color: #272f3b!important;
}
/* REGION*/
.featured-top {
    margin-bottom: 2rem;
}
/* MATERIAL ICON*/
span.material-symbols-outlined {
    vertical-align: middle;
    padding-right: 4px;
    /* font-size: 24px; */
}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48
}
.w48{
    font-size: 48px!important;
}
.w64{
    font-size: 64px!important;
}
/* SPINNER */
.spinner .path {
    stroke: #93bfec;
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
  }
  @-webkit-keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotate {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  @keyframes dash {
    0% {
      stroke-dasharray: 1, 150;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -35;
    }
    100% {
      stroke-dasharray: 90, 150;
      stroke-dashoffset: -124;
    }
  }
  .spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 100;
    position: absolute;
    top: 70%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
  }
/* MISC */
html, body {
    height: 100%;
}
.overlay-pic {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #008CBA;
}
.featured-top__inner.section {
    padding: 0;
}
#go_dashboard {
    position: fixed;
    left: 50px;
    bottom: 100px;
    border: 2px solid #fff;
    z-index: 9999999;
    color: #fff;
}
.w24{
    width: 24px;
}
.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
}
main#content {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
.material-icons,
.material-symbols-outlined {
    vertical-align: middle;
}
#gotop {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #212121;
    color: white;
    border:1px solid lightgrey;
    cursor: pointer;
    padding: 5px;
    border-radius: 6px;
}
#gotop:hover {
    background-color: #555;
}
/* BUTTONS */
.btn-floating {
    width: 40px;
    height: 40px;
}
.btn-floating,
[class*=btn-outline-].btn-floating {
    border-radius: 50%;
    padding: 0;
    position: relative;
}
.ripple-surface {
    position: relative;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
/* BREADCRUMBS*/
#block-bootstrap-barrio-subtheme-breadcrumbs a {
    color: #fff;
    font-weight: 600;
}
#block-bootstrap-barrio-subtheme-breadcrumbs li {
    color: wheat;
    font-weight: 600;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:wheat;
}
/* FOOTER */
footer .copy .material-icons {
    font-size: 20px;
}
footer .copy a {
    color: wheat;
}
.social-link img {
    width: 24px;
    padding-top: 6px;
}
/* NEWSLETTER */
.ui-dialog .ui-dialog-titlebar {
    background: #607d8b;
    color: #fff;
}
button.ui-dialog-titlebar-close {
    border: none;
    background:powderblue;
}
.form-item-privacy {
    margin-bottom: 1rem;
    border-bottom: 1px solid lightgray;
    padding-bottom: 1rem;
}
.webform-button--submit {
    float: right;
}
.webform-submission-newsletter-form input {
    border-radius: 25px;
    padding: 10px 20px
}
.topbar-dark .topbar-text, .topbar-dark .topbar-link {
    color: rgba(255,255,255,.65);
}
.topbar .topbar-text, .topbar .topbar-link {
    display: inline-block;
    margin-bottom: 0;
    text-decoration: none !important;
}
button.ui-dialog-titlebar-close {
    /* IMPOSTARE X*/
}
/* NAV */
.navbar-brand{
    padding-top: .3rem;
    padding-bottom: .3rem;
}
/* TOP BAR*/
.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px  10px;
    font-size: .875rem;
}
/* GRANSLATE*/
nav#navbar-main a.gtflag, .topbar a.gtflag {
    border-radius: 50%;
    margin-right: 5px;
}
nav#navbar-main #block-gtranslate {
    padding-top: 1rem;
}
.topbar #block-gtranslate {
    padding: 0;
    margin: 0;
}
/* PAGE NODE */
.page .field.field--name-body p {
    text-align: justify;
}
/* MAP*/
.gmap {
    position: relative;
    overflow: hidden;
}
/* CONTATTI*/
.contact li >a {
    font-size: 1.1rem;
    font-weight: 450;
    color: #757575;
}
/* RESPONSIVE*/
@media screen and (max-width: 768px) {
    .site-footer {
        padding-bottom: 80px;
    }
    /* PARALLAX*/
    img.parallax-img.img-responsive {

    }
    .hero .bg-image {
        height: auto!important;
    }
}
@media screen and (prefers-reduced-motion: no-preference) {
    html {
      scroll-behavior: smooth;
    }
}
.toast-wrapper{
    position:fixed;
    bottom: 1rem;
    right: 1rem;
    padding: 1rem;
}
.placeholder {
    background: transparent;
    font-weight: bold;
}
/*.user-logged-in.magazziniere .field--name-field-stato select,
.user-logged-in.magazziniere .field--name-field-note textarea,
.user-logged-in.magazziniere .field--name-field-zona input,
.user-logged-in.magazziniere .field--name-field-magazzino select,
.user-logged-in.magazziniere .field--name-field-squadra-montaggio input,*/
.user-logged-in.magazziniere  #edit-field-data-0-value input,
.user-logged-in.magazziniere .field--name-field-riferimento input,
.user-logged-in.magazziniere .field--name-field-data input,
.user-logged-in.magazziniere .form-item-field-stato-globale select{
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1;
}
.user-logged-in.magazziniere #edit-field-allegati .form-submit,
.user-logged-in.magazziniere .form-type-managed-file,
.user-logged-in.magazziniere .paragraphs-actions,
.user-logged-in.magazziniere #edit-field-stato-ordine-add-more,
.user-logged-in.magazziniere #edit-field-note-0-format{
    display: none;
    pointer-events: none;
}
.js-filter-wrapper {
    display: none;
}
details.form-wrapper {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 2rem;
}
details summary{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.form-checkboxes.form--inline {
    display: flex;
    font-size: 0.8rem;
}
.form-checkboxes.form--inline div{
    margin-right: 1rem;
}
span.stato.status-643 {
    background-color: #ffc107;
}
span.stato.status-639, span.stato.status-168 {
    background-color: #dc3545;
    color: #ffffff;
}
span.stato.status-640 {
    background-color: #91e2f3;
}
.alert.alert-dismissible.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 35%;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #FFC107;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.388);
}
#edit-field-prezzo-0-subform-field-servizi-pagamento-wrapper .paragraphs-subform,
#edit-field-prezzo-0-subform-field-altri-servizi-wrapper .paragraphs-subform{
    display: flex;
    justify-content: space-between;
}

#edit-field-prezzo-0-subform-field-test-servizi-0-subform, 
#edit-field-prezzo-0-subform-field-trasporto-montaggio-0-subform, 
#edit-field-prezzo-0-subform-field-disegno-tecnico-0-subform{
    display: flex;
    justify-content: space-between;
}
#edit-field-prezzo-0-subform-field-trasporto-montaggio-0-subform-field-incluso-wrapper,
#edit-field-prezzo-0-subform-field-test-servizi-0-subform-field-incluso-wrapper,
#edit-field-prezzo-0-subform-field-disegno-tecnico-0-subform-field-incluso-wrapper {
    width: 25%;
}
.field--name-field-incluso .radio,
#edit-field-prezzo-0-subform-field-test-servizi-0-subform-field-incluso,
#edit-field-prezzo-0-subform-field-trasporto-montaggio-0-subform-field-incluso,
#edit-field-prezzo-0-subform-field-disegno-tecnico-0-subform-field-incluso {
    display: flex;
}
.field--name-field-incluso .radio,
.form-item-field-prezzo-0-subform-field-test-servizi-0-subform-field-incluso,
.form-item-field-prezzo-0-subform-field-trasporto-montaggio-0-subform-field-incluso,
.form-item-field-prezzo-0-subform-field-disegno-tecnico-0-subform-field-incluso {
    margin-right: 1rem;
}
/* Da levare in caso di obbligatorio */
.field--name-field-incluso .radio .js-form-type-radio:first-child,
.form-item-field-prezzo-0-subform-field-test-servizi-0-subform-field-incluso:first-child,
.form-item-field-prezzo-0-subform-field-trasporto-montaggio-0-subform-field-incluso:first-child,
.form-item-field-prezzo-0-subform-field-disegno-tecnico-0-subform-field-incluso:first-child {
    display: none;
}