/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: "Avenir_Light";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/1c557856-58ec-4541-9452-7acb5ffe2c32.woff2") format("woff2"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/23054762-d9a8-4fcf-8306-55423802e8e4.woff") format("woff")
}

@font-face {
    font-family: "Avenir";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/9f6dfbe4-ae47-4f8e-b887-c99113fa09b1.woff2") format("woff2"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/a9d360f4-5161-43ab-8475-b46d159844f8.woff") format("woff");
}

@font-face {
    font-family: "Avenir_Medium";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/55b3246a-2a53-4f75-b0da-6dffde8260ad.woff2") format("woff2"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/0614ebff-0ec3-4726-98b3-379062bb14e7.woff") format("woff");
}

@font-face {
    font-family: "Avenir_Heavy";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/21d611aa-91cd-462c-9896-b71b85d3cca9.woff2") format("woff2"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/9594894d-c00f-4259-842f-d7991a3af9ee.woff") format("woff");
}

@font-face {
    font-family: "Avenir_Black";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/ad58244e-b79c-4260-a588-c4a890416979.woff2") format("woff2"),
        url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/PL-ATC/fonts/0b167d86-9493-44ec-87e7-071d78b0dedc.woff") format("woff");
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: "Avenir", sans-serif;
    font-size: 18px;
    color: #333;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 18px;
    font-family: "Avenir", sans-serif;
    color: #333;
}

.wrapper {
    width: 100%;
    max-width: 1332px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #333;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
    color: #184183;
}

.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: #184183;
}

.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 #DEE2E6;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #DEE2E6;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #DEE2E6;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #DEE2E6;
}

.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: #1E1F1B;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DEE2E6;
    border-radius: 0.75em;
}

.expand-collapse > .exco-text:hover,
.expand-collapse.expand > .exco-text {
    background-color: #DEE2E6;
    border-right-color: #DEE2E6;
    color: #585852 !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 2.5em;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #bebfb8;
    padding-bottom: 0.5em;
}

.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px 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.22em solid #184183;
    padding-bottom: 0.6em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a,
.eupagination > li > span {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -1px;
    line-height: normal;
    color: #1E1F1B;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #DEE2E6;
}

.eupagination > li > a:hover,
.eupagination > li > span:hover {
    background-color: #DEE2E6;
    color: #585852 !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: #1E1F1B;
    cursor: default;
    background-color: #DEE2E6;
    border-color: #DEE2E6;
    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 {
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #fff;
    text-transform: none;
    margin: 0.5em 0;
    padding: 13px 30px;
    border: 3px solid #000;
    border-radius: 0em 0em 0em 0em;
    background: #000;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    width: 165px;
    height: 48px;
    box-sizing: border-box;
    line-height: 17px;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    text-decoration: none;
    background: #363636;
    color: #fff;
    border-color: #363636;
}

/************************************************ 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;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
    /*! width: 50%; */
    min-width: 9em;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 14px !important;
    padding-right: 25px;
    padding-bottom: 14px !important;
    padding-left: 25px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: #FFF;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    transition: background 0.5s;
    color: #000 !important;
    margin-top: 0.0em;
    margin-right: 0px;
    margin-bottom: 0.0em;
    margin-left: 0px;
    position: relative;
    top: 0;
    left: 0px;
    /*! width: 9em; */
}

.tab-active {
    background: #000;
    color: #FFFF !important;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    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 #DEE2E6;
    display: none;
}

.tabItem:hover {
    background: #000;
    color: #F0F0F0 !important;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;

    text-decoration: none;
    font-style: normal;

    z-index: 9;
}

/* 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: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0.16em solid #DEE2E6;
    transition: background 0.5s;
    color: #1E1F1B;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a.selected {
    background: #DEE2E6;
}

/* 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: #184183;
    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 #DEE2E6;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 1px 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: 1px solid #184183;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 1px 0.32em #184183;
    -moz-box-shadow: 0 1px 0.32em #DEE2E6;
    -webkit-box-shadow: 0 1px 0.32em #DEE2E6;
}

.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*/


/* -------------------------------Changes------------------------------- */
.main-heading {
    display: none;
}

.footer a:hover {
    color: #184183 !important;
    text-decoration: underline;
}

.subscribe-checking .row-control {
    width: 94%;
}

/* ----------------------responsive---------------------- */

@media (max-width: 503px) {
    .tabs li {
        width: 100%;
        margin: 1px 0;
    }
}

.radio,
.checkbox {
    top: -2px;
}

.form select,
.form input {
    height: 2em;
}


.pl-pl .check-subscription-link {
    text-align: right;
}

