/*
.dropdown:hover .dropdown-menu {
	display: block;
}
*/

.table-padding{
	padding: 15px;
}

div.DTTT { 
	margin-bottom: 0.5em; 
	float: right; 
}

div.dataTables_wrapper { 
	clear: both; 
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}

.datepicker{
	z-index:1151 !important;
}

table.table>thead>tr>td, table.table>tbody>tr>td{
	white-space: nowrap;
}
