@import "tetrastoreModal.css";

/** NAVBAR **/
body {
    font-family: 'Lato', sans-serif;
    /* min-height: 100%; */
}

.navbar .logo {
    width: 260px;
}

.navbar {
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
}

.navbar a {
    color: #7e7a79;
}
/** MAIN **/
main{
    /* min-height: 100%; */
}
.main {
    padding-top: 15px;
}

/** FOOTER **/
footer {
    background-color: #727271;
    color: #ffffff;
    padding: 20px;
    text-align: center;
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

#catalog {
    margin: 5px 10px;
}

.image {
    position: relative;
    /*  */
    /* max-width: 100%; */
    /* width: 181px; */
    height: 123px;
    border: 1px solid #9d9c97;
    background: white;
}

.image img {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 95%;
    height: 95%;
}

.description {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}

/* Put your css in here */
.left, .right {
    width: 25px;
    height: 25px;
    padding-top: 30px;
}

.left img, .right img {
    width: 25px;
    height: 25px;
}

.pagingleft img, .pagingright img {
    width: 25px;
    height: 25px;
}

.pagination {
    color: #e18a54;
}

.item {
    width: 181px;
    height: 170px;
    /* 	border: 1px solid black; */
    display: inline-block;
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 1px;
    margin-bottom: 0px;
}

.thumbtack {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
}

.thumbtack .item {
    margin-right: 3px;
}

.item-thumbtack.open {
    cursor: pointer;
    display: none;
    background: url(../images/thumbtack_open.png) no-repeat right;
    background-size: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 140px;
}

.item-thumbtack.close {
    background: url(../images/thumbtack_close.png) no-repeat right;
    background-size: 20px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 140px;
}

.center {
    float: right;
    width: 920px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    overflow: hidden;
    /*will change this to hidden later to deny scolling to user*/
    white-space: nowrap;
    position: relative;
}

.content-row {
    /* float: left; */

}

.details {
    position: absolute;
    top: 0px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
}

.informations {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    line-height: 15px;
    display: none;
    width: 98%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
}

.details.open {
    background-color: rgba(254, 240, 224, .5);
    width: 98%;
    height: 98%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    position: absolute;
    top: 0px;
}

.details-info {
    display: none;
    width: 175px;
    font-size: 0.9em;
    background: rgba(254, 240, 224, .5);
    /* width: 98%; */
    height: 117px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.details-text{
    word-wrap: break-word;
    white-space: normal;
    width: 150px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* height: 108px; */
    max-height: 108px;
    display: inline-block;
    margin-left: 3px;
    margin-top: 2px;
}

.details-more{
    /* position: absolute; */
    bottom: 1px;
    right: -8px;
    width: 10px;
    height: 10px;
}

.details-ico{
    font-size: 20;
    font-weight: bold;
    color: #ef7f1a;
}

.details-prodottiAzienda{
    width: 170px!important;
    max-width: 170px!important;
}

.details-info.open {
    display: block;
    font-size: 0.9em;
}

.image:hover .details {
    background-color: rgba(254, 240, 224, .5);
    /*	background: #fef0e0;      
opacity: 0.5;*/
    width: 98%;
    height: 98%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    position: absolute;
    top: 0px;
}

.prodottoNotIn .image .details {
    background-color: rgba(254, 240, 224, .5);
    width: 98%;
    height: 98%;
    margin-top: 1%;
    margin-left: 1%;
    margin-right: 1%;
    display: block;
    position: absolute;
    top: 0px;
}

/* .image:hover .details-info {
    display: block;
    font-size: 0.9em;
} */
.detailsInfoProdotto.open{
	display: block;
}
.selezionaprodotto{
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    display: none;
    width: 100%;
    margin-top: 1%;
    text-align: center;
}
.selezionaprodotto .text-categoria{
	line-height: 12px;
	padding: 1px;
	font-weight: bold;
    height: 29px;
    background-color: #ffffff;
}
.selezionabottone{
    background: #ef7f1a;
    font-weight: bold;
    color: #ffffff;
    width: 90px;
    margin: 0 auto;
}
.image:hover .detailsInfoProdotto{
	display: block;
}

.image:hover .selezionaprodotto{
	display: block;
	cursor: pointer;
}

.categorie li {
    list-style-type: none;
}

.parametri-filtri div.label {
    background-color: #727271;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.mainwrapper {
/*    background-color: #f0ece3;*/
    background-color: #faf9f4;
}

.mainwrapper-offerta {
    background-color: #faf8f2;
}

#sezioni .elenco-sezioni .sezione {
    width: 1%;
    /* float: left; */
    padding: 5px 2px;
    background: #decdbd;
    /* margin: 1px; */
    text-align: center;
    display: table-cell;
    border: 1px solid #f0ece3;
}

#sezioni .elenco-sezioni .ricerca {
    /* clear: both; */
}

#sezioni .sezione-contenuto {
    width: 100% !important;
    font-size: 14px;
}

#sezione-categorie {
    display: block;
}

#sezione-prodotti {
    display: none;
}

#sezione-servizi {
    display: none;
}

#sezione-subfornitura {
    display: none;
}

#sezione-aziende {
    font-size: 14px;
    display: none;
	margin-top: 20px;
}

/* da sistemare */
.filtro {
/*     width: 1%; */
	width: 182px;
/*     display: table-cell; */
    margin-right: 2px;
    float: left;
}

.label-filtro {
    padding: 5px;
    background: #decdbd;
    margin: 1px;
    background: #f6c493;
    text-align: center;
}

.select-filtro {
    padding: 5px;
    background: white;
    width: 100%;
    border: none;
}

.text-filtro {
    padding: 5px;
    background: white;
    width: 100%;
    border: none;
}

.row-filtro {
    margin: 1px;
}

.btn-navbar-filtri {
    margin: 1px;
    width: 55px;
    height: 28px;
    text-align: center;
}

