﻿@import url(https://fonts.googleapis.com/css?family=Roboto);

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body, html {
    width: 100%;
    color: #383838;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    height: 100%;
    font-size:15px;
}

span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

html {
   /* background-image: url("../images/sfondo.jpg");*/
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.Clear {
    clear: both;
    float: none;
}

.logo {
    height: 60px;
    float: left;
    width: 206px;
    border-bottom: 2px solid #1d3176;
    background-color: white;
    z-index:10;
}
    .logo img {
        height: 44px;
        float: left;
        margin: 7px 5px 7px 2px;
    }
    .logo p {
        float: left;
        color: #1d3176;
        font-size:20px;
        font-weight:bold;
        padding-top:0px;
        margin:5px 0px 0px 5px;
        text-align:center;
        
    }

.top {
    height: 60px;
    border-bottom: 2px solid #1d3176;
    border-left: 2px solid #1d3176;
    float: left;
    width: calc(100% - 208px);
    background-color: white;    
    z-index: 5;
}
.menuMob{display:none}

.MenuSX {
    float: left;
    width: 206px;
    height: calc(100% - 50px);
    min-height: calc(100vh - 60px);
    padding: 10px;
    background-color: white;
}

.Contenuto {
    width: calc(100% - 208px);
    float: left;
    /*height: calc(100% - 50px);
    min-height: calc(100vh - 50px);*/
    height: calc(100vh - 60px);
    overflow-y: scroll;
    /* padding: 20px;*/
    border-left: 2px solid #1d3176;
    background-color: #f2f2f2;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
}

.menuButton {
    color: rgba(0,0,0,1);
    padding: 10px;
    font-size: 15px;
    background-color: gainsboro;
    text-decoration: none;
    height: 40px;
    width: 186px !important;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}

.menuButtonSelected {
    color:white;
    padding: 10px;
    font-size: 15px;
    background-color: #1d3176;
    border-radius: 3px;
    text-decoration: none;
    height: 40px;
    width: 186px !important;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.menuButton:hover {
    color: white;
    padding: 10px;
    font-size: 15px;
    background-color: #1d3176;
    border-radius: 3px;
    text-decoration: none;
    height: 40px;
    width: 186px !important;
    margin-bottom: 10px;
}

.icoMenuBtn {
    padding-right: 8px;
    margin-bottom: -5px;
}

#Accesso {
    float: right;
    width: auto;
    margin-right: 10px;
    margin-top:0px;
    padding:0px !important;
    height:60px;
    vertical-align:middle;
}


    #Accesso img {
        height: 60px;
        width: auto;
    }
    #Accesso p {
        padding-top:5px;
        padding-left:5px;
        float:right;
    }    

.Tableform{
    width:100%;
}

.Benvenuto {
    color: #1d3176;
    font-size: 16px;
}

.divComuni{
    height:40px;
    width:100%;
    background-color:#fafafa;
}
.comuneButton {
    color: #383838;
    padding: 10px;
    font-size: 15px;
    background-color: gainsboro;
    text-decoration: none;
    height: 40px;
    width: 93px !important;
    text-align: center;
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
}
#Lodi{
    border-radius: 3px 0px 0px 3px;
}
#FuoriLodi {
    border-radius: 0px 3px 3px 0px;
}

