/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family:  Stabil Grotesk;
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/./font/StabilGrotesk-40Light.otf") format("opentype");
    font-weight: 400;
}

@font-face {
    font-family: Stabil Grotesk;
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/./font/StabilGrotesk-50Regular.otf") format("opentype");
    font-weight: 500;
}

@font-face {
    font-family:  Stabil Grotesk;
    src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/./font/StabilGrotesk-60Medium.otf") format("opentype");
    font-weight: 600;
}
@font-face {
	font-family: 'icofont';
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/font/icofont.eot");
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/font/icofont.eot?#iefix") format('embedded-opentype'),
		url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/font/icofont.woff2") format('woff2'),
		url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/font/icofont.woff") format('woff'),
		url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/sf-kalmar/font/icofont.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: Stabil Grotesk, sans-serif;
    font-size: 16px;
    color: #2c112d;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: Stabil Grotesk, sans-serif;
    color: #2c112d;
}
.wrapper {
    width: 100%;
    max-width:1185px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #090908;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
	color: #5A5A50;
}
.footer {
    padding: 0em;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* 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: #2c112d;
}
.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;
  margin: -0em 0 0 -0em;
  border: 0.08em solid #DBDBDB;
  text-align: center;
  transition: background 0.5s, color 0.5s, border 0.5s;
}
.time-line-item:hover {
    background-color: #501F52;
    border-color: #501F52;
    color: #fff;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #DBDBDB;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #501F52;
    border-color: #501F52;
    color: #fff;
}
.calendar-time-line .year {
    font-size: 1em;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: none;
    text-align: center;
    color: #2c112d;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
}
.show-hide-toggle {
    display: inline-block !important;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #2c112d!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 2.5em;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 0em solid #7FC0D4;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight:bold;
    padding: 12px 16px 12px 16px;
    /* margin-left: -0.08em; */
    line-height: normal;
    color: #6C757D;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #E9ECEF;
    border-radius: 4px;
    margin: 2px;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #501F52 !important;
    color: #fff!important;
    border-radius: 4px;
    border-color: #501F52;
}
.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: #fff;
    cursor: default;
    background-color: #501F52;
    border-color: #501F52;
    font-weight:bold;
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius:4px;
    /* border-left:0; */
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 4px;
    border-bottom-left-radius:4px;
    /* border-right:0; */
}
/* 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: #F30000;
  color: #FFF ;
  padding: 16px 24px 16px 24px;
  border: 1px solid #F30000;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 25px;
  height: 48px;
  line-height: 15px;
  text-transform: capitalize;
  transition: background 0.5s, color 0.5s, border 0.5s;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #ffffff;
    color: #F30000;
    border-color: #F30000;
}   
/************************************************ 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:left;
    font-size:0;
    position: relative;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
    width: 25%;
}
.tabItem {
    height: auto;
	line-height: normal;
	
	padding-top: 1.0em !important;
	padding-bottom: 1.0em !important;
	padding-left: 0em;
	padding-right: 0em;
	
	text-decoration: none;
	font-weight:600;
	font-style: normal;
	
	background: transparent;
	border: 0.08em solid #DEE2E6;
	
	transition: background 0.5s, color 0.5s, border 0.5s;
	border-radius: 4px 4px 0px 0px;
	color: #6C757D !important;	
	
	margin-left: 0em;
    margin-right: 0em;
	position: relative;
	top: 0;
	left: 0em;
    width: 100%;
    text-align: center;
}
.tab-active {
    cursor: default;
    font-weight: 600;
    background: transparent;
    color: #2c112d !important;
    border-top: 0.08em solid #DEE2E6;
    border-right: 0.08em solid #DEE2E6;
    border-bottom: 1px solid #fff;
    border-left: 0.08em solid #DEE2E6;
	position: relative;
	top: 0px;
	left: 0px;
}
.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 #DBDBDB;
}

.tabItem:hover {
    cursor: default;
    font-weight: 600;
    background: transparent;
  color: #2c112d !important;
  border-top: 0.08em solid #DEE2E6;
  border-right: 0.08em solid #DEE2E6;
  border-bottom: 1px solid #fff;
  border-left: 0.08em solid #DEE2E6;
}
/* 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: 1em;
    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: 0.16em solid #DBDBDB;
    transition: background 0.5s;
    color: #2c112d;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #DBDBDB;
}
/* 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: #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: 0.16em solid #DBDBDB;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #2c112d;
  font-size: 1em;
  padding: 19px 16px 17px 16px;
  box-sizing: border-box;
  background: #fff;
  border: 0.08em solid #ABB5BE !important;
  border-radius: 19px;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}
/***************************************** 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 #DBDBDB;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}
.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;
    }
}
@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*/

.checkbox{
    position:relative !important;
  content: "";
  left: 0px;
  top: -2px;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #ABB5BE;
  background: #FFFFFF;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
span.checkbox.checkbox-checked::after{
    font-family: icofont;
  content: "\eed8";
  position: absolute;
  color: #fff;
  left: 0.5px;
  top: -1px;
  height: 12px;
  width: 12px;
  font-size: 16px;
}
span.checkbox.checkbox-checked{
    border: 1px solid #501F52;
  background: #501F52;
}
.radio{
    position: relative;
  content: "";
  left: 0px;
  top: -2px;
  width: 16px;
  height: 16px;
  border-radius: 25px;
  border: 1px solid #ABB5BE;
  background: #fff;
}
span.radio.radio-checked::after {
    content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 25px;
  position: absolute;
  left: 4.5px;
  color: #fff;
  top: 3.9px;
  font-size: 11px;
  background: #fff;
}
span.radio.radio-checked{
    border: 1px solid #501F52;
  left: 0px;
  top: -2px;
  width: 16px;
  height: 16px;
  background: #501F52;
}
.form .input > #ddlProfession {
    padding: 5px 16px;
    height: 38px;
  }
  .form .input >  #ddlCountry {
    padding: 5px 16px;
    height: 38px;
  }
  .footer {
    padding: 0em;
    font-size: 14px;
  }
  .tabs::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: -1;
    border-bottom: 1px solid #DEE2E6;
  }
  @media(max-width:680px){
    .tabItem{
        width: 100%;
  margin: 5px;
  border: 0.08em solid #DEE2E6;
  border-radius: 4px;
    }
    .tabs li{
        width: 98%;
    }
    .tabs::after{
        border-bottom: 0px solid #DEE2E6;
    }
  }
  @media(max-width:496px){
    span.radio.radio-checked::after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 25px;
        position: absolute;
        left: 3.7px;
        color: #fff;
        top: 3.8px;
        font-size: 11px;
        background: #fff;
      }
  }
  .page.prev > a > span:nth-child(2),
  .page.next> a > span:nth-child(2) {
    visibility: hidden;
  }
  .page.prev > a > span:nth-child(2)::after {
    content: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/SF-KALMAR/./left.png");
  
    visibility: initial;
  
    left: 15px;
  
    position: absolute;
  
    top: 15px;
  
  }
  .page.next> a > span:nth-child(2)::after {
    content: url("//gamma.euroland.com/tools/FinCalendar2/Config/Company/SF-KALMAR/./right.png");
  
    visibility: initial;
  
    left: 15px;
  
    position: absolute;
  
    top: 15px;
  
  }
  .page.first,.page.last {
    display: none;
  }
.headline-left .full-descriptions,
.link-location a{
color: #2c112d !important;
}