.navbar-filtri {
    display: none;
}

.img-filtri {
    width: 18px;
    height: 18px;
}

#info-navbar {
    display: none;
}

#rimuoviFiltri {
    display: none;
}

.filtri {
    /* display: none; */
    width: 100%;
    height: 61px;
    display: inline-block;
}

.prodottoNotIn {
/*     opacity: 0.3;
    filter: alpha(opacity = 30); */
}

.numero-pagina {
    display: none;
}

.position-numero-pagina {
    padding-top:3px;
    font-size: 12px;
    font-weight: bold;
}


.boxOverlay {
    position: absolute;
    left: 75%;
    top: 39%;
    width: 19%;
    height: 25%;
    background-color: #ff751a;
}

.price {
    display: none;
    background-color: #fbf4e3;
    text-align: center;
}

.children-categ {
    display: none;
}

.bg-grigio {
    width: max-content;
    padding: 5px;
    background: #727271;
    margin: 1px;
    color: white;
}

.bg-orange {
    padding: 5px 30px;
    background: #ef7f1a;
    margin: 1px;
    color: white;
}

.bg-marrone {
    width: max-content;
    /* padding: 5px 30px; */
    /* margin: 1px; */
    /*  color: white; */
}

.bg-sezione-contenuto{
	background: #fff4e3;
}

.bg-giallo {
    /*  width: max-content; */
    padding-left: 20px;
    background: #fee2ab;
    /*  margin: 1px; */
    /*  color: white; */
}

.color-orange {
    color: #ef7f1a;
}
.labelsezioni{
	height: 30px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: #727272;
    line-height: 30px;
}
.icona-menu-lat {
    padding: 2px;
    width: 40px;
}

.centralwrapper {
    background-color: white;
}

.ovale {
    width: 200px;
    height: 100px;
    border-radius: 100px/50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 
.gruppi-dati-applicazione:nth-of-type(even) {
   background-color: red;
}

.gruppi-dati-applicazione:nth-of-type(odd) {
   background-color: yellow;
}

*/
.testo-piccolo {
    font-size: 13px;
}

#domanda-offerta th {
    background-color: #eed1e2;
}

#domanda-offerta tr:nth-child(even) {
    background-color: #ebecec;
}

#domanda-offerta tr:nth-child(odd) {
    background-color: #d9dada;
}

#domanda-offerta td {
    padding-top: 2px;
}

/* Remove default bullets */
.ul-cat {
    list-style-type: none;
    padding-margin: 0;
}

.caret-container {
    /*     position: relative; */

}

.caret-name {
    /*     bottom: 0px;
position: absolute; */
    vertical-align: text-bottom;
    margin-left: 5px;
}
#albero-aziende .azienda-nome{
	margin-left: 20px;
	cursor: pointer;
}
/* Style the caret/arrow */
.caret-cat {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

/* Create the caret/arrow with a unicode, and style it */
.caret-cat::before {
    content: "\25B6";
    color: black;
    display: inline-block;
    margin-right: 6px;
}

/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-cat-down::before {
    /* transform: rotate(90deg); */
}

/* Hide the nested list */
.nested-cat {
    display: none;
}
/*** MENU ***/
#albero-categorie .menu{
	cursor: pointer;
}
.menu {
    list-style-type: none;
    padding: 0;
    margin-bottom: 0!important;
}

.menu .dropdown-menu {
    margin-top: 9px;
    margin-left: 70px;
    padding: 40px;
    background-color: #f1d6b9;
    text-transform: capitalize;
    opacity: 0.8;
}

.menu .dropdown-menu li a {
    font-size: 20px;
    color: #000000;
}

.containerbannerb2b {
    position: relative;
}

.linkAccount {
    color: #727271;
}

.bannerb2b {
    position: absolute;
    padding: 10px;
    width: 350px;
    height: 300px;
    background-color: #727272;
    border-radius: 30px;
    border: 1px solid #727272;
    right: 5%;
    top: 60%;
    color: #ffffff;
    font-size: 20px
}

.img-iconaB2B {
    width: 130px;
    padding: 20px 20px;
}

.img-iconaEPROC {
    width: 78px;
    padding: 20px 20px;
}

.containerbannerHome {
    position: relative;
}

.fit-contain{
    object-fit: contain;
}

.bannerHome {
    position: absolute;
    padding: 10px;
    width: 430px;
    height: 300px;
    background-color: #ef7f1a;
    border: 10px solid white;
    right: 1%;
    top: 80%;
    color: #ffffff;
    font-size: 20px;
}
.disclaimer{
	width: 100%;
	background-color: #f1d6b9;
	text-align: center;
	color: #ef7f1a;
	font-weight: bold;
	padding: 10px;
	font-size: 150%;
}
.section-top{
    width: 100%;
    margin-bottom: 5px;
	height: 60px;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
    color: #ffffff;
}
.section-top a,.section-top a:hover,.section-top a:visited{
	color: #ffffff;
	text-decoration: none;
}
.ecat .section-top{
	background-color: #EF7F1A;
}
.epro .section-top{
	background-color: #727271;
}
.buyer .section-top{
	height: auto !important;
}
.seller .section-top{
	height: auto !important;
}
section-center{
	
}
.section-center img{
	max-width: 100%;
    height: auto;
}
.section-bottom{
	text-align: center;
	margin-top: 20px;
}

#footerHomePage {
    line-height: 1.0;
}

#footerHomePage > p:first-child {
    float: left;
    text-align: left;
    width: 33.3%; }

#footerHomePage > p:nth-child(2) {
    float: left;
    text-align: center;
    width: 33.4%; }

#footerHomePage > p:last-child {
    float: right;
    text-align: right;
    width: 33.3%; 
    color:#EF7F1A;}

.menuWelcome {
    color: #ef7f1a !important;
}

