@import url("//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
    padding:0;
    margin:0;
    font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #333333;
}
/* .tabItem,
.tab-active, */
.form input,
.form select,
.next-event {
    font-family: Roboto, sans-serif;
	font-size: 16px;
	color: #333333;
}
.wrapper {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
a:link,
a:visited{
    color: #000;
    text-decoration: none;
}
.hyperlink,
.check-subscription-link {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}
.check-subscription-link,
.check-subscription-link a {
    color: #000!important; 
    font-weight: 400!important;
    text-decoration: none;
}
.hyperlink,
.cookies-box a{
    color: #000!important;
    text-decoration: none !important;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover ,
.check-subscription-link a:hover{
    text-decoration: underline !important;
    color: #4057E3!important;
}
.footer {
    font-size: 13px;
}
.subscription-header, .export-header {
    color: #333 !important;
    font-size: 1.25em;
    text-transform: none;
}
/*********************************************** 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: 16px;
    font-weight: 700;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #333;
    /* display: none; */
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
    color: #333;
}
.headline-left .date-time {
    font-weight: 700;
    color: #333;
    font-size: 16px;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.5em;
    margin: -0.08em 0 0 -0.08em;
    border: 1px solid #A0A0A0;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #ffffff;
    color: #333;
}
.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: #333;
    font-weight: normal;
}
.calendar-time-line .year {
    font-size: 16px;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #333;
    font-size: 16px;
    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: #333!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: #333;
    text-decoration: none;
    background-color: transparent;
    border: 0 solid #d6d6d6;
    transition: background 0.5s, color 0.5s, border 0.5s;
    font-size: 12px;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #fff;
    color: #00D3B7 !important;
    border: 0em solid #fff;
    text-decoration: none !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: #00D3B7;
    cursor: default;
    background-color: #fff;
    border-color: #fff;
    font-weight: 700;
}
.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: #333;
}

.eupagination>.disabled>span, 
.eupagination>.disabled>span:hover, 
.eupagination>.disabled>span:focus, 
.eupagination>.disabled>a, 
.eupagination>.disabled>a:hover, 
.eupagination>.disabled>a:focus{
    color: #333 !important;
    border: solid 0 #d6d6d6 !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 {

    font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	
	margin: 0.5em;
	padding: 18px 40px 18px 40px;
	
	border: 0em solid #00D3B7;	
	border-radius: 5px;
	background: #00D3B7;
	
	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: #4057E3;
	color: #FFFFFF;
	border-color: #4057E3;
} 
.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: #ffffff;
}
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
/*body.body-rtl .tabs li {
    float: none !important;
}*/
.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: 0  solid #D8D8D8;
}
.tabs li {
    float: none;
    margin: 0 auto;
    display:inline-block;
}
.tabItem {
    height: auto;
	line-height: 28px;
	
	padding-top: 0.5em !important;
	padding-right: 0;
	padding-bottom: 0.5em !important;
	padding-left: 0;
	
	margin-top: 0.0em;
	margin-right: 20px;
	margin-bottom: 0.0em;
	margin-left: 0;
	
	border-radius: 0.0em 0.0em 0.0em 0.0em;
	
	font-family: inherit;
	font-weight: bold;
	font-size: 16px;
	text-transform: none;	
	color: #333333!important;
	
	font-style: normal;
	text-decoration: none;	
	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 2px solid transparent;
	border-left: 0em solid #FFFFFF;
	
	background: #FFFFFF;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	
	position: relative;
	top: 0;
	left: 0em;
}

.tab-active {
    background: #FFFFFF;
	color: #00D3B7!important;	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 2px solid #00D3B7;
	border-left: 0em solid #FFFFFF;
    text-decoration: none!important;
}
.tabItem:hover {
    background: #FFFFFF;
	color: #00D3B7!important;	
	border-top: 0em solid #FFFFFF;
	border-right: 0em solid #FFFFFF;
	border-bottom: 2px solid #00D3B7;
	border-left: 0em solid #FFFFFF;
    text-decoration: none!important;
}
/* YEAR BUTTONS */
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    line-height: normal;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    padding: 8px 16px;
    background: #fff;
    border: 1px solid #DADFE5!important;
    border-radius: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #333;
    text-decoration: none;
    
}
.year-filter ul li a.selected {
    background: #6D909D !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: #333;
    font-family: Roboto, sans-serif;
    text-transform: none;
}
.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: #333;
    font-weight: 700;
    font-size: 16px;
	font-size: 16px;
    font-family: Roboto, Helvetica, sans-serif;
    
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #333333;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #333;
    font-size: 16px;
    padding:  0 0.16em;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #C4CECD;
    border-radius: 0;
    height: 2em;
    border-radius: 4px;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
    color: #333;
}
select option {
    background: #fff;
    color: #333;
    font-size: 16px;
}
/***************************************** 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 #6D909D;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 0.08em 0.32em #6D909D;
    -moz-box-shadow: 0 0.08em 0.32em #333333;
    -webkit-box-shadow: 0 0.08em 0.32em #333333;
}
.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;
    }
	.subscription-section .subscription-header {
		font-size: 16px !important;
	}
	.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: #172e62!important;
}
ul.type-filter li:first-child a {
    background: transparent!important;
}


.calendar-time-line .current-month .time-line-item {
    background:#172e62;
    color: #fff;
    font-weight: 400;
    border: 1px solid #172e62 !important;
    border-right: 2px solid #172e627 !important;
    margin-top: -2px;
}


.google-recapcha>div{
    display: none;
}

.event-row.focus .content-headline{
    border-right-color: #172e62;
}


@media(max-width:321px){
    .tabItem {
        font-size: 20px!important;
    }
}

@media(max-width: 320px){
    .check-subscription-link{
        text-align: left;
    }
}
.filter-type .selected .type-filter-name {
    font-weight: 700!important;
    text-decoration: underline;
    color: #4057E3;
}
span.type-filter-name {
    vertical-align: middle;
}
.time-line-month-name{
    font-family: Roboto, 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;
}

.headline-right .event-type {
    text-align: right;
    word-wrap: break-word;
    font-size: 14px;
    color: #333;
    text-transform: none;
}
.headline-left .event-name {
    color: #00D3B7;
}
.expand-collapse {
    padding: 0;
    position: absolute;
    display: none;
    text-decoration: none;
    top: 10px;
    left: 5px;
    text-align: center;
    overflow: hidden;
    background-color: transparent;
    border: none;
}

.filter-type ul li a {
    text-decoration: none !important;
}
.content-headline {
    margin-left: 21px;
}

.modal-dialog .button-wrraper {
    text-align: center;
    padding: 15px 0 15px 0;
    margin-left: 12%;
}

/* Modifications */

.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus{
    background-color: #172e62;
}

.tab-active,
.tabItem:hover{
    color: #000 !important;
    border-color: #000 !important;
}

.check-subscription-link, .check-subscription-link a{
    color: #000;
}


a:hover, a:active, .hyperline:active, .hyperlink:active, .check-subscription-link:hover, .check-subscription-link a:hover{
    text-decoration: underline;
    color: #000 !important;
}

.filter-type .selected .type-filter-name{
    color: #000;
}
