.img-thumbnail-cli {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    width: 350px
}

.colorConforti {
    background: var(--bg-box);
    background-color: var(--bg-box);
    color: #FFF;
    text-shadow: none
}

.button-conforti:not(.button-border) {
    background-color: var(--bg-box-header)!important
}

.button-conforti:hover,
.button-3d.button-conforti:hover,
.button-reveal.button-conforti:hover,
.button-border.button-conforti:hover,
.button-border.button-conforti.button-fill::before {
    background-color: var(--bg-box)!important
}

.button-border.button-conforti {
    color: var(--bg-box);
    border-color: var(--bg-box)
}

.btn-conforti {
    color: var(--bg-box-header-text);
    background-color: var(--bg-box-header);
    border-color: var(--bg-box-header);
    font-style: normal
}

.btn-conforti:hover {
    color: #fff;
    background-color: var(--bg-box);
    border-color: var(--bg-box);
    font-style: normal
}

.btn-outline-conforti {
    color: var(--bg-box);
    border-color: var(--bg-box)
}

.btn-outline-conforti:hover {
    color: #fff;
    background-color: var(--bg-box);
    border-color: var(--bg-box)
}

.btn-check:focus+.btn-outline-conforti,
.btn-outline-conforti:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:checked+.btn-outline-conforti,
.btn-check:active+.btn-outline-conforti,
.btn-outline-conforti:active,
.btn-outline-conforti.active,
.btn-outline-conforti.dropdown-toggle.show {
    color: #fff;
    background-color: var(--bg-box);
    border-color: var(--bg-box)
}

.btn-check:checked+.btn-outline-conforti:focus,
.btn-check:active+.btn-outline-conforti:focus,
.btn-outline-conforti:active:focus,
.btn-outline-conforti.active:focus,
.btn-outline-conforti.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-conforti:disabled,
.btn-outline-conforti.disabled {
    color: var(--bg-box);
    background-color: transparent
}

.btn-conforti:disabled,
.btn-conforti.disabled {
    color: #000;
    background-color: #ccc;
    border-color: #ccc;
    font-style: italic!important
}

.pad-right {
    position: relative;
    float: right
}

.fooL {
    display: flex;
    justify-content: flex-start;
    height: 30px
}

.fooR {
    display: flex;
    justify-content: flex-end;
    height: 30px
}

.tree {
    display: flex;
    width: 100px;
    height: 30px
}

.bordercolorred {
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .6
}

.bordercolorgreen {
    border-color: #04aa6d;
    border-style: groove;
    border-width: 3px;
    filter: none;
    -webkit-filter: grayscale(0%)
}

.bordercolorgray {
    border-color: silver;
    border-style: groove;
    border-width: 3px;
    filter: gray;
    -webkit-filter: grayscale(100%)
}

.bordercolorselected {
    border-color: #00aee3;
    background-color: #31c5ff;
    border-style: outset;
    border-width: 3px;
    filter: none;
    -webkit-filter: grayscale(0%)
}

.extrasmall {
    font-size: .375em
}

.textnone {
    text-transform: none
}

.button.button-extramini {
    padding: 0 0;
    font-size: 14px;
    line-height: 14px
}

.shadowed {
    -o-box-shadow: 2px 2px 3px silver;
    -icab-box-shadow: 2px 2px 3px silver;
    -khtml-box-shadow: 2px 2px 3px silver;
    -moz-box-shadow: 2px 2px 3px silver;
    -webkit-box-shadow: 2px 2px 3px silver;
    box-shadow: 2px 2px 3px silver
}

.image-shadow {
    filter: blur(10px) brightness(-100);
    -webkit-filter: blur(10px) brightness(-100);
    opacity: .5
}

.conforti.border-default,
.conforti .border-default,
.conforti.h-border-default:hover .conforti .h-border-default:hover {
    border-color: var(--bg-box)!important
}

table.prisma {
    font-size: 13px;
    width: auto;
    border: 3px solid #fff;
    padding: 4px;
    margin-left: auto;
    margin-right: auto
}

table.prisma th {
    border: var(--bg-box-header-border-tick) solid var(--bg-box-header-border);
    background-color: var(--bg-box-header);
    color: var(--bg-box-header-text);
    font-weight: 700;
    white-space: nowrap;
    padding: 4px;
    vertical-align: middle;
    text-align: center;
    box-shadow: inset 0 var(--box-shadow-tick) 0 rgb(0 0 0 / 15%);
    width: 2%
}

