/* =============================================================================
    Useful classes
   ========================================================================== */
.display-none
{
    display: none!important; /* sui bottoni lo stile inline-block ha la precedenza perchè piu specifico, quindi !important è obbligatorio */
}



/* =============================================================================
   Qtip custom styles
   ========================================================================== */
.tooltip.rounded
{
    font-size: 11px;
    line-height: 11px;
    text-decoration: none;
    margin-left: 3px;
    background: #f1f1f1;
    padding: 0 2px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}
/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.da-tooltip
{
	-moz-border-radius: 4px!important;
	-webkit-border-radius: 4px!important;
	border-radius: 4px!important;
    background-color: #666666!important;
    color: #dedede!important;
    border-color: #666666!important;
    box-shadow: 0 1px 3px #aaaaaa;
    -webkit-box-shadow: 0 1px 3px #aaaaaa;
	-moz-box-shadow: 0 1px 3px #aaaaaa;
    font-weight: bold!important;
}
.da-tooltip a
{
	color: #ffffff;
    text-decoration: underline;
}




/* =============================================================================
   Filter
   ========================================================================== */


.filter {
    display: table;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    
    box-shadow: 0 1px 3px #aaaaaa;
    -webkit-box-shadow: 0 1px 3px #aaaaaa;
	-moz-box-shadow: 0 1px 3px #aaaaaa;
    
    margin-bottom: 30px;
    
    width: 100%;
}
.filter .header {
    display: table-cell;
    vertical-align: middle;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
    width: 210px;
    background: #eeeeee url('images/orders-filter.png') 10px center no-repeat;
}
.filter .header p {
    font-family: 'FagoCoBold';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-left: 10px;
}
.filter .form {
    display: table-cell;
    vertical-align: middle;
    background: #ffffff;
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    padding: 20px 15px;
}
.filter .form .clearfix {
    margin-top: 10px;
}
.filter .form .clearfix:first-child {
    margin-top: 0px;
}
.filter .form .actions {
    float: right;
}



/* =============================================================================
   Modulo geotargeting
   ========================================================================== */
