@charset "UTF-8";
.portal-obcana-banner .title img {
	max-width:210px;
}
h2.accordion-header {
	margin:0;
}
.accordion {
	--bs-accordion-active-bg:var(--bs-primary);
	--bs-accordion-active-color:#fff;
	--bs-accordion-border-radius:0;
}
.accordion-item {
	--bs-accordion-inner-border-radius:0;
	margin-bottom:1rem;
}
.accordion-button {
	font-size:1.2rem;
	font-weight:bold;
	background: var(--bs-border-color);
	--bs-accordion-btn-focus-box-shadow:none;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #86b7fe;
}
.accordion-button:focus {
	border: 1px solid var(--bs-primary);
}
.accordion-collapse {
	background: #f6f6f6;
}
.accordion-body>*:first-child {
	margin-top:0;
}
.accordion-body>*:last-child {
	margin-bottom:0;
}
.btn-outline-red,.planakci .clickable:hover .akce h3 a,.planakci .clickable:hover h3 {
	color: var(--bs-red)
}
.hgl>*:first-child{
	margin-top:0;
}
.hgl>*:last-child{
	margin-bottom:0;
}
.hgl{
	border:2px solid var(--bs-red);
	padding:1rem;
	margin-bottom:1rem;
}
.carousel-caption {
	background:rgba(0,0,0,.6);
	padding: 1rem 1rem 1.6rem 1rem;
	left:10%;
	right:10%;
}
.carousel-indicators {
  margin-bottom: 2rem;
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-check:focus+.btn-primary,.btn-primary.active:focus,.btn-primary:active:focus,.btn-primary:focus,.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none
}
.approximaterm {
	font-size: 1rem;
	display: block
}
.people .row {
	border-bottom: 1px solid var(--bs-light-grey);
	padding-top: .75rem;
	padding-bottom: .75rem
}
.people .row:first-child {
	border-top: 1px solid var(--bs-light-grey)
}
.people h3 {
	font-size: 1.1rem;
	margin-bottom: .25rem!important;
	margin-top: 0
}
#header,.planakci {
	margin-bottom: 3rem
}
.btn-outline-red {
	border-color: var(--bs-red);
	background-color: #fff
}
.btn-outline-red:hover {
	color: #fff;
	background-color: var(--bs-red)
}
#artid11 .planakci,.accordion .card,.contact-row>div,.planakci .row {
	margin-bottom: 1rem
}
#artid11 .planakci h2,.blueimp-gallery .modal-body .video-content video,.blueimp-gallery .modal-body .video-playing a,.blueimp-gallery .modal-body .video-playing img,.blueimp-gallery-left>.prev,.blueimp-gallery-right>.next,.blueimp-gallery-single>.indicator,.blueimp-gallery-single>.next,.blueimp-gallery-single>.play-pause,.blueimp-gallery-single>.prev,.blueimp-gallery>.indicator>.active:after,.blueimp-gallery>.slides>.slide-error>.slide-content,.blueimp-gallery>.slides>.slide>.video-playing>.video-cover,.blueimp-gallery>.slides>.slide>.video-playing>.video-play,.justified-gallery>.jg-filtered {
	display: none
}
#nav-years .nav-item,.bootstrap-table .fixed-table-container .table .bs-checkbox label,.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group .dropdown-menu,.card-body ul,.card-body ul li:last-child,.nav-docs-years .nav-item,.nav-pills li,.news-card>:last-child,.pagecontent .breadcrumb,.pagecontent .breadcrumb li {
	margin-bottom: 0
}
#topline .left,.h1,.navbar-brand,h1 {
	text-transform: uppercase
}
#topline,.cc-btn {
	white-space: nowrap
}
:root {
	--my-table-hover-bg: #fffffe;
	--bs-red: #9e0005;
	--bs-red-hover: #6e0017;
	--bs-yellow: #ffeec8;
	--bs-yellow-hover: #f4e0b4;
	--bs-light-yellow: #fff6e3;
	--bs-light-yellow-hover: #f7ecd5;
	--bs-very-light-grey: #eee;
	--bs-light-grey: #ddd;
	--bs-primary: #364596;
	--bs-primary-hover: #1e2d79;
	--bs-secondary: #dfebfb;
	--bs-secondary-hover: #bacee9
}
.nav-pills {
	--bs-nav-pills-border-radius: 0;
	--bs-nav-pills-link-active-color: #fff;
	--bs-nav-pills-link-active-bg: #364596;
	border-bottom:2px solid var(--bs-primary);
	margin-bottom:2.5rem;
}
.nav-link {
	--bs-nav-link-font-size:1.4rem;
	--bs-nav-link-padding-y:.5rem;
	--bs-nav-link-padding-x:1rem;
	color: black;
}
.nav-pills .nav-link{	
	background:var(--bs-very-light-grey);
}
.nav-pills .nav-link:hover{	
	background:var(--bs-light-grey);
	color:black;
}
.pagecontent .nav-pills li {
  margin-bottom: 0;
}

.bg-banner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.bg-banner-inner {
	width: 100%;
	position: relative;
	display: block;
	overflow: hidden
}
.bg-banner .bg-banner-inner>img {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	min-width: 100%;
	min-height: 100%;
	max-width: none;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}
