/* Tablea */
em.fas span {
	display: none;
}
.h2-kalendarz {
	font-family: 'Barriecito', cursive;
	color: #000;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
	margin: 80px auto 0 auto;
	position: relative;
	opacity: 0;
	transition: 0.8s;
}
.modul-start-kalendarz-imprez
{
	background: white;
	padding: 32px;
	padding-top: 24px;
	margin-bottom: 16px;
	max-height: 312px;
}
.menu-modul-26-tytul {
	display: none;
}

.kalendarz-100 {
	position: relative;
	opacity: 0;
	top: 164px;
	transition: 0.8s;
}

.menu-modul-26 {
	padding: 32px 32px 32px 32px !important;
	background: #fff !important;
	margin-bottom: 16px;
}

.kalendarz-poziomy-tlo{
	position: relative;
}
.kalendarz-tabela {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	margin: 24px auto 0px;
	width: 90vw;
	max-width: 280px !important;
	border-collapse: separate;
	border-spacing: 0px;
	color: #000;
	/* position: relative; */
}

/* Tytuł tabeli */
.kalendarz-tabela-tytul {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 16px 0;
}

.kalendarz-tabela-lista-miesiac select {
	font-family: 'Plus Jakarta Sans', sans-serif;
	height: 40px;
	width: 70%;
	text-align-last: center;
	appearance: none;
	color: #313131;
	text-transform: capitalize;
	font-size: 14px;
	border: 0px none transparent;
}

.kalendarz-tabela-lista-miesiac
{
	position: relative;
}

#kalendarz-miesiac:after {
	font-family: "Font Awesome 5 Free" !important;
	content: "\f107";
	position: absolute;
	right: 55px;
	opacity: 0.7;
}

.kalendarz-tabela-lista-miesiac select {
	background-image:
	  linear-gradient(45deg, transparent 50%, gray 50%),
	  linear-gradient(135deg, gray 50%, transparent 50%);
	background-position:
	  calc(100% - 20px) calc(1em + 2px),
	  calc(100% - 15px) calc(1em + 2px),
	  calc(100% - 2.5em) 0.5em;
	background-size:
	  5px 5px,
	  5px 5px,
	  1px 1.5em;
	background-repeat: no-repeat;
  }

/* Dodatkowe moduły */
.kalendarz-tabela-data,
.kalendarz-tabela-imieniny,
.kalendarz-tabela-dzien-roku,
.kalendarz-tabela-lista-miesiac,
.kalendarz-tabela-lista-kategorie-wydarzen,
.kalendarz-tabela-lista-wydarzen,
.kalendarz-tabela-lista-dodaj-wydarzenie {
	display: none;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	padding: 2px 0px;
}


.kalendarz-tabela-lista-wydarzen {
	display: block;
}

.kalendarz-tabela-lista-miesiac {
	display: block;
}

.kalendarz-tabela-lista-miesiac {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
}

.kalendarz-tabela-lista-miesiac em {
	color: #000;
	font-size: 14px;
	padding: 6px;
}

.kalendarz-tabela-lista-miesiac em:hover {
	opacity: 0.7;
}

/* Przyciski pod kalendarzem */
.kalendarz-tabela-lista-btns {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0px 0px 16px 0px;
	display: flex;
	flex-direction: row-reverse;
	margin-top: 16px;
	display: none;
}

.kalendarz-tabela-lista-dodaj-wydarzenie {
	display: none;
}

.btn-kalendarz-tabela-dodaj {
	display: flex;
	align-items: baseline;
	justify-content: center;
	color: #000;
	background: #98cfee;
	padding: 5px 12px;
	border: 1px solid #98cfee;
}

.btn-kalendarz-tabela-lista em {
	display: none;
}

.btn-kalendarz-tabela-lista {
	padding: 9.5px 12px;
	background: #97d601;
	border-radius: 20px;
}

.btn-kalendarz-tabela-lista::after {
	position: relative;
	top: 2px;
	margin: 0px 8px 0px 4px;
}

.btn-kalendarz-tabela-dodaj em {
	color: #43d15b;
	display: none;
}

.kalendarz-tabela-btn-dodaj {
	color: #1d1d1d;
	border: none;
	background: none;
	font-size: 14px;
	font-family: 'Plus Jakarta Sans', sans-serif;
	text-transform: none;
	font-weight: 400;
}

.kalendarz-tabela-btn-dodaj:hover {
	opacity: 0.7;
	cursor: pointer;
}


/* Kolumna z kolejnym tygodniem */
.kalendarz-tabela th:first-child {
	display: none;
}

