﻿* {
    padding:0;
    margin:0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;

}


hr {
    margin:20px 0;
}


html { 
    height:100%;
    width:100%;
}
body {
    height:100%;
    width:100%;
    color:#666;

    background-color: #EFF1F2;
}

strong {
    font-weight:900;
}

.center {
    text-align:center;
}

.uppercase {
    text-transform:uppercase;
}

.master_cms {
    display:block;
    height:100%;
    width:100%;
}
.content_cms {
    display:block;
    height:100%;
    width:100%;
    padding:10px;
}

.breadcrumb_cms {
    font-family: 'Lato', sans-serif;
    font-weight:100;
    padding:15px 0 0 0;
    color:#000;
    font-size:13px;
    display:block;
}

h1 {
    font-size:36px;
    padding:30px 0;
    font-weight:100;
    font-family: 'Lato', sans-serif;
}
h2 {
    font-size:24px;
    padding:20px 0;
    font-weight:100;
    font-family: 'Lato', sans-serif;
}
h3 {
    font-size:20px;
    padding:5px 0;
    font-weight:100;
    font-family: 'Lato', sans-serif;
}
h3.titleSection {
    color:#000;
    border-bottom:3px solid #98B3CA;
    margin-bottom:15px;
}
p {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding:0 0 10px 0;
    color:#000;
}

.note {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    padding:10px 0;
    color:#666;
}


.userLoggedMenuCms {
    color: #fff;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
    padding: 10px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:90px;
    z-index: 99;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    background: #333333;
}
.headerLogin {
    display: inline-table;
    vertical-align: top;
    margin-top: 12px;
    margin-left: 30px;
}
.btn_logout {
    background: #666 !important;
    position: relative;
    z-index: 99;
    top: 14px;
    float: right;

}

.headButton {
    position: absolute;
    right: 5px;
    top: 100px;
}

.templatelabel .headButton {
    top:-28px;
    right:0;
}

.checkBoxSelThumb {
    height: 30px !important;
    margin-top: 10px;
}

.boxSearch {
    width:50% !important;
}
.btn_send {
    padding: 10px 8px;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-table;
    background:#00aff0;
    background-image:none !important;
}
.btn_send:hover {
        background:#ccc !important;
    }


