/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: "Source Sans Pro";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-omv/fonts/SourceSansPro-Regular.ttf");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-omv/fonts/SourceSansPro-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "Source Sans Pro";
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-omv/fonts/SourceSansPro-Bold.ttf");
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-omv/fonts/SourceSansPro-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    color: #000000;
    background-color: transparent;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    color: #000000;
}

.wrapper {
    width: 100%;
    max-width: 1088px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    background-color: #FFFFFF;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #090908;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
    color: #5A5A50;
}

.footer {
    padding: 0em;
}

.calendar-view {
    margin-bottom: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 2px;
}

.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 21px;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 2px;
    color: #003E5C;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 2px;
    margin: -1px 0 0 -1px;
    border: 1px solid #052759;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #052759;
    color: #FFF;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0px solid #e1e1e1;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #052759;
    color: #FFF;
}

.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 2px;
    line-height: normal;
}

/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */

.expand-collapse {
    padding: 0;
    position: absolute;
    display: none;
    text-decoration: none;
    top: 15px;
    left: 0;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    border: none;
}

.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #000000;
    font-size: 1em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 1px solid #e1e1e1;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #e1e1e1;
    border-right-color: #e1e1e1;
    color: #000000 !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: 2px solid #052759;
    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: #000000;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #e1e1e1;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #e1e1e1;
    color: #000000 !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: #000000;
    cursor: default;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    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: #FFFFFF;
    color: #052759 !important;
    padding: 10px 24px;
    border: 1px solid #052759;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    transition: all 0.5s  !important;
    border-radius: 35px !important;
    outline: none !important;
    box-shadow: none !important;
}
.google-recapcha>div {
    color: #000000 !important;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #1FFF5A !important;
    color: #052759 !important;
    border: 1px solid #1FFF5A !important;
}

/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 0 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;
    margin-right: 20px !important;
}

.tabItem {
    height: auto;
    line-height: normal;

    /* padding-top: 1.0em !important;
	padding-bottom: 1.0em !important;
	padding-left: 0.5em;
	padding-right: 1.0em; */

    padding: 1.0em 0px !important;

    text-decoration: none;
    font-weight: bold;
    font-style: normal;

    background: transparent;
    border: 0.16em solid #e1e1e1;

    transition: background 0.5s;

    color: #000000;

    margin-left: -1px;
    position: relative;
    top: 0;
    left: 1px;
}

.tab-active {
    color: #fff;
    cursor: default;
    font-weight: bold;
    background-color: #e1e1e1;
    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 #e1e1e1;

    display: none;
}

/* YEAR BUTTONS */
.year-filter ul {
    margin: 3px 0;
}

.year-filter ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 2em;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 0px solid #052759;
    transition: none;
    color: gray;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a:hover {
    background: transparent;
    border: 0px solid #052759;
    transition: none;
    color: #052759;
}

.year-filter ul li a.selected {
    background: #e1e1e1;
}

/* 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: 20px;
    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: 1px solid #e1e1e1;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #333;
    font-size: 1em;
    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 #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 #e1e1e1;
    -webkit-box-shadow: 0 1px 0.32em #e1e1e1;
}

.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;
    }
}

.footer {
    clear: both;
    padding-left: 3px;
    text-align: right;
    padding-top: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

.content-headline .headline {
    padding: 10px 0;
}

.content-headline {
    margin-left: 1.5em;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #bebfb8;
    padding-bottom: 0.5em;
}

.tabs li a {
    background: transparent;
    border: 1px solid #FFF;
    color: #354759;
    font-weight: 300;
    text-transform: capitalize;
}

.tabs li .tab-active {
    border: 1px solid #FFF;
    border-bottom: 2px solid #1FFF5A;
    font-weight: 700;
}

.tabs li a:hover {
    background: #FFFFFF;
    color: #354759;
    font-weight: 700;
}

.supply-by-box div span .hyperlink,
.cookies-box a {
    color: #052759;
    text-decoration: underline !important;
}

.supply-by-box div span .hyperlink:hover,
.cookies-box a:hover {
    opacity: 50%;
}

.check-subscription-link {
    text-align: right;
    padding-bottom: 8px;
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.check-subscription-link .link:hover {
    color: #003E5C;
}

.mail-apple {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/at-omv/calendar.png") no-repeat center;
    background-size: contain;
}

.check-subscription-link .link {
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    font-weight: 400;
}

.events-container {
    padding-top: 5px;
    clear: both;
}

.tabs li:first-child a,
ul li:first-child,
.year-filter ul li a:first-child {
    padding-left: 0px;
}

.main-heading {
    padding-bottom: 15px;
    color: #003E5C;
    font-size: 23px;

    display: none;
}

.next-event div.date-time {
    font-weight: normal;
    padding-bottom: 2px;
}

.next-event div.event-name {
    font-weight: bold;
    padding-bottom: 20px;
}

.calendar-time-line {
    padding-bottom: 0px;
    padding-left: 1px;
    padding-right: 1px;
}

.headline-left .date-time,
.headline-right .event-type {
    font-weight: normal;
}

.headline-left .event-name {
    font-weight: bolder;
}

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: transparent;
}

/*END*/


@media screen and (max-width:320px){
    .subscription-section .btn-subscribe-wrapper {
        text-align: right !important;
    }
}
