.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
border-bottom-width: 1px !important;
}

table th.selector {
	width: 30px;
}

table.table tr:hover, table.table tr:hover td  { /*, table.table tr:hover a*/
	background-color: #d9edf7 !important;
	color:#000;
}
table.table tr.activerow td, .activerow i {
	background-color: #3993ba !important;
	color:#ffffff;
}
table .smlCnt {
	width: 30px;
	text-align: center;
}
table .fixcol30 { width: 30px; }
table .fixcol60 { width: 60px; }
table .fixcol90 { width: 90px; }
table .fixcol120 { width: 120px; }
table .fixcol150 { width: 150px; }

td.dragHandle {
	width: 30px;
}
td.showDragHandle {
	background-image: url(/ztable/images/updown2.gif) !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	cursor: move;
}
.tDnD_whileDrag td {
    background-color: #ccc !important;
}

.dataTables_wrapper .actions {
	border: none;
	line-height: 25px;
    color: #222222;
}

.paginate_button_disabled {
    color: #9F9F9F;
}
.paginate_active {
    color: #FCFCFC;
    text-shadow: 0 1px 0 #000000;
}


.box .actions {
	border: 1px solid #c;
	border-radius: 0 0 3px 3px;
}

.paginate_button, .paginate_active {
	background-color: #ebebeb;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #b5b5b5 #b5b5b5 #ffffff;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
.paginate_active a:hover {
	text-decoration: none;
}
.paginate_button_disabled {
	cursor: default;
}

.paginate_active {
	background-color: #2D5580;
	border-color: #123458;
}    

.first {
	border-radius: 3px 0 0 3px;
}

.last {
	border-radius: 0 3px 3px 0;
}

.box .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


.box .actions-left {
	float: left;
	margin: 5px;
	margin-left: 10px;
}

.box .actions-right {
	float: right;
	margin: 5px;
	margin-right: 10px;
}

.paginate_active {
    color: #FCFCFC;
    text-shadow: 0 1px 0 #000000;
}

.dataTables_wrapper .quick_search input {
	margin: 0px;
	width: auto;
	margin-right: 10px;
	margin-top: -3px;
}
.dataTables_wrapper .top {
	line-height: 26px;	
	padding-left: 20px;
}

.dataTables_wrapper table.table {
	margin-bottom: 0px !important;
}

input.ZTable_modify_value {
	width: 30px !important;
}

.dataTables_mass_title {
	font-size: 1em !important;
}
.dataTables_mass_title label {
	margin: 0px !important;
}
.dataTables_mass_title a {
	margin-right: 5px;
	border-right:1px solid #ccc;
	padding-right: 5px;
}
#Ospiti_lab_num_result {
	margin-left: 15px;
}
.titlemiddle {
	display:none;
	width:90%;
	text-align:center;
	position: absolute;
	font-size: 1.5em;
	color: #aaa;
	text-shadow: 1px 1px 1px #fff;
}