@import url("//asia.tools.euroland.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/cn-cal/cn-cal.css */
@font-face {
	font-family: "Akzidenz Grotesk BE Regular";
	src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/cn-cal/./fonts/Akzidenz Grotesk BE Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/




/*************************************************** MAIN RULES **********************************************************/



body {
    padding: 0;
    margin: 0;
	font-family: Akzidenz Grotesk BE Regular, Helvetica, Arial, sans-serif !important;
	font-size: 18px;
	color: #1a1a1c;
    /* line-height: 1.4;
    -webkit-text-size-adjust: 100%; */
}

/* body.zh-tw, 
body.zh-cn{
    font-family: "microsoft yahei", Helvetica, Arial, sans-serif !important;
}
    */
.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #1a1a1c;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    color: #000000;;
    text-decoration: none;
    font-weight: normal;
}
.footer {
    font-size: 14px;
}

.subscription-header, .export-header {
    font-weight: bold;
    color: #1a1a1c;
}
.check-subscription-link{
    font-size: 1em;
}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
	display: block;
    padding-bottom: 1em;
    font-size: 18px;
}
.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #0088CE;
    display: block;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
    color: #1a1a1c;
}
.headline-left .date-time {
    font-weight: normal;
    color: #0088CE;
    font-size: 18px;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    /* max-height: 115px;
    max-width: 115px;
    min-height: 115px !important; */
    height: 100%;
    width: 100%;
    margin: -0.08em 0 0 -0.08em;
    text-align: center;
    transition: background 0.5s;
    background-color: #fff;
    color: #1a1a1c;
    /* border-radius: 5px !important; */
    font-size: 20px;
}
.time-line-item:hover {
    background-color: #0088CE;
    color: #fff;
    /* font-weight: bold; */
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0.08em solid #ccc;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #ffffff;
    color: #1a1a1c;
    font-weight: normal !important;
}
.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;
    background-color: #f3f3f3;
    color: #1a1a1c;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1em;
    border: 0.08em solid #ccc;
    border-radius: 0em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #f3f3f3;
    border-right-color: #ccc;
    color: #1a1a1c !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;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #ccc;
}
.odd {
    background-color: transparent;
    border-bottom: 1px solid #1a1a1c;
}
.even {
    background-color: transparent;
    border-bottom: 1px solid #1a1a1c;
}
/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}
.filter-type {
    border-bottom: 0.08em solid #ccc;
    padding-bottom: 0.6em;
}
/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: 700;
    font-size: 15px;
    padding: 0.55em 1em;
    margin-left: 0.32em;
    line-height: normal;
    color: #1A1A1C;
    border: none !important;
    text-decoration: none;
    background-color: transparent;
    opacity: .25;
    padding: 11px 18.39px;
    border-radius: 50% !important;
    background: transparent;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #FFFFFF;
    color: #1a1a1c !important;
    text-decoration: underline;
}
.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: #1a1a1c !important;
    cursor: default;
    background-color: #FFFFFF;
    border-color: #1a1a1c;
    font-weight: 700;
    opacity: 1;

}
.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0.75em;
    border-bottom-right-radius: 0.75em;
    border-left:0;
    padding: 11px 14.27px;
}

.eupagination>.disabled>span, 
.eupagination>.disabled>span:hover, 
.eupagination>.disabled>span:focus, 
.eupagination>.disabled>a, 
.eupagination>.disabled>a:hover, 
.eupagination>.disabled>a:focus{
    color: #1a1a1c !important;
    background-color: transparent;
}

.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0.75em;
    border-bottom-left-radius: 0.75em;
    border-right:0;
    padding: 11px 14.27px;
}
.eupagination > .disabled > a, .eupagination > .disabled > a:hover {
    border-color: #ccc;
}

/* 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 {
    border-radius: 24px;
	/* background: linear-gradient(to right, #f9a143 33%, #15429d 67%);
    background-size: 300% 100%;
    background-position: right bottom; */
    height: 40px;
    line-height: 1em !important;
    background: #000000;
    border: 2px solid #1A1A1C !important;
    padding: 3px 20px 3px 20px;
    border: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-transform: none;
    color: #FFFFFF!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    min-width: 143px;
}


.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    /* background-position: left bottom; */

    background: #FFFFFF !important;
    color: #000000 !important;
    font-weight: normal;
   
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
/*body.body-rtl .tabs li {
    float: none !important;
}*/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
}
.tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 2em;
    width: 100%;
    line-height: normal;
    float: none;
    text-align: center;
    font-size:0;
    border-bottom: 1px solid transparent;
    padding-bottom: 2px;
}
.tabs li {
    _float: none;
    float: none;
    margin: 0 0px 0 0;
    display: inline-block;
}
.tabItem {
    background: transparent !important;
    font-size: 18px;
    font-weight: normal !important;
    text-transform: none;
    border-radius: 0;
    margin: 0;
    margin-right: 0;
    padding: 22.6px 0 18px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-style: normal;
    border: 0;
    text-align: center;
    color: #1a1a1c !important;
    position: relative;
    left: -0.08em;
    height: auto;
    line-height: normal;
    margin: 0 8px;
}
/* li:nth-child(2) .tabItem{
    left: -1px;
} */