.menuWelcome a{
    color: #ef7f1a !important;
}

.tabellaEcatalog {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.tabellaEcatalog > div img {
  max-width: 100%;
  max-height: 100%;
}


.homebuyer{
	color: #727271;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;	
}
.homeseller{
	color: #EF7F1A;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 110%;	
}
.hometitolo1{
	color: #727271;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
}
.hometitolo2{
	color: #EF7F1A;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
}
.alignright {
    text-align: right;
}

.lingua {
    float: right;
    position: relative;
}

.divblock {
    padding: 0px 10px;
}

.inputlogin {
    width: 100%;
}

.containerbannerb2bcatalogo {
    position: relative;
}
.containerbannerb2bcatalogo img{
	width: 75%;
}
.containerbannerb2bcatalogo div{
	text-align: center;
}
.bannerb2bcatalogo {
    position: absolute;
    padding: 10px;
    width: 350px;
    height: 370px;
    background-color: #727272;
    border-radius: 30px;
    border: 1px solid #727272;
    right: 5%;
    top: 60%;
    color: #ffffff;
    font-size: 20px
}

.popover__wrapper {
    position: relative;
    /* margin-top: 1.5rem; */
    display: inline-block;
}

.popover__content {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 800px;
    bottom: 0px;
    left: 1000px;
    /* transform: translate(0, 10px); */
}

.popover__content:before {	
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;
    transition-duration: 0.3s;
    transition-property: transform;

}

.popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.container_scrollable {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 480px;
}

.container_scrollable::-webkit-scrollbar {
    -webkit-overflow-scrolling: auto;
    width: 8px;
    background-color: #d2c0af
}

.container_scrollable::-webkit-scrollbar-thumb {
    /* border-radius: 4px; */
    background-color: #ffffff;
}

.bg-blu {
    padding: 5px;
    background: #3e5790;
    margin: 1px;
    color: white;
}

.bottom-banner {
    background-color: #ffffff;
    position: relative;
    bottom: 1px;
    vertical-align: bottom;
    padding: 10px 5px;
}

.contrassegno {
    width: 10px;
    height: 10px;
    border: 1px solid #727272;
    margin-top: 4px;
    margin-right: 3px;
}

.color-prod-offerta {
    background-color: #ffed00;
}

.color-azienda-sponsoriz {
    background-color: #ef7f1a;
}

.text-prod-offerta{
    height: 15px;
    width: fit-content;
    margin: 0 auto;
}

.legenda-text {
    font-size: 12px;
}

.legenda-contrassegni {
    display: none;
}

.info-azienda-alert-annuncio {
    padding: 1px 1px;
    background: #ef7f1a;
    margin: 1px;
    color: white;
    font-size: 12px;
}

.info-azienda-produttore {
    font-size: 12px;
}

.info-azienda-nome {
    font-size: 18px;
    margin: auto;
    line-height: 15px;
    font-weight: 500;
    font-weight: bold;
}

.info-azienda-indirizzo {
    font-size: 12px;
}

.info-azienda-contatti {
    font-size: 12px;
    color: #727271;
}

.link-info {
    display: none;
}

.link-3d {
    display: none;
}

.link-configuratore {
    display: none;
}

.icona-link {
    width: 20px;
    height: 20px;
    margin: 2px 2px;
}

.img-aziendale-piccola {
    width: auto;
    max-height: 123px;
    max-width: 200px;
}

.position__content-aziendale {
    width: 250px!important;
    top: 155px!important;
    left: 49%!important;
    background-color: unset;
    box-shadow: unset;
}

.banner-azienda {
    width: 200px;
    height: 295px;
    /* background: #dfcdbb; */
}

.info {
    display: none;
}

.info-produttore {
    font-size: 9px;
    /* text-align: center; */
    line-height: 3px;
}

.bg-categoria {
    background: white;
    height: min-content;
    min-height: 35px;
}

.details-show {
    display: block !important;
}

.details-popover-wrapper {
    position: relative;
    display: inline-block;
}

.details-popover-content {
    opacity: 0;
    visibility: hidden;
    position: sticky;
    background-color: white;
    padding: 15px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    height: 160px;
    min-height: 160px;
    width: 400px;
    min-width: 300px;
    bottom: 100px;
    /* left: 1000px; */
    /* transform: translate(0, 10px); */
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(10% - 410px);
    top: -90;

    word-break: break-all;
    white-space: normal;
}

.details-popover-content-before {	
    position: absolute;
    z-index: -1;
    content: "";
    right: calc(50% - 10px);
    top: -8px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #bfbfbf transparent;
    transition-duration: 0.3s;
    transition-property: transform;

}

.details-popover-content-show {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -10px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.btn-cursor {
    cursor: pointer;
}

.btn-navbar-rimuovifiltri {
    position: absolute;
    right: 60px;
}

/*SLIDER*/
#bannerSlider {
    position: relative;
}

@media ( max-width : 767px) {
    #bannerSlider {
        border-color: transparent;
    }
}

#bannerSlider .MS-content {
/*     margin: 15px 1%;
    overflow: hidden;
    white-space: nowrap; */
}

@media ( max-width : 767px) {
    #bannerSlider .MS-content {
        margin: 0;
    }
}

#bannerSlider .MS-content .itemSlider {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    border-right: none;
    width: 20%;
	margin-right: 0px;
	text-align: center;
}

/* @media ( min-width : 1024px) {
    #bannerSlider .MS-content .itemSlider {
        width: 25%;
    }
} */

@media ( max-width : 1024px) {
    #bannerSlider .MS-content .itemSlider {
        width: 33%;
        margin-right: 2px;
    }
}

@media ( max-width : 767px) {
    #bannerSlider .MS-content .itemSlider {
        width: 50%;
    }
}

#bannerSlider .MS-content .itemSlider p {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    margin: 0;
}

