/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
	font-family: 'Bliss';
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/JE-JTC/./blsw-rg.woff") format('woff');
	font-style: normal;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
   font-size: 16px;
   font-family: 'Bliss', Helvetica, sans-serif;
	color: #48484F;
    background: #f5f6f4;
    font-weight: normal;
}


.wrapper {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #C2207E;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
	color: #C2207E;
    text-decoration: underline !important;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */

/* 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: #FFF;
    color: #e9646b !important;
    /* padding: 1em;
    padding-top: 0.4em;
    padding-bottom: 0.4em; */
    border: 0px;
    font-weight: normal;
    border-radius: 3px;
    height: auto;
    line-height: normal;
    text-transform: none;
    /* transition: background 0.5s, color 0.5s, border 0.5s; */

    font-size: 16px;
    padding: 10px 30px;
    border: 1px solid #e9646b;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #e9646b;
    color: #FFFFFF !important;
    cursor: pointer;

    border-color: #e9646b;
}   
/************************************************ 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;
    border-bottom: 0;
}

.tabs li {
    float: none;
    margin: 0;
    display:inline-block;
    margin-right: 0px;
    width: 50%;
}
.tabItem {
    font-size: 16px;
	height: auto;
    line-height: normal;
    padding: 1em 1em !important;
    font-weight: bold;
    outline: none;
	color: #48484F;
  font-style: normal;
  text-decoration: none;
  border-top: 0px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  border-left: 0px solid #FFFFFF;
  background: #C2207E;
  box-shadow: inset 0 80px 0 0 #f5f6f4;
	text-decoration: none;

	position: relative;
    width:100%;
    display: inline-block;
    box-sizing: border-box;
    transition: ease-out 0.3s;

}

.tab-active {
    cursor: default;
   
    text-decoration: none;
    font-style: normal;
    z-index: 9;
    background: #C2207E;
  color: #FFFFFF !important;
  border-top: 0px solid #C2207E;
  border-right: 0px solid #C2207E;
  border-bottom: 0px solid #C2207E;
  border-left: 0px solid #C2207E;
  box-shadow: inset 0 0 0 0 #C2207E;
}

.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 #e9646b;

    display: none;
}

.tabItem:hover {
    text-decoration: none;
    font-weight:bold;
    font-style: normal;
    background: #C2207E;
  color: #FFFFFF;
  border-top: 0px solid #C2207E;
  border-right: 0px solid #C2207E;
  border-bottom: 0px solid #C2207E;
  border-left: 0px solid #C2207E;
  box-shadow: inset 0 0 0 0 #FFFFFF;
    z-index: 9;
}
/* YEAR BUTTONS */
.year-filter ul::before, .year-filter ul::after {
    box-sizing: border-box;
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin:0;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0 1em !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    transition: background 0.5s;
    color: #4e4e4e;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #333333;
    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.25em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #4e4e4e;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 3.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
	white-space: normal;
}
.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: 0em solid #333333;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #4e4e4e;
    font-size: 1em;
    padding:  0 0.16em;
    box-sizing: border-box;
    background: #ffffff;
    border: 0.08em solid #e3e3e3;
    border-radius: 0;
    height: 2.2em;
}
.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 0px solid #a1a1a1!important;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
}
/***************************************** 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 #333333;
    -webkit-box-shadow: 0 0.08em 0.32em #333333;
}
.etooltip .tip-arrow {
    background:transparent;
}
/************************************************* END OF TOOLTIP ********************************************************/
/*THIS IS REQUIRED*/
/* @media (max-width: 768px) and (min-width: 0) {
    body,
    .tabItem,
    .tab-active,
    .form input,
    .form select,
    .next-event
      {
        font-size: 16px;
    }
}
@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;
    }
} */


