﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');


body {
    font: 13px/20px Open Sans, Helvetica, Arial, sans-serif;
    background-color: #FFF;
    margin: 0;
    padding: 0;
    color: #888;
}

.bodyCont {
    min-height: 400px;
}

.spiegazione_dettaglio {
    font-size: 12px !important;
    color: #BBB !important;
    padding-right: 30px;
}

.spiegazione_dettaglio2 {
    font-size: small;
}


.dettagli label {
width:100%;
}
.dettagli strong{
    font-size:20px;
    width:100%;
    font-weight:400;
    clear:both;
    color:#000;
}

.navbar {
    background-color: #34495e !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 0;
}

.navbar-brand {
    height: auto !important;
}

    .navbar-brand img {
        max-height: 70px;
        padding: 5px;
        background-color: #fff;
    }

.navbar-nav li a.mainMenu {
    line-height: 70px;
    color: #FFF !important;
}

    .navbar-nav li a.mainMenu:hover {
        background-color: #3d6288;
    }

.navbar-toggle {
    background-color: #FFF;
}

.icon-bar {
    background-color: #34495e;
}

.nav .open > a {
    color: #FFF !important;
    background-color: #3d6288 !important;
    border-color: transparent !important;
}

.nav > li > a.mainMenu:focus {
    background-color: #3d6288 !important;
}

.active a {
    background-color: #3d6288 !important;
    color: #fff !important;
}

.clear {
    clear: both;
}

.alert{
    margin-bottom:5px!important;
    margin-top:5px!important;
}

.no-margin{
    margin:0!important;
}

.noMarginTop {
    margin-top: 0;
}

.bold {
    font-weight: bold;
}

.txtLeft {
    text-align: left !important;
}

.topBar {
    padding-top: 8px;
    padding-bottom: 8px;
}

.titolo {
    color: #888;
}

.titoloPagina {
    border-bottom: 1px solid #e4e4e4;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 40px;
}

    .titoloPagina h4 {
        margin: 0;
        text-transform: uppercase;
        color: #333;
    }

footer {
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    line-height: 30px;
}

    footer img {
        padding: 10px;
        max-height: 50px;
    }

.sezione {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 0px;
    color: #34495e;
}

    .sezione h2 {
        text-decoration: underline;
    }

.fullWidth {
    width: 100%;
}

.space5 {
    height: 5px;
    clear: both;
}

.space10 {
    height: 10px;
    clear: both;
}

.space30 {
    height: 30px;
    clear: both;
}

.documenti {
    font-size: 16px;
    line-height: 20px;
}

.NumRisultati {
    font-weight: bold;
    font-size: 14px;
    background-color: #3d6288;
    color: #FFF;
    padding: 5px;
}


.table-list td{
    vertical-align:middle!important;
}

@media(max-width:767px) {
    .navbar-brand img {
        max-height: 40px;
        background-color: #fff;
    }

    .navbar-toggle {
        margin-top: 18px;
    }
}





/********************LOGIN******************/
.loginContainer {
    transform: translateY(40%);
    border: 0px solid #34495e;
    border-radius: 0px;
    background-color:rgba(255,255,255,0.85);
}

.loginContainer img{
    margin-top:40px;
    margin-bottom:20px;
    max-height:80px;
}

.loginForm {
    padding: 40px;    
}

    .loginForm a {
        background-color: #3d6288 !important;
        border: 1px solid #5381b1 !important;
        text-transform: uppercase;
    }

        .loginForm a, .loginForm a:hover, .loginForm a:active, .loginForm a:focus {
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: #09a1d8 !important;
            color: #FFF;
            font-size: 16px;
            border-radius: 0 !important;
            border:0!important;
        }

        .loginForm input{
            border-radius:0!important;

        }


@media(max-width:767px) {
    .loginContainer {
        transform: translateY(10%);
    }

    .navbar-nav .open .dropdown-menu{
        background-color:#FFF!important;
        border-radius:0!important;
    }
}

/****************************ALLOGGIO*******************************/
.alloggioImmagine{
    background-position:center center;
    background-size:cover;
    max-width:100%;
}




/*FOTOGRAFIE ORDINE*/
#listaFoto img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #00ABA9;
    margin-bottom: 4px
}

.listaFotoItem {
    background-color: #eee;
    margin-bottom: 10px;
}


    .listaFotoItem .iconeAzioni i {
        font-size: 1.8em;
        text-align: center;
        color: #666;
        cursor: pointer;
        line-height: 2em !important;
    }

    .listaFotoItem select {
        margin: 4px 0;
    }

.listaFotoDel {
    cursor: pointer;
}

    .listaFotoDel .check_delete {
        display: none;
        padding: 0.8em;
        background-color: #e74947;
    }

    .listaFotoDel:hover .check_delete {
        display: block !important;
    }

    .listaFotoDel:hover i {
        display: none !important;
    }

/*FOTOGRAFIE ORDINE FINE*/




.checkboxlist {
    width: 100%;
    border-spacing: 2px;
}

    .checkboxlist input {
        margin: 3px;
        vertical-align: middle;
    }

    .checkboxlist td {
        width: 20%;
        border: 1px solid #ccc;
        font-size: small;
        padding: 5px;
        border-radius: 5px;
    }

        .checkboxlist td:hover {
            background-color: #00ABA9;
            color: #FFF;
        }

        .checkboxlist td label {
            width: 100%;
            margin-left: 5px;
            display: inline !important;
        }


.fatture_listaVoci{
    display:none;
    background-color:#f0f0f0;
}

.tariffa_campi{
    display:none;
    border-top:2px solid #CCC;
    margin-top:5px;
    border-radius:5px;
}


.ccicon {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 40px;
}