/** 
 *   @Document   : layout.css
 *   @Created on : 
 *   @Author     : Virginio Laurini @ Pingitore Informatica
 *   @Description:
 *
 */


/* Default settings */

body {
    font: 13px verdana, helvetica, sans-serif;
    padding: 0px;
    margin: auto;
    background-color: whitesmoke;
}


/* Titolo del sito */

.titolo {
    text-align: center;
    vertical-align: middle;
    font-size: 4em;
    color: #084e87;
    font-weight: bold;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

.page-header {
    margin-top: 20px;
}


/* Per la barra del mese corrente */

.vcenter {
    display: table-cell;
    vertical-align: middle !important;
    float: none;
}

.month_nav {
    height: 100%;
    vertical-align: middle;
}

.td_button {
    vertical-align: middle;
    text-align: center;
    background-color: #337AB7;
    color: yellow;
    cursor: pointer;
}


/* responsive text queries */

@media screen and (max-width: 992px) {
    p,
    .btn,
    input,
    div,
    span,
    h4 {
        font-size: 96%;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    p,
    .btn,
    input,
    div,
    span,
    h4 {
        font-size: 93%;
    }
    h1 {
        font-size: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h3 {
        font-size: 16px;
    }
}


/* Area dei messaggi utente */

.msgArea {
    vertical-align: middle;
    cursor: pointer;
}


/* Bootstrap customizations */

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
    border: none;
}


/* Classi per evidenziare nelle liste, iscritti con data_fine scaduta o nulla */

.check_df_null {
    color: blue;
}

.check_df_expired {
    color: brown;
}