.btn_backpage {
    margin:0 10px;
}
.boxMenu_Panel {
    position: fixed;
    left: 0;
    top: 90px;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    width: 39px;
    background: #565454;
    z-index: 99;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.menu_cms {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.master_cms.menuOpen .boxMenu_Panel {
    width: 230px;
}
.menu_cms ul {
    display: none;
    list-style: circle;
    background: #999;
    min-width: 100%;
    float: left;
    list-style: none;
}
.menu_cms ul li {
    float: left;
    display: block;
    padding: 10px 0 10px 40px;
    width: 100%;
}

.titleMenu {
    font-size: 14px !important;
    font-family: 'Lato', sans-serif;
    padding: 10px 0 10px 40px;
    text-decoration: none;
    color: #fff;
    display: block;
    cursor: pointer;
    position: relative;
    height: 39px;
    overflow: hidden;
    line-height:20px;
}
.titleMenu:hover {
        opacity:0.5;
    }

.submenu {
    padding:10px 0;
}

.linkSubMenu {
    font-size: 12px !important;
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    color: #fff;
    display: block;
    cursor: pointer;
    position: relative;
}
    .linkSubMenu:hover {
        color: #000;
    }

.openMenu {
    background: url(../Cms_Images/ico/openMenu.png) no-repeat 10px center;
    overflow: hidden;
    text-indent: 9999999px;
}
.master_cms.menuOpen .voiceMenu {
    opacity: 1;
}
.voiceMenu {
    opacity: 0;
}


.infoLoggedMenuCms {
    font-size: 11px;
    font-style: italic;
    text-shadow: none;
    font-weight: normal;
    color: #999;
}


.searchMenu {
    background:url(../Cms_Images/ico/search.png) no-repeat 10px center;
}
.homeMenu {
    background:url(../Cms_Images/ico/home.png) no-repeat 10px center;
}
.biografiaMenu {
    background:url(../Cms_Images/ico/biografia.png) no-repeat 10px center;
}
.portfolioMenu {
    background:url(../Cms_Images/ico/portfolio.png) no-repeat 10px center;
}

.catalogoMenu {
    background:url(../Cms_Images/ico/catalogo.png) no-repeat 10px center;
}
.animaliMenu {
    background:url(../Cms_Images/ico/animali.png) no-repeat 10px center;
}

.attivitaMenu {
    background:url(../Cms_Images/ico/attivita.png) no-repeat 10px center;
}
.promozioniMenu {
    background:url(../Cms_Images/ico/promozioni.png) no-repeat 10px center;
}
.testimonialsMenu {
    background:url(../Cms_Images/ico/testimonials.png) no-repeat 10px center;
}
.articoliMenu {
    background:url(../Cms_Images/ico/articoli.png) no-repeat 10px center;
}
.calendarioMenu {
    background:url(../Cms_Images/ico/calendario.png) no-repeat 10px center;
}
.newsletterMenu {
    background:url(../Cms_Images/ico/newsletter.png) no-repeat 10px center;
}
.settingsMenu {
    background:url(../Cms_Images/ico/settings.png) no-repeat 10px center;
}
.utentiMenu {
    background:url(../Cms_Images/ico/utenti.png) no-repeat 10px center;
}
.contrattiMenu {
    background:url(../Cms_Images/ico/contratti.png) no-repeat 10px center;
}


.icoField.calendario {
    background-image:url(../Cms_Images/ico/calendario.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#333333;
}
.icoField.orario {
    background-image:url(../Cms_Images/ico/orario.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#98B3CA;
}
.inside_cms {
    padding-top: 90px;
    padding-left: 50px;
    padding-right:10px;
    width: 100%;
    background: #fff;
    min-height: 300px;
    color: #999;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    vertical-align: top;
    float: left;
}

    .inside_cms h1 {
        color:#000;
        padding:10px 0;
        margin-bottom:10px;
    }

.pageContent {
    padding: 15px;
}
.rounded {
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.big_ico_home {
    display: inline-table;
    width: 200px;
    height: 200px;
    overflow: hidden;
    background: #dedede;
    vertical-align: top;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
}
.labelIcoHome {
    display: block;
    font-family: 'Lato', sans-serif;
    width: 100%;
    margin-bottom: 10px;
    height: 34px;
    color: #666;
}
.big_ico_doble {
    width: 406px;
}
.numbUtentiHome {
    font-family: 'Lato', sans-serif;
    display: block;
    color: #000;
    font-size: 80px;
    margin: auto;
    width: 100%;
}
.numbIncassoTotale {
   font-family: 'Lato', sans-serif;
    display: block;
    color: #000;
    font-size: 60px;
    margin: auto;
    width: 100%;
}


/*--- PAGINATION-------------------------------------------------*/
.menuProductTable {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom:10px;
}
.boxTotProd {
    text-align: left;
    font-size: 14px;
    color: #999;
}
.singleBoxMenuProduct {
    font-family: 'Lato', sans-serif;
    display: table-cell;
    vertical-align: middle;
}
.boxOrderProd {
    text-align: right;
    font-size: 14px;
    color: #999;
}
.boxOrderProd select {
    -ms-border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid #dedede;
    line-height: 26px;
    color: #666;

    width:auto;
    display:inline-block;
}
.boxPaginationProd {
    text-align: right;
    font-size: 14px;
    color: #999;
    position: relative;
}

    .boxPaginationProd input {
        display:inline-block;
        vertical-align:top;
    }

    .boxPaginationProd .textCurrentPage {
        display:inline-block;
        line-height:38px;
        margin:0 10px;
    }
    .boxPaginationProd .btn {
        cursor:pointer;
            display:inline-block;
            width: 36px;
    }
    .boxPaginationProd input:hover {
        opacity:0.5;
    }

    .btn_reset {
        float: right;
        display: inline-block;
        cursor: pointer;
        height: 28px;
        width: 28px;
        position: relative;
        background: url(../Cms_Images/btn_reset.png) no-repeat;
    }

    .btn_search {
        float: right;
        display: inline-block;
        cursor: pointer;
        height: 28px;
        width: 28px;
        position: relative;
        background: url(../Cms_Images/btn_search.png) no-repeat;
    }
/*--- TAB LINGUE -------------------------------------------------------------*/

.cms_selectLang_form {
    margin: 0;
    list-style: none;
}
.cms_selectLang_form li {
    font-family: 'Lato', sans-serif;
    padding: 5px 10px;
    color: #ccc;
    display: inline-table;
    font-size: 12px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    cursor: pointer;
}
.cms_selectLang_form li.active {
    color: #000;
    font-weight: bold;
    border-top: 2px solid #000;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    background: #f4f4f4;
}
.singleLanguageForm {
    display: none;
    position:relative;
    padding:10px;
    background: #f4f4f4;
}

.contentLanguageForm {
    margin-bottom:10px;
}

.blog_list {
    padding: 10px;
    border:1px solid #efefef;
    margin-bottom: 5px;
    font-family: 'Lato', sans-serif;
    color: #666;
    font-size: 16px;
    line-height: 20px;

    -moz-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    min-height: 60px;
}

.listHeaderText {
    font-family: 'Lato', sans-serif;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 11px;
}
.listTypeContratto {
    font-family: 'Lato', sans-serif;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    font-size:14px;
    line-height: 14px;
    padding:4px 0;
}
.blockPrezzoContratto {
    font-family: 'Lato', sans-serif;
    position:absolute;
    left:0px;
    width:80px;
    text-align:right;
    font-size:16px;
    line-height:50px;
    font-weight:bold;
    color:#000;
}

.listData {
    font-family: 'Lato', sans-serif;
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    font-size: 11px;
    line-height: 11px;
}
.haveThumb {
    padding-left:60px;
}
.havePrice {
    padding-left:100px;
}
.listThumbImage {
    position:absolute;
    left:5px;
    top:5px;
    height:50px;
    width:50px;
    display:block;
    overflow:hidden;
    background-position:center center;
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-size:cover;
}


.listGroupElem {
    display: inline-block;
    vertical-align: top;
    min-width: 360px;
    padding-right: 10px;
}


.listNomeUtenti {
    font-family: 'Lato', sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    position: relative;
    z-index: 1;
}
.listNomeUtenti a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #98B3CA;
    cursor: pointer;
}
.listLink {
    cursor:pointer;
    font-size: 16px;
    color: #98B3CA;
    text-decoration: none;
}
.listLink:hover {
    color:#000;
}
.pagatoContratto_ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 40px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_pagato.png) no-repeat bottom;
    z-index: 20;
}
.pagatoContratto_ico.active {
    background-position: top;
}


.edit_ico {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 4px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_edit.png) no-repeat;
}
.public_ico.active {
    background-position: top;
}
.public_ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 40px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_status.png) no-repeat bottom;
    z-index: 20;
}

