﻿.mGrid { width:100%; background-color: #fff; border-collapse:collapse; font:11px Arial, Helvetica, sans-serif; }

.mGrid td { padding: 4px; border-bottom: solid 1px #CCC; color: #000; }
.tdleft { padding: 4px; border-bottom: solid 1px #CCC; color: #000; text-align:left;}
.mGrid th { padding: 5px 4px; color: #fff; background: #424242 url(https://media.evaluation.it/step/images/grd_head.png) repeat-x top; border-left: solid 1px #525252; font-size: 1.03em; }

.mGrid th a {border:1px solid white;color: #fff; font-size:12px; text-decoration:none;}
.mGrid th:hover {background:#424242  url(https://media.evaluation.it/step/images/grd_head_hover.png) repeat-x top;}
.mGrid .alt {background: #fcfcfc url(https://media.evaluation.it/step/images/grd_alt.png) repeat-x top;}
.mGrid .even {background: #fcfcfc url(https://media.evaluation.it/step/images/grd_alt.png) repeat-x top;}
.mGrid .pgr {background: #424242 url(https://media.evaluation.it/step/images/grd_pgr.png) repeat-x top; }
.mGrid .pgr table { margin: 2px 0; }
.mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
.mGrid .pgr a { color: #666; text-decoration: none; }
.mGrid .pgr a:hover { color: #000; text-decoration: none; }

.sorting {cursor:pointer;}
.sorting_asc {cursor:pointer;}

.dataTables_scroll {clear: both;}
.dataTables_scrollBody {*margin-top: -1px;}
.colhidden { display: none; }

.dataTables_wrapper {
	position: relative;
	clear: both;
	_height: 302px;
	margin-bottom:5px;
	zoom: 1; /* Feeling sorry for IE */
}

.dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 250px;
	height: 30px;
	margin-left: -125px;
	margin-top: -15px;
	padding: 14px 0 2px 0;
	border: 1px solid #ddd;
	text-align: center;
	color: #999;
	font-size: 14px;
	background-color: white;
}

.dataTables_length {
	width: 50%;
	padding:5px 0;
	float: right;
	text-align: right;
}

.dataTables_filter {
	width: 50%;
	padding:5px 0;
	float: left;
	text-align: left;
}

.dataTables_info {
	width: 48%;
	padding:5px 0;
	float: left;
}

.dataTables_paginate {
	width: 44px;
	* width: 50px;
	float: right;
	text-align: right;
	padding:5px 0;
}

/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
	height: 19px;
	width: 19px;
	margin-left: 3px;
	float: left;
}

.paginate_disabled_previous {
	background-image: url('https://media.evaluation.it/step/images/back_disabled.jpg');
}

.paginate_enabled_previous {
	background-image: url('https://media.evaluation.it/step/images/back_enabled.jpg');
}

.paginate_disabled_next {
	background-image: url('https://media.evaluation.it/step/images/forward_disabled.jpg');
}

.paginate_enabled_next {
	background-image: url('https://media.evaluation.it/step/images/forward_enabled.jpg');
}


.paging_full_numbers {
	width: 400px;
	height: 22px;
	line-height: 22px;
}

.paging_full_numbers span.paginate_button,
 	.paging_full_numbers span.paginate_active {
	border: 1px solid #aaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px 5px;
	margin: 0 3px;
	cursor: pointer;
	*cursor: hand;
}

.paging_full_numbers span.paginate_button {
	background-color: #f0f0f0;
}

.paging_full_numbers span.paginate_button:hover {
	background-color: #ccc;
}

.impTxt,.impRed,.impTxt131,.impRed131 {white-space: nowrap;overflow:hidden; line-height: 22px;font-size: 11px;border-bottom:1px solid #D6D6D6;text-align:right;}
.impTxt {width:106px;cursor:pointer;}
.impRed {padding-left:5px;width:101px;font-weight:bold;}
.impTxt131 {width:131px;}
.impRed131 {width:131px;font-weight:bold;}

.tLevel {width:300px;line-height:22px;font-size: 12px;border-bottom:1px solid #D6D6D6;padding-left:3px;}
.pLevel {cursor:pointer;}
.impTit {font-weight:bold;}
.tLevel1,.iLevel1 {background:#FFFFFF;}
.tLevel2,.iLevel2 {background:#F4F4F4;}
.tLevel3,.iLevel3 {background:#F0F0F0;}
.tLevel4,.iLevel4 {background:#EFEFEF;}
.tLevel5,.iLevel5 {background:#EAEAEA;}
.tLevel6,.iLevel6 {background:#E4E4E4;}