/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Poppins:wght@600&family=Roboto&display=swap");

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2E3642;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #585852;
}
.wrapper {
    width: 100%;
    max-width:1185px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #0F3C6C;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    color: #1FC0D7;
    text-decoration: underline;
}
.footer {
    padding: 0em;
    font-size: 13px;
}

.main-heading {
    display: none;
}
/*********************************************** 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: 16px;
    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;
}

.section-header.subscription-header {
    color: #0F3C6C;
}
/* 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;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #0F3C6C;
    color: #FFFFFF;
}
.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: #585852;
    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: #585852!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.odd {
    background: #F8F9FC;
}
.content-headline {
    margin-left: 0;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0em 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;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: bold;
    padding: 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #2E3642;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #6F7E8B;
    border-radius: 55px;
    line-height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #C8D3DB;
    color: #2E3642;
    border-color: #C8D3DB;
}
.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;
    background-color: #C8D3DB;
    color: #2E3642;
    border-color: #C8D3DB;
    cursor: default;
    font-weight:bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 55px !important;
    border-bottom-right-radius: 55px !important;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 55px !important;
    border-bottom-left-radius: 55px !important;
}
/* 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: #0F3C6C;
    color: #FFFFFF !important;
    padding: 16px 25.63px 18px 24px;
    border: 0px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    transition: background 0.5s;
    border-radius: 55px;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #1FC0D7;
}   
/************************************************ 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;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 2em;
    padding-right: 2em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: transparent;
    /* border: 0.16em solid #DBDBDB; */
    transition: background 0.5s;
    color: #6F7E8B !important;
    margin-left: -0.08em;
    position: relative;
    top: 0;
    left: 0.08em;
    border-bottom: 4px solid #e0e0e0;
    min-width: 7em;
}
.tab-active {
    color: #2E3642 !important;
    cursor: default;
    font-weight: bold;
    background-color: #FFFFFF;
    position: relative;
    top: 0px;
    left: 0px;
    border-bottom: 4px solid #092c4c;
}
.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: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    color: #2E3642 !important;
    border-color: #092c4c !important;
}
/* YEAR BUTTONS */
.year-filter ul {
    margin: 0.5em 0 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 #DBDBDB; */
    transition: background 0.5s;
    color: #0F3C6C;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a:hover {
    background: #1FC0D7;
    color: #FFFFFF;
}

.year-filter ul li a.selected {
    background: #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;
    line-height: 21px;
}
.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 #c8d3db;
    height: 40px;
    border-radius: 3px;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}

.form .label {
    width: 21%;
}
/***************************************** 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 #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;
    }
    .subscription-section .subscription-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .check-subscription-link{
        text-align: left !important;
    }
}

@media screen and (max-width: 380px) {
    .lt-lt .subscription-section {
        width: 100% !important;
        text-align: left !important;
    }
    .lt-lt .section-header.subscription-header {
        margin-top: 20px;
    }

    .lt-lt .check-subscription-link {
        text-align: left !important;
    }
}



/*END*/


/* Custom Checkbox */

.checkbox:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -2px;
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #6F7E8B;
    background: #FFFFFF;
    border-radius: 7px;
    -webkit-border-radius: 7px;
}

.radio:before {
    position: absolute;
    content: "";
    left: 0px;
    top: -1px;
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #6F7E8B;
    background: #FFFFFF;
    border-radius: 55px !important;
    -webkit-border-radius: 4px;
}

.checkbox, .radio{
    position: relative;
	background: unset !important;
    margin-right: 5px;
}

.checkbox-checked, .radio-checked{
    background-position: unset;
}

.checkbox-checked:before {
    border-color: #0F3C6C !important;
}

.radio-checked:after{
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: 4px;
    top: 3px;
    background: #0f3c6c;
    border-radius: 55px;
}
.radio-checked:before {
    border-color: #0f3c6c;
}


span.checkbox.checkbox-checked:after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: 1px;
    top: -1px;
    background: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/lt-lna/icons/CheckboxChecked.png");
    background-position: center;
    background-size: cover;
}

.radio input, .checkbox input {
    vertical-align: middle;
	margin-right: 15px;
	position: relative;
	right: -6px;
}

span.radio {
    margin-right: 0;
}

.check-subscription-link {
    margin-top: 3px !important;
    font-size: 13px;
}

/* CUSTON ARROW BUTTON */

.eupagination>li {
    position: relative;
}

li.page.first a, 
li.page.prev a,
li.page.next a,
li.page.last a{
    color: transparent;
    border-color: transparent;
}

.eupagination>li>a:hover {
    background-color: transparent  !important;
}

li.page.first a:after {
    content: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/lt-lna/icons/double-arrow-left.png");
    position: absolute;
    left: 7px;
    top: 5px;
    color: black;
}

li.page.prev a:after {
    content: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/lt-lna/icons/arrow-left.png");
    left: 7px;
    top: 5px;
    position: absolute;
    color: black;
}

li.page.next a:after {
    content: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/lt-lna/icons/arrow-right.png");
    position: absolute;
    top: 5px;
    left: 15px;
    color: black;
}
li.page.last a:after {
    content: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/lt-lna/icons/double-arrow-right.png");
    position: absolute;
    left: 15px;
    top: 5px;
}
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    opacity: 0.3 !important;
}
