@import url("//asia.tools.euroland.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/KY-6699/KY-6699.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: "SpaceGrotesk";
    font-weight: 300;
    src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/SpaceGrotesk-Light.ttf") format("truetype");
}
@font-face {
    font-family: "SpaceGrotesk";
    font-weight: 400;
    src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/SpaceGrotesk-Regular.ttf") format("truetype");
}
@font-face {
    font-family: "SpaceGrotesk";
    font-weight: 700;
    src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/SpaceGrotesk-Bold.ttf") format("truetype");
}

@font-face {
	font-family: 'icofont';
	src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/icofont.eot");
	src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/icofont.eot?#iefix") format('embedded-opentype'),
		url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/icofont.woff2") format('woff2'),
		url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/icofont.woff") format('woff'),
		url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/icofont.ttf") format('truetype'),
		url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/fonts/icofont.svg") format('svg');
	font-weight: normal;
	font-style: normal;
}
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
html[lang=zh-tw] body {
    font-family: "Noto Sans SC", "Microsoft YaHei", "Microsoft YaHei UI", Arial, Helvetica, sans-serif;
    font-display: swap;
    font-weight: normal;
}

html[lang=zh-cn] body,
html[lang=zh-cn] input,
html[lang=zh-cn] button {
	  font-family: "Noto Sans SC", "Microsoft YaHei", "Microsoft YaHei UI", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #393536;
}

html[lang=en-gb] body,
html[lang=en-gb] input,
html[lang=en-gb] button{
    font-family: "SpaceGrotesk",sans-serif;
    font-size: 18px;
    color: #393536;
}

body {
    padding:0;
    margin:0;
    font-family: inherit;
    font-size: 18px;
    color: #393536;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 18px;
    font-family: inherit !important;
    color: #393536;
}
.wrapper {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #70747E;
    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;
    display: none;
}
.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: #139EE2;
}
.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 #DBDBDB;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #DBDBDB;
}
.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 {
    position: relative;
    background-color: transparent;
}
.calendar-time-line .current-month .time-line-item::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 5px;
    background-color: #139EE2;    
    left: 0;
    z-index: 2;
}
.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: #393536;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #393536!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0 !important;
    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: 1px solid #CCCCCC;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */

.eupagination>li>a,
.eupagination>li>span {
    padding: 0.2em 2em;
    margin-left: -0.08em;
    line-height: normal;
    color: #70747E;
    text-decoration: none;
    background-color: transparent;
    border: none;
	cursor: pointer;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: transparent;
    color: #139EE2!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;
    cursor: default;
    background-color: transparent;
    color: #139EE2;
	border:none;
    font-weight:bold;
}

.eupagination>.active>span{
	position:relative;
}

.eupagination>.active>a::after{
	content:"";
	position:absolute;
	bottom:4px;
	right: calc(100% - 59%);
	width:20%;
	display: inline-block;
	border-bottom: 1px solid #139EE2;
}

.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    background-color: transparent;
}
.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    background-color: transparent;
}
.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    background-color: transparent;
	cursor: pointer;
}

.pager, .circle-pager {
    padding-top: 20px;
}
/* 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: transparent;
    color: #139EE2 !important;
    border: 1px solid #139EE2;
    padding: 1em 3em;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: normal;
    transition: background 0.5s;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    color: #ffffff !important;
    background-color: #139EE2;
    border-color: #139EE2
}   
/************************************************ 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;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display:inline-block;
}
.tabItem {
    height: auto;
	line-height: normal;
	
	padding: 1.0em 3.0em !important;
	
	text-decoration: none;
	font-weight:normal;
	font-style: normal;
	
	background: transparent;
	border: 1px solid #139EE2;
	
	transition: background 0.5s;
	
	color: #139EE2 !important;	
	
	margin-left: -0.08em;
	position: relative;
	top: 0;
	left: 0.08em;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    margin: 0 20px;
}
.tab-active, .tabItem:hover {
    color: #FFF !important;
    cursor: pointer;
    font-weight: normal;
    background-color: #139EE2;
	position: relative;
}
.tab-active:hover {
    cursor: default;
}

/* 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: normal;
    font-style: normal;
    background: #FFFFFF;
    border: 1px solid #139EE2;
    transition: background 0.5s;
    color: #139EE2;
    margin: 0;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.year-filter ul li.selected a,
.year-filter ul li a:hover {
    font-weight: bold;
    background: #139EE2;
    color: #FFFFFF;
}
.year-filter ul li.selected a:hover {
    cursor: default;
}
/* 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;
    font-family: "SpaceGrotesk",sans-serif !important;
    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: #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;
}
/***************************************** 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;
    display: none;
    -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;
}

.year {
    font-weight: 700;
}
.time-line-month-name {
    font-size: 16px;
}
.main-heading {
    font-size: 24px;
}
.subscription-header, .export-header {
    font-weight: normal;
    font-size: 24px;
}
.check-subscription-link {
    font-size: 14px;
    color: #70747E;
    font-weight: normal;
}
a:hover, a:active, .hyperline:active, .hyperlink:active, .check-subscription-link:hover {
    text-decoration: none;
    color: #139EE2;
}

.export-and-subscription .subscription-section {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10px, 50px);
}

.calendar-view {
    display: none;
}

.event-name {
    font-size: 24px;
    color: #393536;
    line-height: 200%;
}
.next-event .event-name {
    color: #139EE2;
}
.next-event .date-time {
    color: #70747E;
    font-weight: normal !important;
}

.next-event div.lable {
    font-size: 24px;
    font-weight: normal;
    color: #393536;
}

.export-section {
    display: none;
}

.headline-right .event-type {
    font-weight: normal;
    color: #D3B27E;
    font-size: 18px;
    vertical-align: middle;
}

#PastEventsContainer:not([aria-expanded]) > .filter-type {
    display: none;
}
#PastEventsContainer:not([aria-expanded]):has(> .enabled-scrollar) > .filter-type {
  display: block;
}

.headline-left .date-time {
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #70747E;
}

.event-row.focus .content-headline {
    border-right-width: 0;
    border-right-color: transparent;
}

button:focus-visible, button:focus {
    outline: 0px solid transparent !important;
}

.headline-left .date-time::before {
    content: "";
    padding-right: 5px;
    background: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/clock.svg") no-repeat;
    background-size: 100% 100%;
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: text-top;
    position: relative;
    transform: translateY(-2px);
}
.map-icon {
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/location.svg") no-repeat;
}

.footer * {
    font-size: 14px;
    color: #70747E !important;
}

.cookies-box > a:hover{
    color: #139EE2 !important;
}
/************************************************* END OF TOOLTIP ********************************************************/