.bg-banner:hover .bg-banner-inner>img {
	-webkit-transform: translate(-50%,-50%) scale(1.1);
	-moz-transform: translate(-50%,-50%) scale(1.1);
	-ms-transform: translate(-50%,-50%) scale(1.1);
	-o-transform: translate(-50%,-50%) scale(1.1);
	transform: translate(-50%,-50%) scale(1.1);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	-o-transition: -o-transform .2s ease-in-out;
	-moz-transition: transform .2s ease-in-out,-moz-transform .2s ease-in-out;
	transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out,-moz-transform .2s ease-in-out,-o-transform .2s ease-in-out
}
.blueimp-gallery,.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	transition: opacity .2s linear;
	backface-visibility: hidden;
	-moz-backface-visibility: hidden
}
.blueimp-gallery>.slides>.slide>.slide-content,.blueimp-gallery>.slides>.slide>.slide-content>img {
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	opacity: 1
}
.blueimp-gallery {
	position: fixed;
	z-index: 999999;
	overflow: hidden;
	background: #000;
	opacity: 0;
	display: none;
	direction: ltr;
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom
}
.blueimp-gallery-carousel {
	position: relative;
	z-index: auto;
	margin: 1em auto;
	padding-bottom: 56.25%;
	box-shadow: 0 0 4px rgba(0,0,0,.1);
	-ms-touch-action: pan-y pinch-zoom;
	touch-action: pan-y pinch-zoom;
	display: block
}
.mb-2rem,.nav-years,.news-card {
	margin-bottom: 2rem
}
.blueimp-gallery-display {
	display: block;
	opacity: 1
}
.blueimp-gallery>.slides {
	position: relative;
	height: 100%;
	overflow: hidden
}
.blueimp-gallery-carousel>.slides {
	position: absolute
}
.blueimp-gallery>.slides>.slide {
	visibility: hidden;
	position: relative;
	float: left;
	height: 100%;
	text-align: center;
	-webkit-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
	-moz-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
	-ms-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
	-o-transition-timing-function: cubic-bezier(0.645,0.045,0.355,1);
	transition-timing-function: cubic-bezier(0.645,0.045,0.355,1)
}
.blueimp-gallery>.slides>.slide-active,.blueimp-gallery>.slides>.slide-next,.blueimp-gallery>.slides>.slide-prev {
	visibility: visible
}
.blueimp-gallery>.slides>.slide-loading,.blueimp-gallery>.slides>.slide>.video-loading>.video-play {
	background: url(/img/blueimp/loading.gif) center/64px 64px no-repeat
}
.blueimp-gallery-smil>.slides>.slide-loading,.blueimp-gallery-smil>.slides>.slide>.video-loading>.video-play {
	background-image: url(/img/blueimp/loading.svg)
}
.blueimp-gallery>.slides>.slide-loading>.slide-content,.cc-window.cc-invisible {
	opacity: 0
}
.blueimp-gallery>.slides>.slide-error {
	background: url(/img/blueimp/error.png) center no-repeat
}
.blueimp-gallery-svgasimg>.slides>.slide-error {
	background-image: url(/img/blueimp/error.svg)
}
.blueimp-gallery-display>.next,.blueimp-gallery-display>.prev {
	position: absolute;
	top: 50%;
	left: 15px;
	width: 8px;
	height: 20px;
	padding: 10px 14px 10px 18px;
	margin-top: -23px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: url(/img/blueimp/prev.png) center no-repeat rgba(0,0,0,.5);
	border: 3px solid #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	opacity: .5;
	cursor: pointer;
	display: none
}
.blueimp-gallery-display>.close,.blueimp-gallery-display>.play-pause {
	height: 30px;
	display: none;
	position: absolute;
	right: 15px;
	width: 30px;
	cursor: pointer
}
.blueimp-gallery-display>.next {
	right: 15px;
	left: auto;
	background-image: url(/img/blueimp/next.png)
}
.blueimp-gallery-svgasimg>.prev {
	background-image: url(/img/blueimp/prev.svg)
}
.blueimp-gallery-svgasimg>.next {
	background-image: url(/img/blueimp/next.svg)
}
.blueimp-gallery-display>.close {
	top: 15px;
	background: url(/img/blueimp/close.png) center no-repeat;
	opacity: .8
}
.blueimp-gallery-svgasimg>.close {
	background-image: url(/img/blueimp/close.svg)
}
.blueimp-gallery>.title {
	position: absolute;
	top: 15px;
	left: 15px;
	margin: 0 60px 0 0;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	opacity: .8;
	display: none
}
#footer,#topline,.planakci .akce {
	font-size: .9rem
}
.blueimp-gallery-display>.play-pause {
	bottom: 15px;
	background: url(/img/blueimp/play-pause.png) no-repeat;
	opacity: .5
}
.blueimp-gallery-svgasimg>.play-pause {
	background-image: url(/img/blueimp/play-pause.svg)
}
.blueimp-gallery-playing>.play-pause {
	background-position: -30px 0
}
.blueimp-gallery-controls>.close,.blueimp-gallery-controls>.indicator,.blueimp-gallery-controls>.next,.blueimp-gallery-controls>.play-pause,.blueimp-gallery-controls>.prev,.blueimp-gallery-controls>.title {
	display: block;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0)
}
.blueimp-gallery>.close,.blueimp-gallery>.next,.blueimp-gallery>.play-pause,.blueimp-gallery>.prev,.blueimp-gallery>.slides>.slide>.slide-content {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.blueimp-gallery>.close:hover,.blueimp-gallery>.next:hover,.blueimp-gallery>.play-pause:hover,.blueimp-gallery>.prev:hover,.blueimp-gallery>.title:hover {
	color: #fff;
	opacity: 1
}
@supports (object-fit:contain) {.blueimp-gallery-contain>.slides>.slide>.slide-content,.blueimp-gallery-contain>.slides>.slide>.slide-content>img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

}
@media (prefers-color-scheme:light) {.blueimp-gallery-carousel {
background: #fff
}

}
#footer,#topline .menu-core .nav-item.active,#urdesk-archive-form,.bg-light-gray,.news-card {
background: var(--bs-very-light-grey)
}
.blueimp-gallery>.indicator {
position: absolute;
top: auto;
right: 15px;
bottom: 15px;
left: 15px;
margin: 0 40px;
padding: 0;
list-style: none;
text-align: center;
line-height: 10px;
display: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.blueimp-gallery>.indicator>li {
display: inline-block;
position: relative;
width: 9px;
height: 9px;
margin: 6px 3px 0;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
border: 1px solid transparent;
background: center no-repeat rgba(255,255,255,.25);
border-radius: 5px;
box-shadow: 0 0 2px #000;
opacity: .5;
cursor: pointer
}
.blueimp-gallery>.indicator>.active,.blueimp-gallery>.indicator>li:hover {
background-color: #fff;
border-color: #fff;
opacity: 1
}
.blueimp-gallery>.indicator>li:after {
opacity: 0;
display: block;
position: absolute;
content: '';
top: -5em;
left: 4px;
width: 75px;
height: 75px;
transition: transform .6s ease-out,opacity .4s ease-out;
transform: translateX(-50%) translateY(0) translateZ(0);
pointer-events: none
}
.blueimp-gallery>.indicator>li:hover:after {
opacity: 1;
border-radius: 50%;
background: inherit;
transform: translateX(-50%) translateY(-5px) translateZ(0)
}
.blueimp-gallery>.slides>.slide>.video-content>.video-cover,.blueimp-gallery>.slides>.slide>.video-content>iframe,.blueimp-gallery>.slides>.slide>.video-content>video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none
}
.blueimp-gallery>.slides>.slide>.video-content>.video-cover {
background: center/contain no-repeat
}
.blueimp-gallery>.slides>.slide>.video-iframe>.video-cover {
background-color: rgba(0,0,0,.7)
}
.blueimp-gallery>.slides>.slide>.video-content>.video-play {
position: absolute;
top: 50%;
right: 0;
left: 0;
margin: -64px auto 0;
width: 128px;
height: 128px;
background: url(/img/blueimp/video-play.png) center no-repeat;
opacity: .8;
cursor: pointer
}
.blueimp-gallery-svgasimg>.slides>.slide>.video-content>.video-play {
background-image: url(/img/blueimp/video-play.svg)
}
.blueimp-gallery>.slides>.slide>.video-content>.video-play:hover,.cc-close:focus,.cc-close:hover,.cc-link:hover {
opacity: 1
}
.bootstrap-table .fixed-table-pagination::after,.bootstrap-table .fixed-table-toolbar::after {
content: "";
display: block;
clear: both
}
.bootstrap-table .fixed-table-toolbar .bs-bars,.bootstrap-table .fixed-table-toolbar .columns,.bootstrap-table .fixed-table-toolbar .search {
position: relative;
margin-top: 10px;
margin-bottom: 10px
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group {
display: inline-block;
margin-left: -1px!important
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group>.btn,.card,.nav-pills .nav-link {
border-radius: 0
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:first-child>.btn {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.bootstrap-table .fixed-table-toolbar .columns .btn-group>.btn-group:last-child>.btn {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.bootstrap-table .fixed-table-toolbar .columns .dropdown-menu {
text-align: left;
max-height: 300px;
overflow: auto;
-ms-overflow-style: scrollbar;
z-index: 1001
}
.blueimp-gallery .modal-body,.bootstrap-table .fixed-table-container .table .bs-checkbox,.bootstrap-table .fixed-table-container .table tbody tr.no-records-found td,.cc-btn,img.typ5 {
text-align: center
}
.bootstrap-table .fixed-table-toolbar .columns label {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.428571429
}
.bootstrap-table .fixed-table-toolbar .columns-left {
margin-right: 5px
}
.bootstrap-table .fixed-table-toolbar .columns-right {
margin-left: 5px
}
.bootstrap-table .fixed-table-toolbar .pull-right .dropdown-menu {
right: 0;
left: auto
}
.bootstrap-table .fixed-table-container {
position: relative;
clear: both
}
.bootstrap-table .fixed-table-container .table {
width: 100%;
margin-bottom: 0!important
}
.bootstrap-table .fixed-table-container .table td,.bootstrap-table .fixed-table-container .table th {
vertical-align: middle;
box-sizing: border-box
}
.bootstrap-table .fixed-table-container .table thead th {
vertical-align: bottom;
padding: 0;
margin: 0
}
.bootstrap-table .fixed-table-container .table thead th:focus {
outline: transparent solid 0
}
.bootstrap-table .fixed-table-container .table thead th.detail {
width: 30px
}
.bootstrap-table .fixed-table-container .table thead th .th-inner {
padding: .75rem;
vertical-align: bottom;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
cursor: pointer;
background-position: right;
background-repeat: no-repeat;
padding-right: 30px!important
}
.bootstrap-table .fixed-table-container .table thead th .both {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC")
}
.bootstrap-table .fixed-table-container .table thead th .asc {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==")
}
.bootstrap-table .fixed-table-container .table thead th .desc {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII= ")
}
.bootstrap-table .fixed-table-container .table tbody tr.selected td {
background-color: rgba(0,0,0,.075)
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view {
display: flex
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-title {
font-weight: 700;
display: inline-block;
min-width: 30%;
width: auto!important;
text-align: left!important
}
.bootstrap-table .fixed-table-container .table tbody tr .card-view .card-view-value {
width: 100%!important
}
.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=checkbox],.bootstrap-table .fixed-table-container .table .bs-checkbox label input[type=radio] {
margin: 0 auto!important
}
.bootstrap-table .fixed-table-container .table.table-sm .th-inner {
padding: .3rem
}
.bootstrap-table .fixed-table-container.fixed-height .table thead th,.bootstrap-table .fixed-table-container.fixed-height:not(.has-footer) {
border-bottom: 1px solid #dee2e6
}
.bootstrap-table .fixed-table-container.fixed-height.has-card-view {
border-top: 1px solid #dee2e6;
border-bottom: 1px solid #dee2e6
}
.bootstrap-table .fixed-table-container.fixed-height .fixed-table-border {
border-left: 1px solid #dee2e6;
border-right: 1px solid #dee2e6
}
.bootstrap-table .fixed-table-container.fixed-height .table-dark thead th {
border-bottom: 1px solid #32383e
}
.bootstrap-table .fixed-table-container .fixed-table-footer,.bootstrap-table .fixed-table-container .fixed-table-header {
overflow: hidden
}
.bootstrap-table .fixed-table-container .fixed-table-body {
overflow-x: auto;
overflow-y: auto;
height: 100%
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
align-items: center;
background: #fff;
display: flex;
justify-content: center;
position: absolute;
bottom: 0;
width: 100%;
z-index: 1000;
transition: visibility,opacity .15s ease-in-out;
opacity: 0;
visibility: hidden
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.open {
visibility: visible;
opacity: 1
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap {
align-items: baseline;
display: flex;
justify-content: center
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text {
margin-right: 6px
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap {
align-items: center;
display: flex;
justify-content: center
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::before {
content: "";
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-name: LOADING;
background: #212529;
border-radius: 50%;
display: block;
height: 5px;
margin: 0 4px;
opacity: 0;
width: 5px
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-dot {
animation-delay: .3s
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .animation-wrap::after {
animation-delay: .6s
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark {
background: #212529
}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-dot,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::after,.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading.table-dark .animation-wrap::before {
background: #fff
}
.bootstrap-table .fixed-table-pagination>.pagination,.bootstrap-table .fixed-table-pagination>.pagination-detail {
margin-top: 10px;
margin-bottom: 10px
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .pagination-info {
line-height: 34px;
margin-right: 5px
}
#topline .znak,.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list,.cc-floating.cc-type-info.cc-theme-classic .cc-btn,.cc-link,nav.spider {
display: inline-block
}
.bootstrap-table .fixed-table-pagination>.pagination-detail .page-list .btn-group {
position: relative;
display: inline-block;
vertical-align: middle
}
.blueimp-gallery .modal-footer,.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
margin: 0
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a {
color: #c8c8c8
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::before {
content: '\2B05'
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.page-intermediate a::after {
content: '\27A1'
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination li.disabled a {
pointer-events: none;
cursor: default
}
.bootstrap-table.fullscreen {
position: fixed;
top: 0;
left: 0;
z-index: 1050;
width: 100%!important;
background: #fff;
height: calc(100vh);
overflow-y: scroll
}
.bootstrap-table.bootstrap4 .pagination-lg .page-link,.bootstrap-table.bootstrap5 .pagination-lg .page-link {
padding: .5rem 1rem
}
.bootstrap-table.bootstrap5 .float-left {
float: left
}
.bootstrap-table.bootstrap5 .float-right,img.typ1,img.typ2 {
float: right
}
div.fixed-table-scroll-inner {
width: 100%;
height: 200px
}
div.fixed-table-scroll-outer {
top: 0;
left: 0;
visibility: hidden;
width: 200px;
height: 150px;
overflow: hidden
}
@keyframes LOADING {0%,to {
opacity: 0
}
50% {
opacity: 1
}

}
.modal-header {
border-bottom: 0;
min-height: 16.4286px;
padding: 8px
}
.modal-footer {
border-top: 0;
padding: 8px
}
.blueimp-gallery .modal-body {
position: relative;
padding: 0 0 56.25%;
overflow: hidden;
cursor: pointer
}
.blueimp-gallery .modal-body .video-content a,.blueimp-gallery .modal-body .video-content iframe,.blueimp-gallery .modal-body .video-content video,.blueimp-gallery .modal-body img {
max-width: 100%;
max-height: 100%;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0
}
.blueimp-gallery .modal-body .video-playing video {
display: block
}
.blueimp-gallery .modal-body .video-content iframe {
width: 100%;
height: 100%;
border: none;
left: 100%
}
.blueimp-gallery .modal-body .video-playing iframe {
left: 0
}
.blueimp-gallery .modal-body .video-content a,.cc-btn,.cc-close,.cc-link,.cc-revoke,.clickable {
cursor: pointer
}
.blueimp-gallery .modal-body .video-content a:after {
font-family: "Glyphicons Halflings";
-webkit-font-smoothing: antialiased;
content: "\e029";
font-size: 64px;
line-height: 64px;
width: 64px;
height: 64px;
position: absolute;
top: 50%;
margin: -32px 0 0 -32px
}
.blueimp-gallery .modal-body .video-loading a {
background: url(/img/loading.gif) center/64px 64px no-repeat
}
.blueimp-gallery .modal-body .video-loading a:after {
content: none
}
@media screen and (min-width:768px) {.blueimp-gallery .modal-dialog {
right: auto;
left: auto;
width: auto;
max-width: 900px
}

}
.cc-window {
opacity: 1;
transition: opacity 1s
}
.cc-animate.cc-revoke {
transition: transform 1s
}
.cc-animate.cc-revoke.cc-top {
transform: translateY(-2em)
}
.cc-animate.cc-revoke.cc-bottom {
transform: translateY(2em)
}
.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover {
transform: translateY(0)
}
.cc-grower {
max-height: 0;
overflow: hidden;
transition: max-height 1s
}
#footer a:hover,#topline .menu-core .nav-item:hover a,.cc-link,.cc-revoke:hover,.pagecontent .card .a-underline a,.pagecontent .card a:hover,.pagecontent .card-body ul li a,.pagecontent a,h2.planakci a:hover {
text-decoration: underline
}
#topline .menu-core .nav-item.active:hover a,#topline a,.nav-years .nav-link,.pagecontent a.btn,h2.planakci a {
text-decoration: none
}
.cc-revoke,.cc-window {
position: fixed;
overflow: hidden;
box-sizing: border-box;
font-family: Helvetica,Calibri,Arial,sans-serif;
font-size: 16px;
line-height: 1.5em;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
z-index: 9999
}
.cc-window.cc-static {
position: static
}
.cc-window.cc-floating {
padding: 2em;
max-width: 24em;
-ms-flex-direction: column;
flex-direction: column
}
.cc-window.cc-banner {
padding: 1em 1.8em;
width: 100%;
-ms-flex-direction: row;
flex-direction: row
}
.cc-revoke {
padding: .5em
}
.cc-header {
font-size: 18px;
font-weight: 700
}
.cc-link {
opacity: .8;
padding: .2em
}
.cc-link:active,.cc-link:visited {
color: initial
}
.cc-btn {
display: block;
padding: .4em .8em;
font-size: .9em;
font-weight: 700;
border-width: 2px;
border-style: solid
}
.cc-banner .cc-btn:last-child,.cc-theme-classic .cc-btn:last-child {
min-width: 140px
}
.cc-highlight .cc-btn:first-child {
background-color: transparent;
border-color: transparent
}
.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover {
background-color: transparent;
text-decoration: underline
}
.cc-close {
display: block;
position: absolute;
top: .5em;
right: .5em;
font-size: 1.6em;
opacity: .9;
line-height: .75
}
.cc-revoke.cc-top {
top: 0;
left: 3em;
border-bottom-left-radius: .5em;
border-bottom-right-radius: .5em
}
.cc-revoke.cc-bottom {
bottom: 0;
left: 3em;
border-top-left-radius: .5em;
border-top-right-radius: .5em
}
.cc-revoke.cc-left {
left: 3em;
right: unset
}
.cc-revoke.cc-right {
right: 3em;
left: unset
}
.cc-top {
top: 1em
}
.cc-left {
left: 1em
}
.cc-right {
right: 1em
}
.cc-bottom {
bottom: 1em
}
.cc-floating>.cc-link {
margin-bottom: 1em
}
.cc-floating .cc-message {
display: block;
margin-bottom: 1em
}
.cc-banner .cc-message,.cc-compliance>.cc-btn,.cc-window.cc-floating .cc-compliance {
-ms-flex: 1;
flex: 1
}
.cc-window.cc-banner {
-ms-flex-align: center;
align-items: center
}
.cc-banner.cc-top {
left: 0;
right: 0;
top: 0
}
.cc-banner.cc-bottom {
left: 0;
right: 0;
bottom: 0
}
.cc-compliance {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-line-pack: justify;
align-content: space-between
}
.cc-btn+.cc-btn {
margin-left: .5em
}
@media print {.cc-revoke,.cc-window {
display: none
}

}
@media screen and (max-width:900px) {.cc-btn {
white-space: normal
}

}
@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {.cc-window.cc-top {
top: 0
}
.cc-window.cc-bottom {
bottom: 0
}
.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right {
left: 0;
right: 0
}
.cc-window.cc-banner {
-ms-flex-direction: column;
flex-direction: column
}
.cc-window.cc-banner .cc-compliance {
-ms-flex: 1;
flex: 1
}
.cc-window.cc-floating {
max-width: none
}
.cc-window .cc-message {
margin-bottom: 1em
}
.cc-window.cc-banner {
-ms-flex-align: unset;
align-items: unset
}

}
.cc-floating.cc-theme-classic {
padding: 1.2em;
border-radius: 5px
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
text-align: center;
display: inline;
-ms-flex: none;
flex: none
}
.cc-theme-classic .cc-btn {
border-radius: 5px
}
.cc-theme-edgeless.cc-window {
padding: 0
}
.cc-floating.cc-theme-edgeless .cc-message {
margin: 2em 2em 1.5em
}
.cc-banner.cc-theme-edgeless .cc-btn {
margin: 0;
padding: .8em 1.8em;
height: 100%
}
.cc-banner.cc-theme-edgeless .cc-message {
margin-left: 1em
}
.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn {
margin-left: 0
}
.news-list {
padding-top: 1.5rem
}
.news-card {
padding: 1rem 1.5rem 1.5rem
}
#urdesk-archive-form,.form-control {
padding: .5rem .75rem
}
.card .card-body>:last-child {
margin-bottom: 0!important
}
#nav_accordion>.nav-item>.nav-link,#topline .menu-core .nav-item.active:hover,#topline .menu-core .nav-item.active:hover a,.news-hgl, .portal-obcana-banner .title {
color: #fff;
background: var(--bs-primary)
}
#nav_accordion>.nav-item>.nav-link.skc {
background: var(--bs-red)
}
.card-body h2,.news-card>:first-child,.planakci h2:first-child {
margin-top: 0
}
.form-control {
border-radius: 0
}
.table-hover>tbody>tr:hover>* {
background-color: var(--my-table-hover-bg)!important
}
.ud-hp {
background-color: var(--bs-secondary)!important;
padding: 2rem
}
h2.h3.udeska-cat-title {
margin: 1.5rem 0 -2.75rem
}
.ud-hp table {
background-color: #fff
}
.ud-hp table th {
background-color: var(--bs-primary)!important;
color: #fff
}
.accordion .card {
background-color: transparent
}
.accordion .card-header,.card,.contact-row>div>div {
background-color: var(--bs-very-light-grey)
}
.card:hover {
background-color: var(--bs-secondary)
}
.accordion .card-header {
border-radius: 0;
border-bottom: 0;
padding: 0
}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-check:focus+.btn-primary,.btn-primary.active,.btn-primary:active,.btn-primary:focus,.btn-primary:hover,.show>.btn-primary.dropdown-toggle,.square-banner:hover .bg-banner-content .btn {
border-color: var(--bs-primary-hover);
background-color: var(--bs-primary-hover);
color: #fff
}
.accordion .card-header .btn {
display: block;
text-align: left;
font-weight: 700;
font-size: 1.1rem
}
.contact-row>div>div {
padding: .5rem;
font-size: .9rem
}
.contact-row {
margin-left: -.5rem;
margin-right: -.5rem
}
.contact-row>div {
padding-left: .5rem;
padding-right: .5rem
}
.btn,.planakci h3,body {
font-family: 'Open Sans',sans-serif
}
#topline,h1,h2,h3 {
font-family: Raleway,sans-serif
}
.planakci h2,h2.planakci {
background-color: var(--bs-red);
color: #fff;
font-size: 1.4rem;
padding: .5rem 1rem
}
h2.planakci {
margin: 2.5rem 0 1rem
}

.planakci .clickable .termin {
background-color: var(--bs-yellow);
padding: 1.2rem 0
}
.akce .card,.planakci .clickable .akce {
background-color: var(--bs-light-yellow)
}
.planakci .clickable:hover .termin {
background-color: var(--bs-yellow-hover)
}

.planakci .termin {
background-color: var(--bs-light-grey);
padding: 1.2rem 0
}
.akce .card,.planakci .akce {
background-color: var(--bs-very-light-grey)
}

.planakci .termin h3 {
margin: 0 0 .2rem;
font-size: 2rem;
font-weight: 400
}
.planakci .akce h3 {
margin: 0 0 .2rem
}
.planakci .clickable:hover .akce {
background-color: var(--bs-light-yellow-hover)
}
.planakci .akce>div {
padding: 1rem 2rem
}
.pagecontent li {
margin-bottom: .7rem
}
nav.spider {
--bs-breadcrumb-divider: '>'
}
.card-body ul li {
margin-bottom: .5rem
}
.card {
--bs-card-spacer-y: 1.3rem;
--bs-card-spacer-x: 1.5rem;
border: 0
}
.cardNE.clickable:hover {
background-color: var(--bs-light-grey)
}
.akce .card:hover {
background-color: var(--bs-yellow)
}
th {
background-color: var(--bs-very-light-grey)!important
}
.card-body .card-title {
font-size: 1.5rem;
margin-top: 0
}
#footer a,.pagecontent .akce a,.pagecontent .card a, .portal-obcana-banner a {
color: #000;
text-decoration: none
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
color: #fff;
background-color: var(--bs-primary)
}
.nav-pills .nav-link.active:hover,.nav-pills .show>.nav-link:hover {
background-color: var(--bs-primary)
}
.nav-docs-years .nav-link,.nav-years .nav-link {
background-color: var(--bs-secondary);
color: #000;
margin: 0 .5rem .5rem 0
}
.nav-years .nav-link:hover {
background-color: var(--bs-secondary-hover)
}
.jgallery-container {
margin: 0 -8px 1rem
}
.pagecontent {
padding-left: 3rem
}
.icon {
width: 2rem;
height: 2rem;
margin-right: .7rem;
fill: white
}
img.typ1 {
margin: 10px 0 10px 20px
}
img.typ2 {
margin: 5px 0 5px 20px
}
img.typ3 {
float: left;
margin-right: 15px;
margin-top: 10px;
margin-bottom: 10px
}
img.typ4 {
float: left;
margin-right: 20px;
margin-bottom: 5px;
margin-top: 8px
}
img.typ5 {
margin-top: 1em;
margin-bottom: .5em
}
#nav_accordion>.nav-item>.nav-link {
font-weight: 500;
font-size: 1.1rem
}
#nav_accordion>.nav-item>.nav-link:hover {
background: var(--bs-primary-hover)
}
#nav_accordion>.nav-item>.nav-link.skc:hover {
background: var(--bs-red-hover)
}
#nav_accordion>.nav-item, .portal-obcana-banner {
background: var(--bs-secondary);
margin-bottom: 1rem
}
#nav_accordion>.nav-item .submenu {
margin-top: .4rem;
margin-bottom: .5rem;
list-style: none;
font-size: 1.1rem;
padding-left: 0
}
#nav_accordion>.nav-item .submenu .nav-link {
color: #000;
padding-top: .25rem;
padding-bottom: .25rem;
font-size: 1rem
}
#nav_accordion>.nav-item .submenu .nav-link:hover, .portal-obcana-banner a:hover {
background: var(--bs-secondary-hover)
}
#nav_accordion>.nav-item .submenu li,#topline a {
color: #000
}
.bg-light-gray-2 {
background: var(--bs-light-grey)
}
.h1,h1 {
font-size: 2.5rem;
margin-bottom: 1.5rem
}
.h2,h2 {
font-size: 1.9rem;
margin-bottom: .8rem;
margin-top: 2.5rem;
font-weight: 500
}
.h3,.h4,h3,h4 {
margin-bottom: .4rem;
font-weight: 700
}
.h3,h3 {
font-size: 1.4rem;
margin-top: 1.6rem
}
.h4,h4 {
font-size: 1.1rem
}
a {
color: var(--bs-primary)
}
a:hover {
color: var(--bs-primary-hover)
}
.navbar-toggler {
border: 0!important;
border-radius: 0
}
#topline .znak {
max-width: 6rem;
margin-right: 2rem
}
#topline .menu-core,.navbar-brand {
font-weight: 500;
font-size: 1.4rem
}
#topline .menu-core .nav-item {
padding: .4rem 1rem
}
#topline #menumain {
text-align: left;
display: none;
font-size: 20px!important
}
.dropdown-menu {
border-radius: 0;
background: #f0f0f0;
border-color: #f0f0f0
}
.dropdown-menu .dropdown-item:hover {
background-color: var(--bs-gray-300)
}
#topline .left {
font-size: 2rem;
font-weight: 500
}
#footer .copyright,#topline {
text-align: right
}
#topline .breadcrumb-container {
text-align: left;
padding-top: .4rem;
padding-bottom: .4rem
}
#topline .breadcrumb-container ol {
margin-bottom: 0;
color: #333!important
}
.breadcrumb-item+.breadcrumb-item::before {
font-weight: 700;
color: #aaa!important
}
#topline .menu-core,#topline .nav-top {
margin: 0;
list-style: none;
padding-left: 0
}
#topline .bg-light-gray .nav-top .nav-item:not(:last-child) {
padding-right: 1.75rem
}
#topline .nav-top .nav-item {
padding-top: .4rem;
padding-left: 1.8rem;
padding-bottom: .4rem;
line-height: 1.8rem
}
#topline .nav-item.address {
padding-left: 2.4rem;
background: url('/img/bg-mail.svg') center left no-repeat
}
#topline .nav-item.phone {
background: url('/img/bg-phone.svg') center left no-repeat
}
#topline .nav-item.email {
background: url('/img/bg-email.svg') center left no-repeat
}
#topline .nav-item.social img {
width: 1.8rem;
height: 1.8rem;
margin-right: .5rem
}
#topline .nav-item.social {
padding-left: 0
}
.btn-primary {
color: #fff;
background-color: var(--bs-primary);
border-color: var(--bs-primary)
}
.btn {
padding: .5rem 1rem;
border-radius: 0
}
#footer {
margin: 3rem 0;
padding: .6rem 0
}
#footer .lm {
width: 14px;
height: 14px
}
#footer .icon {
width: 1.1rem;
height: 1.1rem;
margin-right: .4rem;
fill: black
}
#footer .nav-bottom>div {
margin: 0 1.5rem
}
@media (max-width:1399px) {.pagecontent {
padding-left: 2rem
}

}
@media (max-width:1199px) {.pagecontent {
padding-left: 1rem
}
.news-card h3 {
font-size: 1.1rem
}
#topline .left,.news-card h2 {
font-size: 1.4rem
}
.h1,h1 {
font-size: 2rem
}
.h2,h2 {
font-size: 1.6rem
}
.card-body .card-title {
font-size: 1.2rem
}

}
@media (max-width:991px) {.pagecontent {
padding-left: calc(var(--bs-gutter-x) * .5)
}
#topline .menu-core,#topline .nav-item.address,.menu-aside,.middle-line {
display: none!important
}
#topline #menumain {
display: flex
}
#header {
margin-bottom: 2rem
}
#footer .copydt,#footer .copyright {
background: #ccc;
padding-top: .2rem;
margin-top: .6rem;
padding-bottom: .2rem
}
#footer {
padding-bottom: 0
}

}
@media (max-width:767px) {#topline .nav-item.dt {
display: none
}
#topline .znak {
max-width: 4rem;
margin-right: 1rem
}
#topline .left {
font-size: 1.5rem
}
img.typ1,img.typ2,img.typ3,img.typ4 {
margin: 1.5rem auto 1.5em;
float: none;
display: block
}
#footer .nav-bottom>div {
margin: .25rem auto
}
.h1,h1 {
font-size: 1.8rem
}
.h2,h2 {
font-size: 1.4rem;
font-weight: 500
}

}
@media (max-width:575px) {.ud-hp {
padding: 1rem
}
#topline .nav-item.email,.nav-years {
display: none
}
#footer .row>div {
text-align: center
}
.card-body,.news-card {
padding: 1rem!important
}
.left-image-card .card-body {
padding: .75rem 0 1rem!important
}
.news-list {
padding-top: 0;
margin-top: 1.5rem!important
}
.news-list .card-body .card-title {
text-align: left
}
.left-image-card {
padding-top: var(--bs-card-spacer-y);
padding-left: var(--bs-card-spacer-y);
padding-right: var(--bs-card-spacer-y)
}
.card .img-wrapper {
max-width: 195px
}
#footer .copyright {
margin-top: 0;
padding-top: 0
}
#topline .bg-light-gray .nav-top .nav-item:not(:last-child),#topline .nav-item {
padding-right: 0
}
.navbar-brand {
font-size: 1.1rem
}
.planakci .akce h3 {
font-size: 1.3rem
}
.h1,.planakci .termin h3,h1 {
font-size: 1.6rem
}
.h2,h2 {
font-size: 1.2rem;
font-weight: 700
}
.container {
--bs-gutter-x: 2rem
}

}
@media (max-width:480px) {body {
font-size: 1rem
}
#topline .znak {
display: none
}
#nav-years-toogler-wrapper {
display: block!important;
margin-bottom: 1rem
}
.approximaterm {
font-size: .85rem
}

}
/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
 .justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div,.justified-gallery>figure{position:absolute;display:inline-block;overflow:hidden;filter:"alpha(opacity=10)";opacity:.1;margin:0;padding:0}.justified-gallery>a>a>img,.justified-gallery>a>a>svg,.justified-gallery>a>img,.justified-gallery>a>svg,.justified-gallery>div>a>img,.justified-gallery>div>a>svg,.justified-gallery>div>img,.justified-gallery>div>svg,.justified-gallery>figure>a>img,.justified-gallery>figure>a>svg,.justified-gallery>figure>img,.justified-gallery>figure>svg{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none;filter:"alpha(opacity=0)";opacity:0}.justified-gallery>a>.jg-caption,.justified-gallery>div>.jg-caption,.justified-gallery>figure>.jg-caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.jg-caption.jg-caption-visible,.justified-gallery>div>.jg-caption.jg-caption-visible,.justified-gallery>figure>.jg-caption.jg-caption-visible{display:initial;filter:"alpha(opacity=70)";opacity:.7;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.justified-gallery>.jg-entry-visible{filter:"alpha(opacity=100)";opacity:1;background:0 0}.justified-gallery>.jg-entry-visible>a>img,.justified-gallery>.jg-entry-visible>a>svg,.justified-gallery>.jg-entry-visible>img,.justified-gallery>.jg-entry-visible>svg{filter:"alpha(opacity=100)";opacity:1;-webkit-transition:opacity .5s ease-in;-moz-transition:opacity .5s ease-in;-o-transition:opacity .5s ease-in;transition:opacity .5s ease-in}.justified-gallery>.jg-spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;filter:"alpha(opacity=100)";opacity:1;overflow:initial}.justified-gallery>.jg-spinner>span{display:inline-block;filter:"alpha(opacity=0)";opacity:0;width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}#cookieNotice{display:inline-block;background-color:var(--bs-gray);color:#fff;padding:1.5rem 1.8rem;position:fixed;bottom:0;left:0;width:100%;z-index:999998;font-size:.8rem}#cookieNotice .btn-detail{color:#fff;padding-left:0}#cookieNotice .btn-detail:hover{color:var(--light)}#cookieNotice #btn-2-container,#cookieNotice #btn-2-container .btn,#cookieNotice .msg-wrap{margin-top:.5rem}#cookieNotice .title-1{font-size:1.3rem;margin-bottom:.5rem}#cookieNotice .title-2{font-size:1.05rem;margin-bottom:.5rem}#cookieNotice .custom-control{margin-bottom:.2rem}#cookieNotice .custom-control-label{line-height:1.8}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%233e3831'/%3e%3c/svg%3e")}.form-check-input:focus{border-color:var(--bs-primary-hover);box-shadow:none}.form-switch .form-check-input:checked:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e")}