.time-line-month-name {
    padding: 0px !important;
    height: 25px !important;
}
.headline-left .event-name {
	color: #68256E;
    font-weight: bold;
}
.headline-right .event-type {
	font-weight: normal;
}
/*END*/
.events-container {
        padding-top: 3em;
    clear: both;
    border-top: 1px solid #a1a1a1;
}
.tabs-wrapper {
    margin: 7px 0px -1px 0;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0 1em 0 0 !important;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: 00em solid #333333 !important;
    transition: background 0.5s;
    color: #48484F;
    border-radius: 0;
    margin: 0;
}
.eupagination>li>a, .eupagination>li>span {
    position: relative;
    float: left;
    padding: 7px;
    margin-left: -1px;
    line-height: normal;
    color: #48484F;
    text-decoration: none;
    background-color: #fff;
    border: 0px solid #ddd;
}
.year-filter .selected {
    font-weight: bold;
    /* text-decoration: underline!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: #C2207E;
    cursor: default;
    background-color: transparent;
    border-color: #C2207E;
    /* text-decoration: underline; */
}
/* @media (min-width: 0px) and (max-width: 600px) {   
	 .tabs li {
    display: inline-block;
    width: 100%;
	margin-bottom: 0px;
	text-align: center;
	height: auto!important;
        margin-top: 8px;
	 }
	.tabs {
    line-height: auto!important; 
    height: auto!important; 
    border-bottom: solid 0px #d9d9d9;
    min-height: auto;
    text-align: center;
    background: #F5F0F0;
}
.ar-ae .tabItem {
    margin-right: 0em;
    margin-left: 0px;
    margin-top: 8px;
}
.ar-ae .tabs li {
    float: none;
    float: none;
    margin: -1px!important;
    display: inline-block;
    margin-left: 7px;
    margin-right: 0px;
     margin-top: 8px;
}
} */

/* ADDED CSS */
.footer {
    font-size: 13px;
}

.subscribe-actions {
    margin-bottom: 1em;
}

.modal-header .close {
    font-size: 2em !important;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #fff3f3;
    color: #48484F;
}

.time-line-item:hover {
    background-color: #fff3f3;
    color: #48484F;
}

.year-filter ul li a:hover {
    color: #C2207E;
    /* text-decoration: underline; */
}

.main-heading {
    display: none;
}

.eupagination>li>a:hover, .eupagination>li>span:hover, .eupagination>li>a:focus, .eupagination>li>span:focus {
    background: #FFFfFF;
    color: #48484F;
    /* border: 1px solid #EE3F3E1F; */
    text-decoration: none;
}

span.radio, span.checkbox, span.event-name, span.color-box {
    vertical-align: baseline;
}

nav.year-filter {
    padding-left: 8px;
}

* {
    outline: 0 !important;
}


.event-row.focus .content-headline {
    border-right-width: 1px !important ;
    border-right-color: transparent !important;
}

.subscription-header, 
.export-header,
.check-subscription-link .link {
    font-weight: normal;
}


.tabs-wrapper:After {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 0;
    border-bottom: 2px solid #C2207E;
}

.tabs-wrapper {
    position: relative;
}

.headline-left .date-time {
    font-weight: normal;
}

.filter-type .selected .type-filter-name {
    text-decoration: none;
    color: #C2207E;
}

.year-filter ul li .selected {
    color: #C2207E;
}

/* RESPONSIVE */
@media (max-width: 425px) { 
    .tabItem {
        padding: 1em !important;
    }
}

@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;
    }
}



section.calendar-view,
.export-and-subscription{
    display: none;
}

.events-container {
    padding-top: 0;
}

.year-filter ul li a {
    text-align: center !important;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF !important;
  text-transform: none;
  margin: 0.5em;
  padding: 0.8em !important;
  border: 0em solid #C2207E;
  border-radius: 4px;
  background: #C2207E;
  transition: background 0.5s, color 0.5s, border 0.5s;
  text-decoration: none;
}

.year-filter .selected a {
    text-decoration: none;
  background: #68256E;
  color: #FFFFFF;
  border-color: #68256E;
}

.year-filter ul li a:hover {
    text-decoration: none !important;
  background: #68256E;
  color: #FFFFFF;
  border-color: #68256E;
}

.filter-type > nav {
    display: inline-block;
    /* width: 50%; */
    width: 100%;
    vertical-align: top;
    font-size: 14px;
    font-weight: 600;
}

.clear-both {
    clear: both;
    display: inline-block;
    /* width: 49%; */
    width: 100%;
    vertical-align: top;
}

.year-filter ul {
    margin: .8em 0 0;
    
}

nav.year-filter {
    float: right;
}

.content-headline {
    margin-left: 0px;
}

.event-row.first.odd .content-headline {
    margin-left: 0;
}

ul.events li {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    transition: all 0.05s ease-in;
    max-width: 294px;
  margin: 0px 16px;

}

.headline .headline-left {
    width: 70%;
    float: none;
    display: block;
    width: 100%;
}

.headline .headline-right {
    float: none;
    display: block;
    width: 100%;
    text-align: left !important;
}

.headline-right .event-type {
    font-weight: normal;
    text-align: left;
    position: relative;
    display: inline-block;
}