.tabItem:after{
    display: block;
    position: absolute;
    content: " ";
    height: 64px;
    top: 0;
    width: 0%;
    background: transparent;
	border-bottom: 3px solid #0088CE;
	transition: all .35s ease-in-out;
}

.tabItem:hover{
    color: #000000 !important;
}

.tabItem:hover:after,
.tab-active:after{
    width: 100%;
}

/* body.zh-tw .tabItem:hover:after,
body.zh-cn  .tabItem:hover:after,
body.zh-tw .tab-active:after,
body.zh-cn .tab-active:after{
    height: 65px;
} */


.tab-active {
    color: #000000 !important;
    cursor: default;
    font-style: normal;
    background: transparent;
    /* border-bottom: 4px solid #003686; */
    position: relative;
    left: -0.08em;
}
.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 #e5e5e5;
    display: none;
}
.tabItem:hover {

} 
/* ul li .tabItem:before {
    content: '';
    border-left: solid 1px #e3e3e3;
    position: absolute;
    left: 0;
    top: 32%;
    height: 40%;
} 
ul li:first-child .tabItem:before {
    content: '';
    border-left: solid 1px #e3e3e3;
    position: absolute;
    left: 0;
    top: 35%;
    height: 36%;
    display: none;

} 
.tabItem:hover {
    background: #ffffff;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border-bottom: 0.24em solid 4f5964;
	color: 4f5964 !important;
} */
/* YEAR BUTTONS */
.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-top: 0.25em !important;
    padding-bottom: 0.25em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: #fff;
    border: 0px solid #0b519d;
    transition: background 0.5s;
    color: #1A1A1C;
    border-radius: 0px;
    margin: 0;
    display: block;

}
.year-filter ul li.selected a {
    background: #FFFFFF;
    border-bottom: 2px solid #0088CE;
}
/* 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: #1a1a1c;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 21px;
    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;
    color: #1a1a1c;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #ccc;
    padding: 1em 0 1em 0;
}
.form input,
.form select {
    color: #7f7f7f;
    font-size: 1em;
    padding:  0 0.16em;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 0.08em solid #9c9c9c;
    border-radius: 24px;
    padding: 0px 0 0 10px;
    height: 40px;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
    color: #1a1a1c;
}
select option {
    background: #fff;
    color: #1a1a1c;
    font-size: 18px;
}
/***************************************** 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 #1a1a1c;
    -webkit-box-shadow: 0 0.08em 0.32em #1a1a1c;
}
.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;
    }
    button.btn.btn-primary.btn-submit {
        margin-bottom: 0;
    }
}


/*END*/

.btn:after{
    display: block;
    position: absolute;
    content: " ";
    height: 62px;
    top: 0;
    width: 0%;
    background: transparent;
	border-bottom: 3px solid #0088CE;
	transition: all .35s ease-in-out;
}


.zh-cn .btn-subscrib,
.zh-cn .btn,
.zh-cn .btn-primary,
.zh-tw .btn-subscrib,
.zh-tw .btn,
.zh-tw .btn-primary {
    min-width: 164px !important;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #0088CE;
    color: #fff;
}
.expand-collapse.expand > .exco-text,
.expand-collapse:hover > .exco-text {
    color: #003586;
}
.event-row.focus .content-headline {
    border-right-color: #003586;
}

*{
    outline: 0;
}

.check-subscription-link .link {
    font-weight: bold !important;
    color: #1a1a1c;
    font-size: 15px;
}

.check-subscription-link .link:hover{
    color: #1a1a1c !important;
    font-weight: bold;
    border-bottom: 2px solid #0088CE;
}

.google-recapcha {
    display: none;
}
.google-recapcha>div {
    display: none;
}

.btn{
    font-size: 14px !important;
}

.form .label {
    width: 21.5%;
}

.time-line-month-name{
    /* margin-top: 46px; */
}

body.zh-tw .time-line-month-name,
body.zh-cn .time-line-month-name {
    /* margin-top: 30px; */
    /* font-size: 15px; */
    /* font-family: "DINCond-Regular"; */
    font-family: Akzidenz Grotesk BE Regular, Helvetica, Arial, sans-serif !important;
    font-weight: normal;
}

body.zh-tw .time-line-month-name:after,
body.zh-cn .time-line-month-name:after {
    content: "月";
    /* font-size: 15px; */
	font-family: Akzidenz Grotesk BE Regular, Helvetica, Arial, sans-serif !important;
}

.btn-more-event{
    box-shadow: none;
}

.check-subscription-link{
    margin-top: 5px;
}

.time-line-item{
    padding-top: 0.75em;
    font-size: 20px !important;
    border-color: #9c9c9c !important;
}

