@font-face {
    font-family: 'VaisalaSans-Regular';
    font-style: normal;
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-vai/fonts/VaisalaSans-Regular.ttf") format('truetype');
}

@font-face {
    font-family: 'VaisalaSans-Regular';
    font-style: normal;
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-vai/fonts/VaisalaSans-Regular.otf") format('opentype');
}

body {
    padding:0;
    margin:0;
	color: #0A2A3D;
    font-family: 'VaisalaSans-Regular', Helvetica, sans-serif;
	font-size: 18px;
	color: #0A2A3D;
}
/* .tabItem,
.tab-active, */
.form input,
.form select,
.next-event {
    font-family: 'VaisalaSans-Regular', Helvetica, sans-serif;
	font-size: 18px;
	color: #0A2A3D;
}
.wrapper {
    width: 100%;
    /* min-width: 440px; */
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
a:link,
a:visited{
    color: #0A2A3D;
}
.hyperlink,
.check-subscription-link {
    color: #2B6EA1;
    text-decoration: none;
    font-weight: 400;
}
.check-subscription-link{
    color: #0A2A3D!important; 
    font-weight: 400!important;
}
.check-subscription-link a:hover {
    color: #0A2A3D!important; 
    font-weight: 400!important;
}
.hyperlink,
.cookies-box a{
    color: #0A2A3D!important;
    text-decoration: none !important;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active {
    color: #FB6432!important;
    text-decoration: none !important;
}

.check-subscription-link:hover {
    color: #0A2A3D!important;
}
.footer {
    font-size: 12px;
}
.subscription-header, .export-header {
    color: #0A2A3D !important;
    font-size: 18px;
    font-weight: 700;
    font-family: inherit;
    /* text-transform: capitalize; */
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
	display: none;
    padding-bottom: 1em;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-weight: 700;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #0A2A3D;
    /* display: none; */
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
    color: #0A2A3D;
}
.headline-left .date-time {
    font-weight: 600;
    color: #0A2A3D;
    font-size: 14px;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.5em;
    margin: -0.08em 0 0 -0.08em;
    border: 1px solid #2B6EA1;
    text-align: center;
    transition: background 0.5s;
    border-left: 0;
}
.time-line-item:hover {
    background-color: #2B6EA1;
    color: #FFFFFF;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0.08em solid #ECECEC;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #ffffff;
    color: #0A2A3D;
    font-weight: normal;
}
.calendar-time-line .year {
    font-size: 18px;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #0A2A3D;
    font-size: 18px;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.2em;
    border: 0.08em solid #cccccc;
    border-radius: 0em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #f2f2f2;
    border-right-color: #cccccc;
    color: #0A2A3D!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #ECECEC;
}
.odd {
    background-color: #ffffff;
    border-bottom: 0.08em solid #ECECEC;
}
.even {
    background-color: #ffffff;
    border-bottom: 0.08em solid #ECECEC;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 0.08em solid #ECECEC;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a, .eupagination > li > span {
    font-weight: normal;
    padding: 0.55em 1em;
    margin-left: 2px;
    line-height: normal;
    color: #0A2A3D;
    text-decoration: none;
    background-color: transparent;
    border: 0em solid #EFF0F2;
    transition: background 0.5s, color 0.5s, border 0.5s;
    font-size: 16px;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: transparent;
    color: #0A2A3D !important;
    border: 0em solid #2B6EA1;
    text-decoration: none !important;
    font-weight: bold;
}
.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: #0A2A3D;
    cursor: default;
    background-color: transparent;
    /* border-color: #2B6EA1; */
    font-weight: bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius:0;
    border-bottom-left-radius: 0;
    border-right:0;
}
.eupagination > .disabled > a, .eupagination > .disabled > a:hover {
    border-color: #2B6EA1;
}

.eupagination>.disabled>span, 
.eupagination>.disabled>span:hover, 
.eupagination>.disabled>span:focus, 
.eupagination>.disabled>a, 
.eupagination>.disabled>a:hover, 
.eupagination>.disabled>a:focus{
    color: #ccc !important;
    border: solid 0px #EFF0F2 !important;
    font-weight: normal;
}

/* 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: 18px;
	font-weight: 400;
	color: #2B6EA1;
	text-transform: inherit;
	padding: 15px 40px;
	
	border: 0.08em solid #2B6EA1;	
	border-radius: 70px;
	background: #FFFFFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;	
	text-decoration: none;	
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #0A2A3D;
	color: #FFFFFF;
	border-color: #0A2A3D;
    color: #fff!important;
} 
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #fff;
}  
.btn-cancel{
    color: #2B6EA1;
}
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
/*body.body-rtl .tabs li {
    float: none !important;
}*/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    height:auto;
    line-height: normal;
	background:  #0A2A3D;
	position: relative;
	z-index: 0;
    text-align: center;
}
.tabs li {
    float: none;
    margin: 0 auto;
    display:inline-block;
    /* width: auto; */
    background: #0A2A3D;
    width: 25%;
}
.tabItem {
    height: auto;
    line-height: normal;
    padding: 20px 0!important;
	box-sizing: border-box;
    padding: 10px;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	text-transform: inherit!important;	
	color: #FFFFFF !important;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #2B6EA1;
	border-right: 0em solid #2B6EA1;
	border-bottom: 0em solid #2B6EA1;
	border-left: 0em solid #2B6EA1;
	position: relative;
	background: #0A2A3D;
	
	transition:all 0.2s ease-in;
    /* letter-spacing: 1px; */
}