/* Opis dni tygodnia */
.kalendarz-tabela thead th {
	text-transform: lowercase;
	color: black;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0px;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.kalendarz-tabela thead th:last-child {
	border-right: 0px none transparent;
	font-weight: 700;
}

/* Dni */
.kalendarz-tabela tbody th,
.kalendarz-tabela tbody td {
	width: 14.28%;
	/* 100/7=14.28 - wersja bez tygodni roku lub 100/8=12.5 - wersja z tygodniami roku */
	text-align: center;
	font-weight: 300;
	font-size: 14px;

}

.kalendarz-mini-aktualnosci-ikona
{
	min-height: 72px!important;
	background-color: rgba(0, 0, 0, 0.13);
}
.kalendarz-tabela tbody th > div:first-child,
.kalendarz-tabela tbody td > div:first-child
{
	width: 100%;
	height: 38px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
}


/* Niedziela */
.kalendarz-tabela tbody td:last-child {

}

/* Wydarzenie */
.kalendarz-tabela-wydarzenie {
	border-collapse: separate;
	border-spacing: 10px 5px;
	border-bottom: none!important;
}
.kalendarz-tabela-wydarzenie > div:first-child {
	background-color: #ff8a03;
	border-radius: 18px;
	border: 3px solid #fff;
	transition: 0.3s;
	cursor: pointer;
}
.kalendarz-tabela-wydarzenie:hover > div:first-child{
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: white;
	background-color: black;
}

tbody > tr:nth-child(4) .kalendarz-tabela-wydarzenie:hover > div:first-child, tbody > tr:nth-child(5) .kalendarz-tabela-wydarzenie:hover > div:first-child, tbody > tr:nth-child(6) .kalendarz-tabela-wydarzenie:hover > div:first-child{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}


/* Dzisiaj */
.kalendarz-tabela-dzisiaj {
	/* position: relative; */
	max-width: 51px;
	z-index: 1;
	/*z-index: 2;*/
	/*padding: 3px 9px !important;*/
}
.kalendarz-tabela tbody th > div:first-child, .kalendarz-tabela tbody td > div:first-child
{
	/*margin-bottom: -1px;*/
}

.kalendarz-tabela-dzisiaj>div:first-child {

}

/*Święto*/
.kalendarz-tabela-swieto {

}
.kalendarz-tabela-swieto>div:first-child {

}
.modul-start-kalendarz-imprez .modul-start-tytul
{
	margin-bottom: 16px;
	display: none;
}

.kalendarz-tabela tbody td
{
	/* position: relative; */
}

/* Artykuły */
.kalendarz-mini-artykuly {
	position: absolute;
	background-color: rgb(243, 243, 243);
	padding: 8px;
	width: 100%;
	max-width: 395px;
	height: 126px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	z-index: 3;
	display: none;
	transition: opacity 0.5s;
	right: 0;
	min-width: 395px;
}
tbody > tr:nth-child(4) .kalendarz-mini-artykuly{
    top: 104px;
}
tbody > tr:nth-child(5) .kalendarz-mini-artykuly{
	top: 144px;
}
tbody > tr:nth-child(6) .kalendarz-mini-artykuly{
	top: 186px;
}
.kalendarz-mini-artykuly .artykul-tresc-tlo
{

}
.kalendarz-tabela-dzisiaj .kalendarz-mini-artykuly
{
	/*margin-top: 4px!important;*/
	width: 384px;
}

.kalendarz-mini-artykuly .artykul-tlo
{
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 2px;
	width: 100%;
	margin: 0 auto;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px solid rgb(202, 202, 202);
	padding-top: 12px;
	padding-bottom: 12px;
}
.kalendarz-mini-artykuly .artykul-tlo:last-child
{
	margin-bottom: 6px;
}
.kalendarz-mini-artykuly .artykul-tlo:first-child
{
	margin-top: 6px;
	border-top: 1px solid rgb(202, 202, 202);
}
.kalendarz-mini-artykuly .artykul-ikona-tlo
{
	overflow: visible;
	margin-right: 16px;

	
}
.kalendarz-mini-aktualnosci-tytul {
	font-size: 14px;
	line-height: 18px;
}

.kalendarz-tabela-wydarzenie:hover>div+.kalendarz-mini-artykuly {
	z-index: 3;
	/*opacity: 1;*/
	display: block;
}


@media all and (min-width: 0px) and (max-width: 639px) {
	.kalendarz-mini-artykuly
	{
		max-width: 100%;
	}
	.kalendarz-mini-artykuly {
		max-width: 386px;
		/*width: 90%;*/
		left: 0;
	}
	.kalendarz-tabela-dzisiaj {
		color: #000;
		padding: 3px 3px !important;
	}
	.kalendarz-tabela tbody th,
	.kalendarz-tabela tbody td
	{
		/*width: 0!important;*/
	}
	.kalendarz-tabela tbody th > div:first-child,
.kalendarz-tabela tbody td > div:first-child
{
	height: 35px;
}
}

.fa-chevron-left:before {
	/*content: url(../grafika/rotator-left.png) !important;*/
}

.fa-chevron-right:before {
	/*content: url(../grafika/rotator-right.png) !important;*/
}

.kalendarz-tabela-lista-miesiac a
{
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background: transparent;
	border: none;
	width: 40px;
	height: 40px;
	border: 1px solid #d7d7d7;
	border-radius: 50%;
	margin-left: 2px;
	font-weight: 800;
	font-size: 0px !important;
}
