@import "_icons.css";
@import "_modals.css";
@import "_aui-override.css";
@import "_utils.css";

/* custom styles */

.house-table {
	border: 1px solid #ddd;
	border-radius: 5px;
	max-width: 1300px;
	overflow-x: scroll;
}

.house-table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.house-table th {
	border: 1px solid #ddd;
	padding: 5px 10px;
}

.house-table.standard th {
	background-color: #f4f9ff;
	font-weight: normal;
	text-align: center;
}

.house-table.standard td + td {
	text-align: center;
}

.my-table td {
	padding: 5px 20px;
}


/* red table cell */
.aui .table td.table-cell-red {
	background-color: rgb(255, 200, 200);
	color: rgb(56, 56, 56);
}

.aui .table-striped tbody > tr:nth-child(odd) > td.table-cell-red,
.aui .table-striped tbody > tr:nth-child(odd) > th.table-cell-red {
	background-color: rgb(237, 200, 200);
	color: rgb(56, 56, 56);
}

.aui .table-hover tbody tr:hover > td.table-cell-red,
.aui .table-hover tbody tr:hover > th.table-cell-red {
	background-color: #fba4a6;
	color: rgb(56, 56, 56);
}
.table-last-header {
	min-width: 120px !important;
}