#bannerSlider .MS-controls button {
    position: absolute;
    border: none;
    background: transparent;
    font-size: 30px;
    outline: 0;
    top: 35px;
}

@media ( max-width : 767px) {
    #bannerSlider .MS-controls button {
        display: none;
    }
}

#bannerSlider .MS-controls button:hover {
    cursor: pointer;
}

#bannerSlider .MS-controls .MS-left {
    left: 10px;
}

@media ( max-width : 992px) {
    #bannerSlider .MS-controls .MS-left {
        left: -2px;
    }
}

#bannerSlider .MS-controls .MS-right {
    right: 10px;
}

@media ( max-width : 992px) {
    #bannerSlider .MS-controls .MS-right {
        right: -2px;
    }
}
/*FINE SLIDER*/


.apri {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    float: right;
    margin-right: 50px;
}

.chiudi {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    position: absolute;
    right: 2%;
    top: 0%;
    cursor: pointer;
}

.overlay {
    background: #000;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 100;
    cursor: pointer;
    /*Trasperenza cross browser*/
    opacity: .7;
    filter: alpha(opacity = 70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#box {
    width: 600px;
    height: 400px;
    background-color: #FFF;
    display: none;
    z-index: +300;
    position: absolute;
    left: 30%;
    top: 20%;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.container-utente {
    background-color: #f6c493;
}

.img-welcome {
    padding: 10px;
    width: 300px;
    height: 200px;
    background-color: #ffffff;
    border: 1px solid #727272;
}

.buyer {
    display: none;
}

.seller {
    display: none;
}

.img-iconaUtente {
    width: 70px;
    height: 65px;
}

.font-small {
    font-size: 12px;
}

#catalogo {
    font-size: 12px;
}

.sellerB2B {
    opacity: 0.2;
}

.sellerEproc {
    opacity: 0.2;
}

.buyerB2B {
    opacity: 0.2;
}

.buyerEproc {
    opacity: 0.2;
}

.pannelloBuyer {
    display: none;
}

.pannelloSeller {
    display: none;
}

.elenco-prodotti-boxDx {

}

.elenco-prodotti-boxCentrale {
    width: 1020px !important;
}

.opacity {
    opacity: 0.2;
}

.aziende-simili-popup {
    width: 550px!important;
    left: 65%!important;
}

.image-popup {
    height: auto;
    max-width: 200px;
}

.dz-success-mark {
    display: none;
}

.dz-error-mark {
    display: none;
}

.label-produttore {
    font-size: 11px;
}

.upperCase {
    text-transform: uppercase
}

.bg-rosaRO {
    width: max-content;
    padding: 5px;
    background: #f6c493;
    margin: 1px;
    color: black;
}

.bg-arancioRO {
    padding: 5px 15px;
    background: #c16c1d;
    margin: 1px;
    color: white;
}

.color-arancioRO {
    color: #c16c1d;
}

.bg-gialloRO {
    width: max-content;
    padding: 2px 2px;
    background: #ffed00;
    margin: 1px;
    color: black;
}

.imageRO img {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.flex-fill{
    flex: 1 1 auto;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display:flex;
    height: 100%;
}

.flex-grow{
    flex-grow: 1;
}
.img-iconaOrdinamento{
    width: 15px;
    height: 15px;
}

.img-iconaProdPromo{
    width: 40px;
    height: 40px;
}

.bg-white{
    background-color: white;
}

.iconaAiuto{
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.img-navbar-filtri{
    max-height: 100%;
    padding: 3px;
}

.legenda{
    margin-left: 15px;
    padding: 5px 10px;
}

.btn-search{
    width: 32px;
    background: #ef7f1a;
}

.rotated {
    transform: rotate(180deg);
    -ms-transform: rotate(18deg); /* IE 9 */
    -moz-transform: rotate(180deg); /* Firefox */
    -webkit-transform: rotate(180deg); /* Safari and Chrome */
    -o-transform: rotate(180deg); /* Opera */
}

.text-right{
    text-align: right;
    margin-right: 10px;
}

.box-navbar-filtri{
    padding-left: 54px;
    padding-right: 46px;
}
.elenco-sezioni{
    padding-bottom: 15;
}

.row-item{
    height: 170px;
}

.img-iconaSearch{
    width: 15px;
    height: 15px;
    opacity: 0.5%;
}

.aziende-prod-simili{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100px;
}

.without-arrow{
    margin-left: 40px;
}

.img-popover{
    width: 500px;
}

.height-aziende {
    max-height: 510px!important;
}

.position-aziende{
    margin-right: 0;
    margin-left: 0;
}

.btn-active{
    background: #decdbd;
    color: black;
}

.btn-focus{
    background: #ef7f1a!important;
    color: white;
}

.opacity5 {
    opacity: 0.5;
}

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

.row-item.popover__wrapper{

}

.form-group-ro {
    margin-bottom:10px!important;
}

.dati-applicazione-input{
    width: 200px;
}

.dati-applicazione-unita{
    width: 50px;
    margin-left: 5px;
}

.dati-applicazione-obbligatorio{
    width: 10px;
}

.dati-applicazione-row{
    margin-left:15px;
    margin-top:1px;
}

.dati-applicazione-descrizione{
    max-width:350px;
}

.text-categoria{
    word-wrap: break-word;
    width: 100%;
    white-space: normal;
}

.display-block{
    display: block!important;
}

.azienda-checkbox{
    margin-top:2.5px;

}

.categoria-checkbox{
    margin-right:1px;
}

.btn-cursor-default{
    cursor: default;
}

.input-note-DatiApp{
    width:100%;
    margin-left: 15px;
}

.banner-azienda img{
    width: 100%;
    height: auto;
}

@media ( max-width : 1024px) {
	.img-banner-slider{
		width: 100%;
	    height: 60px; 
	}
}

.img-banner-slider{
    width:222px;
    height: 60px; 
}

.img-icona-youtube{
    width:20px;
    height: 20px;
}

.bg-registrazione{
    background-color: #f0ece3;
}

.img-banner-b2b-sx{
/*     width:285px; */
	width: 100%;
    height:70px;
}
.img-banner-b2b-dx{
/*     width:285px; */
    width: 100%;
    height:70px;
}

.btn-registrazione-submit{
    padding: 5px 30px;
    margin: 1px;
    display: inline;
}

.btn-registrazione-cancel{
    padding: 5px 30px;
    margin: 1px;
    background-color: #727271;
    display: inline;
    color: white;
}

.color-white{
    color: white;
}

.welcome-popup-title{
    padding: 5px 30px;
    margin: 1px;
    background-color: #727271;
    color: white;
    text-align: center;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.label-tipologia{
    text-align: right;
    width: 30px;
}
.bg-popup{
    background-color: #f2eee5;
}

.bg-login{
    padding: 5px 30px;
    margin: 1px;
    background-color: #5b5b5b;
    color: white;
    text-align: center;
}

.btn-login{
    padding: 5px 30px;
    margin: 1px;
    background-color: #ef7f1a;
    color: white;
    text-align: center;
    width: 300px;
    margin: 0 auto;
}

.btn-registrati{
    width: 300px;
    margin: 0 auto;
}

.btn-password{
    margin: 0 auto;
    width: fit-content;
    padding: 10px;
}

.bg-recovery{
    padding: 5px 30px;
    margin: 1px;
    background-color: #5b5b5b;
    color: white;
    text-align: center;
}

.btn-recovery{
    padding: 5px 30px;
    margin: 1px;
    background-color: #ef7f1a;
    color: white;
    text-align: center;
    width: fit-content;
}

.arrow-container{
    width: 25px;
    height: 60px;
}

.m-blockui {
    border-radius: 4px;
    display: table;
    table-layout: fixed; }
.m-blockui > span {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 15px;
    font-size: 1rem;
    font-weight: 400; }
.m-blockui > span > .m-loader,
.m-blockui > span > .m-spinner {
    margin-right: 10px; }

.m-blockui {
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.1) ;
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.1) ; }
.m-blockui.m-blockui-no-shadow {
    -webkit-box-shadow: none ;
    box-shadow: none ; }
.m-blockui > span {
    color: #6f727d; }

.m-blockui.m-blockui--skin-dark {
    background: #2c2e3e;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.5) ;
    box-shadow: 0px 1px 15px 1px rgba(81, 77, 92, 0.5) ; }
.m-blockui.m-blockui--skin-dark.m-blockui-no-shadow {
    -webkit-box-shadow: none ;
    box-shadow: none ; }
.m-blockui.m-blockui--skin-dark > span {
    color: #9093ac; }

.m-loader {
    position: relative; }
.m-loader:before {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    border-top: 2px solid #07d;
    border-right: 2px solid transparent;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate 0.6s linear infinite;
    animation: m-loader-rotate 0.6s linear infinite; }
.m-loader:before {
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    border-top-width: 2px;
    border-right-width: 2px; }
.m-loader.m-loader--lg:before {
    width: 2rem;
    height: 2rem;
    margin-top: -1rem;
    margin-left: -1rem;
    border-top-width: 3px;
    border-right-width: 3px; }
.m-loader.m-loader--sm:before {
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    border-top-width: 1px;
    border-right-width: 1px; }
.m-loader.m-loader--right:before {
    left: auto;
    right: 0.7rem; }
.m-loader.m-loader--right.m-loader--lg:before {
    right: 1rem; }
.m-loader.m-loader--right.m-loader--sm:before {
    right: 0.5rem; }
.m-loader.m-loader--right.btn {
    padding-right: 3.25rem; }
.m-loader.m-loader--right.btn.m-loader--lg {
    padding-right: 4.65rem; }
.m-loader.m-loader--right.btn.m-loader--sm {
    padding-right: 2.3rem; }
.m-loader.m-loader--left:before {
    left: 1.4rem; }
.m-loader.m-loader--left.m-loader--lg:before {
    left: 2rem; }
.m-loader.m-loader--left.m-loader--sm:before {
    left: 1rem; }
.m-loader.m-loader--left.btn {
    padding-left: 3.25rem; }
.m-loader.m-loader--left.btn.m-loader--lg {
    padding-left: 4.65rem; }
.m-loader.m-loader--left.btn.m-loader--sm {
    padding-left: 2.3rem; }

@-webkit-keyframes m-loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes m-loader-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.m-loader:before {
    border-top-color: #dfe2ea; }

.m-loader.m-loader--skin-dark:before {
    border-top-color: #acafba; }

.m-loader.m-loader--brand:before {
    border-top-color: #6167E0; }

.m-loader.m-loader--metal:before {
    border-top-color: #c4c5d6; }

.m-loader.m-loader--light:before {
    border-top-color: #ffffff; }

.m-loader.m-loader--accent:before {
    border-top-color: #00c5dc; }

.m-loader.m-loader--focus:before {
    border-top-color: #9816f4; }

.m-loader.m-loader--primary:before {
    border-top-color: #5867dd; }

.m-loader.m-loader--success:before {
    border-top-color: #34bfa3; }

.m-loader.m-loader--info:before {
    border-top-color: #36a3f7; }

.m-loader.m-loader--warning:before {
    border-top-color: #ffb822; }

.m-loader.m-loader--danger:before {
    border-top-color: #f4516c; }

.m--hide {
    display: none !important;
}

.m-datatable__table {
    background-color: #faf8f2 !important;
}

.m-datatable__table th,
.m-datatable__table td{
    padding: 3px !important;
}

.m-datatable__row{
    background-color: #f5ecdd;
}

.m-datatable.m-datatable--default > .m-datatable__table > .m-datatable__body .m-datatable__row.m-datatable__row--even > .m-datatable__cell {
    background-color: #faf8f2;
}

.m-checkbox.m-checkbox--brand.m-checkbox--solid > span:after{
    border: solid #ef7f1a;
}

.disabledDiv {
    pointer-events: none;
    opacity: 0.4;
}
/* .ico_info{position: absolute;left: 5px;top: 0px;z-index: 1;cursor: pointer;}
.ico_3d{position: absolute;left: 5px;top: 12px;z-index: 1;cursor: pointer;}
.ico_c{position: absolute;left: 5px;top: 24px;z-index: 1;cursor: pointer;}
.ico_i{position: absolute;left: 5px;top: 36px;z-index: 1;cursor: pointer;} */
.ico_i a,.ico_c a,.ico_3d a,.ico_info a{
	color: #616161;
	text-decoration: none;
}
.ico_i a,.ico_c a,.ico_3d a,.ico_info a:hover{
	color: #616161;
	text-decoration: none;
}
.ico_i a,.ico_c a,.ico_3d a,.ico_info a:visited{
	color: #616161;
	text-decoration: none;
}
.detailsInfoProdotto{
	position: absolute;
	left: 5px;
	top: 0px;
	z-index: 1;
	font-weight: bold;
    color: #616161;
    padding: 0;
    font-size: 120%;
    cursor: pointer;
    display: none;
}
.detailsInfoProdotto div{line-height: 17px;}
#overlay_compare {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: hsl(0deg 0% 67% / 40%);
  z-index: 2;
  cursor: pointer;
}
#overlay_compare .overlay_compare_wrapper{
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    background: hsl(0deg 0% 67% / 90%);
    border-radius: 10px;
}
#overlay_compare .compare_section{
    margin: 0 auto;
/*     margin-top: 100px; */
    display: table;
	border-collapse: separate;
    border-spacing: 7px;
}
#overlay_compare .compare_section_footer{
    display: table;
    margin: auto;
    border-collapse: separate;
    border-spacing: 5px;
    text-align: center;
}
#overlay_compare .compare_section_footer .compare_section_add{
    display: table-cell;
    padding: 2px 10px;
    background-color: #EF7F1A;
    color: #ffffff;
    font-weight: bold;
}
#overlay_compare .compare_section_footer .compare_section_close{
    display: table-cell;
    padding: 2px 10px;
    background-color: #727271;
    color: #ffffff;
    font-weight: bold;
}
#overlay_compare .compare_section .compareitem{
	width: 256px;
    margin: 0 auto;
    display: table-cell;
    background-color: #f0ece3;
	height: 600px;
    position: relative;
}
#overlay_compare .compare_section .compareitem .compareitem_img{
	padding: 15px;
}
#overlay_compare .compare_section .compareitem .compareitem_sigla{
	padding: 15px;
	font-weight: bold;
}
#overlay_compare .compare_section .compareitem .compareitem_description{
	padding: 0px 15px 15px 15px;
}
#overlay_compare .compare_section .compareitem .compareitem_description span{
	font-weight: bold;
}
#overlay_compare .compare_section .compareitem .compareitem_img img{
	width: 250px;
}
#overlay_compare .compare_section .compareitem .compareitem_titolo1{
    padding: 2px 1px;
    background-color: #727271;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height:40px;
}
#overlay_compare .compare_section .compareitem .compareitem_titolo2{
    padding: 2px 10px;
    background-color: #EF7F1A;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
#overlay_compare .compareitem_footer{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    border-bottom: 10px solid #EF7F1A;
    margin-bottom: 10px;
}

#overlay_compare .compareitem_footer .compareitem_wrapper_footer{
	display: table;
	float: right;
}


#overlay_compare .compareitem_footer .compareitem_select{
    display: table-cell;
    padding: 2px 10px;
    background-color: #EF7F1A;
    color: #ffffff;
    font-weight: bold;
}
#overlay_compare .compareitem_footer .compareitem_close{
    display: table-cell;
    padding: 2px 10px;
    background-color: #727271;
    color: #ffffff;
    font-weight: bold;
}
.selected{
	background-color: #f6c493;
}
.categoria_wrapper .icocat{
	float: left;
}
.categoria_wrapper .namecat{
	line-height: 12px;
/* 	float: left; */
	padding: 3px;
    margin-bottom: 2px;
}
.children-categ{
	clear: both;
	margin-left: 10px;
}

