@import url("//asia.tools.euroland.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/ky-6821/ky-6821.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: PingFang SC;
    src: url("//asia.tools.euroland.com/tools/FinCalendar2/Config/Company/ky-6821/fonts/pingfang-sc-regular.ttf") format('ttf');
    font-style: normal;
    font-weight: 400;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family:  PingFang SC, sans-serif !important;
    font-size: 14px;
    color: #142D4B;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 18px;
    font-family:  PingFang SC, sans-serif !important;
    color: #142D4B;
}
.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: #142D4B;
    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: #052B5E;
}
.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
}
.next-event div.date-time {
    font-weight: normal;
    color: #142841B3;
    font-size: 16px;
  }
  .next-event div.event-name{
    font-weight: bold;
    font-size: 18px;
    color: #052B5E;
  }
  .headline-left .event-name{
    font-weight: bold;
    font-size: 18px;
    color: #052B5E;
  }

  .zh-cn .headline-left .event-name{
    font-size: 16px;
  }
  .headline-left .date-time {
    font-weight: normal;
    color: #142841B3;
    font-size: 16px;
  }
/* 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 #D7D7D7;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #D7D7D7;
}
.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 0.08em solid #D7D7D7;
}
.color-dot-box .color-dot {
    display:none;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #3467C2;
  color: #fff;
  border-color: #3467C2;
}
.calendar-time-line .year {
    font-size: 18px;
    padding-bottom: 0.25em;
    line-height: normal;
}
/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse>.exco-text {
    display: inline-block;
    text-align: center;
    color: #142D4B;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #D7D7D7;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #D7D7D7;
    border-right-color: #D7D7D7;
    color: #142D4B!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    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:normal;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #4b4b4b;
    text-decoration: none;
    background-color: transparent;
    border: 0em solid #D7D7D7;
    font-size: 13px;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #ffffff;
    color: #004988!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: #004988;
    cursor: default;
    background-color: #fff;
  border-color: #fff;
    font-weight:bold;
}
.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;
}
.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;
}
/* 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: 0em solid #041B4C;
    border-radius: 4px;
    background: #041B4C;
    color: #FFFFFF !important;
    padding: 1em;

    font-size: 14px;
    font-weight: normal;


    height: 42px;
  line-height: 12px;

    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: #123F76;
  color: #FFFFFF;
  border-color: #123F76;
} 

.zh-cn .btn.btn-primary.btn-subscribe{
    font-size: 16px;
}
/************************************************ 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 {
    height: 20px;
    line-height: 20px;
	
	padding-top: 18px !important;
	padding-bottom: 18px !important;
	padding-left: 0em !important;
	padding-right: 0em !important;
	
	text-decoration: none;
	font-weight:bold;
	font-style: normal;
	
	background: transparent;
	border-top: 0.08em solid #041B4C;
  border-right: 0.08em solid #041B4C;
  border-bottom: 0.08em solid #041B4C;
  border-left: 0.08em solid #041B4C;
  background: #FFFFFF;
	
	transition: background 0.5s;
	
	color: #343A40;	
	
	margin-left: -0.08em;
	position: relative;
	top: 0;
	left: 0.08em;
    margin: 5px 13px 5px 0px;
  border-radius: 4px;
  width: 168px;
}
.tab-active {
    background: #041B4C;
    color: #FFFFFF !important;
    border-top: 0.08em solid #041B4C;
    border-right: 0.08em solid #041B4C;
    border-bottom: 0.08em solid #041B4C;
    border-left: 0.08em solid #041B4C;
    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 #D7D7D7;
}

.tabItem:hover {
    background: #041B4C;
  color: #FFFFFF;
  border-top: 0.08em solid #041B4C;
  border-right: 0.08em solid #041B4C;
  border-bottom: 0.08em solid #041B4C;
  border-left: 0.08em solid #041B4C;
  text-decoration: none;
  font-style: normal;
}
/* 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 #D7D7D7;
    transition: background 0.5s;
    color: #142D4B;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #D7D7D7;
}
/* 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: 13px;
    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 #D7D7D7;
    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;
    -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 #D7D7D7;
    -webkit-box-shadow: 0 0.08em 0.32em #D7D7D7;
}
.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;
    }
    .row-control {
        padding: 15px 0 5px 0 !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;
    }
}
/*END*/

/* ****************************NEW MODIFICATIONS ***************************** */
.footer {
    text-align: right;
    font-size: 12px;
    color: #74788d;
  }
  .main-heading{
    display: none;
  }
  .check-subscription-link .link{
    font-size: 13px;
  }
  .modal-dialog {
    font-size: 13px;
  }
  .modal-header .close {
    font-size: 1.4em;
    line-height: 0.25em;
  }
  .row-control{
    padding: 5px 0 5px 0;
  }
  .form input, .form select{
    height: 36px;
  }
  .btn-submit, .btn-cancel{
    height: 38px;
  line-height: 8px;
  width: 90px;
  }
  .eupagination{
    margin: 50px 0px 20px 0;
  }
  .modal a, .hyperlink, .disclaimer-box a, .cookies-box a {
    text-decoration: none;
    color: #74788d;
  }
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline: none;
    outline-offset: -2px;
  }
  .btn-primary {
    width: 97.27px !important;
  }
  .event-name:hover {
    color: #004988;
  }
  @media(max-width:520px){
    .tabItem{
        /* width: 99%; */
        padding-left: 0px;
  padding-right: 0px;
  margin: 5px 5px 5px 0px;
    }
}
    /* .tabs li{
        width: 99%;
    }
  } */

  /* Added Changes */

  .tabItem, .tab-active {
    font-size: 18px;
  }

.btn.btn-primary.btn-subscribe {
    width: 100px !important;
    height: 45px;
    background: #142841;
}

.filter-type {
    font-size: 16px;
}

.calendar-time-line {
    font-size: 18px;
}

.location {
    font-size: 18px;
}

.time-line-month-name{
    font-size: 18px !important;
}