.geotargeting
{
    background: #f4f4f4;
    margin-top: 15px;
    /* border-top: 1px dashed #dddddd; */
    padding: 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
}
.geotargeting li
{
    float: left;
	margin: 1px 4px 1px 0;
}
.geotargeting li.geotargeting-item
{
    color: #2b3840;
	font-size: 13px;
	font-family: "Lucida Grande", arial, sans-serif;
	text-shadow: 0 1px 1px #fff;
	background-color: #eaeaea;
	/* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5)); */
	border: 1px solid #ccc;
	padding: 2px 7px 2px 10px;
	box-shadow: 0 1px 1px #e9e9e9;
	-webkit-box-shadow: 0 1px 1px #e9e9e9;
	-moz-box-shadow: 0 1px 1px #e9e9e9;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.geotargeting li.geotargeting-item.selected,
.geotargeting li.geotargeting-item:hover
{
    background-color: #e3e3e3;
}
.geotargeting li.geotargeting-item.selected a
{
    float: right;
	margin: 0 0 0 7px;
	cursor: pointer;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 1px #fff;
	-webkit-transition: color .1s ease-in;
}
.geotargeting li.geotargeting-item.selected:hover a
{
    color: #333;
}
.geotargeting .search-bar ul
{
    margin: 0;
    padding: 4px 0 4px 4px;
    list-style: none;
    border-top: 1px solid #888;
	border-bottom: 1px solid #b6b6b6;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	overflow: auto;
	background-color: #fff;
	box-shadow:inset 0 1px 1px #888;
	-webkit-box-shadow:inset 0 1px 1px #888;
	-moz-box-shadow:inset 0 1px 1px #888;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
}
.geotargeting .search-bar ul li.search
{
	margin-left: 0;
}
.geotargeting .search-bar ul input
{
	border: none;
	outline: none;
	font-size: 13px;
	width: 120px;
	height: 18px;
	padding-top: 3px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.geotargeting .filter-wrapper
{
    background: #ffffff;
    padding: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    display: none;
}
.geotargeting .filter-wrapper .title-bar
{
    overflow: hidden;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    background: #ddd;
    padding: 10px 15px;
}
.geotargeting .filter-wrapper .title-bar .col
{
    float: right;
}
.geotargeting .filter-wrapper .title-bar .icon
{
    width: 50px;
    float: left;
    margin: 0;
    padding: 0;
    font-family: 'FagoCoBold';
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-left: 0px;
    padding-left: 35px;
    line-height: 32px;
    background: url('images/orders-filter.png') left center no-repeat;
}
.geotargeting .filter-wrapper ul
{
    margin: 0px 0 0;
    padding: 0;
    list-style: none;
    max-height: 200px;
    overflow: auto;
    margin: 15px;
}
.geotargeting .filter-wrapper li.geotargeting-item
{
    margin: 0 15px 15px 0;
    cursor: pointer;
}
.geotargeting a.show-all-geotargeting-items
{
    margin: 10px 0 0 0;
    float: right;
    display: inline-block;
    font-weight: normal;
}





/* =============================================================================
   Pagination
   ========================================================================== */
/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.pagination
{
    display: block;
    margin: 35px 0 10px;
    padding: 0;
}
.pagination .inner
{
    float: right;
    left: -50%;
    position: relative;
    text-align: left;
}
.pagination ul
{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    left: 50%;
    height: 40px;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    
    box-shadow: 0 1px 3px #aaaaaa;
    -webkit-box-shadow: 0 1px 3px #aaaaaa;
	-moz-box-shadow: 0 1px 3px #aaaaaa;
    
    background: #ffffff;
}
.pagination li
{
    float: left;
    position: relative;
    border-left: 1px solid #dddddd;
}
.pagination li:first-child
{
    border: none;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}
.pagination li:last-child
{
    border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}
.pagination li.selected
{
    background: #ededed;
}
.pagination li.hidden
{
    display: none;
}
.pagination a
{
    display: block;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 40px;
}
.pagination li.prev a,
.pagination li.next a
{
    width: 105px;
}



/* =============================================================================
   Badges
   ========================================================================== */
.badge
{
    background: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 white;
    display: inline-block;
}
.badge.gray
{
    background: #eeeeee;
}
.badge.green
{
    
}
.badge.blue
{
    
}
.badge.red
{
    
}
.badge.yellow
{
    
}
.badge .tooltip
{
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
    margin-left: 3px;
    background: #f1f1f1;
    padding: 0 1px;
    border: 1px solid #dddddd;
    border-radius: 3px;
}







/* =============================================================================
   Alert messages
   ========================================================================== */
.alert:before,
.alert:after
{
    content: "";
    display: table;
}
.alert:before
{
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.alert:after
{
    clear: both;
}
.alert
{
    *zoom: 1;
    text-align: center;
    padding: 0 80px;
    margin-bottom: 30px;
}
.alert > div
{
    display: inline-block;
    vertical-align: middle;
}
.alert .inner 
{
    display: table-row;
}
.alert .table-cell
{
    display: table-cell;
    vertical-align: middle;
}
.alert .table-cell:first-child
{
    padding-right: 15px;
}
.alert .icon
{
    background-repeat: no-repeat;
    background-image: url('images/alert-sprite.png');
    width: 78px;
    height: 78px;
}
.alert .title:before,
.alert .title:after
{
    content: "";
    display: table;
}
.alert .title:after
{
    clear: both;
}
.alert .title
{
    font-family: 'fagoCoBold';
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #646464;
    padding: 0;
    margin: 0 0 5px 0;
}
.alert .description:before,
.alert .description:after
{
    content: "";
    display: table;
}
.alert .description:after
{
    clear: both;
}
.alert .description
{
    font-size: 14px;
    color: #525252;
    padding: 0;
    margin: 0;
}
.alert .title,
.alert .description
{
    text-shadow: 0 1px 0 rgba(235, 235, 235, 0.5);
}

/* Alert success */
.alert.success .title,
.alert.success .description
{
    color: #468847;
}
/* Alert notice */
.alert.notice .title,
.alert.notice .description
{
    color: #3a87ad;
}
/* Alert warning */
.alert.warning .title,
.alert.warning .description
{
    color: #c09853;
}
/* Alert error */
.alert.error .title,
.alert.error .description
{
    color: #b94a48;
}

/* Alert icons */
.alert.icon-email .icon
{
    background-position: 0px -474px;
}
.alert.icon-success .icon
{
    background-position: 0px -237px;
}
.alert.icon-cart .icon
{
    background-position: 0px 0px;
}
.alert.icon-warning .icon
{
    background-position: 0px -79px;
}
.alert.icon-info .icon
{
    background-position: 0px -395px;
}
.alert.icon-error .icon
{
    background-position: 0px -158px;
}
.alert.icon-order .icon
{
    background-position: 0px -316px;
}
.alert.icon-404 .icon
{
    background-position: 0px -553px;
}
.alert.icon-403 .icon
{
    background-position: 0px -633px;
}
.alert.icon-402 .icon
{
    background-position: 0px -713px;
}
.alert.icon-401 .icon
{
    background-position: 0px -793px;
}
.alert.icon-400 .icon
{
    background-position: 0px -873px;
}




/* =============================================================================
   Hint
   ========================================================================== */
.hint:before,
.hint:after
{
    content: "";
    display: table;
}
.hint:after
{
    clear: both;
}
.hint 
{
    *zoom: 1;
    background: #f7f7f9;
    border: 1px solid #e1e1e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 15px;
    margin: 0;
    font-weight: bold;
}
.hint.yellow
{
    color: #c09853;
    background: #fcf8e3;
    border-color: #fbeed5;
}
.hint.red
{
    color: #B94A48;
    background: #F2DEDE;
    border-color: #EED3D7;
}
.hint.green
{
    color: #468847;
    background: #DFF0D8;
    border-color: #D6E9C6;
}
.hint.blue
{
    color: #3A87AD;
    background: #D9EDF7;
    border-color: #BCE8F1;
}







/* =============================================================================
   Tabs
   ========================================================================== */
.tabs:before,
.tabs:after
{
    content: "";
    display: table;
}
.tabs:after
{
    clear: both;
}
.tabs 
{
    *zoom: 1;
}
.tabs .nav
{
    overflow: hidden;
    position: relative;
    background: url('images/bi-color-row.png') repeat-x left center;
    z-index: 1000;
    width: 100%;
    text-align: center;
}
.tabs .nav ul
{
    clear: left;
    
    list-style: none;
    margin: 0;
    padding: 0;
    
    text-align: center;
    display: inline-block;
}
.tabs .nav ul li
{
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    
    overflow:hidden; /* IE8-9 trick, http://stackoverflow.com/questions/6484820/rounded-corners-on-divs-with-background-color */
}
.tabs .nav ul li a
{
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    margin: 0;
    line-height: 38px;
    color: #000000;
    text-decoration: none;
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    
    background: #f3f3f3; /* Old browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlN2U3ZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #e7e7e7 100%); /* W3C */
}
.tabs .nav ul li:first-child a
{
    border-left: 1px solid #d9d9d9;
}
.tabs .nav ul li.first,
.tabs .nav ul li.first a
{
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -o-border-radius: 4px 0 0 4px;
}
.tabs .nav ul li.last,
.tabs .nav ul li.last a
{
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
}
.tabs .nav ul li a:hover,
.tabs .nav ul li.active a
{
    color: #ffffff;
    
    background: #bbbbbb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDk0OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(100%,#949494)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5f5f5f 0%, #949494 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5f5f', endColorstr='#949494',GradientType=0 ); /* IE6-8 */
}
.tabs .nav ul li a.active,
.tabs .nav ul li a.active:hover
{
    color: #ffffff;
    font-weight: bold;
    
    background: #bbbbbb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmNWY1ZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDk0OTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f5f5f), color-stop(100%,#949494)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5f5f5f 0%, #949494 100%); /* IE10+ */
    background: linear-gradient(to bottom, #5f5f5f 0%, #949494 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5f5f5f', endColorstr='#949494',GradientType=0 ); /* IE6-8 */
}
.tabs .nav ul li a span.icon
{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("images/basic2-005.png") no-repeat top left;
    margin: 11px 7px;
	float: left;
    overflow: hidden;
	text-indent: -9999px;
}
.tabs .panel
{
    position: relative;
    top: -21px;
    padding-top: 40px;
    padding-bottom: 20px;
    display: none;
}
.tabs .panel.active
{
    display: block;
}






/* =============================================================================
   Box
   ========================================================================== */
.box:before,
.box:after
{
    content: "";
    display: table;
}
.box:after
{
    clear: both;
}
.box
{
    *zoom: 1;
    
    background: #ffffff;
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    
    box-shadow: 0 1px 3px #aaaaaa;
    -webkit-box-shadow: 0 1px 3px #aaaaaa;
	-moz-box-shadow: 0 1px 3px #aaaaaa;
    
    overflow: hidden;
    position: relative;
}
.box.edit
{
    border: 3px dashed #cdcdcd;
    
    box-shadow: 0 1px 10px #aaaaaa;
    -webkit-box-shadow: 0 1px 10px #aaaaaa;
	-moz-box-shadow: 0 1px 10px #aaaaaa;
}
.box .header:before,
.box .header:after,
.box .content:before,
.box .content:after,
.box .footer:before,
.box .footer:after
{
    content: "";
    display: table;
}
.box .header:after,
.box .content:after,
.box .footer:after
{
    clear: both;
} 
.box .header,
.box .content,
.box .footer
{
    *zoom: 1;
}

.box .header
{
    margin: 0;
    padding: 15px 20px;
    border: none;
    background: none;
    font-family: 'FagoCoBold';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.box .header.background
{
    background-color: #eeeeee;
}
.box .header.divider
{
    background: url('images/divider.png') left bottom repeat-x;
}
.box .header .button
{
    margin-left: 10px;
}
.box .header p
{
    margin: 0;
    padding: 0;
}
.box .content
{
    padding: 20px;
}
.box .content .inside-box:before,
.box .content .inside-box:after
{
    content: "";
    display: table;
}
.box .content .inside-box:after
{
    clear: both;
}
.box .content .inside-box
{
    margin-top: 30px;
    padding-top: 15px;
}
.box .content .inside-box .title
{
    margin: 0 0 15px;
    padding: 0 0 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
}
.box .footer
{
    margin: 0;
    padding: 15px 20px;
    border: none;
    background: none;
    font-family: 'FagoCoBold';
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.box .footer.background
{
    background-color: #eeeeee;
}
.box .footer.divider
{
    background: url('images/divider.png') left bottom repeat-x;
}
.box .footer .button
{
    float: right;
    margin-left: 10px;
}
.box.no-padding .content
{
    padding: 0;
}





/* =============================================================================
   Table con background
   ========================================================================== */
table.table-with-header
{
    width: 100%;
}
table.table-with-header th,
table.table-with-header td
{
    text-align: center;
    padding: 15px 20px;
    width: auto;
}
table.table-with-header thead
{
    background: #eeeeee;
}
table.table-with-header thead th.id
{
    width: 40px;
}
table.table-with-header tbody tr
{
    border-top: 1px solid #dddddd;
}
table.table-with-header tbody tr:first-child
{
    border-top: none;
}
table.table-with-header tbody tr:first-child
{
    border-top: none;
}
table.table-with-header tbody td.actions
{
    float: right;
}



/* =============================================================================
   Table su due colonne
   ========================================================================== */
table.side-by-side
{
    width: 100%;
}
table.side-by-side tbody tr td
{
    padding: 5px 0px;
    width: auto;
}
table.side-by-side tbody tr:first-child td
{
    padding-top: 0;
}
table.side-by-side tbody tr:last-child td,
table.side-by-side tbody tr.last td
{
    padding-bottom: 0;
}
table.side-by-side tbody tr td:first-child
{
    font-weight: bold;
    padding-right: 20px;
}