/* KIWI WIDGET */
.kiwiWidgetTable {
	font-family: Arial, sans-serif;
	display: inline-block;
}

/* TABLE */
.kiwiWidgetTable table {
	float: left;
	border-collapse: collapse;
}

.kiwiWidgetTable table th {
	background: #6b9714;
    border: 1px solid rgb(107, 151, 20);
	height: 28px;
	padding: 0 4px 0 4px;
	font-size: 14px;
	color: white;
}

.kiwiWidgetTable table td {
	padding: 5px;
    white-space: normal;
    border: 1px solid #bfbfbf;
    border-top: none;
    border-bottom: none;
    color: #2e2e2e;
}

.kiwiWidgetTable table p {
	margin: 0;
}

.kiwiWidgetTable table tbody tr:nth-child(n+11) {
	display: none;
}

.kiwiWidgetTable table tr.ui-datatable-even {
	background: #ededed;
	height: 38px;
}

.kiwiWidgetTable table tr.ui-datatable-odd {
	background: #fcfcfc;
	height: 38px;
}

/* PAGINATION */
.simple-pagination {
	width: 100%;
	text-align: center;
	float: left;
	clear: left;
	background: #6b9714;
	height: 28px;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: white;
	font-weight: bold;
}

.simple-pagination > div {
	display: inline-block;
}

.simple-pagination > div > a {
	margin: 6px 2px;
	display: inline-block;
	padding: 1px 4px;
	border: 1px solid white;
	outline: none;
	line-height: normal;
	text-decoration: none;
	color: white;
	font-size: 12px;
	font-weight: normal;
}

.simple-pagination .simple-pagination-previous a,
.simple-pagination .simple-pagination-next a {
	border: none;
	font-weight: bold;
}

.simple-pagination .simple-pagination-page-numbers .simple-pagination-navigation-disabled {
	background: white;
	color: black!important;
}

/* TABLE COLUMNS */
.kiwiWidgetTable table a {
	color: #4c4c4c;
	text-decoration: none;
}

.kiwiWidgetTable table a:hover {
	color: #0077b3;
	text-decoration: none;
}

.date {
	width: 100px;
	font-weight: 700;
	font-size: 12px;
	text-align: center;
}

.date .hour,
.date .days {
	font-weight: 400;
	font-size: 10px;
	line-height: 10px;
	display: inline;
}

.name {
	width: 320px;
	text-align: left;
	font-weight: 600;
	padding-left: 20px;
	font-size: 12px;
}

.localization {
	width: 155px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

.localization .city {
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
}

.localization .place {
	font-weight: 400;
}

.categories {
	width: 165px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

.categories .cat0 {
	padding-bottom: 2px;
}

.categories .cat1 {
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	padding-bottom: 2px;
}

.author {
	width: 130px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

.tags {
	width: 130px;
	text-align: center;
	font-size: 10px;
	line-height: 12px;
}

/* EMPTY TABLE INFO */
.emptyTableInfo {
	float: left;
	clear: left;
	text-align: center;
	width: 100%;
	padding: 60px 0;
	font-size: 30px;
	color: #D2D2D2;
	background: white;
}

.kiwiWidgetTable table tbody tr:nth-child(n+11) {
	display: table-row;
}