.home_ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 80px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_home.png) no-repeat bottom;
    z-index: 20;
}
.valida_ico{
    display: block;
    position: absolute;
    top: 10px;
    right: 80px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_valida.png) no-repeat bottom;
    
    z-index: 20;
}
.scaduto_ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 80px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_scaduto.png) no-repeat bottom;
    z-index: 20;
}



.subListCateg {
    padding-left:30px;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 12px;
}
    .subListCateg li {
        padding: 15px 0 0px 0;

        vertical-align: middle;
    line-height: 15px;
    }

.hiddenSubList {
    display:none;
}
.hiddenElem {
    display:none !important;
}
/*---------------------------------------------------------------------------------------*/

#save_success, #salve_error, #wait_loader {
    display:none;
    background-color:rgba(250,250,250,.5);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#save_success, #salve_error {
    z-index:1000;
}

#save_success {
    background-image:url(../Cms_Images/save_success.png);
    background-position:center center;
    background-repeat:no-repeat;
}
#wait_loader {
    z-index:999;
    background-image:url(../Cms_Images/preloader.gif);
    background-position:center center;
    background-repeat:no-repeat;
}



/*  FORM -----------------------------------------------------------*/

.blockFixOption {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 3px solid #999;
    background: rgba(40, 40, 40, 0.90);
    z-index: 10;
    padding:10px 10px 10px 50px;
}

.spacerBlockFix {
    display:block;
    height:60px;
    width:100%;
}

#box_login {
    width:500px;
    padding: 40px;
    display:block;
    margin:0 auto;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    margin-bottom: 17px;
    background-color: #fff;
    border: 1px solid transparent;
    font-family: 'Lato', sans-serif;

}
.spacer {
    display:block;
    padding-bottom:55px;
}

.linkSubSegmentFirst {
    color:#000;
    text-decoration:none;
    font-size:16px;
}
.linkSubSegmentFirst:hover {
    color:#ccc;
}

.linkSubSegment {
    color:#000;
    text-decoration:none;
    font-size:12px;
}
.linkSubSegment:hover {
    color:#ccc;
}

.btnAddElementSegment {
    cursor:pointer;
    color:#98B3CA;
    text-decoration:underline;
    padding-left:15px;
    background:url(../Cms_Images/linkBread.png) no-repeat left center;
}
.btnAddElementSegment:hover {
    color:#000;
}


