.btn {
	border: 2px solid #f4000f;
	padding: 1px 6px;
	display: inline-block;
	font-size: 0.8rem;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: -5px;
}
.btn:hover {
	color: white;
	background-color: #f4000f;
}

sup {
	font-size: 0.5rem;
}
small {
	font-size: 0.8rem;
}

.hidden {
	display: none;
}

.entry-content tr td, .entry-content tr th {
	padding: 6px 14px;
}
.entry-content tr td.narrow, .entry-content tr th.narrow {
	padding: 6px 6px;
}

.no-wrap {
	white-space: nowrap;
}

.strong {
	font-weight: bold;
}

.flat-free {
	color: green;
	font-weight: bold;
}

.flat-rented {
	color: black;
	font-weight: bold;
}

.flat-reserved {
	color: #f4000d;
	font-weight: bold;
}

.flat-prepared {
	color: #999999;
	font-weight: bold;
}

.w-6, .h-6 {
	width: 16px;
	height: 16px;
}

.flat-status {
	text-transform: uppercase;
	overflow: hidden;
	color: white;
	background-color: black;
	padding-top: 5px!important;
	padding-right: 20px!important;
	padding-bottom: 5px!important;
	padding-left: 20px!important;
	margin-bottom: 10px!important;
	display: inline-block;
}
.flat-status.flat-free {
	background-color: green;
}
.flat-status.flat-reserved {
	background-color: #F4000D;
}
.flat-status.flat-rented {
	background-color: black;
}
.flat-status.flat-prepared {
	background-color: #999999;
}

.dtsb-clearAll {
	float: none!important;
	margin-left: 2em!important;
}

#flat-table_filter {
	margin-bottom: 0.5em;
}

.dtsp-title {
	display: none!important;
}
table.dataTable {
	border-collapse: collapse!important;
}
table.dataTable tr.parent {
	border-top: 2px solid #7a7a7a;
}
table.dataTable tr.child {
	border-bottom: 2px solid #7a7a7a;
}
table.dataTable tr {
	background-color: white!important;
	border: 1px solid #eeeeee;
}
#flat-table tr:hover, #flat-table-promo tr:hover {
	filter: brightness(95%);
 }

table.dataTable > tbody > tr.child span.dtr-title {
	min-width: auto!important;
	padding-right: 4px!important;
}

.detail-table table tr td {
	padding: 2px 5px;
	border: none;
	font-size: 0.9rem;
}
.detail-table table tr {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.detail-table table tr:first-child {
	background-color: #E3E3E3;
}
.detail-table table tr:last-child {
	background-color: #F9F9BD;
}

.dtsp-showAll, .dtsp-collapseAll {
	color: #F4000D;
}

@media (min-width: 420px) {
	.detail-table table {
		min-width: 355px;
	}
}

.mapsvg-buttons {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: row-reverse;
	pointer-events: none;
}

.mapsvg-buttons .mapsvg-btn-group {
	box-shadow: none;
	pointer-events: all;
}
.mapsvg-buttons .mapsvg-btn-map.mapsvg-in, .mapsvg-buttons .mapsvg-btn-map.mapsvg-out {
	border: 1px solid #999;
	margin-bottom: 15px;
	margin-right: 40px;
}
.mapsvg-buttons .mapsvg-btn-map.mapsvg-btn-previous-map {
	color: #ffffff!important;
	background-color: #f4000d;
	padding: 10px 17px;
	border-radius: 0;
	margin-top: 8px;
	margin-left: 32px;
	margin-right: 20px;
	width: 110px;
	height: 45px;
	text-align: center;
}
.mapsvg-buttons .mapsvg-btn-map.mapsvg-btn-previous-map:hover {
	background-color: #d0000a;
}

.mapsvg-buttons .mapsvg-btn-map.mapsvg-btn-previous-map::after {
	content: "Zpět";
	color: white;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2px;
}

.mapsvg-buttons .mapsvg-btn-map.mapsvg-btn-previous-map svg {
	display: none;
}
div.dtsp-searchPane div.dtsp-topRow.dtsp-bordered {
	display: none;
}