
.table_rc thead tr th {
	line-height: 12px;
	padding: 16px 2px 5px 2px !important;
	color: white;
	font-weight: normal;
	text-align: center;
	background-color: #0051a3;
	vertical-align: middle;
}
.table_rc thead tr:nth-child(2) th {
	padding: 0  !important;
}

.table_rc input[type="search"]::-webkit-input-placeholder {
    color: #ccc;
} 
.table_rc input[type="search"]::-moz-placeholder {
    color: #ccc;
}
 
.table_rc thead tr th:after {
      display: block;
}
.table_rc tbody tr td {
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
	font-size: 14px;
	padding: 5px 3px;
}

.table_rc.empty td {
	padding: 8px 0;
}
.table_rc.empty thead tr th {
	line-height: 12px;
	padding: 8px 2px !important;
	color: white;
	font-weight: normal;
	text-align: center;
	background-color: #0051a3;
	vertical-align: middle;
}

.table_rc {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
}
.font-small {
	font-size: 12px !important;
}