.modSegment {
    display: inline-block !important;
    background-image: url(../Cms_Images/btn/mod_element_mini.png);
    vertical-align: top;
    margin-right: 5px;

}
    .modSegment:hover {
        opacity:0.5;
    }
.statusSegment {
    display: inline-block !important;
    background-image: url(../Cms_Images/btn/status_elem.png);
    vertical-align: top;
    margin-right: 5px;
    background-color:#E9EDF1 !important;
}
    .statusSegment:hover {
        opacity:0.5;
    }

.statusSegment.active {
    background-color:#98B3CA !important;
}


.moveSegment {
    display: inline-block !important;
    background-image: url(../Cms_Images/btn/move_elem_mini.png);
    vertical-align: top;
    margin-right: 5px;
    cursor:move !important;
}
    .moveSegment:hover {
        opacity:0.5;
    }



/*  FORM ---------------------------------*/
.checkBox {
  padding: 15px !important;
  display: inline-table;
  height: 20px !important;
  width: 20px !important;
}
.fieldCheckBox {
  width: 30px;
  display: inline-table;
  vertical-align: middle;
  position: relative;
  z-index: 3;
}

.boxCheckbox {
    clear: both;
    float: left;
    padding-top: 2px;
}


.cms_image {
    z-index: 1;
    position: absolute;
    margin: 0 auto;
    width: 233px;
    left: 0;
    right: 0;
    text-align:center;
}

.cms_title {
    text-align:center;
}

.cms_form {
    position:relative;
    display:block;

}

.fieldset {
    width:100%;
    position:relative;
    margin-bottom:15px;
}
.halfField:first-of-type {
    padding-right: 10px;
}
.halfField {
    color: #666;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding-right: 0;
    width: 50%;
}
.singleField {
    position:relative;
    display:inline-block;
    vertical-align:top;
    width:240px;
    margin-right:10px;
}

.middleField {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin-right: 10px;
}
 .quantitaField {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    margin-right: 10px;
}
.optionField {
    display:inline-block;
    vertical-align:top;
    width:120px;
    margin-right:10px;
}

.fieldOptionText {
        width: 100%;
    display:inline-block;
    vertical-align:top;

}
    .fieldOptionText.rightSide {
            padding-left: 40px;
    }
    .fieldOptionText.rightSide input, .fieldOptionText.rightSide select {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-left:0;
        -moz-border-left:0;
        -webkit-border-left:0;
    }
    .fieldOptionText.leftSide {
            padding-right: 40px;
    }
    .fieldOptionText.leftSide input, .fieldOptionText.leftSide select {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-right:0;
        -moz-border-right:0;
        -webkit-border-right:0;
    }

