/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
/* @import url("//fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap"); */
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/
@font-face {
    font-family: 'Roboto';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/NL-SCHUTT/Font/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/NL-SCHUTT/Font/Roboto-Medium.ttf") format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/NL-SCHUTT/Font/Roboto-Light.ttf") format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/NL-SCHUTT/Font/Roboto-Bold.ttf") format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: "Roboto", "Open Sans", "Lato", sans-serif;
	font-size: 15px;
	color: #363636;
    background: transparent !;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: "Roboto", "Open Sans", "Lato", sans-serif;
	font-size: 15px;
	color: #363636;
}
.wrapper {
    width: 100%;
    max-width:1050px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #231F20;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
	color: #dd2531;
}
.footer {
    padding: 0em;
    padding-top: 3em;
    font-size: 12px;

}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

.main-heading {
    display: none;
}

.calendar-time-line .current-month {
    font-weight: normal;
}
/* 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: #363534;
}
.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;
   
    border: 0.08em solid #D7D7D6;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #EFF5F7;
    color: #363534;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #D7D7D6;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #ededed;
    color: #363534;
}
.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 #4B4E46;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #4B4E46;
    border-right-color: #4B4E46;
    color: #585852!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.08em solid transparent;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #4B4E46;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 2px solid #D91824;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-size: 12px;
    font-weight:bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #363534;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #D7D7D6;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #D7D7D6;
    color: #363534!important;
    border: 0.08em solid #D7D7D6;
}
.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: #363534;
    cursor: default;
    background-color: #D7D7D6;
    border-color: #D7D7D6;
    font-weight:bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-left:0;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-right:0;
}
/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/

/*************************************************** BUTTONS *************************************************************/
.btn{

    background: #D91824;
    border: 0px solid #D91824;	
    color: #ffffff !important;
    padding: 19px 40px;
    box-sizing: border-box;
    font-size: 1.0em;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0px;
    height: auto;
    line-height: normal;
    text-transform: uppercase;
    transition: .3s all;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn:active{
    text-decoration: none;
	
	background: #000000;
	color: #FFFFFF !important;
	border-color: #000000;
	z-index: 10;
}  
.btn:hover {
    text-decoration: none;
	
	background: #000000;
	color: #FFFFFF !important;
	border-color: #000000;
	z-index: 9;
} 
.btn:before {
    content: "";
    background: #000000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
    transition: .3s all;
	position: absolute;
}
.btn:hover:before {
	top: 0;
}
/************************************************ 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;
    margin: 0px;

    width: 50%;
    display:inline-block;
}
.tabItem {
    height: auto;
    
    box-sizing: border-box;
	line-height: normal;
	margin: 0.25em;
	padding-top: 1.0em !important;
	padding-bottom: 1.0em !important;
	padding-left: 0em;
	padding-right: 0em;
	
    font-size: 15px;
	font-weight:bold;
	font-style: normal;
	
	background: #DEDEDE;
	border: 1px solid #DEDEDE;
	
	transition: .2s ease;

	color: #a0262e !important;	
	
    text-decoration: none !important;

	
	position: relative;
	top: 0;
	left: 0;

    display: block;
    text-transform: uppercase;
}
.tab-active {
    color: #FFFFFF !important;
    cursor: default;
    font-weight: bold;
    background: #dd2531;
	position: relative;
	top: 0px;
	left: 0px;

    border-top: 1px solid #dd2531;
	border-right: 1px solid #dd2531;
	border-bottom: 1px solid #dd2531;
	border-left: 1px solid #dd2531;
}
.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: 0em solid #4B4E46;
}

.tabItem:hover {
	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	
	color: #FFFFFF!important;
    background: #000000;
    border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
/* 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: 14px;
    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 #e1e1e1;
    transition: background 0.5s;
    color: #363534;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li.selected a {
    color: #D91824 !important;
}
.year-filter ul li:hover a {
    color: #D91824 !important;
}

ul.type-filter li.selected a {
    text-decoration: none!important;
    color: #363534!important;
}
.filter-type .selected .type-filter-name {
    font-weight: bold;
    font-size: 15px;
    text-decoration: none!important;
}
/* END OF YEAR BUTTONS */
/* REQUIRED TO OVERWRITE MAIN CSS */
.en-gb .tabItem {
    text-transform: uppercase !important;
}
.calendar-time-line {
    padding: 1px;
    margin-bottom: 1em;
}
/* 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;
}
.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 #D7D7D6;
    padding: 1em 0 1em 0;
}
.preference-period.visibility-hidden {
    margin-top: 1em;
}
.form input,
.form select {
    color: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #A8A9A3;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}
.subscribe-checking .form .label {
    width: 24%;
}
/***************************************** 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 #4B4E46;
    -webkit-box-shadow: 0 0.08em 0.32em #4B4E46;
}
.etooltip .tip-arrow {
    background:transparent;
}
.check-subscription-link {
    text-align: right;
}
.google-recapcha>div {
    color: #363636;
}

.modal-body.content-loadded .google-recapcha a {
    color: #D91824;
    text-decoration: underline;
}
.modal-body.content-loadded .google-recapcha a:hover {
    color: #D91824;
}
/************************************************* 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: 440px) {
    .tabs li {
        width: 90%;
    }
}
@media (max-width: 347px) {
    .subscribe-checking .button-wrraper .btn {
        width: 160px !important;
        margin-bottom: 5px;
    }
}

@media (max-width:320px) { 
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: left;
        margin-top: 10px;
    }
    .export-types {
        padding-bottom: inherit;
    }
    .check-subscription-link {
        text-align: left;
    }
}
/*END*/
.events .even {
    background: #fafafa;
}

.show-hide-toggle {
    display: block!important;
}

span.exco-text {
    display: none!important;
}

.headline-left .full-descriptions {
    color: #b3b3b3;
}

.color-box {
    margin-bottom: 2px;
}
.next-event div.lable {
    display: none;
}
.next-event div.date-time, .next-event div.event-name {
    display: none;
}
section.next-event:after {
    content: 'Kendrion Events';
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.btn-subscribe:active, .btn-subscribe:focus,
.btn-primary:hover, .btn-primary:focus, 
.btn-primary.focus, .btn-primary:active, 
.btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: #000000 !important;
}