.comuneButtonSelected {
    float: left;
    color: white;
    padding: 10px;
    font-size: 15px;
    background-color: #1d3176;
    text-decoration: none;
    height: 40px;
    width: 93px !important;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.comuneButton:hover {
    color: white;
    padding: 10px;
    font-size: 15px;
    background-color: #1d3176;
    text-decoration: none;
    height: 40px;
    width: 93px !important;
    text-align: center;
    cursor: pointer;
}

.filtri{
    background-color:#1d3176;
    width:calc(100% - 40px);
    padding:20px;
    margin:20px;
    margin-bottom:0px;
    color:white;
}
.divImmo {
    width: 100%;
}
.Immobili{
    width:100%;
    height:auto;
    padding:20px;
}

.ImmoMob{
    display:none;
}
.ImmoDkt{
  
}

    .ImmoDkt table {
        border-collapse: collapse;
        max-width: 100%;
        width: 100%;
        margin-top:20px;
    }
.tdImmoDkt {
    border: 1px solid #CCCCCC;
    padding: 2px;
    width:10%;
}
.tdImmoDkt table{
    width:100%;
    margin-top:0px !important;
}

.icoDett {
    width: 24px !important;
    height: 24px !important;
}
.imgDett{
    text-align:right;
}
.titDett, .titDett2 {
    color: #1d3176;
    font-size: 14px;
    text-align: left;
}
.testoDett {
    color: #444444;
    font-size: 14px;
    text-align:center;
    font-weight:bold;
}
.evidenziato{
    font-size:16px;
    color:red;
}

.mostraDett {
    width: 40px;
    height: 40px;
    font-size: 25px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    background-color: #45b2e0;
    margin-left: calc(100% - 40px);
    border:1px solid #1d3176;
    color:#1d3176;
    cursor:pointer;
}

.dettagli {
    border: 1px solid #CCCCCC;
    padding:10px;
    height:auto;
    background-color:white;
}



.cycle-slideshow, .contenitoreimg {
    float: left;
    width: 400px;
    height: 300px;
}
.cycle-slideshow img{
   max-width: 400px;
   max-height:300px;  
}
    .contenitoreimg{
        position:relative;
    }
    .prevv {
        z-index: 999;
        position: absolute;
        top: 115px;
        left: 5px;
        width:20px;
    }
.nextt {
    z-index: 999;
    position: absolute;
    top: 115px;
    right: 5px;
    width: 20px;
}

.iconcina {
    margin-top: 20px;
    width: 12.5%;
    float: left;
    height: 40px;
}
.iconcina img,  iconcina div{
    float:left;
}
.iconcina span{
    padding-left:5px;
}

.dettagli p {
    float: left;
    width: calc(100% - 422px);
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
    text-align:justify;
}

.tbFiltri {
    width: 100px;
    padding: 10px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    color: #666666 !important;
    height: 30px !important;
    border-radius: 2px !important;
}

    .tbFiltri:focus, .boxRicercaLibera:focus {
        outline: none !important;
    }

    #filtriMob{
        display:none;
    }
.dropOrdine {
    width: 250px;
    padding: 5px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    color: #666666 !important;
    height: 30px !important;
    border-radius: 2px !important;
}
.titIndice{
    font-size:20px;
    color:#1d3176;
    font-weight:bold;
}
.hrIndice{
    color:#1d3176;
}
.menuSettings{
    position:fixed;
    right:5px;
    top:48px;
    background-color:white;
    color:#383838;
    font-size:14px; 
    -webkit-box-shadow: 0px 10px 15px -2px rgba(87,87,87,1);
        -moz-box-shadow: 0px 10px 15px -2px rgba(87,87,87,1);
        box-shadow: 0px 10px 15px -2px rgba(87,87,87,1);
        z-index:99;

}
    .menuSettings td {
        border-bottom: 1px solid #CCCCCC;
        padding: 10px;
    }
.menuSettings td a{
    text-decoration:none;
    color:inherit;
}

    .menuSettings td a:hover {
        color:#45b2e0;
    }

.TableGallery{
    width:60%;
    margin-top:100px;
}
.TableGallery td{
    padding:20px;
}

.titolo{
    width:20%;
    font-size:18px;
}

.InsForm {
    width: 97% !important;
    padding: 5px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    color: #666666 !important;
    height: 40px !important;
    border-radius: 2px !important;
}
    .InsForm:focus, .InsArea:focus, .InsForm2:focus {
        outline: none !important;
    }

.InsArea {
    width: 99%;
    padding: 10px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    font-size: 16px;
    resize: none;
    font-family: 'Lato', sans-serif;
    color: #666666;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 140px;
    vertical-align: top
}
.InsForm2 {
    width: 44% !important;
    padding: 10px !important;
    border: 1px solid #CCCCCC !important;
    background-color: #FFFFFF;
    font-size: 16px !important;
    resize: none !important;
    font-family: 'Lato', sans-serif !important;
    color: #666666 !important;
    height: 40px !important;
    border-radius: 2px !important;
}

.pnlAbbinamenti {
    background-color: white;
    box-shadow: 1px 1px 35px 4px #242020;
    -webkit-box-shadow: 1px 1px 35px 4px #242020;
    -moz-box-shadow: 1px 1px 35px 4px #242020;
    -o-box-shadow: 1px 1px 35px 4px #242020;
    padding: 40px;
    border-radius: 4px;
    margin: auto;
    z-index: 9999;
    position: fixed;
    top: 200px;
    width: 500px;
    left: calc(50% - 250px);
}


