@import url("//ksatools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/sa-4005/sa-4005.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@font-face {
    font-family: 'GoldPlay';
    src: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-4005/fonts/Goldplay-SemiBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

@font-face {
    font-family: 'GoldPlay';
    src: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-4005/fonts/Goldplay-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: 'GoldPlay';
    src: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-4005/fonts/Goldplay-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: 'Avenir';
    src: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-4005/fonts/AvenirArabic-Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 600;
}

/* @font-face {
    font-family: 'Avenir';
    src: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-4005/fonts/AvenirArabic-Medium.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
} */

@font-face {
    font-family: 'Avenir';
    src: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-4005/fonts/AvenirArabic-Book.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
* {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'GoldPlay';
    font-size: 16px;
    color: #605f5f;
    font-weight: 600;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: 'GoldPlay';
    color: #605f5f;
    font-weight: 600;
}

.wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
    font-weight: 600;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #605f5f;
    text-decoration: none;
    font-weight: 600;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #122969;
    font-weight: 600;
}

.footer {
    padding: 0em;
    font-size: 13px;
}

/*********************************************** 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: #003E5C;
}

.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: 0em;
    border: 1px solid #605f5f15;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #122969;
    color: #FFFFFF;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #605f5f15;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #122969;
    color: #FFFFFF;
    font-weight: 600;
    border: 1px solid #122969;
}

.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: #605f5f;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 2px solid #605f5f15;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #605f5f15;
    border-right-color: #605f5f15;
    color: #605f5f !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 2.5em;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 0.5em;
}

.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #CCCCCC;
}

/* 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 #122969;
    padding-bottom: 0.5em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: 600;
    padding: 0em;
    margin: 2px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #122969;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #122969;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #122969;
    color: #FFFFFF !important;
    border-color: #122969;
}

.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: #122969;
    border-color: #122969;
    font-weight: 600;
}

.eupagination>li:last-child>a,
.eupagination>li:last-child>span {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
}

.eupagination>li:first-child>a,
.eupagination>li:first-child>span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
}

.eupagination>.disabled>span,
.eupagination>.disabled>span:hover,
.eupagination>.disabled>span:focus,
.eupagination>.disabled>a,
.eupagination>.disabled>a:hover,
.eupagination>.disabled>a:focus {
    cursor: default;
    color: #12296950 !important;
}

/* 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-color: #122969;
    color: #FFFFFF;
    padding: 12.5px 20px !important;
    border: 1px solid #122969;
    font-size: 1em;
    font-weight: 600;
    border-radius: 8px;

    text-transform: none;
    transition: background 0.5s, color 0.5s, border 0.5s;

    width: 150px;

    outline: none;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background-color: #FFFFFF;
    color: #122969;
    border: 1px solid #122969;
}

/************************************************ 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;
    position: relative;
}

.tabs::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0em;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 1;

    border-bottom: 0px solid #CCD4D6;
}

.tabs li {
    _float: none;
    float: none;
    margin: 2px 5px;
    display: inline-block;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding: 12px 26px !important;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    text-decoration: none;
    font-weight: 600 !important;
    font-style: normal;
    text-transform: none !important;
    background: #FFFFFF;
    border: 0px solid #000000;
    border-bottom: 3px solid #FFFFFF;
    border-radius: 0px;
    transition: background 0.5s;
    color: #605f5f !important;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    min-width: 12em;
}

.tab-active {
    color: #0AC2F8 !important;
    cursor: default;
    font-weight: 600 !important;
    background-color: #FFFFFF;
    position: relative;
    border-color: #0AC2F8;
    z-index: 10;
}

.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 #605f5f15;

    display: none;
}

.tabItem:hover {
    color: #0AC2F8 !important;
    cursor: default;
    font-weight: 600 !important;
    background-color: #FFFFFF;
    position: relative;
    border-color: #0AC2F8;
    z-index: 10;
}

/* 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: 600;
    font-style: normal;
    background: #FFFFFF;
    border: 1px solid #D8DAE2;
    transition: background 0.5s;
    color: #21113F;
    border-radius: 0px;
    margin: 0;
}

.year-filter ul li a.selected {
    background: #122969;
    border: 1px solid #122969;
    color: #FFFFFF;
}

.year-filter .selected a[aria-selected="true"],
.year-filter ul li a:hover {
    background: #122969;
    border: 1px solid #122969;
    color: #FFFFFF;
}

/* 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: 0em;
    color: #333;
}

.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: transparent;
    box-sizing: border-box;
    border: 2px solid #605f5f15;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    font-family: inherit;
    color: #605f5f;
    font-size: inherit;
    padding: 5px;
    border: 0;
    border: 1px solid #D8DAE2;
    background: transparent;
    height: 45px;
}

.form input:focus,
.form select:focus {
    outline: 0;
}

.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: 1px solid #003E5C;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background: #fff;
    box-shadow: 0 1px 0.32em #003E5C;
    -moz-box-shadow: 0 1px 0.32em #605f5f15;
    -webkit-box-shadow: 0 1px 0.32em #605f5f15;
}

.etooltip .tip-arrow {
    background: transparent;
}

/************************************************* END OF TOOLTIP ********************************************************/


/* ADDITIONAL CSS */

.btn-subscribe:active,
.btn-subscribe:focus {
    background-color: #122969;
    outline: none;
}

.modal a,
.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #605f5f;
    text-decoration: none;
}

