@font-face {
    font-family: 'Cocogoose_Light';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-fnova/font/Cocogoose_Light.ttf") format("truetype");
    font-display:swap;
}

body {
    padding:0;
    margin:0;
	color: #666666;
    font-family: 'Cocogoose_Light', Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
/* .tabItem,
.tab-active, */
.form input,
.form select,
.next-event {
    font-family: 'Cocogoose_Light', Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.wrapper {
    width: 100%;
    /* min-width: 440px; */
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
a:link,
a:visited{
    color: #666666;
}
.hyperlink,
.check-subscription-link {
    color: #2B6EA1;
    text-decoration: none;
    font-weight: 400;
}
/* .check-subscription-link{
    color: #1F478D!important; 
    font-weight: 400!important;
}
*/
.check-subscription-link a:hover {
   text-decoration: underline;
   color: #1F478D !important;
} 
.hyperlink,
.cookies-box a{
    color: #666666!important;
    text-decoration: none !important;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active {
    color: #666666!important;
    text-decoration: none !important;
}

.cookies-box a:hover {
    color: #1F478D !important;
    text-decoration: underline !important;
}

.check-subscription-link:hover {
    color: #666666!important;
}
.footer {
    font-size: 12px;
}
.subscription-header, .export-header, .check-subscription-link .link {
    color: #666666 !important;
    font-size: 12px;
    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: 12px;
    font-weight: 700;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #666666;
    /* display: none; */
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
    color: #666666;
}
.headline-left .date-time {
    font-weight: normal;
    color: #1F478D;
    font-size: 14px;
    padding-top: 0;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 10px;
    margin: -0.08em 0 0 -0.08em;
    border: 1px solid #DDDDDD;
    text-align: center;
    transition: background 0.5s;
    border-left: 0;
    font-size: 13px;
}
.time-line-item:hover {
    background-color: #FFFFFF;
    color: #666666;
    text-decoration: underline;
}
.calendar-time-line .current-month .time-line-item:hover {
    text-decoration: underline;
}
.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: #666666;
    font-weight: normal;
}
.calendar-time-line .year {
    font-size: 12px;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #666666;
    font-size: 12px;
    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: #1F478D!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;
    padding: 8px;
}
.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: 0em solid #0033a0;
}
.even {
    background-color: #ECECEC !important;
    border-bottom: 0em solid #0033a0;
}
/* 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: #337ab7;
    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: #1F478D !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: #666666;
    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: 4px;
    border-bottom-right-radius: 4px;
    line-height: 1.47;
    margin-left: -1px !important;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius:4px;
    border-bottom-left-radius: 4px;
    line-height: 1.47;
    margin-right: -1px !important;
}
.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 1px #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: 12px;
	font-weight: 600;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 12px;
	
	/* border: 0.08em solid #2B6EA1;	 */
	border-radius: 0px;
	background: #1F478D;
	
	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: #1F478D;
	color: #FFFFFF;
} 
.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: #FFF !important;
}
/************************************************ 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:  #FFFFFF;
	position: relative;
	z-index: 0;
    text-align: left;
}
.tabs li {
    float: none;
    margin: 0 auto;
    display:inline-block;
    width: auto;
    background: #FFFFFF;
    /* width: 25%; */
}
.tabItem {
    height: auto;
    line-height: normal;
	box-sizing: border-box;
    padding: 12px 18px !important;
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: 700;
	font-size: 13px;
	text-transform: inherit!important;	
	color: #666666 !important;
	
	font-style: normal;
	text-decoration: none;	
	
	/* border-top: 0em solid #DDDDDD;
	border-right: 0em solid #DDDDDD;
	border-bottom: 0em solid #DDDDDD;
	border-left: 0em solid #DDDDDD; */
	position: relative;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
    text-align: center;
	transition:all 0.2s ease-in;
    text-transform: capitalize !important;
    /* letter-spacing: 1px; */
}

.tab-active,
.tabItem.second-heading.active.tab-active:hover {
    background: #1F478D;
	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; */
    padding: 13px 18px !important;
    text-decoration: none !important;
}
.tabItem:hover {
    background: #FFFFFF;
	color: #666666!important;	
    text-decoration: underline !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;
    position: relative;
}
.year-filter ul li {
    padding:0;
    margin: 1em 0;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    line-height: normal;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 14.5px 30px;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 0px;
    font-family: 'Cocogoose_Light', sans-serif;
    color: #1c1c1c;
    text-decoration: none;
    border-bottom: 0;
    border-right: 0;
    border-radius: 2px;
}

.year-filter ul li:last-child a {
    border-right: 1px solid #eeee;
}
.year-filter ul li a.selected {
    background: #2B6EA1 !important;
    color: #fff;
}