table.prisma td {
    border: var(--bg-box-header-border-tick) solid var(--bg-box-header-border);
    background-color: var(--bg-box);
    color: var(--bg-box-text);
    font-weight: 700;
    white-space: nowrap;
    padding: 4px;
    text-align: center;
    width: 2%

}

table.prisma .descrizione_codici,
.descrizionxe_codici:hover {
    border: 2px solid #fff;
    background-color: whitesmoke;
    color: gray;
    font-weight: 700;
    white-space: nowrap;
    padding: 3px;
    vertical-align: middle;
    text-align: left
}

table.prisma th:hover {
    text-decoration: none;
}

table.prisma .codici_valori:hover {
    text-decoration: none;
    background-color: red;
    background-color: var(--bg-box-header);
    background-color: var(--bg-box-header-hover);
}

.codici_titoli {
    border: 2px solid #fff;
    background-color: gray;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    padding: 1px;
    text-align: center
}

table.prisma .codici_titoli_null {
    border: 2px solid #fff;
    background-color: #fff;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    padding: 1px;
    text-align: center;
    box-shadow: none
}

.xcodici_valori {
    border: 2px solid #fff;
    color: #fff;
    height: 30px;
    background-color: var(--bg-box)!important;
    font-weight: 700;
    padding-left: 5px!important;
    padding-right: 5px!important;
    white-space: nowrap;
    text-align: center
}

.text-extrasmaller {
    font-size: 60%!important
}

.form-check-input:checked {
    background-color: var(--bg-box);
    border-color: var(--bg-box)
}

.noHover {
    pointer-events: none;
    Cursor: text!important;
    Text-Decoration: None!important
}

.hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, .1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0
}

.hi-icon-effect-1a .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hi-icon-effect-1b .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b
}

.hi-icon-effect-1b .hi-icon:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hi-icon-effect-1b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.nowrap {
    white-space: nowrap
}

.modal-sx {
    max-width: 1000px
}

.modal-supp {
    max-width: 770px
}

.box-orange {
    position: absolute;
    width: auto;
    top: -80px;
    right: 5px;
    margin-right: 0;
    padding-right: 0
}

.logo {
    height: 150px
}

.button-slider,
.button-box,
.actbtncart {
    cursor: pointer;
    background-color: #adadad!important;
    color: #FFF!important;
    border: none!important;
    transition: all 0s ease 0s!important
}
.button.simple {
    color: #ffffff;
    background-color: var(--bg-box) !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.button-box:after {
    content: "";
    position: absolute;
    border-bottom: 23px solid transparent;
    border-top: 23px solid transparent;
    border-left: 23px solid #adadad;
    height: 0;
    width: 0;
    margin-right: -21px;
    right: 0;
    top: 0
}

.button-box:before {
    content: "";
    position: absolute;
    border-bottom: 23px solid #adadad;
    border-top: 23px solid #adadad;
    border-left: 23px solid transparent;
    height: 0;
    width: 0;
    left: -21px;
    top: 0
}

.button-slider:hover,
.button-slider:active,
.button-box:hover,
.button-box:active,
.actbtncart:hover,
.actbtncart:active {
    background-color: var(--bg-box)!important
}

.button-box:hover:before {
    border-top-color: var(--bg-box)!important;
    border-bottom-color: var(--bg-box)!important
}

.button-box:hover:after {
    border-left-color: var(--bg-box)!important
}

.transparentframe {
    background-color: transparent!important
}

.whiteframe {
    background-color: #fff!important
}

.capitalize {
    text-transform: lowercase
}

.capitalize::first-letter {
    text-transform: uppercase
}

.body-boxed {
    background-color: #fff !important
}

#header .container {
    max-height: 165px
}

#footer {
    max-height: 165px
}

.cilindroselezionato {
    font-size: 22px;
    font-family: 'Gill Sans bold', sans-serif;
    color: #000!important;
    font-weight: 600!important
}

.titolocilindroselezionato {
    font-size: 18px;
    font-family: 'Gill Sans bold', sans-serif;
    color: #000!important;
    font-weight: 400
}

.side-panel-wrap {
    background-image: url(./assets/images/fondoframess_all.png)!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-color: #fff!important;
    background-position: left top
}

.side-panel-wrap .widget img {
    background-color: #fff!important
}

