/* from cache */
/* @import url("//gamma.euroland.com/tools/FinCalendar2/./../Config/footer.css"); */

/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/n-entra/n-entra.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: 'Garnet-semibold';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/fonts/Garnett-Semibold.otf") format("opentype");
    font-style: bold;
}

@font-face {
    font-family: 'Garnet-Medium';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/fonts/Garnett-Medium.otf") format("opentype");
}

@font-face {
    font-family: 'Garnet-Regular';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/fonts/Garnett-Regular.otf") format("opentype");
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
* {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Garnet-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: 'Garnet-Regular', Arial, Helvetica, sans-serif;
    color: #333333;
}

.wrapper {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    background: transparent;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #333333;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #003C26;
}

.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: 1.0em;
    color: #003E5C;
}

.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: -1px 0 0 -1px;
    border: 1px solid #003C26;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #ECFFCD;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #ECFFCD;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #ECFFCD;
}

.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: #333333;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #333333 !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #003c26;
    padding-bottom: 0em;
}

.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #003c26;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

.filter-type {
    border-bottom: 0.22em solid #003C26;
    padding-bottom: 0.6em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: bold;
    padding: 0;
    margin-left: -1px;
    line-height: normal;
    color: #003C26;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
    margin: 1px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #ECFFCD;
    color: #003C26 !important;
    border-color: #003C26;
}

.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: #003C26;
    cursor: default;
    background-color: #ECFFCD;
    border-color: #003C26;
    font-weight: bold;
}

.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.eupagination>.disabled>span,
.eupagination>.disabled>span:hover,
.eupagination>.disabled>span:focus,
.eupagination>.disabled>a,
.eupagination>.disabled>a:hover,
.eupagination>.disabled>a:focus {
    color: #003C26 !important;
    cursor: not-allowed;
    background-color: transparent;
    border: 1px solid transparent;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover,
.eupagination>li>a:focus,
.eupagination>li>span:focus {
    color: #003C26;
    background-color: #ECFFCD;
    border-color: #003C26;
}

li.page.prev a::after {
    content: "<";
}

li.page.next a::after {
    content: ">";
}

li.page.prev span:last-child,
li.page.next span:last-child,
li.page.first,
li.page.last {
    display: none;
}

/* 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: transparent;
    color: #003C26 !important;
    padding: 12px;
    border: 1px solid #003C26;
    font-size: 1em;
    font-family: 'Garnet-Regular', Arial, Helvetica, sans-serif !important;
    text-transform: capitalize !important;
    border-radius: 30px;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    transition: background 0.5s;
    width: 10em;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #003C26;
    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;
    display: inline-block;
}

.tabItem {
    height: auto;
    line-height: normal;

    padding: 0em 1em !important;

    text-decoration: none;
    font-style: normal;
    font-size: 20px;
    font-family: 'Garnet-Regular', Arial, Helvetica, sans-serif !important;
    font-weight: normal;

    margin-right: 0.8em;

    background: transparent;
    border: 1px solid #003C26;

    transition: background 0.5s;

    color: #003C26 !important;

    position: relative;
    top: 0;
    left: 0;
    border-radius: 30px;

    height: 46px;
    line-height: 46px;
}

.tab-active {
    color: #fff;
    cursor: default;
    background-color: #ECFFCD;
    position: relative;
    top: 0px;
    left: 0px;
}

.tab-active:before {
    content: "";
    width: 0;
    height: 0;

    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.0em;

    border-left: 1.0em solid transparent;
    border-right: 1.0em solid transparent;
    border-top: 1.0em solid #DBDBDB;

    display: none;
}

.tabItem:hover {
    background: #ECFFCD;

    text-decoration: none;
    font-style: normal;

    color: #003C26 !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: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: 1px solid #003C26;
    transition: background 0.5s;
    color: #003C26;
    border-radius: 25px;
    margin: 0;
}

.year-filter ul li.selected a,
.year-filter ul li:hover a {
    border: 1px solid #003C26;
    background: #003C26;
    color: #FFFFFF;
}

.year-filter ul li a.selected {
    background: #003C26;
    border: 1px solid #003C26;
    transition: background 0.5s;
    color: #FFFFFF;
}

/* 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;
    color: #003E5C;
    color: #333;
}

.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: 0.16em solid #DBDBDB;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #333;
    font-size: 16px;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #a2b8b0;
    height: 2.5em;
}

.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: 1px solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 1px 0.32em #003E5C;
    -moz-box-shadow: 0 1px 0.32em #DBDBDB;
    -webkit-box-shadow: 0 1px 0.32em #DBDBDB;
}

.etooltip .tip-arrow {
    background: transparent;
}

/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) {
    li.type {
        width: 50% !important
    }

    .tabs li {
        width: 100%;
    }

    .tabItem {
        width: 73%;
        text-align: center;
        margin: 4px auto;
    }
}

@media (max-width:479px) {
    #PastEventsContainer .attachments {
        margin-top: 0 !important;
    }

    .button-wrraper {
        margin-top: 1em !important
    }

    .headline .headline-right {
        float: right;
        margin-top: 0.5em;
    }

    .event-type {
        float: right;
    }

    .attachments {
        position: absolute;
        top: -9px;
        float: left;
    }

    .headline-right {
        position: relative;
    }
}

@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*/

.main-heading {
    display: none;
}

.content-headline .headline {
    padding: 15px 0px;
}

.google-recapcha>div {
    margin-top: 10px;
    text-align: center;
    font-size: .7em;
    color: #333333;
}

.modal a:hover,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    text-decoration: underline;
}

.headline-left .event-name {
    padding-top: 5px;
    padding-bottom: 0.8em;
}

@media screen and (max-width: 479px) {
    .headline-right div a.export-icon.mail-google {
        position: absolute;
        top: 5px;
        float: left;
    }

    .headline-right div a.export-icon.mail-outlook {
        position: absolute;
        top: 5px;
        float: left;
        left: 35px;
    }
}

@media screen and (max-width: 395px) {

    .eupagination>li>a,
    .eupagination>li>span {
        padding: 5px;
    }
}

.download-event .export-icon {
    width: 24px;
    height: 20px;
}

.mail-apple {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/calendar.png") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/calendar.png");
}

.mail-outlook {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/outlook.png") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/outlook.png");
}

.mail-google {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/date.png") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/date.png");
}

.file-type-pdf {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/n-entra/pdf.png");
}
