@import "../../font-awesome-4.4.0/css/font-awesome.min.css";

/*
@import "http://fonts.googleapis.com/css?family=Lobster%7cRaleway:400,300,100,600,700,800";
@import url(https://fonts.googleapis.com/css?family=Hind);
@import url(https://fonts.googleapis.com/css?family=Arimo);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
@import url('https://fonts.googleapis.com/css?family=Tinos:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Gentium+Basic:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Ovo');*/

@import url('https://fonts.googleapis.com/css?family=Lobster+Two');
@import url('https://fonts.googleapis.com/css?family=Lobster');
@import url(https://fonts.googleapis.com/css?family=Poppins);


.div-abilitaModifica {
    position: fixed;
    right: 0;
    top: 30%;
    border: 2px solid #CCC;
    border-right: 0;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
}

.div-window {
    position: absolute;
    z-index: 9999;
    padding: 0 5px 5px 5px;
    cursor: move;
    background-color: #B1C4EF;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

    .div-window .chiudi {
        text-align: right;
        padding: 15px 2px;
    }

.matita-window {
    width: 800px;
    height: 500px;
    border: 0;
}

/*inizio - eventi*/
.table-eventi {
    width: 100%;
}

    .table-eventi tr {
        border-bottom: 1px dotted #ccc;
    }

        .table-eventi tr td {
            vertical-align: top;
            padding-bottom: 10px;
            padding-top: 10px;
            text-align: justify;
        }

            .table-eventi tr td.td-foto {
                padding-right: 15px;
            }

            .table-eventi tr td a img, .div-eventoDettaglio .img-foto {
                box-shadow: 4px 4px 6px #999;
                margin: 0 10px 5px 0;
                width: 100%;
                max-width: 100%;
                cursor: pointer;
                border-radius: 4px;
                float: left;
                min-width: 150px;
            }

            .table-eventi tr td h3 {
                margin-top: 0;
                margin-bottom: 2px;
            }

                .table-eventi tr td h3 a {
                    font-weight: bold;
                }

            .table-eventi tr td .data, .div-eventoDettaglio .data {
                font-style: italic;
            }

            .table-eventi tr td .dettagli {
                text-align: right;
                margin-top: 5px;
            }


/*fine - eventi*/



#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

    #cookie-bar p {
        color: #FFF;
    }

    #cookie-bar.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10000000;
    }

        #cookie-bar.fixed.bottom {
            bottom: 0;
            top: auto;
        }

    #cookie-bar p {
        margin: 0;
        padding: 0;
    }

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 6px;
        margin-left: 8px;
    }

    #cookie-bar .cb-enable {
        background: #007700;
    }

        #cookie-bar .cb-enable:hover {
            background: #009900;
        }

    #cookie-bar .cb-disable {
        background: #990000;
    }

        #cookie-bar .cb-disable:hover {
            background: #bb0000;
        }

    #cookie-bar .cb-policy {
        background: none;
        text-decoration: underline;
        margin-left: 0;
    }

        #cookie-bar .cb-policy:hover {
            background: none;
        }