#overlay{
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity: .80;
}
#overlay .loader{
	border: 10px solid #727272; /* Light grey */
	border-top: 10px solid #ef7f1a; /* Blue */
	border-radius: 50%;
	width: 80px;
	height: 80px;
	animation: spin 2s linear infinite;
	position: absolute;
	top: 30%;
	left: 50%;
}

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

#sezione-note{
	display: none;
}
#richiedi-offerta{
	padding: 0px;
}
#richiedi-offerta .titolo1{
    padding: 2px 10px;
    background-color: #727271;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
#richiedi-offerta .titolo2{
    padding: 2px 10px;
    background-color: #EF7F1A;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
#richiedi-offerta .boxcontainer{
	padding: 15px;
}
#richiedi-offerta .ico-info{
	color: #EF7F1A;
	font-weight: bold;
	margin-right: 15px;
}
#richiedi-offerta .ico-doc{
	color: #EF7F1A;
	font-weight: bold;
	margin-right: 15px;
}
#richiedi-offerta .ico-config{
	color: #EF7F1A;
	font-weight: bold;
	margin-right: 15px;
}
#richiedi-offerta .ico-3d{
	color: #EF7F1A;
	font-weight: bold;
	margin-right: 15px;
}
#richiedi-offerta .ico-info a, #richiedi-offerta .ico-info a:visited,#richiedi-offerta .ico-info a:hover,
#richiedi-offerta .ico-doc a,#richiedi-offerta .ico-doc a:visited,#richiedi-offerta .ico-doc a:hover,
#richiedi-offerta .ico-config a,#richiedi-offerta .ico-config a:visited,#richiedi-offerta .ico-config a:hover,
#richiedi-offerta .ico-3d a,#richiedi-offerta .ico-3d a:visited,#richiedi-offerta .ico-3d a:hover{
	text-decoration: none;
	color: #EF7F1A;
}
#richiedi-offerta .info{
	
}
#richiedi-offerta .doc{
	
}
#richiedi-offerta .config{
	
}
#richiedi-offerta .3d{
	
}
#richiedi-offerta .boxinfo{
	margin-top: 20px;
	display: inline-block;
}
#richiedi-offerta .boxinfo .inforow{
    background-color: #f0ece3;
    padding: 2px 20px;
    margin-bottom: 2px;
}
#richiedi-offerta .boxinfo .boxnote{
	display: inline-block;
    padding: 3px 10px;
    background: #727271;
    margin-bottom: 3px;
    color: #ffffff;
    cursor: pointer;
}
#richiedi-offerta .boximage{
	float: right;
}
#richiedi-offerta .clearboth{
	clear: both;
}
#container-aziende-simili .aziendeSimiliTitolo{
	color: #EF7F1A;
	font-weight: bold;
}
#richiedi-offerta .boxallegati{
	text-align: center;
    border: 3px dashed #c5c6c6;
    display: grid;
    align-items: center;
}
#richiedi-offerta .boxAziendeSimili{
    border: 1px solid #b2b3b3;
    font-size: 80%;
    padding: 5px;
    text-align: center;
    background-color: #f0ece3;
}
#richiedi-offerta .boxRivenditoriAutorizzati{
    border: 1px solid #b2b3b3;
    font-size: 80%;
    padding: 5px;
    text-align: center;
    background-color: #f0ece3;
}
.aziendaSimileDettaglioDefault{
	display: none;
}
.aziendaSimileDettaglioBox{
	border: 1px solid #000000;
    background: #ffffff;
    padding: 10px;
}
.imgbox{
	display: flex;
}
.pulsanteQuotazioni{
	background: #EF7F1A;
	padding: 15px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    margin-top: 20px;
    cursor: pointer;
}
.pulsanteECatalog{
    background: #727271;
    padding: 3px 15px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
}
.margintop{
	margin-top: 10px;
}
.margintop30{
	margin-top: 30px;
}
#notepopup .modal-content{
	background: #f5ecdd;
    padding: 10px;
}

