/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2-lug-2014, 15.05.15
    Author     : catozzi
*/

body
{
    font-size: 12px;
}

/*#alboTable
{
    table-layout: fixed;    
}*/

#alboTable > tbody > tr > td:not(.oggetto)
{
    text-align: center;
}

#alboTable > tbody > tr > td.allegati
{
    text-align: left;
}

/*#alboTable > tbody > tr > td.allegati a
{
    color: #005087;
    text-decoration: none;
}

#alboTable > tbody > tr > td.allegati a:hover
{
    color: #005087;
    border-bottom: 1px dashed #008ced;
}*/

#alboTable > tbody > tr > td.allegati ul
{
    list-style: square outside none;
    margin: 0;
    padding-left: 10px;
}

#alboTable > tbody > tr > td.allegati ul li
{
    margin-bottom: 10px;
}

.inline-block
{
    display: inline-block;    
}

.inline-block:not(.first)
{
    margin-left: 20px;    
}

.searchLabel
{
    margin-right: 10px;    
}

a.button
{
    display: inline-block;
    background-color: #005087;
    border: medium none;
    color: white;
    font-weight: 100;
    padding: 7px;
    letter-spacing: 0.1em;
    text-decoration: none;
    margin-left: 20px;
}

a.button:hover
{
    background-color: #006eba;
    transition: all 0.2s ease 0s;
}

#searchBox
{
    background-color: #fcfaf8;
    border: 1px solid #f3efe7;
    margin-bottom: 24px;
    padding: 12px 18px;
}

#searchBoxHeader
{
    color: #005087;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.submitButton
{
    border: none;
        background: none;
        cursor: pointer;
        color: #005087;
        border-bottom: 1px dashed transparent;
        padding: 0;
}

.submitButton:hover
{
    color: #005087;
    border-bottom: 1px dashed #008ced;
}

.pageTitle
{
    color: white;
    background: #005087;
    text-indent: 20px;
}

.oggetto
{
    width: 30%;
}

.numAtto,
.dataAtto,
table.dataTable.display tbody tr.even > .numAtto.sorting_1, 
table.dataTable.display tbody tr.even > .numAtto.sorting_2, 
table.dataTable.display tbody tr.even > .numAtto.sorting_3, 
table.dataTable.display tbody tr.odd > .numAtto.sorting_1, 
table.dataTable.display tbody tr.odd > .numAtto.sorting_2, 
table.dataTable.display tbody tr.odd > .numAtto.sorting_3, 
table.dataTable.display tbody tr.even > .dataAtto.sorting_1, 
table.dataTable.display tbody tr.even > .dataAtto.sorting_2, 
table.dataTable.display tbody tr.even > .dataAtto.sorting_3, 
table.dataTable.display tbody tr.odd > .dataAtto.sorting_1, 
table.dataTable.display tbody tr.odd > .dataAtto.sorting_2, 
table.dataTable.display tbody tr.odd > .dataAtto.sorting_3
{
    background: #ddebf7;
}

.submitButton[value="Documento.pdf"]
{
    font-weight: bold;
    font-style: italic;
}

.logoStruttura
{
   background: white;
   width: 150px;
}

.logoStruttura > img
{
   background: white;
   width: 128px;
   height: 60px;
}
