/*
 * Stili specifici per il front-office.
 *
 * Copyright (C) 2017 YACME S.r.l.
 *
 * SPDX-License-Identifier:        CC-BY-SA-4.0
 *
 */

.header {
    padding-bottom: 6px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #f8e19b;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #f8e19b;
    background-color: #fffaeb;
    vertical-align: middle;
    padding-top: 3px;
}

.testata {
    background-color: #FBE5A5; /*#fffaeb;*/
    height: 100px;
    padding: 1px 5px;
}

.testata div {
    text-align: center;
}

.sede {
    font-size: 90%;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #f8e19b;
    background-color: #fff2cc;
    padding: 5px;
}

.briciole {
    clear: both;
    font-size: 0.7em;
    padding-bottom: 6px;
    border-bottom-width: 1px;
    /*border-bottom-color: #f8e19b;*/
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #f8e19b;
    background-color: #fff2cc;
    vertical-align: middle;
    padding-top: 3px;
    padding-left:5px;
    padding-right:5px
}

.briciole li {
    display: inline;
    background-image: url("images/freccia.gif");
    background-repeat: no-repeat;
    padding-left: 14px;

}

.briciole li a {
    color: #7D3909;
}

header {
    margin-bottom: 1px;
    padding-left: 5px;
}

.title {
    color: #037;
}

legend { color:#037; }

footer {
    border-top: 1px;
    border-top-color: #F8E19B;
    border-top-style: dotted;
    text-align: center;
    font-size: 0.9em;
    padding-top: 1em;
    margin-top: 1em;
/*
    background-color: #FFE4AD;
    color: #5D6065;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
*/
}

/*
 * Bootstrap
 */

.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
    padding: 15px;
    margin: 0 0 10px;
}

/* vim: set noai ts=4 sw=4 expandtab: */
