table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px;
}
th, td { white-space: nowrap;}
div.dataTables_wrapper {margin: 0 auto;}
div.container {
	width: 100%;
}
thead th {
  /*  background-color:#F49B4A;*/
    color:#333;
	height:18px;
}
tfoot th {
	font-size: 14px;
	font-weight:normal !important
}
div.dataTable tfoot th, div.dataTable tfoot td {
    padding: 10px 10px 6px 5px;
    border-top: 1px solid #111;
}
tbody td {
	font-size: 14px;
}
#tabladoc tr td {
    height: 20px;
}
#tabladoc tr td a{
	color: #000;
	text-decoration:none;
    height: 20px;
}
table tbody tr:hover td {
    background: #aedee3;
}
table.display tbody tr:nth-child(even):hover td{
    background-color: #b0dfe4 !important;/* #c0c0c0 !important;*/
}
table.display tbody tr:nth-child(odd):hover td {
    background-color: #b0dfe4 !important;
}
div.cabecera{
	padding:0;
	margin:0;
}
div.col-icono-cct{
	display: block;
	float: right;
	padding:0;
	margin:0 20px 0 0;
	width:auto;
}
#idtabla{
	font-family: 'Prosto One', regular;
	font-size: 28px;
	line-height:normal;
	padding:0;
	margin:0;
}
button#clearfilter{
	padding:0.2em 2em;
}
.glyphicon.glyphicon-question-sign {
    font-size: 17px;
}