/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: 'TheWaveSansTT';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Fonts/TheWaveSansTT-Regular.ttf") format('TrueType');
    font-weight: normal;
    font-style: normal;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: 'TheWaveSansTT';
    font-size: 16px;
    color: #0032A0;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: 'TheWaveSansTT';
    font-size: 16px;
    color: #0032A0;
}

.wrapper {
    margin: 0px auto;
    max-width: 1200px;
    width: auto;
    padding: 30px 5px 0 5px;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #0032A0;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #03C3F8;
}

.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: #0032A0;
}

.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 #DBDBDB;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #DBDBDB;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #DBDBDB;
    border-radius: 10px;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #0032A0;
}

.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: #0032A0;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 1px solid #e6e6e6;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #0032A0 !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: 1px solid #e6e6e6;
    padding-bottom: 0.5em;
}

.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0em solid #bebfb8;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

.filter-type ul li a:hover {
    color: #0032A0 !important;
    text-decoration: underline;
    font-weight: bold;
}

.filter-type {
    border-bottom: 0em solid #7FC0D4;
    padding-bottom: 2em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span,
.eupagination>.disabled>a {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #0032A0;
    text-decoration: none;
    background-color: #ffffff;
    border: 0.08em solid #ffffff;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #ffffff;
    color: #0032A0 !important;
    text-decoration: underline;
    border: 1px solid #fff;
}

.eupagination>.active>a,
.eupagination>.active>span,
.eupagination>.active>a:hover,
.eupagination>.active>span:hover,
.eupagination>.active>a:focus,
.eupagination>.active>span:focus,
.eupagination>.disabled>a:hover,
.eupagination>.disabled>a:focus,
.eupagination>li>a:focus {
    z-index: 2;
    color: #0032A0 !important;
    cursor: default;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-weight: bold;
    text-decoration: underline;
}

.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;
    color: transparent;
}

.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;
    color: transparent;
}

/* 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: 14px;
    font-weight: bold;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0.5em;
    padding: 16px 24px;
    border: 2px solid #0032A0;
    border-radius: 12px;
    background: #0032A0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    width: 10em !important;
    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 !important;
    background: #0F55F5;
    color: #FFFFFF !important;
    border: 2px solid #0032A0;
}

input.btn.btn-default.btn-cancel {
    border: 2px solid #0032A0;
    color: #0032A0;
    background: #ffffff;
}

.btn-cancel:active,
.btn-cancel:hover {
    text-decoration: none !important;
    background: #ffffff;
    color: #0F55F5 !important;
    border: 3px solid #0F55F5 !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;
    border-bottom: 1px solid #e1e1e1;
}

.tabs li {
    float: none;
    margin: 0;
    display: inline-block;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding: 1.0em !important;
    margin-right: 5px;
    border-radius: 0px;
    font-family: inherit;
    font-weight: normal;
    font-size: 16px;
    text-transform: none;
    color: #0032A0;
    font-style: normal;
    text-decoration: none;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    position: relative;
    top: 0;
    left: 0em;
    width: auto;
    border: 0px solid #fff;
    border-bottom: solid 3px transparent !important;
}

.tab-active,
.tabItem-active,
.tabItem:hover {
    color: #0032A0;
    position: relative;
    top: 0px;
    left: 0px;
    border-radius: 0px;
    z-index: 10;
    transition: none !important;
    text-decoration: none !important;
    box-shadow: 2px 1000px 1px #fff inset;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #0032A0 24.47%, #0032A0 30.52%, #0F56F5 78.02%) !important;
    background: #fff;
    background-image: none;
    font-weight: bold;
}

.tab-active:before {
    content: "";
    width: 0;
    height: 0;

    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.0em;

    border-left: 0em solid transparent;
    border-right: 0em solid transparent;
    border-top: 0px solid #DBDBDB;
}

/* .tabItem:hover {
    background: #DBDBDB;
	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	
	color: #0032A0!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: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    border: 1px solid #e6e6e6;
    transition: background 0.5s;
    color: #0032A0;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a.selected {
    background: #DBDBDB;
}

/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: capitalize;
}

/* 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: #0032A0;
}

.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 #e6e6e6;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #0032A0;
    font-size: 16px;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #0032A0;
    border-radius: 12px;
    height: 54px;
}

.form input:active,
.form select:active {
    border: 2px solid #0032A0;
}

.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;
    padding-left: 20px;
}

.popup-event-name {
    line-height: normal;
    padding: 0.25em 0;
}

.etooltip {
    border: 0.08em solid #0032A0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #0032A0;
    -moz-box-shadow: 0 0.08em 0.32em #DBDBDB;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}

.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;
    }

    .check-subscription-link {
        text-align: left;
    }
}

/*END*/

