@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/SF-CGC/SF-CGC.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("//fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/

/*************************************************** MAIN RULES **********************************************************/
body {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #0e2532;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #0e2532;
}
.wrapper {
  width: 100%;
  max-width: 1185px;
  margin: 0 auto;
  padding: 0 0 0 0;
  position: relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
  color: #0e2532;
  text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
  text-decoration: underline;
  color: #0e2532;
}
.footer {
  padding: 0em;
  font-size: 13px;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
  padding-bottom: 1em;
}
.next-event div.lable {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 0em;
  padding-bottom: 1em;
  color: #0e2532;
}
.next-event div.date-time,
.next-event div.event-name {
  padding-bottom: 0.5em;
}
/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
  padding-top: 0.75em;
  margin: -0.08em 0 0 -0.08em;
  border: 0.08em solid #bab8b4;
  background: #bab8b4;
  text-align: center;
  transition: background 0.5s;
}
.time-line-item:hover {
  background-color: #0e2532;
  color: #fff;
}
.color-dot-box .display-none {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border: 0.08em solid #ccc;
}
.color-dot-box .color-dot {
  display: none;
}
.calendar-time-line .current-month .time-line-item {
  background-color: #495c68;
  color: #fff;
}
.calendar-time-line .year {
  font-size: 1em;
  padding-bottom: 0.25em;
  line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse > .exco-text {
  display: inline-block;
  text-align: center;
  color: #0e2532;
  font-size: 1.5em;
  width: 1.15em;
  height: 1.15em;
  line-height: 1.25em;
  border: 0.16em solid #ccc;
  border-radius: 0.75em;
}
.expand-collapse > .exco-text:hover,
.expand-collapse.expand > .exco-text {
  background-color: #ccc;
  border-right-color: #ccc;
  color: #0e2532 !important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
  margin-left: 2.5em;
  border-left: 0em solid transparent;
  border-right: 0em solid transparent;
  border-bottom: 0.08em solid #ccc;
  padding-bottom: 0.5em;
}
.box-border {
  border-left: 0.08em solid transparent;
  border-right: 0.08em solid transparent;
  border-bottom: 0.08em solid #ccc;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
  float: none;
  padding: 0.25em 0.5em;
  display: inline-block;
}
.filter-type {
  border-bottom: 0 solid #7fc0d4;
  padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a,
.eupagination > li > span {
  font-weight: normal;
  padding: 0.55em 1em;
  margin-left: -0.08em;
  line-height: normal;
  color: #0e2532;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #0e2532;
}
.eupagination > li > a:hover,
.eupagination > li > span:hover {
  background-color: #0e2532;
  color: #fff !important;
  border: 1px solid #0e2532 !important;
}
.eupagination > .active > a,
.eupagination > .active > span,
.eupagination > .active > a:hover,
.eupagination > .active > span:hover,
.eupagination > .active > a:focus,
.eupagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #0e2532;
  border-color: #0e2532;
  font-weight: bold;
}
.eupagination > li:last-child > a,
.eupagination > li:last-child > span {
  border-top-right-radius: 0.75em;
  border-bottom-right-radius: 0.75em;
  border-left: 0;
}
.eupagination > li:first-child > a,
.eupagination > li:first-child > span {
  border-top-left-radius: 0.75em;
  border-bottom-left-radius: 0.75em;
  border-right: 0;
}
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
  background: #D52B1F;
  color: #fff !important;
  margin: 0.5em;
  padding: 0.6em 1em;
  border: 0px;
  font-size: 1em;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #D52B1F;
  transition: background 0.5s;
  line-height: unset;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
  background: #732116;
  color: #fff !important;
  border: 1px solid #732116;
}
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
  margin: 1em 0 1.5em 0;
}
.tabs {
  background-color: transparent;
  margin-top: 2em;
  margin-bottom: 2em;
  width: 100%;
  height: auto;
  line-height: normal;
  float: none;
  text-align: center;
  font-size: 0;
  font-weight: 500 !important;
}
.tabs li {
  _float: none;
  float: none;
  margin: 0;
  display: inline-block;
  width: 25%;
}
.tabItem {
  height: auto;
  line-height: normal;

  padding-top: 1.2em !important;
  padding-bottom: 1.2em !important;
  padding-left: 2em;
  padding-right: 2em;
  font-weight: 500 !important;
  text-decoration: none;
  font-style: normal;

  background: #bab8b4;
  border: 1px solid #bab8b4;
  border-radius: 4px;

  transition: background 0.5s;

  color: #495c68 !important;

  margin: 3px 0.5em;
  position: relative;
  top: 0;
  left: 0.08em;
}
.tab-active {
  color: #fff !important;
  cursor: default;
  font-weight: 500;
  background-color: #495c68;
  position: relative;
  top: 0px;
  left: 0px;
}
.tab-active:before {
  content: "";
  width: 0;
  height: 0;

  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;

  border-left: 1em solid transparent;
  border-right: 1em solid transparent;
  border-top: 1em solid #495c68;
  display: none;
}

.tabItem:hover {
  background: #495c68;

  text-decoration: none;
  font-weight: 600;
  font-style: normal;

  color: #fff !important;
}
/* YEAR BUTTONS */
.year-filter ul {
  margin: 1em 0;
}
.year-filter ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 3em;
}
.year-filter ul li a {
  height: auto;
  font-size: 1em;
  line-height: normal;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-left: 1em;
  padding-right: 1em;
  text-decoration: none;
  font-weight: bold;
  font-style: normal;
  background: transparent;
  border: 0.16em solid #ccc;
  transition: background 0.5s;
  color: #0e2532;
  border-radius: 0;
  margin: 0;
}
.year-filter ul li a.selected {
  background: #ccc;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
  text-transform: none;
}
/* END OF IT */
/************************************************** END OF TABS **********************************************************/

