/*.content {
	overflow-y: hidden ! important;
	overflow-x: auto ! important;
}
*/
.table input {
	width:20px;
	margin:0px;
	padding:0px;
}

.table .ZTable_modify_value {
	width:100%;
}

.dataTables_results {
	float: left;
	margin-left: 10px;
}

.table .sel_col, .table .selector {
	width: 10px;
}

.dataTables_wrapper .top {
	height:38px;
	line-height: 33px;
}

.dataTables_filter {
	float:left;
	text-align:left;
	margin-left:-50px;
}

.dataTables_filter label{
	margin-left:-50px;
}

.dataTables_filter input {
	text-align:left;
	padding:5px;
}


.dataTables_mass_title {z
	width:300px;
	float: right;
	text-align: right;
	padding-left: 200px;
}

.dataTables_mass_title a {
	margin-left: 5px;
	cursor: pointer;
}
.dataTables_mass_title label {
	margin-left: -100px;
}
.dataTables_mass_title select {
	display: inline-block;
    margin: 5px;
	margin-right: 0px;
	padding:5px;
	width: 150px;
}
.dataTables_mass_title input {
	display: inline-block;
    padding:5px;
	background-color: rgba(151,156,64,1);
	color:#fff;
	font-weight: bold;
	border:1px solid #fff;
}

/*************/

/* ==================================================
 * 3) Boxes
 * ================================================== */

.box {
	margin-top: 5px;
}

/* ==================================================
 * 3a) Boxes: Header
 * ================================================== */

.box .header {
	background: rgb(32,146,38); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(32,146,38,1) 0%, rgba(23,110,27,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(32,146,38,1)), color-stop(100%,rgba(23,110,27,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(32,146,38,1) 0%,rgba(23,110,27,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(32,146,38,1) 0%,rgba(23,110,27,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(32,146,38,1) 0%,rgba(23,110,27,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(32,146,38,1) 0%,rgba(23,110,27,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209226', endColorstr='#176e1b',GradientType=0 ); /* IE6-9 */
	height: 20px;
	line-height: 20px;
	border: 1px solid #2B5177;
	border-radius: 3px 3px 0 0;
	border-bottom: none;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,0.5);
}
.box .header.grey {
	background: url(../img/sprites/boxes/bg-header.png);
	filter: none;
	border-color: #C8C8C8;
}

.box .header.grey h3 {
	color: #383838;
	text-shadow: none;
}

.box.closed .header {
	border-bottom: 1px solid #2B5177;
	border-radius: 3px;
}

.box .header h3 {
	float: left;
	display: inline-block;
	margin-top: 0px;
	padding: 0;
	margin-left: 8px;
	padding-left: 10px;
	font-size:11px;
	background: url(../img/sprites/boxes/divider-header.png) top left no-repeat !important;
}

.box .header.no-icon h3 {
	background: none !important;
	margin-left: 0;
}

.box .header img {
	display: inline-block;
	margin: 9px auto;
	margin-left: 8px;
	float: left;
	-moz-user-select: none;
}

.box .header span {
	background: url(../img/icons/packs/fugue/16x16/toggle.png) no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-right: 10px;
    margin-top: 10px;
    width: 16px;
}

.box.closed .header span {
    background: url(../img/icons/packs/fugue/16x16/toggle-expand.png) no-repeat;
}

/* ==================================================
 * 3b) Boxes: Content
 * ================================================== */

.box .content {
	padding: 0 10px;
	border: 1px solid #C8C8C8;
	border-radius: 0 0 3px 3px;
	background: #fff;
}

.box .content .dataTables_wrapper {
	
}

.box.closed .content {
	display: none;
}

.box .content.grey {
	border-top-color: #C8C8C8;
}

.box .content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box .content.with-actions {
	border-radius: 0;
	border-bottom: 0;
}

.box .content.no-header {
	border-radius: 3px;
	border: 1px solid #C8C8C8;
}

.box .content.no-padding {
	padding: 0;
}

.border-radius-bottom {
	border-radius: 0 0 3px 3px;
}

/* ==================================================
 * 3c) Boxes: Actions Bar
 * ================================================== */

.box .actions {
	border-top: 1px solid #c8c8c8;
	background: #f7f7f7;
	border-radius: 0 0 3px 3px;
}

.box .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.box .actions input {
	margin: 0;
}

.box .actions-left {
	float: left;
	margin: 5px;
	margin-left: 10px;
}

.box .actions-right {
	float: right;
	margin: 5px;
	margin-right: 10px;
}

.totale {
	font-weight: bold;
}
