/* Tablea */
em.fas span {
	display: none;
}
.modul-start-kalendarz-imprez
{
	background: white;
	padding: 24px;
	padding-top: 24px;
	max-height: 312px;
	width: 100%;
	max-width: 400px;
}
.menu-modul-26-tytul {
	display: none;
}
.menu-modul-26 {
	padding: 32px 32px 24px 32px !important;
}
.kalendarz-tabela {
	color: #747474;
	background: white;
	font-size: 14px;
	font-weight: 900;
	margin: 16px auto 0px;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px;
}

/* Tytuł tabeli */
.kalendarz-tabela-tytul {
	display: none;
}
.kalendarz-tabela-lista-miesiac select {
	background: #fff;
	font-weight: 400;
	height: 40px;
	width: 70%;
	text-align-last: center;
	appearance: none;
	color: #747474;
	text-transform: capitalize;
	font-size: 14px;
	border: 1px solid #ececec;
}
.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%, black 50%),
	  linear-gradient(135deg, black 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;
}a
.kalendarz-tabela-lista-wydarzen {
	display: block;
	width: 100%;
}
.kalendarz-tabela-lista-miesiac {
	display: block;
}
.kalendarz-tabela-lista-miesiac {
	display: flex;
	justify-content: space-around;
	align-items: center;
	background: #fff;
}
.kalendarz-tabela-lista-miesiac em {
	color: #747474;
	font-size: 14px;
	padding: 6px;
}
.kalendarz-tabela-lista-miesiac em:hover {
	opacity: 0.6;
}

/* Przyciski pod kalendarzem */
.kalendarz-tabela-lista-btns {
	display: none;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 0px 0px 0px;
	flex-direction: row-reverse;
	margin-top: 8px;
}
.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 {
	background: black;
	border-radius: 0.3rem;
	width: 100%;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.btn-kalendarz-tabela-lista:hover{
	background: #000000bb;
}
.moduly-1-poziom li.modul-56 a:after{
	font-family: "Font Awesome 5 Free";
	content: '\2b';
	font-size: 16px;
	color: white;
	margin-right: 16px;
}
.moduly-1-poziom li.modul-56 a span{
	padding-right: 24px;
}
.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: white;
	border: none;
	background: none;
	font-size: 14px;
    font-family: 'Lato', sans-serif;
	text-transform: none;
	font-weight: 800;
	width: 100%;
	height: 100%;
	padding-right: 32px;
	text-align: center;
	background-image: url(../grafika/white-arrow.png);
	background-repeat: no-repeat;
	background-position: 224px center;
}
.kalendarz-tabela-btn-dodaj:hover {
	cursor: pointer;
}

/* Kolumna z kolejnym tygodniem */
.kalendarz-tabela th:first-child {
	display: none;
}

/* Opis dni tygodnia */
.kalendarz-tabela thead th {
	/* background: #3c92e9; */
	background: #eeeeec;
	text-transform: lowercase;
	color: #757575;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0px;
	font-weight: 400;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}
.kalendarz-tabela thead th:last-child {
	/*background: #3c92e9;*/
	background: #aaad5c;
	color: #2c2a2d;
	border-right: 0px none transparent;
	font-weight: 400;
}

/* Dni */
.kalendarz-tabela tbody th,
.kalendarz-tabela tbody td {
	width: 14.28%;
	height: 30px;
	text-align: left;
	font-weight: 300;
	font-size: 14px;
	color: #747474 !important;
	
}
.kalendarz-tabela tbody td:last-child{
	background-color: #ecfbde;
}
.kalendarz-mini-aktualnosci-ikona
{
	min-height: 72px!important;
}
.kalendarz-tabela tbody th > div:first-child,
.kalendarz-tabela tbody td > div:first-child
{
	width: 100%;
	/* 100/7=14.28 - wersja bez tygodni roku lub 100/8=12.5 - wersja z tygodniami roku */
	height: 38px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	/*vertical-align: bottom;*/
	height: 32px;
	/*border-bottom: 1px solid #e3e3e3;*/
	font-weight: 400;
	font-size: 14px;
	color: #747474;
	/*margin-bottom: -1px;*/
}
.kalendarz-tabela-wydarzenie
{
	margin-left: 2px;
}

/* Wydarzenie */
.kalendarz-tabela-wydarzenie {
	/*border-bottom: 1px solid #97d609 !important;*/
	border-collapse: separate;
	border-spacing: 10px 5px;
	border-bottom: none!important;
}

/* Dzisiaj */
.kalendarz-tabela-dzisiaj {
	color: #2c2a2d;
	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-wydarzenie > div:first-child{
	background: #e2e2e2;
	cursor: pointer;
}
@-moz-document url-prefix()
{
.kalendarz-tabela tbody th > div:first-child, .kalendarz-tabela tbody td > div:first-child
{
	margin-bottom: 0px!important;
}
}
.kalendarz-tabela-dzisiaj>div:first-child {
	background: #aaad5c;
	color: black!important;
}

/*Święto*/
.kalendarz-tabela-swieto {
	border-bottom: none!important;
}
.kalendarz-tabela-swieto>div:first-child
{
	border-bottom: 2px solid #bc100c!important;
} 
.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: #e4e4e4;
	padding: 8px;
	width: 100%;
	max-width: 384px;
	max-height: 150px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	z-index: 3;
    margin-top: 1px;
	display: none;
	transition: opacity 0.5s;
	right: 1px;
	min-width: 384px;
	border-radius: 0.5rem;
	border-top-right-radius: 0;
}
.kalendarz-tabela-dzisiaj .kalendarz-mini-artykuly
{
	width: 384px;
}
.kalendarz-tabela tbody td
{
    padding: 1px 1px!important;
	position: relative;
}
.kalendarz-tabela tbody td.kalendarz-tabela-wydarzenie:hover:after{
	content: '';
	background-color: #e2e2e2;
	position: absolute;
	width: 46px;
	height: 2px;
	bottom: 0px;
	display: flex;
	left: 1px;
}
.kalendarz-mini-artykuly .artykul-tlo
{
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 16px;
	width: 360px;
	margin: 0 auto;
	  margin-top: 0px;
	  margin-bottom: 0px;
	padding-left: 8px;
	padding-right: 8px;
	border-bottom: 1px solid rgb(202, 202, 202);
	padding-top: 16px;
}
.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-tabela-wydarzenie:hover>div+.kalendarz-mini-artykuly {
	z-index: 3;
	/*opacity: 1;*/
	display: block;
}
.kalendarz-mini-aktualnosci-tytul{
    color: #397504;
}
.kalendarz-mini-aktualnosci-dzial{
	display: none;
}

/* Mobilka */
@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 > div:first-child,
	.kalendarz-tabela tbody td > div:first-child
	{
		height: 35px;
	}
	.modul-start-kalendarz-imprez{
		padding: 16px;
	}
}
.kalendarz-tabela-lista-miesiac a
{
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	background: transparent;
	border: none;
	height: 40px;
	border-radius: 50%;
	margin-left: 2px;
	font-weight: 800;
	font-size: 0px !important;
}