/*************************************custom phrases*************************************/

.main-heading {
    display: none;
}

.calendar-time-line .current-month .time-line-item,
.time-line-item:hover {
    color: #fff;
}

.time-line-item:hover {
    background-color: #0032A0;
    color: #fff;
    font-weight: bold;
}

.check-subscription-link {
    font-size: 13px;
    font-weight: 400;
}

.check-subscription-link:hover {
    text-decoration: underline;
}

.cookies-box a:hover,
.hyperlink:hover {
    text-decoration: underline !important;
}

.events-container {
    padding-top: 0px !important;
}

.google-recapcha>div {
    color: #0032A0 !important;
}

.modal .close {
    color: #0032A0 !important;
}

/*************************************Media Query***********************************/
@media (max-width: 435px) {

    .tabs li {
        margin: 5px;
        width: 94%;
        display: inline-block;
    }

    .tabs {
        border-bottom: 0px solid #ccc;
        text-align: center;
    }

    .tab-active,
    .tabItem-active,
    .tabItem:hover {
        color: #ffffff !important;
        position: relative;
        top: 0px;
        left: 0px;
        border-radius: 0px;
        z-index: 10;
        transition: none;
        box-shadow: none;
        background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(to right, #0032A0 24.47%, #0032A0 30.52%, #0F56F5 78.02%) !important;
        background: #fff;
        background-image: none;
        background-image: none;
        font-weight: bold;
    }

    .tabItem {
        width: auto;
        border: 2px solid #0032A0 !important;
    }
}

@media (max-width: 400px) {
    .tabs li {
        margin: 5px;
        width: 92%;
        display: inline-block;
    }
}

.headline-left .full-descriptions {
    color: #818181 !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.headline-left .full-descriptions p {
    margin: 0px !important;
}


/* Custom phrases for this company */
span.radio,
span.checkbox,
span.event-name,
span.color-box {
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 10px;
}

.subscription-section {
    text-align: center !important;
}

span.event-name,
span.type-filter-name,
.headline-right .event-type {
    text-transform: capitalize !important;
}

.mail-google {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Calendar.svg") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Calendar.svg");
    /* background-size: contain; */
}

.mail-outlook {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Outlook.svg") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Outlook.svg");
}

.mail-apple {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Calendar1.svg") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/Calendar1.svg");
}

.download-event .export-icon {
    width: 26px !important;
    height: 26px !important;
}

.next-event div.date-time,
.next-event div.event-name {
    text-transform: capitalize;
    font-weight: normal;
}

.headline-left .date-time {
    font-weight: normal;
}

.event-name {
    display: inline;
}

.date-time {
    display: inline-block;
}

.date-time::after {
    content: ' -';
}

.eupagination>li:first-child>a:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 24px !important;
    transform: rotate(180deg) !important;
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/arrow.svg") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/arrow.svg");

}

.eupagination>li:last-child>a:before {
    content: '';
    width: 25px;
    height: 25px;
    position: absolute;
    background-size: 24px !important;
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/arrow.svg") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/GR-HLP/arrow.svg");
}

.eupagination>li:Second-child>a span {
    color: transparent !important;
}

li.page.prev.disabled {
    display: none;
}

li.page.next {
    display: none;
}

li.page.prev {
    display: none;
}

.checkbox-wrapper.m-t-10 {
    padding-bottom: 10px;
}

/* ADDITIONAL */

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: #FFFFFF;
}

.eupagination>.disabled>a:hover,
.eupagination>li:last-child>a:hover{
    color: #FFF !important;
}