/* Modal Dialog */
.modal-title {
    font-size: 18px;
    font-weight: normal;
    padding-top: 0;
    padding-bottom: 0;
    color: #393536;
}

.subscribe-content-wrapper .bold-title {
    font-weight: 400;
}

li.type {
    width: 100%;
    padding: 0;
}

.checkbox-wrapper span {
    font-size: 18px;
}

.checkbox-event-type li.type:not(:first-child)  div span:first-child {
    margin-left: 3em;
    margin-right: 10px;
}
.form{
    color: #393536 !important;
}
.your-preferences {
    border: 0;
}

.subscribe-actions {
    margin-bottom: 20px;
}

.form .label {
    text-align: left;
}
.form input, .form select {
    font-size: 18px;
    height: 42px !important;
    padding-left: 20px;
    border: 1px solid #70747E;
    border-radius: 30px;
}
.row-control {
    padding: 15px;
}
.color-box {
    display: none;
}

.checkbox {
    display: inline-block;
    background: none;
    border-radius: 50%;
    border: 1px solid #393536;
    position: relative;
    top: -1px;
}
.checkbox-checked::after {
    background-position: unset;
}
.checkbox-checked::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 14px;
    vertical-align: top;
    background: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/KY-6699/check.svg") no-repeat;
    left: 0.06em;
    top: 2px;
    z-index: 2;
    background-size: 100% 100%;
}

.form {
    margin: 20px 0;
}

.content-headline {
    padding-bottom: 0;    
    padding-top: 0.5em;
}

.form div[order="2"] {
    display: none;
}

/* .row-control {
    padding: 5px;
} */

/*THIS IS REQUIRED*/
/* @media (max-width: 479px) {
    .preference-period, .preference-period.visibility-hidden > div {
        width: 100% !important;
    }
} */
@media (max-width: 523px) {
    .preference-period > div, .preference-period.visibility-hidden > div {
        width: 100% !important;
    }
}
@media (max-width: 640px) {
    li.type {
        width: 100% !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*/

/* Media Queries */
@media(max-width:960px) { 
    .export-and-subscription .subscription-section {
        position: static;
        transform: translate(0px, 0px);
    }
    .subscription-section {
        float: none;
        text-align: center;
    }
    .tabs {
        text-align: center;
    }
    .next-event {
        text-align: center;
    }
    .main-heading {
        text-align: center;
    }
}


@media(max-width:655px) { 
    .tabs {
        text-align: center;
    }
    .tabs li {
        margin: 10px 0;
    }
}
@media (max-width: 530px) {
	.main-heading {
        text-align: left;
    }
	.subscription-section {
        float: none;
        text-align: left;
    }
	.tabs {
		display: block !important;
		width: 100% !important;
	}
	.tabs li {
		display: block !important;
		width: 100% !important;
	}
	/* .tabItem {
		width: 100%;
	} */
}
@media(max-width:415px) { 
    .btn-submit, .btn-cancel, .btn-ok {
        margin-top: 20px;
    }
}

@media(max-width:415px) { 
    .btn-submit, .btn-cancel, .btn-ok {
        margin-top: 20px;
    }
}

@media (max-width: 320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none !important;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: center !important;
    }
    .subscription-section .subscription-header {
        text-align: center !important;
        float: none !important;
        width: 100% !important;
    }
}

.expand-collapse{
    display: none !important;
}

.show-hide-toggle{
    display: block !important;
}
ul.events li:hover{
    font-weight: bold;
    box-shadow: 0px 4px 8px 0px #ececea;
}
ul.events li:hover .headline-left .event-name, ul.events li:hover .headline-right .event-type,
ul.events li:hover .headline-left .date-time{
    font-weight: bold !important;
}
.attachment-icon{
    position: relative;
    top: 10px;
}