.tab-active,
.tabItem.second-heading.active.tab-active:hover {
    background: #0A2A3D;
	color: #FFFFFF!important;	
	border-top: 0em solid #2B6EA1;
	border-right: 0em solid #2B6EA1;
	border-bottom: 0em solid #2B6EA1;
	border-left: 0em solid #2B6EA1;
    /* padding: 15px!important; */
    font-weight: normal;
}
.tabItem:hover {
    background: #0A2A3D;
	color: #FFFFFF!important;	
	/* border-top: 0em solid #2B6EA1;
	border-right: 0em solid #2B6EA1;
	border-bottom: 0em solid #2B6EA1;
	border-left: 0em solid #2B6EA1;
    text-decoration: none!important; */
}

.tab-active:before, .tabItem:hover:before{
    content: "";
    height: 5px;
    background: #FB6432;
    position: absolute;
    bottom: 0;
    left: 76px;
    width: calc(100% - 150px);
}

/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin: 1em 0;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    line-height: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 8px 18px;
    background: #fff;
    border: 1px solid #2B6EA1;
    border-radius: 70px;
    font-family: 'VaisalaSans-Regular', sans-serif;
    color: #2B6EA1;
    text-decoration: none;
    
}
.year-filter ul li a.selected {
    background: #2B6EA1 !important;
    color: #fff;
}
/* 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.0em;
    font-weight: 700;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #2B6EA1;
    font-family: 'VaisalaSans-Regular', sans-serif;
    text-transform: capitalize;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 20px;
    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;
    color: #0A2A3D;
    font-weight: 600;
    font-family: 'VaisalaSans-Regular', sans-serif;
    text-transform: capitalize !important;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #0A2A3D;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #0A2A3D;
    font-size: 18px;
    padding:  0 0.16em;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 2.2em;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
    color: #0A2A3D;
}
select option {
    background: #fff;
    color: #0A2A3D;
    font-size: 18px;
}
/***************************************** 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 #2B6EA1;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #2B6EA1;
    -moz-box-shadow: 0 0.08em 0.32em #0A2A3D;
    -webkit-box-shadow: 0 0.08em 0.32em #0A2A3D;
}
.etooltip .tip-arrow {
    background:transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
@media(max-width:640px) {
    li.type {
        width: 100%!important
    }
}

@media screen and (max-width:820px) {
    .tabs li {
        width: 49%;
    }
}
@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;
    }
	.tabs {
		text-align: center;
	}
	.subscription-section .subscription-header {
		font-size: 18px !important;
        margin-top: 10px;
        margin-bottom: 10px;
	}
	.tabItem {		
		width: 100%;
	}
}
@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*/