#notepopup .modal-title{
	float: left;
	color: #EF7F1A;
	font-weight: bold;
}
#notepopup .modal-header{
	border-bottom: 1px solid #EF7F1A;
	padding: 0px 10px;
}
#notepopup .modal-footer{
	border-top: 1px solid #EF7F1A;
    padding: 10px 0px;
}
#notepopup .modal-body{
	margin-bottom: 20px;
	font-size: 85%;
	padding: 10px;
}
#notepopup .closeButton{
	padding: 1px 24px;
    border-radius: 0px;
}

#acceptDialog .modal-content{
	background: #f5ecdd;
    padding: 10px;
}

#acceptDialog .modal-title{
	float: left;
	color: #EF7F1A;
	font-weight: bold;
}
#acceptDialog .modal-header{
	border-bottom: 1px solid #EF7F1A;
	padding: 0px 10px;
}
#acceptDialog .modal-footer{
	border-top: 1px solid #EF7F1A;
    padding: 10px 0px;
}
#acceptDialog .modal-body{
	margin-bottom: 20px;
	font-size: 85%;
	padding: 10px;
}
#acceptDialog .acceptDialogAccedi{
	padding: 1px 24px;
    border-radius: 0px;
	background: #EF7F1A;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    cursor: pointer;
    border: 0px;
}
#acceptDialog .acceptDialogChiudi{
	padding: 1px 24px;
    border-radius: 0px;
    background: #727271;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

