/* Tablea */
em.fas span {
	display: none;
}
.modul-start-kalendarz-imprez
{
	background: white;
	padding: 32px;
	padding-top: 24px;
	margin-bottom: 16px;
	max-height: 312px;
}
.menu-modul-26-tytul {
	display: none;
}

.menu-modul-26 {
	padding: 16px 24px 16px 24px !important;
}

.kalendarz-tabela {
    font-family: 'Lato', sans-serif;
	color: black;
	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: 50%;
	text-align-last: left;
	padding-left: 16px;
	appearance: none;
	color: black;
	text-transform: capitalize;
	font-size: 16px;
	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%, 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;
	border: 1px solid #e7e7e7;
	margin-left: -72px;
	text-align: left;
  }

/* 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;
	width: 100%;
}

.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.6;
}

/* Przyciski pod kalendarzem */
.kalendarz-tabela-lista-btns {
	display: none!important;
	align-items: center;
	justify-content: flex-end;
	padding: 0px 0px 0px 0px;
	display: flex;
	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-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;
}

.kalendarz-tabela th:nth-child(2){
	border-left: 1px solid #e7e7e7;
}
.kalendarz-tabela th:last-child{
	border-right: 1px solid #e7e7e7;
}

/* Opis dni tygodnia */
.kalendarz-tabela thead th {
	/* background: #3c92e9; */
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	background: white;
	text-transform: lowercase;
	color: black;
	text-align: center;
	vertical-align: middle;
	padding: 8px 0px;
	font-weight: 400;
	font-size: 16px;
	position: relative;
	text-transform: uppercase;
}

.kalendarz-tabela thead th:last-child {
	/*background: #3c92e9;*/
	background: #e7e7e9;
	color: black;
	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: #000 !important;
	
}

.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: center;
	justify-content: center;
	/*vertical-align: bottom;*/
	height: 36px;
	/*border-bottom: 1px solid #e3e3e3;*/
	font-weight: 400;
	font-size: 14px;
	color: #000;
	/*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: #000;
	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: #ffd200;
	color: white!important;
}

/*Święto*/
.kalendarz-tabela-swieto {
	/* background-color: #fafafa; */
	/*color: #000;*/
	/*border-bottom: 1px solid #38bcff !important;*/
	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: 2px;
	display: none;
	transition: opacity 0.5s;
	right: 1px;
	min-width: 384px;
	border-top-right-radius: 0;
}
.kalendarz-mini-artykuly .artykul-tresc-tlo
{

}
.kalendarz-tabela-dzisiaj .kalendarz-mini-artykuly
{
	/*margin-top: 4px!important;*/
	width: 384px;
}

.kalendarz-tabela tbody td
{
	padding: 2px 1px!important;
	position: relative;
}

.kalendarz-tabela tbody td:last-child{
	background-color: #f0f0f0;
}

.kalendarz-tabela tbody td.kalendarz-tabela-wydarzenie:hover:after{
	content: '';
	background-color: #e2e2e2;
	position: absolute;
	width: 57px;
	height: 2px;
	bottom: 0px;
	display: flex;
	left: 1px;
}
.kalendarz-tabela tbody td:last-child > div:first-child
{

}

.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;
}

/* dodaj wydarzenie */

.moduly-1-poziom li.modul-56{
	position: absolute;
	right: 32px;
	bottom: 34px;
}

.moduly-1-poziom li.modul-56 a{
	border-radius: 0.5rem;
	background-color:#4c4c4c;
	width: 160px;
	height: 56px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration-color: transparent;
	transition: 0.3s;
}

.moduly-1-poziom li.modul-56 a:hover{
	background-color:#313131;
}

.moduly-1-poziom li.modul-56 a span{
	color: white;
	border: none;
	background: none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

.lista-wydarzen .lista-wydarzen-dzien{
    padding: 0 16px;
}

.lista-wydarzen-data{
	padding: 16px 0px!important;
}

.aktualnoscilistawydarzen-tlo{
	padding: 0px!important;
}

.aktualnoscilistawydarzen-tytul2{
	padding: 0px!important;
}

@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 {

}

.fa-chevron-right:before {

}

.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;
}