/* from cache */
@import url("footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/cn-2039/cn-2039.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: Arial, 微软雅黑, sans-serif;
    font-size: 14px;
    color: #898989;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 12px;
    font-family: Arial, 微软雅黑, sans-serif;
    color: #898989;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #898989;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #898989;
}

.footer {
    font-size: 14px;
}

.subscription-header,
.export-header {
    font-weight: bold;
    color: #898989;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    display: none;
    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: #898989;
    display: none;
}

.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0.5em;
    color: #898989;
}

.headline-left .date-time {
    font-weight: normal;
    font-size: 1.3em;
    color: #ffa800;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.5em;
    margin: -0.08em 0 0 -0.08em;
    border: 0.08em solid #e7e7e7;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #ffffff;
    color: #004E97;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border: 0.08em solid #e7e7e7;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #ffffff;
    color: #004E97;
    font-weight: normal;
}

.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: #898989;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1em;
    border: 0.08em solid #e7e7e7;
    border-radius: 0em;
}

.expand-collapse > .exco-text:hover,
.expand-collapse.expand > .exco-text {
    background-color: #f3f3f3;
    border-right-color: #e7e7e7;
    color: #898989 !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: 1em 0.5em 1.5em 0.5em;
}

.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #e7e7e7;
}

.odd {
    background-color: #ffffff;
    border-bottom: 0;
}

.even {
    background-color: #ffffff;
    border-bottom: 0;
}

/* 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 #e7e7e7;
    padding-bottom: 0.6em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a,
.eupagination > li > span {
    font-weight: normal;
    padding: 1.0em 1.0em 1.0em 1.0em;
    margin-left: -0.08em;
    line-height: normal;
    color: #898989;
    text-decoration: none;
    background-color: #E1E1E1;
    border: 0.08em solid #E1E1E1;

}

.eupagination > li > a:hover,
.eupagination > li > span:hover {
    background-color: #FFA800 !important;
    color: #FFFFFF !important;
    border: 0.08em solid #FFA800 !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: #FFFFFF;
    cursor: default;
    background-color: #FFA800;
    border-color: #FFA800;
    font-weight: normal;
}

.eupagination > li:last-child > a,
.eupagination > li:last-child > span {
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}

.eupagination > li:first-child > a,
.eupagination > li:first-child > span {
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}

.eupagination > .disabled > a,
.eupagination > .disabled > a:hover {
    border-color: #e7e7e7;
}

/* 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: #E1E1E1;
    color: #8B8B8B !important;
    padding: 14px;
    border: 0em solid #8B8B8B;
    font-size: 14px;
    font-weight: normal;
    border-radius: 0px;
    min-width: 11em;
    height: auto;
    line-height: normal;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-transform: none;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #FFA800;
    border: 0em solid #FFA800;
    font-weight: normal;
    color: #fff !important;
}

/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
/*body.body-rtl .tabs li {
    float: none !important;
}*/
.tabs-wrapper {
    margin: 1em 0 1.5em 0;
    border-bottom: 1px solid #dddddd;
}

.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;
    border-bottom: 0;
}

.tabs li {
    float: none;
    margin: 0;
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
}

.tabItem {
    font-size: 18px;
    text-transform: capitalize !important;
    height: auto;
    line-height: normal;
    border-radius: 0;
    padding-top: 0em !important;
    padding-bottom: 0em !important;
    padding-left: 0em;
    padding-right: 0em;
    margin: 0;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: #ffffff;
    border: 0;
    border-bottom: 0em solid #e3e3e3;

    transition: background 0.5s, color 0.5s !important;

    color: #7a7a7a;
    position: relative;
    top: 0;
    left: 0;
}

.tab-active {
    color: #898989 !important;
    cursor: default;
    font-weight: normal;
    font-style: normal;
    background-color: #ffffff;
    border-bottom: 0em solid #004E97;
    position: relative;
    top: 0px;
    left: 0;
}

.tabItem:hover {
    background: #ffffff;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    border-bottom: 0em solid #004E97;
    color: #004E97 !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: normal;
    font-style: normal;
    background: #E1E1E1;
    border: 0em solid #8B8B8B;
    transition: background 0.5s;
    color: #8B8B8B;
    border-radius: 0px;
    margin: 0;

}

nav.year-filter > ul > li.selected a {
    text-decoration: none;
    background: #FFA800;
    color: #FFFFFF;
    border-color: #FFA800;
}

.year-filter ul li a.selected {
    background: #333333;
    color: #fff;
}

/* 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: #898989;
}

.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-header {
    background-color: #ffffff;
}

.modal-body {
    position: relative;
    padding: 1em;
    background-color: #fff;
}

.your-preference-title {
    text-align: center;
    padding: 0 0 1em 0;
    color: #898989;
}

.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #e7e7e7;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #8B8B8B;
    font-size: 1em;
    padding: 0 0.16em;
    box-sizing: border-box;
    background: #ffffff;
    border: 0.08em solid #898989;
    border-radius: 0;
    height: 2.2em;
}

.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
    color: #898989;
}

select option {
    background: #fff;
    color: #898989;
    font-size: 12px;
}

/***************************************** 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 #333333;
    -webkit-box-shadow: 0 0.08em 0.32em #333333;
}

.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:425px) {
    .subscription-section {
        float: none;
        text-align: center;
    }
}

@media (max-width:320px) {
    .subscription-section .subscription-header {
        text-align: center;
        width: 100% !important;
    }

    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        /*
        padding-top: 0.5em !important;
        text-align: left;
*/
    }

    .export-types {
        padding-bottom: inherit;
    }
}

/*END*/


.tabItem:after {
    content: "";
    border: 1px solid #fff;
    display: block;
    margin-top: 25px;
}

.tab-active:after {
    border-color: #004E97;
}

footer a:hover {
    text-decoration: underline;
}

.content-headline .headline {
    padding: 0;
}

.events > li {
    border-bottom: 0.08em solid #E1E1E1;
}

.event-row:hover {
    background: #004E97;
}

.headline-right .event-type {
    font-weight: normal;
}

.headline-left .event-name {
    font-size: 1.2em;
    font-weight: 700;
    color: #3a3a3a;
    padding-top: 20px;
}

.location {
    font-size: 1em;
    font-weight: normal;
}

.event-row:hover div div div div:last-child,
.event-row:hover div div div:last-child div,
.event-row:hover div div div div:nth-child(2) {
    color: #fff;
}

.eupagination > .disabled > span,
.eupagination > .disabled > span:hover,
.eupagination > .disabled > span:focus,
.eupagination > .disabled > a,
.eupagination > .disabled > a:hover,
.eupagination > .disabled > a:focus {
    background-color: #E1E1E1;
}

.headline-right .event-type {
 bottom: 25px;
    right: 17px;
    position: absolute;

}

.event-row:hover span.map-icon {
    width: 13px;
    height: 13px;
    background: transparent url("../image/hoverloc.png") no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
    display: inline-block;
}