.fieldOptionIco {
    display:inline-block;
    vertical-align:top;
    width:40px;
    position:absolute;
}
    .fieldOptionIco.rightSide {
        right:0;
    }
    .fieldOptionIco.rightSide .icoField, .icoField.rightSide , .fieldOptionIco.rightSide .btnAction {
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .fieldOptionIco.leftSide .icoField, .icoField.leftSide, .fieldOptionIco.leftSide .btnAction {
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .fieldOptionIco.leftSide {
        left:0;
    }
.icoField.rightSide {
    border-left:0;
}
.icoField {
    display:block;
    height:38px;
    width:38px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color:#f4f4f4;
    text-align:center;
    line-height:38px;
    background-position:center center;
    background-repeat:no-repeat;
    overflow:hidden;
    color:#666;
    font-family: 'Lato', sans-serif;
    border: 1px solid #C7D6DB;
}

.relativeBox {
    position:relative;
    width:100%;
}

.buttonBox:hover {
    cursor:pointer !important;
}

    .buttonBox:hover .btnAction {
        background-color:#000 !important;
    }

.inlineBlock {
    display:inline-block;
    vertical-align:top;
}

.fieldHalf {
    width:50% !important;
}
    .fieldHalf:first-of-type {
        padding-right:10px;
    }

.fieldTrueFalseIco {
    display:inline-block;
    vertical-align:top;
    width:100%;
}
    .fieldTrueFalseIco input {
        display:none;
    }
    .fieldTrueFalseIco label {
        display:block;
        width:100%;
    }
.fieldTrueFalseIco .icoField{
    vertical-align:top;
    cursor:pointer;
    width:50%;
    display:inline-block;
    background:#FFF;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

    .fieldTrueFalseIco .icoField:hover {
        color:#ccc;
    }

.fieldTrueFalseIco .icoField.active {
    background:#98B3CA;
    color:#fff;
}
.quantitaField {
    display:inline-block;
    vertical-align:top;
    width:60px;
    margin-right:10px;
}
.miniField {
    display:inline-block;
    vertical-align:top;
    width:40px;
    margin-right:10px;
}
label {
    display: inline-block;
    max-width: 100%;
    font-family: 'Lato', sans-serif;
    margin-bottom: 5px;
        font-size: 13px;
    font-weight: normal;
    color: #666;
    min-height:13px;
}

/*---------------------*/
.ui-state-default {
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    background:#fff;
    border:1px solid #dedede;
}
.ui-state-active {
    background:#98B3CA;
    color:#fff;
}

button {
    border:0;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
input,textarea,select {
    display: inline-block;
    vertical-align:top;
    height: inherit !important;
    padding: 10px 8px !important;
    width: 100%;
    height: 31px;

    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #C7D6DB;
    border-radius: 3px;
    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}

    textarea.middle {
        height: 220px !important;
        resize: vertical;
    }

.cssPrice {
    font-size: 16px;
    padding: 7px 8px !important;
    color: #000;
    font-weight: bold;
}

.inputTitle {
    font-size:16px;
    font-weight:bold;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 12px 10px;

    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: button;
    cursor: pointer;

    -webkit-transition: all ease-in-out 0.15s;
    -o-transition: all ease-in-out 0.15s;
    transition: all ease-in-out 0.15s;
}
.btn.btn-primary {
    background-color: #00aff0;
    color: #fff;
    text-transform: uppercase;
}

    .btn.btn-primary:hover {
        background-color: #000000;
    }

.btn-full {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.padding-top {
    padding-top: 15px;
}

.error {
    background-color: #dc4949;
    color:#fff;
}

.box-error {
    color: #dc4949;
    display:none;
}

.lightBox_delete {
    background-color:rgba(0,0,0,.5);
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    display:none;
}

.boxLightBox {
    font-family: 'Lato', sans-serif;
    padding:10px;
    max-width:400px;
    margin:100px auto;
    background:#fff;
}


/* UPLOAD FOTO PRODOTTI ----------------------------------------------------------*/
.boxBotton {
    display:inline-block;
    vertical-align:top;
    min-height:40px;
    background-color:#98B3CA !important;
    background-position:10px center;
    background-repeat:no-repeat;
    color:#fff !important;
    width:200px;
    text-align:center;
    padding:0 15px;
    margin:0 3px;
    position:relative;
    border:1px solid #efefef;
    cursor:pointer;
    text-transform:uppercase;
    font-size:12px;
}
.boxBotton:hover {
    background-color:#000 !important;
}

.boxBottonIco {
    text-align:left !important;
    padding-left:40px !important;
}
.sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}
.sort:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    position: relative;
    bottom: -10px;
    right: -5px;
}

.boxAddGallery, .boxAddDocument {
    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: 'Lato', sans-serif;
    line-height:50px;
}
.textInsideMiniButton {

    font-family: 'Lato', sans-serif;
    line-height: 38px;
    font-size: 10px;
    border-top: 1px solid #C7D6DB;
    border-bottom: 1px solid #C7D6DB;
    border-left: 1px solid #C7D6DB;
    height: 39px;
    display: block;
        padding-left: 10px;
}

.boxBigAnteprima250 {
    display:block;
    height:250px;
    width:250px;
    position:relative;
    border:1px solid #efefef;
    margin-bottom:10px;
}
.inputHidden {
    position: absolute !important;
    top: 0;
    left:0;
    opacity: 0;
    width:100%;
    height:100%;
    z-index:10;
    cursor:pointer;
}

.loadImg {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:12;
    background:rgba(255, 255, 255, 0.90);
    display:none;
}
.progressBar {
    position: absolute;
    height: 36px;
    width: 100%;
    display: block;
    top: 0;
    bottom: 0;
    padding: 8px;
    margin: auto;
}
.progressBar .linee{
    display:block;
    background:#98B3CA;
    height:20px;
    line-height:20px;
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-size:12px;
    color:#fff;
    width:5%;
    position:relative;
    
}

.boxUploadImage {
    
    display:block;
    width:100%;
    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;
}
.takePicture, .takePicture .fileUploadPost, .takePicture .fileUploadEventi, .takePicture .fileUploadAdd, .takePicture .fileUploadAddEventi, .takePicture .fileUploadSottoCategAdd {
    padding: 0 !important;
    cursor:pointer !important;
    height:100%;
    width:100%;
    position:relative;
}
.takePicture:hover .boxUploadImage, .boxAddGallery:hover, .boxAddDocument:hover {
    opacity:0.5 !important;
    cursor:pointer !important;
}
.boxUploadImage img {
    display:block;
    width:100%;
    height:auto;
}


.boxGalleryProduct {
    display:block;
    min-height:50px;
    width:250px;
    position:relative;
    border:1px solid #efefef;
}

#galleryProduct {
    width:100%;

}
    #galleryProduct li {
        vertical-align:top;
        display:inline-block;
        width:33.333%;
    }
    #galleryProduct a {
        vertical-align:top;
        display:inline-block;
    }
    #galleryProduct .boxOptionImage {
        vertical-align:top;
        display: inline-block;
        vertical-align: top;
    }
