/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css?family=Fira+Sans:400,700");
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/

@font-face {
    font-family: 'Aktiv-Grotesk-Light';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/s-hufv/font/aktiv-grotesk-light.woff2") format("woff2");
    font-display:swap;
}

@font-face {
    font-family: 'Aktiv-Grotesk';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/s-hufv/font/aktiv-grotesk.woff2") format("woff2");
    font-display:swap;
}

@font-face {
    font-family: 'Aktiv-Grotesk-Bold';
    src:url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/s-hufv/font/aktiv-grotesk-bold.woff2") format("woff2");
    font-display:swap;
}

/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: 'Aktiv-Grotesk', Helvetica, sans-serif;
    font-size: 15px;
    color: #444;
    background: transparent;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: 'Aktiv-Grotesk', Helvetica, sans-serif;
    color: #444;
}
.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: #222222;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
	color: #b48f45;
}
.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: #C2974E;
}
.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: -0.08em 0 0 -0.08em;
    border: 0.08em solid #dde3e8;
    text-align: center;
    transition: background 0.5s;
    border-left: 0;
}

.calendar-time-line ul li:last-child .time-line-item{
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.calendar-time-line ul li:first-child .time-line-item {
    border-left: 1px solid #dde3e8;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.time-line-item:hover {
    background-color: #dde3e8;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #dde3e8;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #dde3e8;
}
.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: #444;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #dde3e8;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #dde3e8;
    border-right-color: #dde3e8;
    color: #444!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 transparent;
    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: 0.22em solid #7FC0D4; */
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    /* font-weight:bold; */
    padding: 5px 13px;
    border-radius: 30px;
    margin-left: -0.08em;
    line-height: 22px;
    color: #444;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #444;
    background: #f9f4ee;
    margin: 3px 7px;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #8A6927;
    border-color: #8A6927;
    color: #fff!important;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.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: #8A6927;
    border-color: #8A6927;
    border-radius: 30px;
    /* font-weight:bold; */
}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    /* border-left:0; */
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    /* 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: #fff;
    color: #222 !important;
    padding: 14px 30px;
    border: 1px solid rgba(44,44,44);
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    border-radius: 30px;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    transition: box-shadow 0.15s ease-in-out;
    position: relative;
    font-family: 'Aktiv-Grotesk-Bold', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #fff;
    box-shadow: 0px 0px 0px 1px #8A6927;
}   

/* button:hover:after, 
button:hover:before{
    width: 22px;
}

button:before{
    left: 0;
    top: 0;
    transition-duration: 0.15s;
}
button:after{
    right: 0;
    bottom: 0;
    transition-duration: 0.15s;
}

button:before, 
button:after{
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    transition: all 0.15s linear;
    background: #000;
    margin: 7px;
} */
/************************************************ 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;
    float: none;
    margin: 0;
    display:inline-block;
}

.tabItem, .tab-active, .form input, .form select, .next-event {
    font-size: 19px !important;
    font-family: 'Aktiv-Grotesk', Helvetica, sans-serif !important;
}

.tabItem {
    height: auto;
	line-height: normal;
	
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	padding-left: 2.0em !important;
	padding-right: 2.0em !important;
    margin: 0 10px !important;
	
	text-decoration: none;
	font-weight:500;
	font-style: normal;
	
	background: transparent;
	border: 0;
	
	transition: background 0.5s;
	
	color: #555 !important;	
	
	margin-left: -0.08em;
	position: relative;
	top: 0;
	left: 0.08em;
    text-transform: none !important;


    background: transparent;
    padding: 20px 0 5px 0;
    text-decoration: none;
    background-image: linear-gradient(#222222, #222222), linear-gradient(#ffffff00, #ffffff00);
    background-size: 0 1px, auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    transition: all 0.2s ease-out;
    font-weight: 500;
}
.tab-active {
    color: #FFF !important;
    font-weight: 500 !important;
    transition: all 0.2s;
    cursor: default;
    background-color: #b48f45;
	position: relative;
    border-radius: 30px;
	top: 0px;
	left: 0px;
    
    /* background-image: linear-gradient(#222222, #222222), linear-gradient(#ffffff, #ffffff);
    background-repeat: no-repeat;
    background-position: center bottom; */
}
/* .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 #dde3e8;
} */

.tabItem:hover {
   color: #fff !important;
    cursor: default !important;
    background-color: #b48f45 !important;
    border-color: #8A6927 !important;
    box-shadow: 0px 0px 0px 1px #8A6927;
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
    border-radius: 30px;
    font-weight: 500;
    transition: all 0.2s;
}
/* 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 #dde3e8;
    transition: background 0.5s;
    color: #444;
    border-radius: 30px;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #dde3e8;
}
/* 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: 15px;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    /* color: #003E5C; */
    color: #222222;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 2em;
    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: #F9F4EE;
    box-sizing: border-box;
    border: 0em solid;
    padding: 1em 0 1em 0;

}
.form input,
.form select {
    color: #333;
    font-size: 1em;
    padding: 5px;
    box-sizing: border-box;
    background: #fff;
    border: 0.08em solid #dde3e8;
    height: 36px;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
    font-weight: bold;
    /* width: 20%; */
}