nav.year-filter .selected a,
.year-filter ul li a:hover {
    color: #fff!important;
    background: #2B6EA1!important;
}
ul.type-filter li:first-child a {
    background: transparent!important;
}


.calendar-time-line .current-month .time-line-item {
    background:#0A2A3D;
    color: #fff;
    font-weight: 400;
    border: 1px solid #2B6EA1 !important;
    border-right: 2px solid #2B6EA1 !important;
}

.wrapper {
    max-width: 1110px;
}

.google-recapcha>div{
    display: none;
}

.event-row.focus .content-headline{
    border-right-color: #0A2A3D;
}


@media(max-width:500px){
    .tabs li{
        display: block; 
        width: 100%;
    }
    .tabs {
        border-bottom: 0!important;
    }
    /* .tabItem {
        width: auto;
        max-width: 250px;
        margin: 0 auto !important;
        font-size: 18px !important;
        margin-bottom: 5px !important;
        border: 1px solid #ccc;
    }
    .tabItem:hover,
    .tab-active {
        border-color: #2B6EA1;
    } */
}


@media(max-width: 320px){
    .check-subscription-link{
        text-align: left;
    }
}
.filter-type .selected .type-filter-name {
    font-weight: 700!important;
    text-decoration: none;
    color: #0A2A3D;
}
span.type-filter-name {
    vertical-align: middle;
}
.time-line-month-name{
    font-family: 'VaisalaSans-Regular', sans-serif;
}
.radio{
    width: 18px;
    height: 18px;
    border: none;
    line-height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: -2px;
}
.checkbox {
    width: 18px;
    height: 18px;
    border: none;
    line-height: 18px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 0;
}
.filter-type a:hover {
    text-decoration: none !important;
    color: #2B6EA1 !important;
}

.headline-right .event-type {
    text-align: right;
    padding-top: 5px;
    *padding-top: 26px;
    padding-bottom: 5px;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 16px;
    color: #0A2A3D;
}
.headline-left .event-name {
    color: #0A2A3D;
    font-weight: 400;
}
.expand-collapse {
    padding: 0;
    position: absolute;
    display: none;
    text-decoration: none;
    top: 10px;
    left: -15px;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    border: none;
}
.main-heading {
    display: none;
}

.calendar-time-line li:first-child div.time-line-item {
    border-left: 1px solid #2B6EA1;
}

.form .label {
    width: 20%;
    /* padding-right: 20px; */
}
/* div#lblSubcrEmail, div#lblSubscFirstName, div#lblSubscSurname */

span.checkbox {
    border: 1px solid #0A2A3D;
    line-height: 17px;
    background: transparent !important;
    width: 15px;
    height: 15px;
}

span.checkbox.checkbox-checked {
    background: #0A2A3D !important;
}

.radio {
    border: 1px solid #0A2A3D;
    line-height: 17px;
    background: transparent !important;
    border-radius: 17px;
    position: relative;
}

span.radio.radio-checked:after {
    content: '';
    background: #0a2a3d;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 17px;
    left: 3px;
    bottom: 3px;
}
.preference-period {
    margin-top: 5px;
}

.checkbox {
    top: -1px;
}



select#ddlProfession, select#ddlCountry {
    box-sizing: border-box;
    background: transparent;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-vai/expand_more.png") !important;
    background-origin: content-box;
    background-position: calc(0px + 94%) 50%;
    background-repeat: no-repeat;
    background-size: 16px 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    border-radius: 70px;
    color: #2B6EA1;
}