.modal a:hover,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    color: #122969;
    text-decoration: underline;
}

.check-subscription-link {
    text-decoration: underline;
    font-weight: 600;
}

.check-subscription-link:hover {
    text-decoration: none;
}

.btn-submit,
.btn-cancel,
.btn-ok {
    margin: 3px 5px;
    outline: none;
}

.btn:active,
.btn.active {
    background-image: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.google-recapcha>div {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #605f5f;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
    background: #122969;
    color: #FFFFFF;
}

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: #FFFFFF;
}

.main-heading {
    display: none;
}

.subscription-header,
.export-header {
    font-weight: 600;
}

.check-subscription-link {
    text-decoration: none;
}

.check-subscription-link:hover {
    text-decoration: underline;
}

.link-location a {
    word-wrap: break-word;
}

.headline .headline-left {
    width: 80%;
    float: left
}

.headline .headline-right {
    width: 20%;
    float: left
}

.check-subscription-link {
    font-size: 15px;
    font-weight: 600;
}

/* ARABIC */

body.body-rtl {
    direction: rtl;
    font-family: "Avenir", sans-serif;
}

.ar-ae .tabItem,
.ar-ae .tab-active,
.ar-ae .form input,
.ar-ae .form select,
.ar-ae .next-event {
    font-family: "Avenir", sans-serif;
}

.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

.ar-ae .export-and-subscription {
    float: left;
}

body.body-rtl .tabs li {
    float: none !important;
}

.ar-ae .tabs {
    text-align: center;
}

.ar-ae .type-filter li {
    padding: 0 10px !important;
}

.ar-ae .year-filter li {
    padding: 0 2px !important;
}

.ar-ae .check-subscription-link {
    text-decoration: none;
    font-weight: 600;
    text-align: left;
}

.ar-ae .check-subscription-link:hover {
    text-decoration: underline;
}

.ar-ae .tabs-wrapper {
    margin: 1em 0 13.5em 0;
}

.ar-ae div#PastEventsContainer .filter-type {
    padding-bottom: 4em;
}

body.ar-ae .content-headline {
    margin-right: 31px;
}


/*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;
    }

    .ar-ae .form .label {
        width: 100% !important;
        text-align: right !important;
        margin: 10px 0 6px 0;
        height: auto;
        line-height: inherit;
    }

    .ar-ae .tabs-wrapper {
        margin: 1em 0 0em 0;
    }
}

/* @media (max-width:350px) {
    .tabs li {
        width: 70%;
        margin: 3px;
    }
} */

@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;
    }

    .check-subscription-link {
        text-align: left;
    }

    .ar-ae .subscription-section .subscription-header {
        text-align: right;
        float: right;
    }

    .ar-ae .subscription-section .btn-subscribe-wrapper {
        text-align: right;
    }

    .ar-ae .check-subscription-link {
        text-align: right;
    }
}

/*END*/

/* 9-26 */

.expand-collapse>.exco-text {
    line-height: 1em;
}
/* .next-event {
    display: none;
} */
.expand-collapse>.exco-text {
    display: none;
}
.show-hide-toggle[aria-expanded="false"] {
    display: block !important;
}

section.next-event {
    display: none;
}
.tabs li a {
    text-decoration: none !important;
}
/* 10-9 */

.content-headline .headline {
    padding: 10px 0px;
}
.content-headline {
    margin-left: 0em;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
}

@media screen and (max-width:479px){
    body.ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
    }
}
.headline-left .date-time {
    color: #122969;
}