/* PRODOTTI CMS -----------------------------------------------------*/

.columnSx {
    display: block;
    vertical-align: top;
    width: 270px;
    position: absolute;
    padding: 0 10px;
    z-index: 3;
        left: 39px;
}
.columnProd {
    display: block;
    vertical-align: top;
    width: 100%;
    padding-left: 270px;
    position: relative;
    z-index: 1;
}

.sectionProd {
    display:block;
    width:100%;
    vertical-align:top;
    z-index:1;
    position:relative;
    margin-bottom:20px;
}
    .sectionProd .insideSection {
        display:inline-block;
        width:200px;
        vertical-align:top;
    }
.insideSection {
        display:inline-block;

        vertical-align:top;
    }

.boxProduct {
    display: inline-table;
    width: 19.999%;
    overflow: visible;
    height: 410px;
    background: #fff;
    position: relative;
    z-index: 4;
    margin-bottom: 70px;
    -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;
}
.boxProduct:hover {
        box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.33);
        z-index: 99;
    }
.linkBox {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-decoration: none;
}
.imageThumb {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 195px;
    display: block;
    overflow: hidden;
    background-position: center center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.imageThumb img {
    width: auto;
    height: 195px;
    margin: 0 auto;
    display: block;
    -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;
}
.thumbnail-caption {
    display: block;
    text-align: left;
    position: relative;
    width: 100%;
    padding: 8px 18px;
}
.thumbnail-caption h5 {
    color: #333 !important;
    text-align: left;
    padding: 6px 0;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
}
.thumbnail-caption h3 {
    font-size: 18px;
    line-height: 20px;
    padding: 8px 0;
    color: #666 !important;
    text-align: left;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
}

.prezzoScontato {
    color: #D5AB57;
}
.prezzoBarrato {
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    padding-left: 10px;
}
.labelSconto {
    position: absolute;
    display: block;
    height: 60px;
    width: 60px;
    -ms-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #D5AB57;
    z-index: 9;
    top: 155px;
    right: 5px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
    line-height: 27px;
}
.thumbnail-caption p {
    color: #999 !important;
    font-size: 14px;
    line-height: 20px;
}
.optionProduct {
    display: table;
    position: absolute;
    bottom: 35px;
    z-index: 5;
    width: 100%;
    color: #fff;
    padding: 15px 5px;
}
.singleOption {
    display: table-cell;
    text-align: center;
    color: #fff;
    vertical-align: top;
}
.singleOption .public_ico {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
}
.public_ico.active {
    background-position: top;
}
.public_ico {
    display: block;
    position: absolute;
    top: 10px;
    right: 40px;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/icona_status.png) no-repeat bottom;
    z-index: 20;
}
.singleOption .quantita_ico {
    display: block;
    height: 30px;
    width: 30px;
    font-size: 12px;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    line-height: 30px;
    background: #D5AB57;
    color: #fff;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.singleOption .option_ico {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto;
    height: 30px;
    width: 30px;
    background: url(../Cms_Images/option_ico.png) no-repeat bottom;
}
.linkModProd {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #999;
    padding: 10px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    text-decoration: none;
}
.linkModProd:hover {
    background:#000;
}

.boxElement {
    padding:10px;
    background:#f4f4f4;
}
.slideAccordion {
    display:block;
    margin-bottom:40px;
}

.listElement {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    margin-top:10px;
}
    .listElement li {
        margin-bottom:10px;
        vertical-align:middle;
        
    }
    .listElement li span {
        display:inline-block;
        vertical-align:middle;
        margin-right:10px;

    }

