.cookiebox-item {	
	margin-bottom: 5px;	
	border: 1px solid #f5f5f5;
	border-radius: 3px;
}
.cookiebox-item-h {
	background: #f5f5f5;
	border-radius: 3px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cookiebox-item-h label {
	font-size: 110%;
	font-weight: bold;
}
.cookiebox-item-h:hover {
	background: #eee;
}
.cookiebox-item-oc {
	padding-right: 15px;
	position: relative;
	font-weight: normal;
}
.cookiebox-item-oc::after {
	content: '';
	border-bottom: 2px solid black;
	border-right: 2px solid black;
	transform: translateY(-50%) rotate(45deg);
	transform-origin: center center;
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 50%;
}
.cookiebox-item-detail {
	padding: 10px;
	overflow: auto;
}
.cookiebox-item-table {
	width: 100%;
	min-width: 300px;
	font-size: 90%;
}
.cookiebox-item-table thead td, .cookiebox-item-table thead th {
	padding: 10px;
	background: #ddd;	
	font-size: 90%;	
	font-weight: 500;
	text-transform: uppercase;
}
.cookiebox-item-table td, .cookiebox-item-table th {
	padding: 10px;
	background: #fdfdfd;
}
.cookiebox-item-table tr:nth-child(even) td, .cookiebox-item-table tr:nth-child(even) th {
	background: #fafafa;
}
.cookiebox-submit {
	text-align: right;
	margin-top: 10px;
}
.cookiebox-item-table-nazev {
	width: 100px;
	font-weight: 500;
}
.cookiebox-item-table-delka {
	width: 100px;
	text-align: center;
}

.cookies-links {
	margin-bottom: 20px;
	display: flex;
}
.cookies-links > * {
	display: flex;
	margin-right: 20px;
	align-items: center;
	font-weight: normal;
}
.cookies-links > * img {
	max-height: 12px;
	max-width: 12px;
	display: block;
	margin-right: 5px;
}


/*** popup ***/
.cookies-canvas {
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,0.9);
	z-index:1000;
}

.cookies-popup {
	width:800px;
	max-width: 90%;
	height:auto;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	background:white;
	padding:30px 30px 30px 30px;
	z-index:1001;
	text-align:left;
}
.cookies-popup .inline-block {
	display: inline-block;
}
.cookies-popup .check {
	margin-right: 5px;
}
.cookies-popup .button,
.cookies-popup-short .button {
	padding: 10px 20px 10px 20px;
	background: #0DC143;
	color: white;
	text-align: center;
}
.cookies-popup .button:hover,
.cookies-popup-short .button:hover {
	background: black;
}
.cookies-popup-buttons {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cookies-popup-buttons > * {
	margin-top: 10px;
	border: 0;
}
.cookies-popup-buttons > *:hover {
	margin-top: 10px;
	border: 0;
}
.cookies-button-disable {
	background: #aaa!important;
	color: white;
}
.cookies-button-disable:hover {
	background: black!important;
}










/*** format text ***/
.format-text {
	line-height: 1.5;
}
.format-text h2 {
	padding:0;
	margin:0 0 15px 0;
	font-size:30px;
}
.format-text h3 {
	padding:0;
	margin:0 0 5px 0;
}
.format-text table {
	border-collapse:collapse;
	border-spacing:0;
	xwidth:100%;
	border:0!important;
}
.format-text table th, .format-text table td {
	vertical-align:top;
	padding:5px 5px 5px 0;
	border:0!important;
	border-bottom:1px solid #ccc!important;
	text-align:left;
}
.format-text table thead th {
	padding-right:0;
}
.format-text table th {
	padding-right:15px;
}

.format-text p {
	margin:0 0 0 0;
	padding:0 0 10px 0;
}

.format-text table.tab-gallery td {
	border:0!important;
	padding:0;
	text-align:center!important;
}

.format-text ul, .format-text ol {
	margin:0 0 15px 0px;
	padding:0;
}
.format-text ul li {
	list-style:none;
	margin:0 0 5px 10px;
	padding:0 0 0 20px;
	text-align:left;
	position: relative;
}
.format-text ul li::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	top: 0.5em;
	left: 0;
	border-radius: 50%;
	background-color: CurrentColor;
}
.format-text ol li {
	margin:0 0 7px 25px;
	padding:0 0 0 0;
	text-align:left;
}
.format-text ul.double-li {
	float:left;
	width:260px;
	margin-right:20px;
}
.format-text img {
	margin:0 0 5px 0;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	padding:5px;
	background:white;
	border-radius:3px;
}
.format-text img.bord {
	border:2px solid #ccc;
}
.format-text img.f-left {
	margin:0 15px 5px 0;
}
.format-text img.f-right {
	margin:0 0 5px 15px;
}

.format-text a:hover img {
	border-color:#aaa;
}