.year-filter ul:after {
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    width: 100%;
    content: '';
    bottom: -3px;
    z-index: 6;
    left: 0;
}

.year-filter .selected a, nav.year-filter .selected a, .year-filter ul li a:hover {
    background: #1F478D;
    color: #FFF !important;
    text-decoration: none !important;
}
/* 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: 'Cocogoose_Light', 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: #666666;
    font-weight: 600;
    font-family: 'Cocogoose_Light', sans-serif;
    text-transform: capitalize !important;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #1F478D;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #666666;
    font-size: 12px;
    padding:  0 0.16em;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    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: #666666;
}
select option {
    background: #fff;
    color: #666666;
    font-size: 12px;
}
/***************************************** 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 #1F478D;
    -webkit-box-shadow: 0 0.08em 0.32em #1F478D;
}
.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: 12px !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: #1F478D!important; */
    text-decoration: underline;
}
ul.type-filter li:first-child a {
    background: transparent!important;
}


.calendar-time-line .current-month .time-line-item {
    background:#1F478D;
    color: #fff;
    font-weight: 700;
    /* border: 1px solid #1F478D !important; */
    border-top: 1px solid #1F478D !important;
    border-bottom: 1px solid #1F478D !important;

}

.wrapper {
    max-width: 1110px;
}

.google-recapcha>div{
    display: none;
}

.event-row.focus .content-headline{
    border-right-color: #666666;
}


@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: 12px !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;
        /* float: left; */
    }
    .subscription-section .subscription-header {
        float: none;
    }
}
.filter-type .selected .type-filter-name {
    font-weight: 700!important;
    text-decoration: none;
    color: #666666;
}
span.type-filter-name {
    vertical-align: middle;
}
.time-line-month-name{
    font-family: 'Cocogoose_Light', sans-serif;
}
.radio{
    width: 13px;
    height: 13px;
    border: none;
    /* line-height: 18px; */
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    top: 0px;
}
.checkbox {
    width: 12px;
    height: 12px;
    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: 13px;
    color: #1F478D;
}
.headline-left .event-name {
    color: #1F478D;
    font-weight: 400;
    padding-bottom: 0;
}
.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 #DDDDDD;
}

.form .label {
    width: 20%;
    /* padding-right: 20px; */
}
/* div#lblSubcrEmail, div#lblSubscFirstName, div#lblSubscSurname */

span.checkbox {
    border: 1px solid #1F478D;
    line-height: normal;
    background: transparent !important;
    width: 12px;
    height: 12px;
}

span.checkbox.checkbox-checked {
    content: "";
    width: 12px;
    height: 12px;
    border: 1px solid #1F478D !important;
    background: url("//gamma.euroland.com/tools/SubscriptionCentre2/Config/Company/mx-fnova/checked.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #1F478D !important;
    background-size: cover !important;
  
}

.radio {
    border: 1px solid #1F478D;
    line-height: normal;
    background: transparent !important;
    border-radius: 17px;
    position: relative;
}

span.radio.radio-checked:after {
    content: '';
    background: #1F478D;
    width: 8px;
    height: 7px;
    position: absolute;
    border-radius: 32px;
    left: 2.2px;
    bottom: 3px;
}
.preference-period {
    margin-top: 10px;
}

.input-control {
    margin-top: 0;
}

.checkbox {
    top: 0px;
}



select#ddlProfession, select#ddlCountry {
    box-sizing: border-box;
    background: transparent;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/mx-fnova/arrow_down.svg") !important;
    background-origin: content-box;
    background-position: calc(0px + 99%) 50%;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 4px;
    color: #333333;
}

.tabs li:last-child a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-left: 0;
    margin-left: -4px;
}

.tabs li:first-child a {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

/* .tabs li:last-child {
    margin-left: -4px;
} */

.row-control {
    height: auto !important;
}

.tabItem.second-heading.active.tab-active:hover {
    text-decoration: underline !important;
}

.es-es .form .label {
    width: 23% !important;
}

.pager, .circle-pager {
    text-align: right;
}

.eupagination>li>a, .eupagination>li>span {
    margin: 0 !important;
    padding: 6px 12px !important;
    line-height: 1.42857143;
}
.eupagination>li>a:hover, .eupagination>li>span:hover {
    background: #eee;
    border-color: #ddd;
    font-weight: normal;
}
/* .eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus {

} */

.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus {
    color: #fff !important;
    cursor: default;
    background-color: #337ab7 !important;
}

.eupagination > li > a, .eupagination > li > span {
    border: 1px solid #ddd;
}

div#PastEventsContainer .filter-type {
    padding-bottom: 3em;
}

@media screen and (max-width:810px) {
    .year-filter ul li {
        margin: 1.5em 0;
    }
}
