* { font-family: 'Fira Sans Condensed', sans-serif; }

p.tytul { color: #8e876d; font-size: 16px; font-style: normal; font-weight: bold; text-align: center; }

input[type=text], input[type=number], input[type=password], input[type=email], input[type=url], input[type=tel], textarea { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-appearance: none; font-family: 'Fira Sans Condensed', sans-serif; font-size: 14px; font-color: black; border: 1px solid #606060; }

select { font-family: 'Fira Sans Condensed', sans-serif; font-size: 14px; font-color: black; padding: 2px; }

input[type=submit], input[type=reset] { font-family: 'Fira Sans Condensed', sans-serif; font-size: 18px; }

input[type=text], input[type=number], input[type=password], input[type=email], input[type=url], input[type=tel], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px;
  margin: 5px 1px 3px 0px;
}

/*
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=email], input[type=tel], textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}
*/

input:focus:invalid, textarea:focus:invalid {
  border-color: #b5322c;
}
input:focus:valid, textarea:focus:valid {
  border-color: #78a942;
}


.sortable { border: 2px solid #d4d1c6; border-collapse: collapse; }

.sortable th {
    border: 1px solid #d4d1c6; border-collapse: collapse;
    background-color: #ebe8dc;
    font-size: 11px;
}
.sortable td {
    border: 1px solid #d4d1c6; border-collapse: collapse;
    font-size: 11px;
}
.sortable tr:nth-child(odd) td {
    background-color:rgba(230, 230, 230, 0.4);
}



table.rekolekcje {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #bab295;
	border-collapse: separate;
	vertical-align: center;
}
table.rekolekcje th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #bab295;
	background-color: #e5e5d6;
	-moz-border-radius: ;
	text-align: center;
}
table.rekolekcje td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #bab295;
	-moz-border-radius: ;
	text-align: center;
}

table.rekolekcje tr:nth-child(odd) td {
	background-color: #e5e5d6;
}
table.rekolekcje td.opis {
	font-size: 11px;
}





/* RODO */

* {
    box-sizing: border-box;
  }
.privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1rem .5rem;
    background: #fff;
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #000;
    text-align: center;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
  }
  .privacy-banner a {
    text-decoration: none;
    margin: 20px auto 0 auto;
    display: block;
    max-width: 150px;
  }
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  .privacy-banner button {
    position: absolute;
    right: 5px;
    top: calc(50% - 12.5px);
    color: #fff;
    outline: 0;
    height: 25px;
    width: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    font-weight: 700;
    border-radius: 50%;
    text-align: center;
    padding: 0;
    line-height: 1;
    background: #000;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
  }
  @media (min-width: 768px) {
    .privacy-banner {
      padding: 1.5rem .5rem;
    }
    .privacy-banner a {
      display: inline-block;
      margin: 0 10px;
    }
  }




/* COLLAPSIBLE */

.collapsible {
  background-color: #c6c5c7;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  margin-top: 1px;
}

.active, .collapsible:hover {
  background-color: #a9a8aa;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fff;
  text-align: left;
}




/* SUBMIT */


		input#submit {
			border:none !important;
		}
		#submit{
			display:inline-block;
			font-weight:500;
			font-size:16px;
			line-height:42px;
			font-family: 'Fira Sans Condensed', 'Helvetica', Arial, sans-serif;
			width:100%;
			white-space:nowrap;
			height:55px;
			margin:12px 5px 12px 0;
			padding:0 22px;
			text-decoration:none;
			text-align:center;
			cursor:pointer;
			border:0;
			border-radius:10px;
			vertical-align:top;
		}
		#submit:hover{
			background-color: #d90000;
			color: white;
		}
		#submit span{
			display:inline;
			font-family: 'Fira Sans Condensed', 'Helvetica', Arial, sans-serif;
			text-decoration:none;
			font-weight:500;
			font-style:normal;
			font-size:16px;
			line-height:55px;
			cursor:pointer;
			border:none;
		}
