@charset "utf-8";

html {
}

body {
    background-color: #dedede;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
}

main {
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
}

.firstSection {
    margin-top: 50px;
} 

.text-customcolor {
    color: #3f7aa4 !important;
}
.customcolor {
    background-color: #3f7aa4 !important;
}

body.user {
   //background: #dedede url("../img/sfondo.png") no-repeat fixed center;
   //background-size: 100% 100%;
}

.container .card {
}

.toast {
    background-color: white;
    height: auto;
}

.toast.error {
    /*border-left-color: #d32f2f;
    border-style: solid;
    border-radius: 0px;
    border-width:5px;*/
}

.action {
    padding:5px 5px 5px 5px;
    margin-bottom: 0;
}

.limit {
    max-height: 500px;
    overflow-y: auto;
}

textarea.materialize-textarea {
    max-height: 200px;
    max-width: 500px;
    overflow-y: auto;
}

img.prodotto {
    max-width: 50px;
    max-height: 50px;
}

.tabs .indicator {
    background-color: #4DB6AC;
}

.tabs li.tab a {
    color: #4DB6AC;
}
.tabs li.tab a:hover {
    color: #b2dfdb;
}

footer {
    margin-top:50px;
}


@media only screen and (min-width:993px){
    #loginArea {
        max-height: 100%;
        height: 40%;
    }
}

@media only screen and (max-width:992px){
    #loginArea {
        max-height: 100%;
        height: 80%;
    }
}

@media only screen and (min-width:601px){
    .leftimg {
        float:left; 
        margin-right: 10px;
    }
    

    .rightimg {
        float:right;
        margin-left: 10px;
    }
    .nav-wrapper {
    }
    
    .nav-wrapper > div.centered {
		display: inline-block;
		width: 100%;
                height: 64px;
    }
    
    .nav-wrapper > div.centered > ul {
        position: absolute;
        left:50%;
        text-align:center;
        -webkit-transform: translate(-25%, 0%);
        -moz-transform: translate(-25%, 0%);
        -ms-transform:translate(-25%, 0%);
        -o-transform: translate(-25%, 0%);
        transform: translate(-25%, 0%);
        width: 100%;
    }
    
    nav.large:not(.alertify-buttons) {
        height: 250px;
        position: relative;
        display:block;
        //background: #dedede url("../img/top.png") no-repeat fixed center;
    }
    
    nav.small:not(.alertify-buttons) {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2000;
    }

    ul.side-nav.fixed{
        //margin-top: 64px;
    }
    
    .brand-logo.large {
        margin-top: 60px;
        height: 100%;
        //left: 200px;
        
        font-family: 'Tangerine', serif;
        font-size: 150px;
        margin-bottom: 20px;
        
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); 
    }
    
    .brand-logo.small {
        margin-top: 0px;
        height: 100%;
        //left: 200px;
        
        font-family: 'Tangerine', serif;
        font-size: 60px;
        margin-bottom: 20px;
    }
    
    /*header,nav, a, img, li{
        transition: all 1s;
        -moz-transition: all 1s; 
        -webkit-transition: all 1s; 
        -o-transition: all 1s;
    }*/
}

@media only screen and (max-width:600px){
    .leftimg, .rightimg {
        display: block;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        padding:10px;
        width: 80%;
        height: auto;
    }
    #title {
        font-family: 'Tangerine', serif;
        font-size: 55px;
    }
    
    nav.mobile-scroll:not(.alertify-buttons) {
        position: fixed;
        opacity: 0.9;
        overflow:visible;
        z-index: 2000;
    }
}

ul.hide-on-med-and-down {
}

div.centered {
    position: absolute;
    bottom:0%;
    right:0%;
    display: block;

}

ul.borderless {
    margin:0;
    border:none;
}

.collapsible-body p {
    padding: 1rem;
}

.collapsible-header {
    height:auto;
}

.collapsible-header > span {
}


a.productShare {
    position:absolute;
    bottom:30px;
    right:50px;
    margin-right: 18px;
    font-size: 35px;
}

a.shoppingAdd {
    position:absolute;
    bottom:30px;
    right:10px;
    margin-right: 18px;
    font-size: 35px;
}

a.productShare:hover {
    color:#388e3c;
}

a.shoppingAdd:hover {
    color:#388e3c;
}

a.shoppingView {
    position: fixed;
    bottom:30px;
    right:5%;
}

span.badge.cartCount {
    position: fixed;
    right:5.4%;
    bottom:105px;
    background-color: #212121;
    border-radius: 10px;
    z-index: 200;
}

.prodottoView {
    margin-top: 10px;
    padding: 10px;
    height: 460px;
}

span.card-title.activator.nome {
    position:absolute;
    left:20px;
    right: 40px;
    font-size: 15px;
    line-height: 1.4rem;
    height: 150px;
    word-break: keep-all;
}

span.card-title.nomeDesc {
    position: absolute;
    line-height: 1.5rem;
    left:20px;
    right:40px;
    word-break: keep-all;
    font-size: 18px;
}

/*Badge Offerta*/
img.offertaView {
    position: absolute;
    height:85px;
    left:0px;
    top:0px;
    z-index: 1;
}

span.scontoText {
    position: absolute;
    top:24px;
    font-weight: bold;
    left:13px;
    color:white;
    font-size: 25px;
    z-index: 1;
    -ms-transform: rotate(-25deg); /* IE 9 */
    -webkit-transform: rotate(-25deg); /* Chrome, Safari, Opera */
    transform: rotate(-25deg);
}
/*===*/

p.descrizioneProdotto {
    position: absolute;
    margin-right: 20px;
    
    left:10px;
    top:160px;
}

p.prezzo{
    position: absolute;
    bottom:20px;
    left:20px;
    max-width: 200px;
    margin-left: 10px;
}

p.codice{
    position: absolute;
    bottom:88px;
    left:20px;
    margin-left: 10px;
}

.card-image {
    height: 250px;
}

i.closeDescription {
    position: absolute;
    top: 0px;
    right:-25px;
    font-size: 25px;
}

i.openDescription {
    position: absolute;
    top:0px;
    right:-25px;
    font-size: 25px;
}

#carrello {
    width:95%;
}

#selezionaTuttoLbl {
    font-size: 18px;
}

.btn:hover {
    background-color:#dedede;
}

.pagination li.active {
    background-color: #616161;
}

.tabs .indicator {
    background-color: #212121;
}

.tabs li.tab a {
    color: #212121;
}
.tabs li.tab a:hover {
    color: #616161;
}

a.navigationBtn {
    position: fixed;
    bottom:100px;
    right:5%;
}

a.navigationBtnBack {
    position: fixed;
    bottom:100px;
    left:5%;
}

.scrollable {
    overflow-x: auto;
    width: 100%;
}

.modificaBtn { 
    background-color:#484848;
    text-transform: uppercase;
    color:white;
    padding: 10px;
}

table.gestioneUtente > tbody > tr > td{
    padding: 0px;
    padding-right: 5px; 
}

.modificaBtn:hover {
    background-color:#646464;
}


p.gestioneUtente {
  //  height: 30px;
}

div.cookiePolicy {
    position: fixed;
    top:0%;
    width:100%;
    height: auto;
    opacity: 0.92;
}

#cookieAccept {
    margin-top: 20px;
    //margin-right: auto;
    //opacity: 1;
}

#moreInfo {
    margin-top: 20px;
    //margin-right: auto;
    //opacity: 1;
}

button:disabled {
    opacity:0.4;
}

@media only screen and (max-height: 575px) {
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}