#top {
    margin-top: 0;
    padding-top: 5px;
    max-height: 30px
}
.standard-logo {
    z-index: 10;
}
.process-steps li.active a, 
.process-steps li.ui-tabs-active a {
    background-color: var(--bg-box) !important;
    color: var(--bg-box-text);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-color: var(--bg-box) !important;
}
.process-steps li.active h5, .process-steps li.ui-tabs-active h5 {
    font-weight: 600;
    color: var(--bg-box);
}

.button {
    background-color: var(--bg-box) !important;
    color: var(--bg-box-text);
    border-color: var(--bg-box) !important;
}    
h1>span:not(.nocolor):not(.badge), h2>span:not(.nocolor):not(.badge), h3>span:not(.nocolor):not(.badge), h4>span:not(.nocolor):not(.badge), h5>span:not(.nocolor):not(.badge), h6>span:not(.nocolor):not(.badge) {
    color: var(--bg-box);
}
.title-block {
    padding: 2px 0 3px 20px;
    border-left: 7px solid var(--bg-box);
    margin-bottom: 30px;
}

.modal-cad .modal-content {
    height: 585px;
    padding: 0px;
}
.modal-sx .modal-content  {
    height: 880px;
    padding: 1px;
}			
.modal-cad .modal-content .modal-header, .modal-sx .modal-content .modal-header {
    background-color: var(--bg-box);
    padding: 1px 1px;
    color: var(--bg-box-text);
    border-bottom:2px dashed var(--bg-box);
    text-align: center;
    width: 100%;
}
.modal-cad .modal-header h4, .modal-sx .modal-header h4  {
    color: var(--bg-box-text);
} 
.modal-cad .modal-content .modal-body, .modal-sx .modal-content .modal-body {
    padding: 0px ; 
}

@keyframes blinker {
    50% {opacity: 0;}
}
.process-steps li span {
    position: absolute;
    width: 100%;
    /*left:  50px;*/
    margin-top: -50px;
    text-align: right;
}
.btnOVER {
    position: absolute;
    left: 30px;
    top: 100px;
}		
.fstep {
    background-color: var(--bg-box) !important;
    padding-top: -15px;
}
#fstep2x {
    left: 70px;	
}
#fstep3b  {
    left: 70px;		
}
#fstep3   {
    left: 350px;		
}
#fstep3c   {
    left: 350px;		
}		

/* Preloader CSS */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #FEFEFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
} 
.spinner-grow {
    display: inline-block;
    width: 6em;
    height: 6rem;
    vertical-align: -0.125em;
    border-radius: 50%;
    -webkit-animation:  0.75s linear infinite spinner-grow;
    animation:  0.75s linear infinite spinner-grow;
	background-color: var(--bg-box);
	opacity: 0;
}
@-webkit-keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.loader {
  color: var(--bg-box);
  font-size: 15px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: mulShdSpin 1.3s infinite linear;
  transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.progress-bar-custom {
    background-color: var(--bg-box);
}
.progress-striped .progress-bar-custom {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.btn-secondary {
    background-color: var(--bg-box-header);
    color: var(--bg-box-header-text);
}

.modal_wait {
    background-color: var(--bg-box-header) !important;
    border-bottom: 1px solid var(--bg-box) !important;
    color: var(--bg-gray-hover) !important;
    padding: 20px 10px 10px !important;
}

.td_codiceordinazione {
    background-color: var(--bg-gray-hover);
    font-size: 12px;
    font-weight: bold;
    color: var(--bg-box-text);
}
.td_codici_valori {
    font-size: 12px;
    color: var(--bg-box-text);
    height: 30px;
    background-color: var(--bg-gray-hover);
    font-weight: bold;
}
.td_codici_valori a,
.codici_valori {
    text-decoration: none !important;
    color: var(--bg-box-text);
}
.td_codici_valori:hover,
.td_codici_valori a:hover,
.codici_valori:hover {
    color: var(--bg-gray-hover) !important;
    background-color: var(--bg-box-header);    
}
.descrizione_codici, a.descrizione_codici {
    font-size: 12px;
    color: #808080;
    background-color: whitesmoke;
    font-weight: bold;
    vertical-align: middle;
}
.new_td_codici_valori_noheight {
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    font-weight: bold;
    border: 1px solid #c0c0c0;
}

.progress-bar {
    background-color: var(--bg-gray-hover) !important;
}    
.progress-bar-customer {
    background-color: var(--bg-gray-hover) !important;
}

.progress-striped .progress-bar-customer {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

 
