/* Tablea */
em.fas span{
	display: none;
}

.menu-modul-26-tytul{
	display: none;
}

.modul-15{
	border:1px solid #f7e972;

}

.menu-modul-26{
	padding: 16px 0px 16px 0px!important;
}

.modul-start-kalendarz-imprez {
    margin-bottom: 16px;
    border-radius: 0.5rem;
    padding: 8px 16px;
    padding-bottom: 0;
    border: 1px solid #d0d0d0;
}
.modul-start-kalendarz-imprez-tytul
{
	display: none;
}

.modul-start-banery .slick-slider,.modul-start-banery .slick-list, .slick-track, .baner-tresc
{
	height: 100%;
	border-radius: 0.5rem;
}

.baner-tresc
{
	background: white;
}

.kalendarz-tabela {
	font-family: 'Lato', sans-serif;
	color: #ce1e21;
    
    font-size: 16px;
    font-weight: 400;
    /*margin: 16px auto 0px;*/
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}
/* Tytuł tabeli */
.kalendarz-tabela-tytul {
	display: none;
}

.kalendarz-tabela-lista-miesiac select{
	font-family: 'Lato', sans-serif;
	border: 0px none transparent;
    height: 40px;
    width: 200px;
    font-weight: 700;
    padding-left: 20px;
    color: #ce1e21;
	text-align: center;
    text-transform: capitalize;
    font-size: 18px;
	background: transparent;
}

/* 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;
	width: 100%;
}

.btn-kalendarz-tabela-lista,
.btn-kalendarz-tabela-dodaj{
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-kalendarz-tabela-lista:after,
.btn-kalendarz-tabela-dodaj:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f054';
    padding-left: 12px;
	color: white;
}

.kalendarz-tabela-lista-dodaj-wydarzenie, .kalendarz-tabela-lista-wydarzen{
	margin: 0 16px;
}

.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;
	padding-bottom: 12px;
	padding-left: 16px;
	padding-right: 16px;
	border-bottom: 1px solid #eaeaea;
}
.kalendarz-tabela-lista-miesiac em {
	color: #ce1e21;
	font-size: 14px;
    padding: 6px;
}

.kalendarz-tabela-lista-miesiac em:hover{
	opacity:0.7;
}
/* Przyciski pod kalendarzem */
.kalendarz-tabela-lista-btns {
    display: none;
    align-items: center;
    justify-content: space-around;
    padding: 0px 0px;
	flex-wrap: wrap;
	gap: 16px;
    flex-direction: row-reverse;
    margin-top:8px;
    
}

.kalendarz-tabela-lista-dodaj-wydarzenie{
	display: block;
}

.btn-kalendarz-tabela-dodaj{
	color: white!important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration-color: transparent;
    position: relative;
    background: #31577e;
    border-radius: 0.5rem;
	width: 100%;
}

.btn-kalendarz-tabela-lista em{
	display: none;
}

.btn-kalendarz-tabela-lista{

    color: white!important;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration-color: transparent;
    position: relative;
    background: #31577e;
    border-radius: 0.5rem;
	width: 100%;
}

.btn-kalendarz-tabela-dodaj em{
	color:#43d15b;
	display: none;
}
.kalendarz-tabela-btn-dodaj{
    color: white;
    border: none;
    background: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
	height: 100%;
	padding: 8px 0px 8px 0px;
}

.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 {
    /* background: #3c92e9; */
    text-transform: capitalize;
    color: #ce1e21;
    text-align: center;
    vertical-align: middle;
    padding: 8px 0px;
    font-weight: 400;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
}
.kalendarz-tabela thead th:last-child {
	/*background: #3c92e9;*/
	color: #ce1e21;
	font-weight: 800;
}
/* 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 */
	height: 32px;
	text-align: center;
	/*vertical-align: bottom;*/
	padding: 8px 0px 2px 0px;
	/*border-bottom: 1px solid #efeeee;*/
	font-weight: 300;
	font-size: 16px;
}
/* Niedziela */
.kalendarz-tabela tbody td:last-child {
    /* background-color: #fafafa; */
    color: #ce1e21;
    font-weight: 800;
}

.kalendarz-tabela tbody td
{
	position: relative;
}
.artykul-kalendarz-mini-tlo h2 
{
	background: transparent;
}

/* Wydarzenie */
.kalendarz-tabela-wydarzenie {
	/*border-bottom: 2px solid #f7e972!important;*/
}
.kalendarz-tabela-wydarzenie > div:first-child 
{
	width: 30px;
	height: 30px;
	margin:auto;
	padding-top: 4px;
	background: #ce1e21;
	color: white;
	color: white;
	cursor: pointer;
}
.kalendarz-tabela-wydarzenie:hover > div:first-child
{
	border-bottom: 2px solid #ce1e21;

	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.kalendarz-tabela-dzisiaj > div:first-child
{
	background-color: #ce1e21;
	color: white;
}
td > div:first-child  
{
	width: 30px;
	height: 30px;
	margin:auto;
	padding-top: 4px;
}
/* Dzisiaj */


/*Święto*/
.kalendarz-tabela-swieto{
    /* background-color: #fafafa; */
    color: #ce1e21;
    font-weight: 700!important;
}
/* Artykuły */
.kalendarz-mini-artykuly  {
	position: absolute;
	left: 0;
	background-color: rgb(233, 233, 233);
	padding: 8px 16px;
	width: 380px;
	margin-left:-339px;
	/* overflow: auto; */
	z-index: -1;
	opacity: 0;
	transition: opacity 0.5s;
	max-height: 160px;
}

.artykul-kalendarz-mini-tlo:first-child
{
    /* margin-top: 8px; */
    padding-top: 16px;
    display: flex;
    border-top: 1px solid rgb(201, 201, 201)!important;
}
.artykul-kalendarz-mini-tlo
{
	border-bottom: 1px solid rgb(201, 201, 201)!important;
	padding-bottom: 16px;
}
.kalendarz-mini-aktualnosci-tresc-tlo:last-child
{
	border-bottom: 0px none transparent;
}

.kalendarz-mini-aktualnosci-tytul
{
	color: #1e537d;
	margin-left: 16px;
	margin-right: 16px;
}

.kalendarz-mini-aktualnosci-ikona-tlo 
{
	background-position:center!important;
	width: 120px;
	min-height: calc(2/3 * 120px);
	max-width: 120px;
	min-width: 120px;
	background: white;
	/* overflow: hidden; */
	background-position: center!important;
}

.kalendarz-mini-aktualnosci-ikona
{
	width: 100%;
	height: 100%;
	min-width: 100%!important;
	min-height: 100% !important;
	background-position: center !important;
}
.kalendarz-mini-artykuly > article 
{
	display: flex;
	margin-bottom: 16px;
}
.kalendarz-mini-artykuly > article:last-child
{
	margin-bottom: 8px;
}
.kalendarz-tabela-wydarzenie:hover > div + .kalendarz-mini-artykuly {
	z-index: 1;
	opacity: 1;
}


@media all and (min-width: 0px) and (max-width: 639px) {
	.kalendarz-mini-artykuly{
		/*max-width: 320px;*/
	    width: 90%;
	    left: 0;
	}
}
