/* CV.TRIPLE-C
 * (COMPUTER CARE CENTER) Banjarmasin
 * Perusahaan Pengembang Aplikasi Berbasis Web
 * Order Contact: +62 82155717976
 */

/* ======================================================================================================================================= CV.TRIPLE-C ==============
 * TABLE CSS
 * Class = Table
 */
.table {
	width: 100%;
	border-collapse: collapse;
	cursor: default;
}
.table_bw {
	width: 100%;
	border-collapse: collapse;
	cursor: default;
}
.table thead {
}
.table_bw thead {
}
.table thead tr td {
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}
.table_bw thead tr td {
	border: 1px solid;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}
.table tbody tr {
	transition: 2s ease-in-out;
}
.table tbody tr td {
	padding: 3px 10px;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
}
.table_bw tbody tr td {
	border: 1px solid;
	padding: 3px 10px;
}
.table tbody tr:nth-child(even) {
	transition: 2s ease-in-out;
}
.table tbody tr:hover {
	transition: 2s ease-in-out;
}
.table tbody tr:hover a:link, .table tbody tr:hover a:visited {
}
.table tfoot tr {
}
.table tfoot tr td{
	border: 2px outset;
	padding: 3px 10px;
}
.table_bw tfoot tr td{
	border: 1px outset;
	padding: 3px 10px;
}
.nomor, .center, .judul {
	text-align: center;
}
.money, .right {
	text-align: right;
}
.up {
	vertical-align: top;
}
table tr td {
	vertical-align: top;
}
.table-pop-up span{
	display: none;
}
.table-pop-up:hover span{
	display:block;
	position: absolute;
	border: 2px outset;
	border-radius: 7px;
	padding: 10px;
}

