﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

dl {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    padding-left: 1%;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 13px;
    line-height: 15px;
    float: left;
    overflow: hidden;
    width: 50%;
    min-width: 250px;
    position: relative;
}

dl dt {
    margin-right: 1%;
    width: 26%;
    min-width: 136px;
    box-sizing: border-box;
}

#formDettaglio dl.fullRow dt {
    width: 12%;
}

dt {
    clear: left;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 1em;
    padding: 3px;
    margin-bottom: 5px;
}

dd {
    float: left;
    font-size: 13px;
    margin-left: 0;
    padding: 3px;
    margin-bottom: 5px;

}

.fullWidth {
    width: 100%;
}

.tabellaDati
{
    border-collapse:		collapse;
    width:					100%;
}
table.filtro td,
table.filtro th,
table.form td,
table.form th,
.tabellaDati th,
.tabellaDati td
{
    margin:					0;
    padding:				0;
    vertical-align:			middle;
    padding-left:			4px;
    padding-right:			4px;
}


table.filtro td,
table.filtro th,
table.form td,
table.form th,
.tabellaDati th
{
    font-size:				11px;
    line-height:			11px;
}

table.filtro th,
table.form th,
.tabellaDati th
{
    border:					1px solid #777;
    background-color:		#444;
    color:					white;
}

table.filtro td,
table.form td,
.tabellaDati td
{
    border:					1px solid #bfbfbf;
}

.tabellaDati
{
    background-color:       #fefefe;
}

.tabellaDati th,
table.form th
{
    white-space:			nowrap;
}

.tabellaDati th
{
    text-align:				center;
    height:					30px;
}

.tabellaDati th,
.tabellaDati td,
table.form td
{
    empty-cells:			show;
}

.tabellaDati td
{
    font-size:				11px;
}

.tabellaDati td.icon
{
    text-align:				center;
    padding:				0;
}

.tabellaDati td.filesize
{
    text-align:				right;
    white-space:			nowrap;
}

.tabellaDati .rigaSelezionata td,
.tabellaDati.cellHover td:hover,
.tabellaDati.rowHover tr:hover td
{
    background-color:		#fff;
    background:             -ms-linear-gradient(top, #ffffff 0, #DDDEDF 100%);
    background:             linear-gradient(to bottom, #fff 0, #DDDEDF 100%);
    cursor:					pointer;
}

.tabellaDati.rowHover tr:hover td.noClick
{
    cursor:					default;
}


table.form th
{
    vertical-align:			top;
    padding-top:			9px;
}