.sortable li {
    cursor:move;
    padding: 5px;
        border: 1px solid #ccc;
        height:65px;
}
    .sortable li:hover {
        opacity:0.5 !important;
    }

.sortable img:hover {
    cursor:move;
}

.modSegment, .btnModifyElementMini {
    display: inline-block !important;
    background-image: url(../Cms_Images/btn/mod_element_mini.png);
    vertical-align: top;
    margin-right: 5px;
}



.boxSearch {

}
.boxSearch h3 {
    margin:10px 0;
    color:#000;
}
.valueSearch {
    display:inline-block;
    vertical-align:top;
    font-weight:bold;
}
.resetSearch, .resetSearchPromozioni {
    vertical-align:top;
    cursor:pointer;
    display:inline-block;
    margin-left:10px;
    background-color:#98B3CA;
    background-image:url(../Cms_Images/btn/delete_element.png);
    background-position:center center;
    background-repeat:no-repeat;
    height:24px !important;
    width:24px;
    color:#fff;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
    .resetSearch:hover, .resetSearchPromozioni:hover {
        background-color:#000 !important;
    }
.btnAddLink {
    font-family: 'Lato', sans-serif;
    font-size:12px;
    cursor: pointer;
    color: #98B3CA;
    text-decoration: underline;
    padding-left: 15px;
    background: url(../Cms_Images/linkBread.png) no-repeat left center;
}
.btnAddLink:hover {
    color:#000;
}


.boxColor {
    display:block;
    width:100%;
    position:relative;
}
#colorpicker {
    position:relative;
    z-index:1;
    background: #f4f4f4;
    margin:0 auto;
    display:block;
}
.blockOptionColor {
    position:absolute;
    right:0;
    top:0;
    display:block;
    width:40px;
    height:100%;
    bottom:0;
    background:#f4f4f4;
    z-index:5;
}

.blockImage {
    display:inline-block;
    width:50px;
    height:50px;
    border: 1px solid #C7D6DB;
}

/*  TASTI NAVIGAZIONE CMS */
.textRight {
    text-align:right !important;
}
.pagination {
    display:inline-block;

    text-align:right;
    margin-bottom:10px;
}
.pagination li {
    list-style: none;
    padding: 0;
    margin: 0;
    display:inline-block;
    vertical-align:top;
}
.pagination li a {
    font-family: 'Lato', sans-serif;
    text-decoration:none;
    display:inline-block;
    vertical-align:top;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    border: 1px solid #dedede;
    border-left: none;
    min-width: 14px;
    padding: 0 7px;

    background: #efefef;
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%);
    background: linear-gradient(top, #ffffff 0%,#efefef 100%);
}

    .pagination li.active a{
        background: #98B3CA;
        color: #fff;
    }
.btnAction {
    cursor:pointer;
    display:inline-block;
    vertical-align:top;
    height:39px;
    width:38px;
    background-color:#98B3CA;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position:center center;
    background-repeat:no-repeat;
    overflow:hidden;
    text-indent:-99999px;
}

.btnAction:hover {
    background-color:#000 !important;
}
.btnMini {
    height:20px;
    width:20px;
}


.btnActionClassic {
    font-family: 'Lato', sans-serif;
    cursor:pointer;
    display:block;
    height:39px;
    text-align:center;
    line-height:39px;
    color:#fff;
    background-color:#98B3CA;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position:center center;
    background-repeat:no-repeat;
    
}

.btnActionClassic:hover {
    background-color:#000 !important;
}
.btnExportNewsletter {
    background-image:url(../Cms_Images/btn/export_newsletter.png);
}
.btnPreview {
    background-image:url(../Cms_Images/btn/preview.png);
}
.btnSalva, .btn_save_form {
    background-image:url(../Cms_Images/btn/salva.png);
}
.btnNuovo {
    background-image:url(../Cms_Images/btn/nuovo.png);
}
.btnElimina, .btn_delete {
    background-image:url(../Cms_Images/btn/delete.png);
}
.btnNext, .btnNextPromozioni {
    background-image:url(../Cms_Images/btn/next.png);
}
.btnPrev, .btnPrevPromozioni {
    background-image:url(../Cms_Images/btn/prev.png);
}

#listId .btnNext, #listIdPromozioni .btnNextPromozioni {
    height: 27px;
    background-size: 20px;
}
#listId .btnPrev, #listIdPromozioni .btnPrevPromozioni {
    height: 27px;
    background-size: 20px;
}