/********************************************* MODAL WINDOW CONTROLS *****************************************************/
.modal-title {
  line-height: normal;
  margin: 0px;
  padding: 0px;
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 0em;
  padding-bottom: 1em;
  color: #495c68;
  color: #0e2532;
}
.modal-header .close {
  margin-top: 0.1em;
  font-size: 1.5em;
  line-height: 0.25em;
}
li.type {
  width: 50%;
  padding: 0.5em 0;
}
.checkbox-event-type {
  padding: 0;
}
label {
  vertical-align: text-top;
}
.modal-body {
  position: relative;
  padding: 1em;
}
.your-preference-title {
  text-align: center;
  padding: 0 0 1em 0;
}
.your-preferences {
  background-color: transparent;
  box-sizing: border-box;
  border: 0.16em solid #ccc;
  padding: 1em 0 1em 0;
}
.form input,
.form select {
  color: #333;
  font-size: 1em;
  padding: 0.22em;
  box-sizing: border-box;
  background: #fff;
  border: 0.08em solid #bab8b4;
}
.form .lable {
  padding-right: 1em;
  height: auto;
  vertical-align: middle;
  line-height: normal;
  margin-top: 0.45em;
}
/***************************************** END OF MODAL WINDOW CONTROLS **************************************************/

/**************************************************** TOOLTIP ************************************************************/
.popup-date {
  line-height: normal;
}
.popup-event-name {
  line-height: normal;
  padding: 0.25em 0;
}
.etooltip {
  border: 0.08em solid #0e2532;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #fff;
  box-shadow: 0 0.08em 0.32em #0e2532;
  -moz-box-shadow: 0 0.08em 0.32em #ccc;
  -webkit-box-shadow: 0 0.08em 0.32em #ccc;
}
.etooltip .tip-arrow {
  background: transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media (max-width: 640px) {
  li.type {
    width: 50% !important;
  }
}
@media (max-width: 479px) {
  #PastEventsContainer .attachments {
    margin-top: 0 !important;
  }
  .button-wrraper {
    margin-top: 1em !important;
  }
  .headline .headline-right {
    float: none;
    margin-top: 0.5em;
  }

  #UpcomingEventsContainer .headline-right .download-event {
    text-align: right !important;
    margin-top: 10px;
  }
}
@media (max-width: 320px) {
  .subscription-section .btn-subscribe-wrapper {
    float: none;
    width: 100% !important;
    padding-top: 0.5em !important;
    text-align: left;
  }
  .export-types {
    padding-bottom: inherit;
  }
  .check-subscription-link {
    text-align: left;
  }
}
/*END*/

/* Modification start */
.main-heading {
  display: none;
}

.eupagination > .disabled > span,
.eupagination > .disabled > span:hover,
.eupagination > .disabled > span:focus,
.eupagination > .disabled > a,
.eupagination > .disabled > a:hover,
.eupagination > .disabled > a:focus {
  color: #0e2532;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #0e2532;
}

.modal a:hover,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .tabs li {
    width: 40%;
  }
}

@media (max-width: 600px) {
  .tabs li {
    width: 75%;
  }
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  outline: none;
  outline-offset: unset;
}

.year-filter ul li a:hover {
  background: #0e2532;
  color: #fff;
  border: 0.16em solid #0e2532;
}

.year-filter .selected {
  font-weight: bold;
  background: #0e2532;
  color: #fff;
}

.year-filter ul li {
  line-height: 2.4em;
}

.year-list-box a[aria-selected="true"] {
  color: #fff;
  border: 0.16em solid #0e2532;
}

.year-list-box a[year="2024"] {
  font-weight: bold;
  background: #0e2532;
  color: #fff;
  border: 0.16em solid #0e2532;
}

.fi-fi .btn,
.fi-fi .btn-cancel {
  padding: 7px 26px;
}

/* button text hover */
/* .btn-subscribe,
.btn-submit,
.btn-cancel {
  position: relative;
  padding: 0.6em 1em;
  text-align: center;
  background-color: #D52B1F;
  cursor: pointer;
  font-size: 16px;
  outline: none;
  transition: all 0.3s ease;
}

.btn-subscribe::before,
.btn-submit:hover::before,
.btn-cancel:hover::before {
  content: "Subscribe";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-submit:hover::before {
  content: "Submit" !important;
}

.btn-cancel:hover::before {
    content: attr(value) !important;
}

.btn-subscribe:hover::before,
.btn-submit:hover::before,
.btn-cancel:hover::before {
  opacity: 1;
  transform: translate(-50%, -70%);
}

.btn:hover,
.btn-primary:hover {
  background: #732116;
  border: 1px solid #732116;
  color: #732116 !important;
} */

.btn-subscribe {
  position: relative;
  padding: 0.6em 1em;
  text-align: center;
  background-color: #D52B1F;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  transition: all 0.3s ease;
}

.btn-subscribe::before {
  content: "Subscribe";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-subscribe:hover::before {
  opacity: 1;
  transform: translate(-50%, -65%);
}

.btn-subscribe-wrapper .btn:hover,
.btn-subscribe-wrapper .btn-primary:hover {
  background: #732116;
  border: 1px solid #732116;
  color: transparent !important;
} 