#promo{
	background: #faf8f2;
	border: 0px;
	margin-bottom: 20px;
	font-size: 80%;
	padding: 10px;
}

#promo .title{
	margin: 0 auto;
	color: #ffffff;
	font-weight: bold;
}
#promo .promo-header{
	border-bottom: 1px solid #EF7F1A;
	padding: 0px 10px;
	background-color: #EF7F1A;
	border-radius: 0px;
}
#promo table{
	font-size: 100%;
	width: 100%;
}
#promo table td{
	padding: 5px;	
}
#promo table tr.thbg{
	background-color: #f4dec6;	
}

#promo table tr.odd {
  background: #f8ecdc;
}
#promo .customwidth{
	max-width: 750px;
}
#promo .boxinfoazienza{
	float: left;
    width: 40%;
}
#promo .boxinfoazienzadettaglio{
	background: #ffffff;
}
#promo .clearboth{
	clear: both;
}
.dettaglioprodottievidenza{
	margin-bottom: 5px;
}
.cercaprodprom{
    float: left;
    margin-left: 10px;
}
.cercaprodpromcerca {
	float: right;
}
.cercaprodpromcerca button{
	background-color: #727271;
    margin: 0;
    border: 0;
    padding: 3px 15px;
    font-weight: bold;
    color: #ffffff;
}
.cercaprodpromtipolabel{margin:0px;}
.cercaprodpromcategorialabel{margin:0px;}

