
/*** CALENDAR!!!! ****/
.calendar ::-webkit-scrollbar {
  width: 6px;
  height: auto;
  border-top: 5px solid transparent;
  margin-top: 5px;
  padding-top: 5px; }

.calendar ::-webkit-scrollbar-track {
  background: #fbfbfb;
  background: #fbfbfb;
  border: unset none unset;
  border-radius: 5px; }

.calendar ::-webkit-scrollbar-thumb {
  background: #aaa;
  background: #aaaaaa;
  border: unset none unset;
  border-radius: 5px; }

.calendar ::-webkit-scrollbar-thumb:hover {
  background: #909090;
  background: #909090; }

.calendar__container {
  cursor: default;
  height: 925px; }

.calendar__card {
  position: relative; }

.calendar__card .calendar__ribbon {
  top: -20px;
  right: 15px;
  position: absolute;
  width: 40px;
  height: 50px;
  z-index: 2; }

.calendar__card .calendar__ribbon svg {
  width: 30px; }

.calendar__card .calendar__ribbon svg polygon {
  stroke-width: 3px;
  fill: #7fb16a; }

.calendar__card .calendar__ribbon:not(.active) {
  display: none; }

.calendar__card .calendar__ribbon:not(.active) + .calendar__ribbon-outline {
  display: none; }

.calendar__card .calendar__ribbon.saturday svg > polygon {
  fill: #568bbf; }

.calendar__card .calendar__ribbon.holidayClass svg > polygon {
  fill: #bb4855; }

.calendar__card .calendar__ribbon.lentPeriodClass svg > polygon, .calendar__card .calendar__ribbon.adventPeriodClass svg > polygon {
  fill: #896ab1; }

.calendar__card .calendar__ribbon.easterPeriodClass svg > polygon, .calendar__card .calendar__ribbon.christmasPeriodClass svg > polygon {
  fill: #b23a48; }

.calendar__card .calendar__ribbon-outline {
  top: -4px;
  right: 30px;
  position: absolute;
  background-color: #fff;
  width: 44px;
  height: 50px;
  z-index: 1; }

.calendar__card .calendar__ribbon-outline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  border-left: 22px solid #fff;
  border-right: 22px solid #fff;
  border-bottom: 14px solid transparent; }

.calendar__card--top {
  border-bottom: 1px solid #aaa;
  padding: 32px 0 20px 0;
  margin-bottom: 20px; }

.calendar__card--top .jsAjax-calendarDayOfWeek {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600; }

.calendar__card--top .jsAjax-calendarDay {
  font-family: "Playfair Display", serif;
  font-size: 100px;
  font-feature-settings: 'lnum', 'pnum';
  line-height: 80px;
  padding-bottom: 30px; }

.calendar__card--top .jsAjax-calendarNameOfMonth {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600; }

.calendar__card--top .jsAjax-calendarYear {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  font-feature-settings: 'lnum', 'pnum';
  line-height: 20px; }

.calendar__card--bottom .liturgy__content p {
  font-weight: 400; }

.calendar__card--bottom .calendar__read--text.js-calendar__read--text {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-family: "Rubik", sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0 12px 0;
  cursor: pointer; }

.calendar__card--bottom .calendar__read--text.js-calendar__read--text:hover {
  text-decoration: underline; }

.calendar__header {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: auto; }

.calendar__year .jsAjax-currentYear {
  font-family: "Playfair Display", serif;
  font-size: 22px; }

.calendar__month {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
  border-bottom: 1px solid #eee; }

.calendar__month--arrow-left, .calendar__month--arrow-right {
  transition: 0.3s; }

.calendar__month--arrow-left i, .calendar__month--arrow-left svg {
  margin-right: 10px; }

.calendar__month--arrow-right i, .calendar__month--arrow-right svg {
  margin-left: 10px; }

.calendar__month .jsAjax-currentMonth {
  flex: 1;
  font-family: "Playfair Display", serif;
  font-size: 50px;
  font-weight: 600;
  text-align: center;
  line-height: 55px;
  padding-bottom: 10px; }

.calendar__day-of-week {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  color: #909090;
  font-weight: 600;
  width: 100%;
  height: 40px; }

.calendar__day-of-week .calendar__saturday p {
  color: #3490dc; }

.calendar__day-of-week .calendar__sunday p {
  color: #f26b6c; }

.calendar__day-of-week div {
  display: flex;
  width: 100%;
  height: 100vh;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-height: 25px; }

.calendar__day-of-week div p {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: normal; }

.calendar__day-table {
  flex: 1;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  flex-wrap: wrap;
  border: solid #eee;
  border-width: 0 1px 1px 0;
  border-bottom-left-radius: 10px;
  overflow: hidden; }

.calendar__day-table .jsAjax-calendar.hidden {
  display: none; }

.calendar__cell {
  position: relative;
  border: solid #eee;
  border-width: 1px 0 0 1px;
  border-collapse: collapse;
  width: 100%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-basis: 14.285%;
  overflow: hidden; }

.calendar__cell-header {
  font-size: 10px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #fbfbfb;
  background: #fbfbfb;
  min-height: 35px;
  transition: background-color 0.3s;
  padding: 0 8px; }

.calendar__cell-number {
  font-family: "Rubik", sans-serif;
  bottom: 1px;
  position: relative;
  padding-right: 8px; }

.calendar__cell-holiday {
  bottom: 1px;
  position: relative;
  width: 100%;
  height: auto;
  line-height: 10px; }

.calendar__cell-holiday span {
  font-family: "Rubik", sans-serif;
  font-size: 10px;
  line-height: 10px; }

.calendar__cell-container {
  position: relative;
  height: 130px;
  width: 100%;
  overflow: auto; }

.calendar__cell-container .ribbon {
  display: none;
  z-index: 3; }

.calendar__cell-container a.edit {
  color: #000;
  font-weight: 700;
  background-color: #F3F3F3;
  padding: 7px 10px;
  margin: 0px 1px;
  text-align: center;
  border-radius: 3px;
  transition: 0.5s;
  text-transform: uppercase;
  border: 1px solid #A2A2A2;
  text-decoration: none !important;
  display: inline-block;
  font-family: "Ubuntu", "Open Sans", "trebuchet MS";
  font-size: 12px;
  padding: 3px;
  transition: .3s all; }

.calendar__cell.actualDateClass .calendar__cell-header {
  background-color: #ededed !important; }

.calendar__cell.active .calendar__cell-header {
  background-color: #e5e5e5 !important; }

.calendar__cell.saturday:not(.holidayClass) .calendar__cell-header > .calendar__cell-number {
  color: #3490dc; }

.calendar__cell.sunday .calendar__cell-header > .calendar__cell-number,
.calendar__cell.sunday .calendar__cell-header > .calendar__cell-holiday, .calendar__cell.holidayClass .calendar__cell-header > .calendar__cell-number,
.calendar__cell.holidayClass .calendar__cell-header > .calendar__cell-holiday {
  color: #f26b6c; }

.calendar__cell.current-month {
  cursor: pointer; }

.calendar__cell.current-month:hover .calendar__cell-header {
  background-color: #f3f3f3 !important; }

.calendar__cell:not(.current-month) .calendar__cell-number,
.calendar__cell:not(.current-month) .calendar__cell-holiday {
  color: #d7d7d7 !important; }

.calendar__tasks {
  display: flex;
  padding: 5px; }

.calendar__task, .calendar__task--parochialis, .calendar__task--more {
  width: 100%;
  height: 19px;
  overflow: hidden;
  text-overflow: ellipsis; }

.calendar__task-content {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 4px; }

.calendar__task--parochialis-content {
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 97px;
  overflow: hidden; }

.calendar__task--more {
  display: flex;
  flex: 1;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  color: #aaa; }

.calendar__task .modal__background, .calendar__task--parochialis .modal__background, .calendar__task--more .modal__background {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0%; }

.calendar__task .modal__container, .calendar__task--parochialis .modal__container, .calendar__task--more .modal__container {
  z-index: 101; }

.calendar__task .modal__header, .calendar__task--parochialis .modal__header, .calendar__task--more .modal__header {
  background: none; }

.calendar__task .modal__header p, .calendar__task--parochialis .modal__header p, .calendar__task--more .modal__header p {
  font-family: "Playfair Display", serif;
  font-size: 16px;
  color: #000; }

.calendar__task a.edit, .calendar__task--parochialis a.edit, .calendar__task--more a.edit {
  color: #000;
  font-weight: 700;
  background-color: #F3F3F3;
  padding: 7px 10px;
  margin: 0px 1px;
  text-align: center;
  border-radius: 3px;
  transition: 0.5s;
  text-transform: uppercase;
  border: 1px solid #A2A2A2;
  text-decoration: none !important;
  display: inline-block;
  font-family: "Ubuntu", "Open Sans", "trebuchet MS";
  font-size: 12px;
  padding: 3px;
  transition: .3s all; }

.calendar__tasks {
  -moz-flex-direction: column;
  flex-direction: column; }

.calendar__side-right {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-left: 8px;
  max-height: 100%;
  width: 250px; }

.calendar__side-right .calendar__header {
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  min-height: 174px; }

.calendar__side-right .calendar__timetable .calendar__task, .calendar__side-right .calendar__timetable .calendar__task--parochialis, .calendar__side-right .calendar__timetable .calendar__task--more,
.calendar__side-right .calendar__timetable .calendar__task--parochialis {
  padding: 6px;
  height: unset; }

.calendar__side-right .calendar__timetable .calendar__task:not(:first-child), .calendar__side-right .calendar__timetable .calendar__task--parochialis:not(:first-child), .calendar__side-right .calendar__timetable .calendar__task--more:not(:first-child),
.calendar__side-right .calendar__timetable .calendar__task--parochialis:not(:first-child) {
  margin-top: 5px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.calendar__side-right .calendar__timetable .calendar__task > div div, .calendar__side-right .calendar__timetable .calendar__task--parochialis > div div, .calendar__side-right .calendar__timetable .calendar__task--more > div div,
.calendar__side-right .calendar__timetable .calendar__task--parochialis > div div {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.calendar__side-right .calendar__timetable .calendar__task > div p, .calendar__side-right .calendar__timetable .calendar__task--parochialis > div p, .calendar__side-right .calendar__timetable .calendar__task--more > div p,
.calendar__side-right .calendar__timetable .calendar__task--parochialis > div p {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 6px;
  line-height: initial; }

.calendar__timetable {
  width: auto;
  height: 100%;
  max-width: 250px;
  padding: 0 5px 0 5px;
  border: 1px solid #eee;
  overflow: hidden; }

.calendar__timetable ::-webkit-scrollbar-track {
  margin-top: 5px;
  margin-bottom: 5px; }

.calendar__timetable-content {
  width: auto;
  height: 100%;
  overflow: auto; }

.calendar__timetable .calendar__task, .calendar__timetable .calendar__task--parochialis, .calendar__timetable .calendar__task--more {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }

.calendar__timetable .calendar__task-time {
  font-family: "Rubik", sans-serif;
  font-weight: 600; }

.calendar__timetable .calendar__task-content {
  white-space: initial; }

.calendar--mobile .calendar__date {
  padding: unset;
  margin: unset;
  border: 1px solid #eee;
  border-bottom: unset; }

.calendar--mobile .calendar__date:first-child {
  border-top: unset; }

.calendar--mobile .calendar__date--row .date__container {
  border-top: 1px solid #eee; }

.calendar--mobile .calendar__date--row .liturgy__content p {
  padding: 0 10px 10px 10px; }

.calendar--mobile .calendar__date-task--row {
  padding: 5px 10px; }

.calendar--mobile .calendar__date-task--row p {
  font-size: 14px; }

.calendar--mobile .calendar__date .ribbon {
  left: unset;
  right: 10px; }

.calendar--mobile .calendar__timetable {
  max-width: unset;
  border-radius: unset; }

.calendar--mobile .date__container {
  position: relative; }

.calendar--mobile .date__container p {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-feature-settings: 'lnum', 'pnum'; }

.calendar--mobile .date__container p span {
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600; }

.calendar--mobile .liturgy .liturgy__content p {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-size: 12px;
  font-weight: 600; }

.calendar--mobile .loading + .calendar__card {
  border-radius: unset; }

.calendar__cell .calendar__cell-container a.delete, .calendar__task a.delete, .calendar__task--parochialis a.delete, .calendar__task--more a.delete {
  color: #000;
  font-weight: 700;
  background-color: #F3F3F3;
  padding: 7px 10px;
  margin: 0px 1px;
  text-align: center;
  border-radius: 3px;
  transition: 0.5s;
  text-transform: uppercase;
  border: 1px solid #A2A2A2;
  text-decoration: none !important;
  display: inline-block;
  font-family: "Ubuntu", "Open Sans", "trebuchet MS";
  font-size: 12px;
  padding: 3px;
  transition: .3s all; }

.calendar__cell .calendar__cell-container a:hover, .calendar__task a:hover, .calendar__task--parochialis a:hover, .calendar__task--more a:hover {
  background-color: rgba(35, 35, 35, 0.96);
  color: white;
  text-decoration: none; }

.calendarView form {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.calendarView form label {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 10px 0;
  max-width: 570px;
  width: 100%; }

.calendarView form label:nth-of-type(3) {
  display: flex;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 10px 0;
  max-width: 570px;
  width: 100%; }

.calendarView form label input {
  width: 300px;
  padding: 5px;
  border: 1px solid #D6D9DF;
  background-color: #F8F9FA;
  font-size: 16px;
  color: #000; }

.calendarView form label img {
  margin-left: 10px; }

.calendarView form label img.ui-datepicker-trigger {
  display: none; }

.calendarView form label textarea {
  width: 59%;
  padding: 5px;
  height: 200px;
  border: 1px solid #D6D9DF;
  background-color: #F8F9FA;
  font-size: 16px;
  color: #000; }

.calendar__side-left {
  flex: 5; }

.calendar__side-right .calendar__header p {
  font-weight: 800;
  padding-bottom: 10px; }

.calendar__card {
  /*color: white;*/
  background: #909090;
  background: #909090;
  padding: 8px;
  /* position: relative; */
  /* @include flex(1); */ }

.calendar__card p {
  color: white;
  font-weight: 800; }

.calendar__card--top {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.calendar__card--top-cloned {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.liturgy__content {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }

.liturgy__content p {
  font-size: 12px;
  text-align: center; }

.calendar__task .modal.active, .calendar__task--parochialis .modal.active, .calendar__task--more .modal.active {
  display: contents;
  font-size: 30px; }

.calendar__task > div:nth-of-type(1), .calendar__task--parochialis > div:nth-of-type(1), .calendar__task--more > div:nth-of-type(1) {
  display: flex;
  width: 100%; }

.calendar__task > div:nth-of-type(2), .calendar__task--parochialis > div:nth-of-type(2), .calendar__task--more > div:nth-of-type(2) {
  display: flex; }

.calendar__task > div:nth-of-type(2) a, .calendar__task--parochialis > div:nth-of-type(2) a, .calendar__task--more > div:nth-of-type(2) a {
  max-height: 27px; }

.calendar__timetable .calendar__task div:nth-of-type(1) div, .calendar__timetable .calendar__task--parochialis div:nth-of-type(1) div, .calendar__timetable .calendar__task--more div:nth-of-type(1) div {
  flex: 1;
  font-weight: 800;
  font-size: 14px; }

.calendar__timetable .calendar__task div:nth-of-type(1) p, .calendar__timetable .calendar__task--parochialis div:nth-of-type(1) p, .calendar__timetable .calendar__task--more div:nth-of-type(1) p {
  flex: 5;
  font-size: 14px; }

.calendar__task p span, .calendar__task--parochialis p span, .calendar__task--more p span {
  width: 40px;
  display: inline-block; }

.calendar__side-left .calendar__task p span, .calendar__side-left .calendar__task--parochialis p span, .calendar__side-left .calendar__task--more p span {
  width: 30px;
  display: inline-block; }

.calendar--mobile .calendar__timetable {
  border: 2px solid #928047;
  border-top: none;
  flex: 1;
  padding: 10px;
  margin-bottom: 0px; }

.calendar__timetable div.liturgy p {
  font-size: 12px;
  font-weight: 600; }

.liturgy__modal {
  opacity: 0;
  pointer-events: none;
  transition: .4s all;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh; }

.liturgy__modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100; }

.liturgy__modal-whole {
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1000px;
  width: 100%;
  height: 90vh;
  transform: translate(-50%, -50%); }

.liturgy__modal-close {
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 4;
  cursor: pointer; }

.liturgy__modal-close .fas {
  font-size: 20px; }

.liturgy__modal-container {
  flex: 4;
  background-color: #fff;
  padding: 20px;
  padding-right: 10px;
  border-radius: 0;
  overflow: auto; }

.liturgy__modal-content {
  height: 100%;
  /* overflow: auto; */
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column; }

.liturgy__modal-bg {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: calc(100vh); }

.liturgy__link--body {
  opacity: 0;
  pointer-events: none;
  transition: .4s all;
  visibility: hidden;
  position: absolute;
  text-align: justify;
  padding-right: 15px;
  pointer-events: none; }

.liturgy__link--body h4 {
  font-weight: 800;
  margin-bottom: 16px; }

.liturgy__modal.active .liturgy__link--body {
  pointer-events: all; }

.liturgy__modal.active .liturgy__link--body.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  position: relative; }

.liturgy__link-content-body {
  overflow: auto; }

.liturgy__modal-menu {
  flex: 1;
  background-color: #928047;
  padding: 20px; }

.liturgy__link--head {
  display: flex;
  color: #cbcbcb;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  padding: 5px 0;
  position: relative; }

.liturgy__link--head.active {
  color: #fff; }

.liturgy__link--head:hover {
  text-decoration: underline; }

.liturgy__link--head span {
  padding-left: 15px; }

.liturgy__link--head::before {
  content: '';
  width: 8px;
  height: 8px;
  border: 1px solid;
  border-color: #cbcbcb;
  position: absolute;
  display: block;
  top: 10px;
  border-radius: 25px;
  z-index: 2;
  background-color: #928047; }

.liturgy__link--head::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  border: 1px solid;
  border-color: #cbcbcb;
  display: block;
  top: 10px;
  left: 2.5px;
  border-radius: 25px;
  background: #fff;
  z-index: 1; }

.liturgy__link--head:last-of-type::after {
  height: 0%; }

.liturgy__link--head.active::before {
  border-color: #fff;
  background-color: #fff; }

.calendar__cell.holidayClass.current-month .calendar__cell-header span {
  display: block; }

.calendar__cell.current-month .ribbon {
  height: 29px;
  width: 16px;
  position: absolute;
  top: 0;
  right: 5px;
  background-image: url(/images/wstazka-zielony.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #7fb16a; }

.calendar--mobile .ribbon {
  height: 33px;
  width: 12px;
  position: absolute;
  left: 1px;
  background-image: url(/images/wstazka-zielony.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #7fb16a; }

.calendar__cell.current-month.christmasPeriodClass .ribbon,
.calendar__cell.current-month.easterPeriodClass .ribbon,
.calendar--mobile .christmasPeriodClass .ribbon,
.calendar--mobile .easterPeriodClass .ribbon {
  color: #b23a48;
  background-image: url(/images/wstazka-czerwony.png); }

.calendar__cell.current-month.adventPeriodClass .ribbon,
.calendar__cell.current-month.lentPeriodClass .ribbon,
.calendar--mobile .adventPeriodClass .ribbon,
.calendar--mobile .lentPeriodClass .ribbon {
  background-image: url(/images/wstazka-fiolet.png);
  color: #896ab1; }

.calendar--mobile {
  max-width: 1200px; }

.calendar--mobile .calendar__timetable {
  padding: 0px;
  opacity: 0;
  max-height: 0px;
  border: none;
  transition: max-height .2s,opacity .2s; }

.calendar--mobile .calendar__timetable.active {
  padding: 0px;
  opacity: 1;
  max-height: 100000px; }

.calendar--mobile li .liturgy__content {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start; }

ul.calendar__date-task {
  list-style: none;
  background: #fff;
  padding: 0 10px;
  position: relative; }

ul.calendar__date-task p {
  color: #000; }

ul.calendar__date-tasks {
  list-style-type: none;
  padding: 0; }

.month__arrow--mobile {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-flex-direction: row;
  flex-direction: row;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%; }

.month__arrow--mobile span {
  top: -0px;
  cursor: pointer; }

.month__arrow--mobile span:after {
  border-color: #fff; }

li.calendar__date--row:first-of-type {
  /* border-top: 1px solid #fff; */
  border-bottom: 1px solid #fff; }

li.calendar__date--row:last-of-type {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0; }

.date__container p {
  padding-left: 22px; }

.calendar__date--row .liturgy__content p {
  padding-left: 22px;
  text-align: left; }

.calendar__container {
  display: flex;
  flex-direction: row; }

.calendar__side-left {
  display: flex;
  flex-direction: column; }

.calendar__month--arrow-left {
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 150px;
  width: 100%; }

.arrow-left {
  width: 20px;
  height: 20px;
  /* background-color: lightblue; */
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: -1px;
  transition: all .2s; }

.arrow-left:after {
  content: '';
  width: 10px;
  height: 10px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-53%, -15%); }

.calendar__month--arrow-right {
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 150px;
  width: 100%;
  justify-content: flex-end; }

.arrow-right {
  width: 20px;
  height: 20px;
  /* background-color: lightblue; */
  display: inline-block;
  position: relative;
  margin-left: 10px;
  top: -1px;
  transition: all .2s; }

.arrow-right:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: rotate(-45deg) translate(60%, -8%); }

.loading {
  background-color: #928047;
  opacity: 0;
  max-height: 0; }

.loading.active {
  opacity: 1;
  max-height: 100px; }

.loading__content p {
  color: #fff;
  text-align: center;
  padding: 16px 0; }

.loading__squere {
  border: 1px white;
  border-style: inset;
  width: 10px;
  display: inline-block;
  height: 10px;
  border-radius: 25px;
  /* transform: rotate(0deg); */
  -webkit-animation-name: loadingRotate;
  animation-name: loadingRotate;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.calendar__read-more {
  display: flex;
  justify-content: center !important; }

.tooltip {
  position: relative;
  opacity: 1;
  z-index: 1; }

.tooltip + .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 7px 10px;
  z-index: 55;
  right: 0;
  top: -30px;
  font-size: 14px;
  position: absolute;
  text-transform: uppercase;
  font-family: "Ubuntu", "Open Sans", "trebuchet MS"; }

.tooltip:hover + .tooltiptext {
  visibility: visible; }

.container--fluid.kontakt .col-xs-12 .container--fluid.margin-top-2.calendarView .section-header__text {
  text-align: center; }

@-webkit-keyframes loadingRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes loadingRotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@media (max-width: 1175px) {
  ul.calendar__date {
    background: white; }
  li.calendar__date--row {
    border-bottom-color: #928047; }
  .liturgy__modal-whole {
    flex-direction: column; }
  .liturgy__modal-menu {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    flex: unset;
    overflow: unset; }
  .liturgy__modal-container {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px; }
  .liturgy__modal-whole {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    height: 100vh;
    border-radius: 25px;
    display: flex; }
  .liturgy__modal {
    overflow: auto;
    height: 100%;
    z-index: 10000001; }
  .liturgy__modal.active {
    z-index: 10000001; }
  .liturgy__modal-bg {
    height: 100%; }
  .liturgy__modal.active .liturgy__link--body.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    position: relative;
    display: inline-block; }
  .liturgy__modal.active .liturgy__link--body {
    display: none; } }

.calendar__date-task--row p {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  padding: 4px 0; }

.modal {
  opacity: 0;
  pointer-events: none;
  transition: .4s all;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100vw;
  height: 100vh;
  display: flex; }

.modal.active {
  opacity: 1;
  pointer-events: all;
  z-index: 100; }

.modal.active .modal__content button {
  pointer-events: all; }

.modal.active label {
  pointer-events: all; }

.modal__container {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 400px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  border-radius: 7px; }

.modal__background {
  width: 100%;
  height: 400%;
  background-color: rgba(0, 0, 0, 0.7); }

.modal__header {
  display: flex;
  background: black;
  background: linear-gradient(90deg, black 0%, #616161 100%);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.modal__header p {
  color: white;
  padding: 20px; }

.modal__content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 60%;
  pointer-events: none;
  flex-direction: column; }

.modal__content label {
  display: flex;
  align-items: center;
  margin: unset !important;
  max-width: unset !important;
  width: unset !important;
  justify-content: unset !important; }

.modal__content p {
  flex: unset !important; }

.modal__content input {
  width: unset !important;
  padding: unset !important;
  border: unset !important;
  background-color: unset !important;
  font-size: unset !important;
  color: unset !important; }

.modal__content input[type=checkbox] {
  margin: 0 10px; }

.modal__content button {
  pointer-events: none; }

.calendar__task .modal.active {
  display: contents;
  font-size: 30px; }

/* WYDARZENIA */


.calendarView .toggle:before {
  content: "";
  position: relative;
  top: 3px;
  left: 3px;
  width: 34px;
  height: 14px;
  display: block;
  background: #9A9999;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.calendarView .toggle {
  position: relative;
  display: block;
  width: 40px;
  height: 20px;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
}
.calendarView .toggle span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(154, 153, 153, 0.5);
  transition: all 0.2s ease;
}


.calendarView .toggle span:before {
	content: "";
	position: absolute;
	display: block;
	margin: -18px;
	width: 56px;
	height: 56px;
	background: rgba(146, 128, 71, 0.5);
	border-radius: 50%;
	transform: scale(0);
	opacity: 1;
	pointer-events: none;
  }

  .calendarView .cbx {
	display:none;
  }
  
  .calendarView .cbx:checked + .toggle:before {
	background: rgba(221, 196, 116, 1)
  }
  .calendarView .cbx:checked + .toggle span {
	background: rgb(146, 128, 71);
	transform: translateX(20px);
	transition: all 0.2s cubic-bezier(0.8, 0.4, 0.3, 1.25), background 0.15s ease;
	box-shadow: 0 3px 8px rgba(79, 46, 220, 0.2);
  }
  .calendarView .cbx:checked + .toggle span:before {
	transform: scale(1);
	opacity: 0;
	transition: all 0.4s ease;
  }

  .calendarView .cyclicalEvents__container {
	max-width: 670px;
	width: 100%;
	display:none;
  }

  .calendarView .cyclicalEvents__container.active {
	display:block;
  }

  .calendarView .cyclicalEvents__each {
	max-width: 670px;
	width: 100%;
	display:none;
  }

  .calendarView .cyclicalEvents__each.active {
	display:block;
  }

  .calendarView .container__content {
    margin: 0 15px;
    width: 100%;
}

.cyclicalEvents__container.active {
  width: 100%;
  max-width: 560px;
  display: none;
}

.container--fluid {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}