/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("//fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");


/* @font-face {
    font-family: "handel_gothic_dbold";
    font-style: normal;
    font-weight: normal;
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-hss1/fonts/handelgotd-bold-webfont.eot?#iefix") format("embedded-opentype"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-hss1/fonts/handelgotd-bold-webfont.woff") format("woff"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-hss1/fonts/handelgotd-bold-webfont.ttf") format("truetype"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/uk-hss1/fonts/handelgotd-bold-webfont.svg#handel_gothic_dbold") format("svg");
} */

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;

    font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #6f6f6e;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: "Montserrat", Helvetica, "Helvetica Neue", Arial, Tahoma, sans-serif;
    font-size: 16px;
    color: #6f6f6e;
}

.wrapper {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #20836E;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #6f6f6e;
}

.footer {
    padding: 0em;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    display: none;
    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: 1.0em;
    color: #003E5C;
    display: none;
}

.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 #e3e3e3;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #20836E;
    color: #fff;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #e3e3e3;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #20836E;
    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: #2B2B2B;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1em;
    border: 0.08em solid #bebfb8;
    border-radius: 0em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #bebfb8;
    border-right-color: #bebfb8;
    color: #fff !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 2.5em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
    padding-bottom: 0.5em;
}

.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

.filter-type {
    border-bottom: 0.08em solid #A3A4A9;
    padding-bottom: 0.6em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #333333;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #333333;
    color: #fff !important;
    border: 0.08em solid #333333;
}

.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: #333333;
    border-color: #333333;
    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 {

    padding: 1em;
    border: 0px;
    font-size: 1em;
    font-weight: bold;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    background: #F5F5F5;
    transition: background 0.5s, color 0.5s, border 0.5s;
    color: #20836E !important;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #20836E;
    color: #ffffff !important;
}

/************************************************ 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: left;
    font-size: 0;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    text-align: center;
    width: 25%;
    display: inline-block;
}

@media (min-width: 0px) and (max-width: 600px) {
    .tabs li {
        _float: none;
        float: none;
        margin: 0;
        width: 100%;
        text-align: center;
        display: inline-block;
    }

}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    transition: background 0.5s;
    background-color: #20836E;
    border: 0.08em solid #ffffff;
    color: #000 !important;
    margin-left: -0.08em;
    position: relative;
    top: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    left: 0.08em;
}

.tab-active {

    cursor: default;
    font-weight: normal;
    background: #20836E;
    color: #FFFFFF !important;
    border-color: #ffffff;
    position: relative;
    top: 0px;
    left: 0px;
}

.tabItem:hover {
    background: #20836E;
    color: #FFFfFF !important;
    border-color: #ffffff;

    text-decoration: none;
    font-weight: normal;
    font-style: normal;


}

/* YEAR BUTTONS */
.year-filter ul {
    margin: 1em 0;
}

.year-filter ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.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: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: #F5F5F5;
    border: 0.16em solid #F5F5F5;
    transition: background 0.5s, border 0.5s;
    color: #20836E;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li.selected a,
.year-filter ul li a:hover {
    background: #20836E;
    color: #fff;
    border: 0.16em solid #20836E;
}

/* 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: 1.0em;
    font-family: "Montserrat", "handel_gothic_dbold";
    color: #20836E !important;

}

.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.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: 0em solid #333333;
    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 #A8A9A3;
}

.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 #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #003E5C;
    -moz-box-shadow: 0 0.08em 0.32em #333333;
    -webkit-box-shadow: 0 0.08em 0.32em #333333;
}

.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;
    }
}

@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;
    }
}

/*END*/

/* MODIFICATION 6/1/2026 */

body,
.tabItem,
.tab-active,
.form input,
.form select,
.next-event,
.eupagination>li>a,
.eupagination>li>span {
    /* color: #212329 !important; */
}

/* =========================
   VERDE CORPORATIVO
========================= */
a,
.hyperlink,
.check-subscription-link,
.time-line-item:hover,
.calendar-time-line .current-month .time-line-item,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover,
.tabItem,
.tabItem:hover,
.tab-active,
.year-filter ul li.selected a,
.year-filter ul li a:hover {
    /* background-color: #20836E !important;
    border-color: #20836E !important;
    color: #ffffff !important; */
}

/* =========================
   BOTONES (estado normal)
========================= */
.btn,
.btn-primary,
.btn-submit,
.btn-cancel {
    color: #20836E !important;
}

/* =========================
   MODAL TITLES
========================= */
.modal-title {
    color: #20836E !important;
}

/* =========================
   TOOLTIP
========================= */
.etooltip {
    border-color: #20836E !important;
    box-shadow: 0 0.08em 0.32em #20836E !important;
}

/* =========================
   CHECKBOX & RADIO
========================= */
input[type="checkbox"],
input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #20836E;
    background: #ffffff;
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
    background: #20836E;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -2px;
    left: 2px;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 3px;
}

/* =========================
   PAGINATION ACTIVE
========================= */
.eupagination>.active>a,
.eupagination>.active>span {
    background-color: #212329 !important;
    border-color: #212329 !important;
    color: #ffffff !important;
}

/* END OF MODIFICATIONS 6/1/2026 */