#promo .richiestaOfferta{
    background: #EF7F1A;
    color: #ffffff;
    width: 200px;
    font-weight: bold;
    text-align: center;
}
.icohelp, .icohelp a, .icohelp a:visited,.icohelp a:hover, .icohelp span{
	padding: 2px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	display: block;
}
.nopadding{
    margin: 0;
    padding: 0;
}
#prodottiPromozione{
	background: yellow;
    text-align: center;
    color: red;
    font-weight: bold;
}
#richiedi-offerta .container{
	margin-bottom: 30px;
}
#box2 .modal-content{
	background: #f6edde;
}
#box2 .modal-dialog{
	width: 50%;
}
#loginButton{
	background: #EF7F1A;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
    width: 100%;
	border: 0px;
    border-radius: 0px;
    margin-top: 10px
}
#popupUsername{
	width: 100%;
}
#popupPassword{
	width: 100%;
}
#box2 .modal-header{
    background: #727271;
    padding: 3px 15px;
    text-align: center;
	border-radius: 0px;
}
#box2 .modal-header .modal-title{
	color: #ffffff;
	font-weight: bold;
}
#box2 .modal-content{
    border: 0px;
    border-radius: 0px;
}
#box2 .nuovoAccount{
	background: #727271;
    padding: 3px 15px;
    text-align: center;
	border-radius: 0px;
	color: #ffffff;
	font-weight: bold;
	width: 100%;
}
.hide{
	display: none;
}
#sezione-menu{
	width: 100%;
    padding: 10px;
}
@media (max-width: 1200px){
	#sezioni{
		display: none;
	}
}
@media (max-width: 1440px){
	.elenco-prodotti-boxDx{
		display: none;
	}
}

@media (min-width: 1200px){
	#burgerMenu{
		display: none;
	}
	#sezioni{
		display: block !important;
	}
}
@media (min-width: 1440px){
	.elenco-prodotti-boxDx-resp{
		display: none;
	}
}
#sezione-menu div{
	text-align: right;	
}
#burgerMenu{
	width: 35px;
    float: right;
    margin-right: 30px;
}
#burgerMenu .bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #EF7F1A;
  margin: 6px 0;
  transition: 0.4s;
}

#burgerMenu .change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
  background-color: #727271;
}
#burgerMenu .change .bar2 {opacity: 0;}

#burgerMenu .change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
  background-color: #727271;
}

.elenco-prodotti-boxDx-resp{
	width: 1020px;
    text-align: center;
    border-bottom: 1px solid #EF7F1A;
	margin-bottom: 10px;
}
#promo .hideTableRow{
	display: none;
}
#promo .richiediquotazionebox{
	margin: 10px 0px;
	
}
#iframeModal{
	width: 1000px;
	max-width: 1000px;
}
#iframeModal .modal-dialog{
	width: 960px;
	max-width: 960px;
}
#iframeModal .modalheader{
	background: #EF7F1A;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
#iframeModal .modal-content{
	border-radius: 0px;
}
#iframeModal .modalDescr{
	float: left;
}
#iframeModal .modalType{
	float: right;
}
#iframeModal .modalclear{
	clear: both;
}
#iframeModal .modalfooter{
	padding: 3px 10px;
	text-align: right;
}
#iframeModal .modal-body{
	padding-bottom: 1px;
}
#iframeModal .closeButton{
	padding: 1px 24px;
    border-radius: 0px;
}
#campo-ricerca{
	float: right;
	padding-right: 0px;
}
.clearboth{
	clear: both;
}
#title-menu-prodotti{
	float: left;
}
#albero-aziende{
    padding: 10px;
    margin-top: 7px;
}
#albero-categorie{
    padding: 10px;
    margin-top: 7px;
    position: relative;
}
.reminderTable td{
	padding: 5px;
    border: 1px solid #d1c7cf;
    width: 25px;
    text-align: center;
}
.link-video a, .link-video a:hover, .link-video a:visited{
	color:#ef7f1a;
	text-transform: uppercase; 
	text-decoration: none;
}

.form-control-feedback {
    color:red;
}
#dropzoneBuyer .file-row{
	margin-bottom: 4px;
}

#serverErrorMessageDialog .modal-content {
	background: #f5ecdd;
    padding: 10px;
}

#serverErrorMessageDialog .modal-title {
	float: left;
	color: #EF7F1A;
	font-weight: bold;
}
#serverErrorMessageDialog .modal-header{ 
	border-bottom: 1px solid #EF7F1A;
	padding: 0px 10px;
}
#serverErrorMessageDialog .modal-footer{
	border-top: 1px solid #EF7F1A;
    padding: 10px 0px;
}
#serverErrorMessageDialog .modal-body {
	margin-bottom: 20px;
	font-size: 85%;
	padding: 10px;
	color: #ef7f1a;
	font-weight: bold;
}
#serverErrorMessageDialog .buttonGrigio {
    padding: 1px 24px;
    border-radius: 0px;
    background: #ef7f1a;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 0px;
}

#clientMessageDialog .modal-content {
	background: #f5ecdd;
    padding: 10px;
}

#clientMessageDialog .modal-title {
	float: left;
	color: #EF7F1A;
	font-weight: bold;
}
#clientMessageDialog .modal-header{ 
	border-bottom: 1px solid #EF7F1A;
	padding: 0px 10px;
}
#clientMessageDialog .modal-footer{
	border-top: 1px solid #EF7F1A;
    padding: 10px 0px;
}
#clientMessageDialog .modal-body {
	margin-bottom: 20px;
	font-size: 85%;
	padding: 10px;
	color: #ef7f1a;
	font-weight: bold;
}
#clientMessageDialog .buttonGrigio {
    padding: 1px 24px;
    border-radius: 0px;
    background: #ef7f1a;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    border: 0px;
}
.infofiltro{
    position: absolute;
    width: 200px;
    height: auto;
    z-index: 99;
    background: white;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
    font-family: 'Lato';
    left: 20;
    top: -10;
    display: none;
}
.infofiltrowrapper{
	position: relative;
}
.infofiltrowrapper:hover .infofiltro{
  display: block;
}
.spinnerCatalog{
	width: 100%;
	border: 1px solid red;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
	text-align: center;
	padding-top: 50;
}
.spinnerCatalogArancio{
	color: #ef7f1a;
}