.sezione_doc{
    font-family: Arial,sans-serif;
    float:left;
    width: 100%;
    border: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    text-align: left;
    font-size: 12px;
}

#invoices_table .rows, #invoices_table_OS1 .rows{
    font-size: 10px;
}

.sezione_doc .title{
    text-transform: uppercase;
    background-color: #e0e0e0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.sezione_doc li{
    height: 25px;
}

.right_doc{
    width: 50%;
    float:left;
}

.left_doc{
    width: 50%;
    float:left;
}

.sezione_doc a:visited, .sezione_doc a{
    color: black;
}

.sezione_doc .rows{
    border: none;
}

.doc_manuali,.doc_moduli,.doc_contatti,.doc_cdr,.doc_fat{
    margin-top: 20px;
}
.doc_manuali ul,.doc_moduli ul{
    list-style-image: url('/images/icons/download_list.png');
}

.doc_contatti .email{
    list-style-image: url('/images/icons/chiocciola.jpg');
}

.doc_contatti .telefono{
    list-style-image: url('/images/icons/cornetta.jpg');
}

.doc_contatti .home{
    list-style-image: url('/images/icons/home_contatti.png');
}

.doc_manuali{
    margin-bottom: 20px;
}

.content_doc{
    float: left;
    width: 100%;
}

.row_news .data_news{
    width: 15%;
    text-align: center;
}

.row_news .type_news{
    width: 10%;
    text-align: center;
}

.row_news .subject_news{
    width: 30%;
    text-align: left;
}

.row_news .body_news{
    width: 45%;
    text-align: left;
}

.row_news .news_element{
    float:left;
}
.row_news {
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e0e0e0;
}

.row_news:hover{
    background-color: #FFC42B;
}

.news.sezione_doc .content_doc{
    height: 129px;
    overflow-y: scroll;
}

.title_news{
    width: 52%;
    float: left;
    text-align: right;
}

.last_month_cdr{
    width: 500px;
}

.cdr_days{
    height: 100%;
    width: 75%;
    float: left;
}


.cdr_month, .fat_month {
    height: 100%;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    cursor:pointer;
}
.cdr_month:hover,
.fat_month:hover{
    background-color: #d6ef4b;

}


.row_cdr
,.row_fat{
    width: 25%;
    float: left;
    border-right: #e0e0e0;
    border-right-width: 1px;
    border-right-style: solid;

    border-bottom: #e0e0e0;
    border-bottom-width: 1px;
    border-bottom-style: solid;

    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}


.cdr_item
,.fat_item{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    float: left;
}

.download_cdr_day{
    cursor: pointer;
}