.location {
    display: none;
}

.content-headline {
    min-height: 146px;
  border-bottom: 0;
  background: #fff;
  border: 0px solid #00000005;
  border-radius: 0px;
  padding: 0px;
    padding-left: 12px;

}

.headline-left .event-name {
    /* position: absolute;
    top: 8%; */
    padding-right: 13px;
    text-align: left;
}

.headline-left .date-time {
    font-weight: 500;
    padding-top: 0em;
    text-align: left;
}

.headline .headline-right {
    position: relative;
    bottom: -40px;
    font-weight: 500;
    text-align: left;
}
.events-scroller {
    height: auto;
    text-align: center;
  }

ul.events li:nth-child(5) .content-headline {
    margin-left: 0 !important;
}




li.page.last,
li.page.first{
    display: none;
}
.page.next a,.page.prev a {
    font-size: 0px;
  }
.eupagination>li>a, .eupagination>li>span

{
    float: none;
    background-color: transparent;
  color: #48484F;
  border: 0px solid #E4E4E2;
    border-top-color: rgb(228, 228, 226);
    border-right-color: rgb(228, 228, 226);
    border-bottom-color: rgb(228, 228, 226);
    border-left-color: rgb(228, 228, 226);
  padding: 0.5em 0.8em;
  font-family: inherit;
  font-size: 1.0em;
  text-decoration: initial;
  font-weight: normal;
  border-radius: 30px;
  transition: background 0.5s, color 0.5s, border 0.5s;
  margin: 5px;
  background: #FFFFFF;
}


.eupagination>.active>a, .eupagination>.active>span, .eupagination>.active>a:hover, .eupagination>.active>span:hover, .eupagination>.active>a:focus, .eupagination>.active>span:focus {
    background-color: #C2207E;
  color: #fff;
  border-color: #C2207E;
  text-decoration: initial;
  font-weight: normal;
}
.page.next a::before{
    content: "Next";
    color: #48484F;
    display: inline-block;
    font-size: 16px;
}
.page.prev a::after{
    content: "Prev";
    color: #48484F;
  display: inline-block;
  font-size: 16px;
  
}

.attachments {
 float: right;
}

.attachment-icon {
    width: 23px;
    height: 26px;
}
.next-event {
    display: none;
  }
  .event-row {
    position: relative;
    margin: 8px 0px;
    max-width: 294px;
  }
@media screen and (max-width:1200px) {
    .content-headline {
        min-height: 10em;
    }
}

@media screen and (max-width:975px) {
    ul.events li{
        width: 33%;
    }
    .content-headline, .event-row.first.odd .content-headline, ul.events li:nth-child(5) .content-headline{
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
}
@media(max-width:670px){
    ul.events li{
        width: 50%;
    }
}

@media screen and (max-width:760px) {
    .year-filter ul li {
        margin-bottom: 12px;
        margin-top: 20px;
    }
}

@media screen and (max-width:475px) {
    .filter-type > nav {
        width: 100%;
    }
    .clear-both {
        width: 100%;
    }
    nav.year-filter {
        float: none;
    }
}

.pager, .circle-pager {
    text-align: left;
  }

@media screen and (max-width:507px) {
    ul.events li{
        width: 100%;
    }
    /* .content-headline, .event-row.first.odd .content-headline, ul.events li:nth-child(5) .content-headline{
        margin-left: 10px !important;
        margin-right: 10px !important;
    } */
}
.download-event {
    margin-top: -15px;
  }
@media (max-width: 479px) {
    #UpcomingEventsContainer .headline-right .download-event {
      text-align:right !important;
      margin-top: -15px;
    }

  }
  .filter-type ul li a {
    color: #48484F;
  }
  .filter-type ul li a:hover {
    color: #C2207E;
    text-decoration: none !important;
  }
  .hyperlink {
    color: transparent !important;
  }
  footer .supply-by > a::before, #SuppliedBy > a::before, .footer .supply-by > a::before, .supplied-box span > a::before, .footer-info .supply-by span > a::before, .footer div .hyperlink::before, .footer-box .supplyby-box .hyperlink::before, .footer-box .supplied .hyperlink::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: right url("data:image/png;base64,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") no-repeat transparent;
      background-size: auto;
    background-size: contain;
    -webkit-print-color-adjust: exact;
    -moz-print-color-adjust: exact;
    -ms-print-color-adjust: exact;
    print-color-adjust: exact;
  }