body.en-gb .time-line-item{
    font-size: 18px !important;
}

.tabItem:hover:after, .tab-active:after{
    height: 64px
}

/* body.zh-tw .tabItem:after,
body.zh-cn .tabItem:after{
    height: 65px;
} */

nav.year-filter {
    display: block;
}

.calendar-time-line ul{
	margin-top: 0 !important;
}


/* .event-name:hover{
    color: #000000;
} */

span.type-filter-name {
    color: #1A1A1C;
    padding-bottom: 2px;
}
span.type-filter-name:hover {
    border-bottom: 2px solid #0088CE;
}

.filter-type .selected .type-filter-name{
    color: #0088CE;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 2px solid;
}

.time-line-month-name:after {
    font-size: 18px;
}

.subscription-header{
    display: none;
}

ul.tabs li a[tabname="Past-Events"]:hover,
ul.tabs li a[tabname="Past-Events"].active{
    color: #000000 !important;
}   

ul.tabs li a[tabname="Past-Events"]:after{
    border-bottom-color: #0088CE !important;
}   



@media (max-width:1200px){
    .time-line-item,
    .tabItem{
        font-size: 18px;
    }

    .time-line-month-name {
        /* margin-top: 48px; */
    }

    body.zh-tw .time-line-month-name, 
    body.zh-cn .time-line-month-name {
        /* margin-top: 36px; */
        font-size: 15px;
    }

    body.zh-tw .time-line-month-name:after,
    body.zh-ch .time-line-month-name:after {
        font-size: 15px;
    }

}


@media (max-width:992px){
    
    body, 
    .time-line-item,
    .next-event{
        font-size: 14px !important;
    }
    .btn, {
        font-size: 14px;
    }

    body.zh-tw .time-line-month-name, 
    body.zh-cn .time-line-month-name {
        /* margin-top: 36px; */
        font-size: 15px;
    }

    body.zh-tw .time-line-month-name:after,
    body.zh-ch .time-line-month-name:after {
        font-size: 15px;
    }
    
}


@media (max-width: 850px){
    .footer {
        font-size: 14px;
    }
}




/* @media (max-width:320px){
    .check-subscription-link {
    text-align: left;
    }
    .btn, .btn-primary, 
    .btn-submit, .btn-cancel, 
    .btn:focus, .btn-primary:focus, 
    .btn-submit:focus, .btn-cancel:focus {
    margin-bottom: 5px;
    min-width: 8em;
    }
} */

@media (max-width: 450px){

    .btn:after{
        display: none;
    }

    .tabs li {
        display: inline-block;
        width: 50%;
        margin-bottom: 20px;
        text-align: center;
        height: auto !important;
        margin: 0;
    }
    .tabs{
        border-bottom: 0;
    }
    .tabItem{
        border: 0px;
        width: 86%;
        margin: 0 auto;
        border: 0px solid #0088CE !important;
        padding: 11px!important;
        margin-bottom: 5px;
        font-size: 15px;
        color: #1a1a1c !important
    }
    .tabItem:hover:after, .tab-active:after {
        height: 44px;
    }
    .tabItem:after {
        left: 0;
    }

    .period {
        display: inline-block;
        width: 44%;
    }
    /* ul.tabs li a[tabname="Past-Events"]:hover, ul.tabs li a[tabname="Past-Events"].active {
        color: #fff !important;
    } */

    .button-wrraper {
      padding: 12px 0 0 0;
    }
    input.btn.btn-default.btn-cancel {
    margin-bottom: 0;
    }
 .zh-cn .btn, .zh-cn .btn-primary, .zh-tw .btn, .zh-tw .btn-primary {
        min-width: 123px !important;
    }

   .btn, .btn-primary  {
    min-width: 123px;
    }

}

.headline-left .full-descriptions {
    color: #1a1a1c !important;
}

.expand-collapse>.exco-text, .expand-collapse>.exco-text:hover, .expand-collapse.expand>.exco-text {
    color: #0088CE !important;
    border: 1px solid #0088CE;
    background: #FFFFFF;
    font-size: 22px;
    width: 24px;
    height: 24px;
    border-radius: 30px;

}

.event-row.first .box-border {
    border: 0;
}

.expand-collapse {
    position: relative !important;
}

.content-headline .headline {
    padding: 16px 0px;
}

.content-headline{
    padding-bottom: 14px;
    /* margin-left: 20px; */
}

.headline .headline-left {
    width: auto;
}

.headline-left {
    margin-left: 0;
}


.headline .headline-right {
    width: auto;
    float: right;
}

.supply-by span a::before{
    background-color: transparent !important;
}

.supply-by span a{
    color: transparent;
}

.cookies-box a:hover {
    border-bottom: 2px solid #0088CE;
}
/* a.Pages-Arrow {
    color: transparent;
} */

/* @media (max-width:401px) {
    input.btn.btn-default.btn-cancel {
        margin-bottom: 5px;
    }
} */