.box_login {
    padding-top: 250px;
    width: 100%;
    height: calc(100vh);
    background: url('/images/sfondo_riservato.jpg') no-repeat center center;
    background-size:cover;
}

.ImgButton {
    border-radius: 3px;
    height: 30px;
    color: white !important;
    background-color: #1e6ea8;
    cursor: pointer;
    padding: 10px 15px 10px 15px;
    text-decoration: none;
    background: #0d4fa3; /* Old browsers */
    background: -moz-linear-gradient(top, #3676cd 0%, #0d4fa3 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3676cd 0%,#0d4fa3 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3676cd 0%,#0d4fa3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3676cd', endColorstr='#0d4fa3',GradientType=0 ); /* IE6-9 */
    cursor: pointer;
}


    .ImgButton:hover {
        border-radius: 3px;
        color: white !important;
        background-color: #154e77;
        padding: 10px 15px 10px 15px;
        text-decoration: none;
        background: #3676cd; /* Old browsers */
        background: -moz-linear-gradient(top, #0d4fa3 0%, #3676cd 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #0d4fa3 0%,#3676cd 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #0d4fa3 0%,#3676cd 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d4fa3', endColorstr='#3676cd',GradientType=0 ); /* IE6-9 */
    }

.ButtonNew{
    width:185px !important;
}


.icoButton {
    padding-right: 8px;
}


.pannelloModifica {
    background-color: white;
    box-shadow: 1px 1px 35px 4px #242020;
    -webkit-box-shadow: 1px 1px 35px 4px #242020;
    -moz-box-shadow: 1px 1px 35px 4px #242020;
    -o-box-shadow: 1px 1px 35px 4px #242020;
    padding: 20px;
    border-radius: 4px;
    margin: auto;
}

.login {
    width: 400px !important;
}


.pager {
    background-color: #12528d;
    font-family: Lato;
    font-size: 16px;
    color: White;
    height: 45px;
    text-align: left;
    padding-left: 10px;
    padding-top: 2px;
    vertical-align: middle;
}

    .pager input {
        background-color: white;
        padding: 3px 8px 3px 8px;
        color: #12528d;
        cursor: pointer;
        font-family: Lato;
        font-size: 16px;
    }

.current {
    background-color: #f6b551;
    color: #12528d;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    font-weight: bold;
}


.pointer {
    cursor: pointer;
}

.elencoTabelle {
    -webkit-box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 36px 0px rgba(0,0,0,0.75);
    background-color: white;
}
.divAccessi {
    width: 90%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    height: 40px;
}

.panelZoomImg {
    z-index: 9999;
    background-color: white;
    position: fixed;
}
.imgCategorie {
    width: 100%;
}
.boxRicercaLibera {
    background-color: #f9f9f9;
    border: 1px solid #bebebe;
    border-radius: 5px;
    width: 500px !important;
    height: 35px;
    padding: 0px;
    padding-left:5px;
    margin:5px;
}

    .boxRicercaLibera input {
        background-color: transparent;
        font-size: 14px;
        float: left;
        border: 0px;
        height: 35px;
        
    }
.lente{
    width:30px !important;
    height:30px !important;
    margin-top:2px;
}

        .boxRicercaLibera input:focus, .boxRicercaLiberainput:focus {
            outline: none;
        }

.boxRicercaLiberainput::placeholder, .boxRicercaLiberainput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #c9c9c9;
    opacity: 1; /* Firefox */
    font-size:16px;
}


    #Cerca{
        width:28px !important;
        height:28px;
        margin-top:6px;
    }
    #corpo_Cerca {
        width: 24px;
        height: auto;
        margin-top: 6px;
    }

    .boxRicercaLiberainput {
        width: 460px !important;
    }

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.margin-left {
    margin-left: 10px;
}

.GVIntestazione {
    background-color: #12528d;
    color: white;
    height: 50px;
    border: 1px solid #dcdcdc;
}


@media (min-width: 1280px) and (max-width: 1366px) {


    .box_login {
        padding-top: 150px;
        width: 100%;
        height: calc(100vh - 150px);
    }
    .boxRicercaLibera {
        width: 66.3vw;
    }

    .boxRicercaLiberainput {
        width: 63.5vw;
    }
    .tbFiltri {
        width: 80px;
        padding: 1px !important;
        font-size: 13px !important;
    }

    .dropOrdine {
        width: 160px;
        font-size: 13px !important;
        padding: 2px !important;
    }
    .iconcina{
        width:16.6%;
    }
}