.form .label {
    width: 20%;
}

.form .input {
    width: 60%;
}
/***************************************** 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 #dde3e8;
    -webkit-box-shadow: 0 0.08em 0.32em #dde3e8;
}
.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: 6em !important;
        text-align: right;
    }
    .export-types {
        padding-bottom: inherit;
    }
    .check-subscription-link {
        text-align: right;
    }

    input.btn.btn-default.btn-cancel {
        margin-bottom: 10px;
    }
}

@media (max-width:355px) { 
    .sv-se input.btn.btn-default.btn-cancel {
        margin-bottom: 10px;
    }
}
/*END*/

.content-headline {
    margin-left: 0.5em !important;
    margin-right: 0.5em;
}


/* CUSTOM CSS */

.main-heading{
    display: none;
}
.calendar-time-line .current-month .time-line-item{
    background-color: #b48f45 ;
    color: #FFFFFF;
}
.time-line-item:hover{
    background-color: #b48f45;
    color: #FFFFFF;
}

.footer{
    font-size: 13px !important;
    color: #444 !important;
}

.cookies-box a{
    color: #444 !important;
}

.cookies-box a:hover{
    color: #b48f45 !important;
    text-decoration: underline;
}

.check-subscription-link a:hover{
    color: #b48f45 !important;
}



select#ddlProfession, select#ddlCountry {
    box-sizing: border-box;
    background: transparent;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/s-hufv/expand_more.svg") !important;
    background-origin: content-box;
    background-position: calc(0px + 98%) 50%;
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 5px;
    color: #8A6926;
    background-color: #F0E9DA;
}

span.checkbox {
    border: 1px solid #b48f45;
    line-height: 13px;
    background: transparent !important;
    width: 12px;
    height: 12px;
}

span.checkbox.checkbox-checked {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/s-hufv/thick_check.svg") !important;
    background-color: #b48f45 !important;
}

.radio {
    border: 2px solid #979797;
    line-height: 17px;
    background: transparent !important;
    border-radius: 17px;
    position: relative;
}
.radio {
    width: 15px;
    height: 15px;
}

.m-t-10 {
    margin-bottom: 10px;
}

span.radio.radio-checked:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 16px;
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 11px;
    background: transparent;
    color: #b48f45;
    border: 4px solid #b48f45;
}

span.radio.radio-checked {
    border: 1px solid #b48f45;
}

.subscription-header, .export-header {
    font-weight: normal !important;
}
.check-subscription-link .link {
    color: #C2974E;
    font-size: 14px;
    font-weight: bold !important;
}


button.btn.btn-primary.btn-submit, input.btn.btn-default.btn-cancel {
    min-width: 10em;
}

span.radio, span.checkbox, span.event-name {
    vertical-align: baseline;
}

.alert-info {
    color: #C2974E;
    background-color: #F0E9DA;
    border-color: #C2974E;
}

.modal-title {
    color: #222222;
}

table.Calendar th {
    border-bottom: 3px solid #C2974E !important;
}
/* 
span.checkbox + span {
    padding-left: 10px;
} */

span.radio+ span {
    padding-left: 5px;
}


.expand-collapse>.exco-text{
    display: none;
}

.event-row.odd {
   background: #F9F4EE;   
}

.event-row.even {
    background: #F0E9DA;
}

.footer div .hyperlink:before {
    background-color: transparent !important;
}
.supply-by span a {
    color: transparent;
}

/* .color-box {
    width: 2px;
} */

.modal-content {
    border: 0px solid rgba(0, 0, 0, .2) !important;
    box-shadow: 0px 5px 10px 3px rgba(0, 0, 0, 0.1) !important;
}


.sv-se .period label {
    text-transform: lowercase;
}

/* UNCOMMENT THIS IF WANT TO REMOVE COLON IN NEXT EVENT: */
/* .next-event div.lable {
    position: relative;
}

.sv-se .next-event div.lable:after {
    content: "";
    bottom: 23px;
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 16px;
    left: 200px;
    background: #FFF;
} */


footer .supply-by>a,
#SuppliedBy>a,
.footer .supply-by>a,
.supplied-box span>a,
.footer-info .supply-by span>a,
.footer div .hyperlink,
.footer-box .supplyby-box .hyperlink,
.footer-box .supplied .hyperlink,
a:link,
a:visited,
.hyperlink,
.check-subscription-lin {
    display: inline-block;
    height: 24px !important;
}

.eupagination>.disabled>span:hover, 
.eupagination>.disabled>span:focus,
.eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus{
    color: #fff !important;
    cursor: default !important;
    background-color: #8A6927 !important;
    border-color: #8A6927 !important;
}

.btn-primary:active, .btn-submit:active, .btn-cancel:active, .btn:hover, .btn-primary:hover, .btn-submit:hover, .btn-cancel:hover{
    color: #fff !important;
    cursor: default !important;
    background-color: #8A6927 !important;
    border-color: #8A6927 !important;
}
