body,td,th {
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	font-size: small;
	color: #333333;
}
body {
	text-align: center;
}
th h1, th h2, th h3 {
	text-align: center;
}
th, td {
    text-align: left;
}

.link {
	cursor: pointer;
}

a:link, .link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #660000;
	text-decoration: none;
}
a:hover, .link:hover {
	color: #990000;
	background-color: #ffa;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.xsmall {
    font-size: x-small;
}

h1 {
	text-align: center;
	font-size: x-large;
	color: #990000;
	background-color: #eee;
	border: 1px solid #CACACA;
	padding: 5px;
}

h2, div.content-box-header {
    font-size: medium;
	color: #990000;
	padding-top: 0px;
	padding-bottom: 0px;
}

div.main {
    /*width: 1000px;*/
	/*margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;*/
}

table {
	border-spacing: 0px;
	border: 1px solid #CACACA;
	background-color: #eee;
	padding: 10px;
}

th, td {
    border-bottom: 1px solid #CACACA;
}

table.nolines th, table.nolines td {
    border-bottom: 0px;
    padding: 2px;
}

table.grid th, table.grid td {
	border-bottom: 1px solid #CACACA;
	border-right: 1px solid #CACACA;
	padding: 3px;
}

.tools {
    text-align: center;
    padding-bottom: 15px;
}

#list tr {
	height: 20px;
}

tr.highlight:not(.highlighted):hover {
	background-color: #E8F0D9 !important;
}

tr.selected {
	background-color: #ffa !important;
	font-weight: bold;
}

tr.highlighted:not(.selected) {
	background-color: white !important;
}

img.icon16 {
	width: 16px;
	height: 16px;
	border: 0px;
	vertical-align: top;
}

.float_left {
    float: left;
    width: 45%;
    text-align: left;
}

.float_right {
    float: right;
    width: 45%;
    text-align: right;
}

table.left {
    float: left;
    width: 70px;
}

table.right {
    position: relative;
    left: 10px;
	margin-right: 10px;
    /*width: 920px;*/
}

table.alternating_row_colours tr:nth-child(even) td {
	background-color: white;
}

tr.alt-row {
	background-color: white;
}

table.platby td {
	text-align: center;
}

table.platby td:first-child {
	text-align: left;
}

table.platby td:last-child {
	text-align: right;
}

#report_data_div {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.admin_index {
	width: 650px;
	line-height: 26px;
}

table.admin_index td, table.admin_index th {
	font-size: medium;
}

table.admin_index td:nth-child(2) {
	text-align: right;
}

table.companies_index > tbody > tr > td:nth-child(8), table.companies_index > tbody > tr > th:nth-child(6) {
	padding-right: 4px;
}

table.companies_index > tbody > tr > td:nth-child(11), table.companies_index > tbody > tr > th:nth-child(8) {
	border-left: 1px solid #CACACA;
	padding-left: 4px;
}

table.reg_odb > tbody > tr > td:nth-child(8) {
	font-weight: bold;
}

table.reg_odb_ziadost {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}

table.reg_odb_aktivita {
	width: 600px;
}

table.reg_odb_aktivita thead tr:nth-child(2) th:nth-child(1) {
	width: 50px;
}

table.reg_odb_aktivita thead tr:nth-child(2) th:nth-child(3) {
	width: 150px;
}

table.reg_odb_aktivita tbody td:nth-child(3) {
	text-align: right;
}

div.notification {
	margin: 10px;
	margin-top: 15px;
	padding: 5px;
	border: 1px solid #CACACA;
	background-color: #E8F0D9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-weight: bold;
}

div.notification.warning, div.notification.error {
	color: darkred;
	background-color: lightyellow;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#statistika_table {
	margin-left: auto;
	margin-right: auto;
}

#instalacia_table {
	width: 100%;
}

.highlighted_search {
	background: yellow;
}

.action_table tbody tr td:last-child, .action_table thead tr th:last-child {
	text-align: right;
}
.collapsible:hover {
	cursor: pointer;
	text-decoration: underline;
	background-color: #E8F0D9 !important;
}
.collapsible {
	border: 1px solid #CACACA;
	background-color: #eee;
	padding: 5px;
	text-align: left;
}
.admin-compatible div.content-box {
	border: 2px solid #CACACA;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.admin-compatible div.content-box table {
	width: 100%
}

.tableexport-caption {
	padding: 6px;
}
button.button-default {
	margin: 0 3px;
}
