/* tabulka - obecně */
table {
	border-collapse: collapse;
}

table, th, td {
	border: 0px;
}

table.hover tbody tr:hover {
	background-color: #BDBDBD !important;
}

table thead td {
	color: #FFF;
	padding: 7px 4px;
}
table.detail a, table.overview a, table.quick a, table tbody td > a.click, table.links tbody td > a, table.prace tbody td > a{
	color: #1C77AA;
}

table tbody td.wrap {
	white-space: normal;
}

table tbody td.pre {
	white-space: pre;
}

/* tabulka - detail */
table.detail {
	display: inline-block;
	margin: 0 5px;
	vertical-align: top;
	padding: 5px;
}

table.detail td, table.detail th {
	padding: 4px;
}

table.detail th {
	text-align: right;
}

table.detail tbody tr, table.prace tbody tr {
	background-color: #fff;
}

table.detail tbody tr.alt, table.detail tbody tr:nth-child(odd), table.prace tbody tr:nth-child(odd) {
	background-color: #E3E3E3;
}

/* tabulka - přehled pod detailem */
table.overview, table.huge {
	margin: 5px 0;
	width: 100%;
/*	border: 5px solid #c8c8c8; */
}

table.overview thead td {
	padding: 7px 4px;
}

table.overview td, table.huge td {
	padding: 4px;
	white-space: nowrap;
	overflow: hidden;         /* <- this does seem to be required */
	text-overflow: ellipsis;
	vertical-align: top;
}

table.overview tbody > tr {
	color: #000;
	border-bottom: 1px solid #A2A3AB;
}

/* Barvičky !!! */
table.overview tbody {
	background-color: #ececec;
}
table.contacts thead > tr, table.detail.contact,
table.notes thead > tr {
	background-color: #59B9FF;
}
table.orders thead > tr, table.detail.order,
table.items thead > tr{
	background-color: #9ED117;
}
table.users thead > tr, table.detail.user {
/*	background-color: #C23838;	*/
	background-color: #90589E;
}
table.files thead > tr, table.finance thead > tr {
	background-color: #299296;
}
table.links thead > tr {
	background-color: #427BD2;
}
table.prace thead > tr {
	background-color: #38a831;
}


table.colorful tr {
	background-color: #fff;
}
table.colorful tr.poSplatnosti, span.poSplatnosti {
	background-color: #F00;
}
table.colorful tr.vyfakturovano, span.vyfakturovano {
	background-color: #FF7C78;
}
table.colorful tr.zaplaceno, span.zaplaceno {
	background-color: #E4E4E4;
	color: #7E8998;
}
table.colorful tr.hotovo, span.hotovo {
	background-color: #B1DA76;
}

/* zkracování poznámky u výpisu práce */
table.prace tbody td.short {
	max-width: 300px;
}
table.prace tbody td.short.expand {
	max-width: 300px;
	white-space: normal;
}

table.perms {
	border-bottom: 1px solid black;
}
table.perms > tbody td {
	padding: 5px 10px;
	vertical-align: baseline;
}
table.perms > tbody > tr.border-first.border-second {
	border-top: 1px solid black;
}
table.perms > tbody > tr.border-second {
	border-top: 1px solid #cfcfcf;
}