﻿
.choosePayment {
    display: none;
}


#boxEditStruttura {
    position:relative;
    display:block;
}


#boxEditStruttura .galleryImageStruttura {
    display:block;
    width:100%;
}

.boxGalleryStruttura {
    position: relative;
    padding-bottom: 40px;
    text-align: center;
    list-style-type: none;
}
    .boxGalleryStruttura li {
        margin: 3px 3px 3px 0;
        padding: 1px;
        float: left;
        width: 147px;
        height: 147px;
        font-size: 4em;
        text-align: center;
    }


    .boxUploadFotoGallery {
        height: 150px;
        width: 19%;
        background: #dedede;
        display: inline-table;
        position: relative;
        background-attachment: scroll !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        margin: 3px;
    }

.btnModifyFoto {
    position: absolute;
    top: 2px;
    right: 32px;
    display: block;
    height: 30px;
    width: 30px;
    background: url(../App_Images/icona_edit.png) no-repeat center;
    overflow: hidden;
    cursor: pointer;
    background-size: 22px;
    z-index: 4;
}

    .btnModifyFoto:hover {
        opacity: 0.6;
    }

.btnDeleteFoto {
    position: absolute;
    top: 2px;
    right: 2px;
    display: block;
    height: 30px;
    width: 30px;
    background: url(../App_Images/del_foto.png) no-repeat top center;
    overflow: hidden;
    cursor: pointer;
    z-index:4;
}
.btnDeleteFoto:hover {
    opacity:0.5;
}


.boxAddGallery {
    display: block;
    min-height: 50px;
    background: #98B3CA;
    color: #fff;
    text-align: center;
    width: 250px;
    position: relative;
    border: 1px solid #efefef;
    margin-bottom: 10px;
}
.textInsideButton {
    font-family: 'Open Sans', sans-serif;
    line-height: 50px;
}
    .textInsideButton .note {
        color:#fff;
    }

.boxAddGallery:hover {
    opacity:0.5 !important;
    cursor:pointer !important;
}


#boxEditStruttura .headerImageStruttura {
    display:block;
    width:100%;
    height:220px;
    background:#9c9c9c;
}
#boxEditStruttura .takePicture {
    padding: 0 !important;
    cursor: pointer !important;
    height: 100%;
    width: 100%;
}
    #boxEditStruttura .takePicture:hover .changeFoto{
        opacity:0.5;
    }



#boxEditStruttura .boxUploadImage {
    position:absolute;
    display: block;
    width: 100%;
    height:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-image:none;
    z-index:0;
}
#boxEditStruttura .inputHidden {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
}
#boxEditStruttura .loadImg {
    position: absolute;
    padding:0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    background: rgba(255, 255, 255, 0.90);
    display: none;
}
#boxEditStruttura .progressBar {
    position: absolute;
    height: 50px;
    width: 100%;
    display: block;
    top: 0;
    bottom: 0;
    padding: 8px;
    margin: auto;
}
#boxEditStruttura .progressBar .linee {
    display: block;
    background: #98B3CA;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #fff;
    width: 5%;
    position: relative;
}

.changeFoto {
    background-image:url(../App_Images/changeFoto.png);
    background-position:center center;
    background-repeat:no-repeat;
    cursor:pointer;
    position:absolute;
    z-index:5;
    height:100%;
    width:100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
}
.imageProfileThumb {
    overflow: hidden;
}
.imageProfileThumb .imgThumbUtente{
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    overflow: hidden;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


#boxEditStruttura .headerLogoStruttura {
    display: block;
    width: 140px;
    height: 140px;
    background: #9c9c9c;
    position: absolute;
    z-index: 20;
    left: 10px;
    top: 115px;
}

#boxEditStruttura .optionStruttura {
    display:table;
    padding:10px 0;
    position:relative;
    width:100%;
}
    #boxEditStruttura .optionStruttura .icoOptionStr:first-child {
        border-left:none;
    }
#boxEditStruttura .optionStruttura .icoOptionStr{
    display:table-cell;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    border-left:1px dotted #dedede;
    width:25%;
}
#boxEditStruttura .optionStruttura .icoOptionStr span {
    text-align:center !important;
    font-size:40px;
    font-weight:bold;
    color:rgba(237, 30, 36, 1);
}

#boxEditStruttura .optionStruttura .icoOptionStr label {
    text-align:center !important;
}




.boxStatistiche {
    font-family: 'Open Sans', sans-serif;
    display:block;
    position:relative;
   
    width:100%;

}

.textLabel {
    display:inline-block;
    padding-left:30px;
    line-height:20px;
    font-weight:400;
}
.icoLabel {
    display:inline-block;
    height:20px;
    width:20px;
    position:absolute;
    background-size:20px;
    background-position:center center;
    background-repeat:no-repeat;
}

.icoBacheca {
    background-image:url(../App_Images/editStruttura/ico_bacheca.svg);
}
.icoEventi {
    background-image:url(../App_Images/editStruttura/ico_eventi.svg) ;
}
.icoProfilo {
    background-image:url(../App_Images/editStruttura/ico_profilo.svg);
}
.icoPromozioni {
    background-image:url(../App_Images/editStruttura/ico_promozioni.svg);
}
.icoStrutture {
    background-image:url(../App_Images/editStruttura/ico_strutture.svg);
}
.icoGallery {
    background-image:url(../App_Images/editStruttura/ico_gallery.svg);
}
.icoPost {
    background-image:url(../App_Images/editStruttura/ico_post.svg);
}


.listSchedaOption , .listAccountOption{
    display:block;
    margin-top:10px;
}
.listSchedaOption li , .listAccountOption li{
    border-bottom:1px solid #dedede;
}
.listSchedaOption li a, .listAccountOption li a{
    display:block;
    padding:14px;
    color:#fff;
    font-size:16px;
    font-weight:normal;
    background-color: rgb(237, 30, 36);
}
    .listSchedaOption li a:hover, .listAccountOption li a:hover {
        color:#fff !important;
        background-color:#000 !important;
    }


.hotel-category .listSchedaOption li a {
    background-color:rgb(95, 90, 190);
}

.ristoranti-category .listSchedaOption li a {
    background-color:#00a550;
}
.shopping-category .listSchedaOption li a {
    background-color:#ed2a7b;
}
.tempolibero-category .listSchedaOption li a {
    background-color:#006D98;
}
.servizi-category .listSchedaOption li a {
    background-color:#944f4f;
}

@media screen and (max-width:900px) {
    .textLabel {
        display:none;
    }
    .listOptionProfile .btnSchedaProfile {
        width:100%;
        text-align: center;
    }

    .icoLabel {
        position:relative;
        width:100%;
    }

    .boxUploadFotoGallery {
        width:24%;
    }
}

@media screen and (max-width:600px) {
    .headerLogoStruttura {
        width: 100px !important;
        height: 100px !important;
        top: 130px !important;
    }

    .boxUploadFotoGallery {
        width:48%;
    }
    
}