.btnIndietro,.btn_backpage {
    background-image:url(../Cms_Images/btn/back.png);
}
.btnAddElement{
    background-image:url(../Cms_Images/btn/add_element.png);
}
.btnSearchElement{
    background-image:url(../Cms_Images/btn/search.png);
}
.btnDeleteElement{
    background-color:#ff5151 !important;
    background-image:url(../Cms_Images/btn/delete_element.png);
}
.btnDeleteElementMini{
    background-color:#ff5151 !important;
    background-image:url(../Cms_Images/btn/delete_element_mini.png);
}




/*--- EDIT ATTIVITA --------------------------------------------------------------*/


.btnUploadFileCopertina {
      box-sizing: border-box;
    height:550px;
    width:100%;
    position:relative;
    background-attachment: scroll !important;
      background-size: cover !important;
      background-position: center center !important;
      background-repeat: no-repeat !important;
    background:#808080;
    cursor:pointer;
}
    .btnUploadFileCopertina:hover {
        opacity:0.8;
    }



.boxLogoAttivita{
    height: 150px;
    width: 150px;
    background: #808080;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    border: 6px solid #fff;
    cursor:pointer;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.boxLogoAttivita:hover {
     opacity:0.8;
}

.hiddenFileUpload {
    visibility:hidden;
    position:absolute;
    left:-9999999px;
    top:-9999999px;
}


.btn_Label {
    padding: 10px 8px;
    background:#dedede;
    font-family:Arial;
    font-size:14px;
    line-height:14px;
    color:#999;
    cursor:pointer;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration:none;
    display:inline-table;
    margin: 3px;
}
    .btn_Label:hover {
        color:#fff;
        background:#666;
    }

.Label_active {
    color:#fff;
        background:#666;
}
.Label_active:hover {
    color:#fff;
        background:#666;
}
.btn_disable {
    margin:10px 0px 10px 5px;
    padding:6px 8px;
    background:#c4c4c4;
    font-family:Arial;
    font-size:14px;
    line-height:14px;
    color:#fff;
    font-weight:bold;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration:none;
}
    .btn_disable:hover {
        background:#c4c4c4;
    }
.boxUploadFotoGallery{
    height: 150px;
    width: 150px;
    float:left;
    background: #dedede;
    display: inline-table;
    cursor:pointer;
    position:relative;
    background-attachment: scroll !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-image:url(../Cms_Images/btnUploadFoto.png);
    margin:5px;
}
.boxUploadFotoGallery:hover {
     opacity:0.8;
}
.btnDeleteFoto, .btnDeleteFotoPost, .btnDeleteFotoPostGallery {
    position:absolute;
    top:2px;
    right:2px;
    display:block;
    height:30px;
    width:30px;
    background:url(../Cms_Images/del_foto.png) no-repeat top center;
    overflow:hidden;
    cursor:pointer;
}
    .btnDeleteFoto:hover, .btnDeleteFotoPost:hover, .btnDeleteFotoPostGallery:hover {
        background-position:bottom;
    }
    .linkText, .linkText:visited {
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-decoration:none;
        background:#98B3CA;
        color:#fff;
        padding:4px;
        display:inline-block;
    }

        .linkText:hover {
            text-decoration:none;
            background:#000;
        }

.listServiziAttivita {
    width:100%;
    list-style:none;
    margin-bottom:40px;
    overflow:hidden;
    position:relative;
}
    .listServiziAttivita li {
        width:20%;
        display:inline-block;
        padding-right:10px;
        vertical-align:top;
        overflow:hidden;
        position:relative;
        margin-bottom:10px;
    }
    .listServiziAttivita a {
        display:inline-block;
        color:#98B3CA;
        text-decoration:none;
        height:40px;
    }
    .listServiziAttivita a:hover {
        opacity:0.6;
    }
.listServiziAttivita .icoServizio {
    position:absolute;
    z-index:10;
    height:40px;
    width:40px;
    margin-right:10px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:#fff;
    border:1px solid #ccc;
}
.listServiziAttivita .nomeServizio {
    text-decoration:none;
    display:inline-block;
    vertical-align:top;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    padding-left:50px;
}
.listServiziAttivita .accordion {
    display:none;
}

#loadListServiziAttivita  .blog_list, #loadListFiltriPromozione  .blog_list {
    display:inline-block;
    width:33% !important;
    vertical-align:top;
}
#loadListServiziAttivita .listThumbImage, #loadListFiltriPromozione .listThumbImage {
    background-size:auto !important;
}


.templatelabel {
    display:none;
}


.choosePayment {
    display:none;
}