/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: "Manrope", serif;
    font-size: 16px;
    color: #707070;
}


.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: "Manrope", serif;
    color: #707070;
}

.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: #707070;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline !important;
    color: #707070;
}

.footer {
    padding: 0em;
    font-size: 13px;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 1em;
}

.main-heading {
    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: #003E5C;
}

.filter-type .selected .type-filter-name {
    font-weight: normal;
    text-decoration: underline;
}

.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: 0px 0 0 2px;
    border: 0.08em solid #DBDBDB;
    text-align: center;
    transition: none;
    background: #ECF4FA;
}

.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 #E2E2E2;
}

.color-dot-box .color-dot {
    display: none;
}

.time-line-item:hover,
.calendar-time-line .current-month .time-line-item {
    background-color: #042464;
    color: #FFFFFF;
    transition: none;
}

.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: #707070;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #E2E2E2;
    border-radius: 0.75em;
}

.google-recapcha {
    display: none !important;
}

.expand-collapse > .exco-text:hover,
.expand-collapse.expand > .exco-text {
    background-color: #E2E2E2;
    border-right-color: #E2E2E2;
    color: #707070 !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: 1px #E2E2E2 solid;
    padding: 14px 0px;
}

.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #bebfb8;
}

.headline-right .event-type,
.headline-left .date-time {
    font-weight: bold;
    color: #042464;
    padding-bottom: 0px;
    font-size: 1em;
}

.headline-left .event-name {
    padding-top: 5px;
    font-size: 1em;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

.download-event {
    margin-top: 0px;
}

.filter-type {
    border-bottom: 0px rgba(90, 103, 112, .3) solid;
    ;
    padding-bottom: 0.6em;
}

.content-headline .headline {
    padding: 0px;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a,
.eupagination > li > span {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -0.08em;
    line-height: normal;
    color: #707070;
    text-decoration: none;
    background-color: transparent;
    border: 0.08em solid #E2E2E2;
}

.eupagination > li > a:hover,
.eupagination > li > span:hover {
    background-color: #DBDBDB;
    color: #707070 !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: #707070;
    cursor: default;
    background-color: #DBDBDB;
    border-color: #E2E2E2;
    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 {
    background: #071E5E;
    color: #FFFFFF !important;
    padding: 20px 50px 20px 50px;
    border: 0px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 15px 15px 15px 15px;
    height: auto;
    line-height: normal;
    text-transform: capitalize;
    transition: none;
    border: 1px solid #071E5E;
    font-family: inherit;
    line-height: 11px;
    letter-spacing: 1.5px;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #073C75;
    color: #ffffff !important;
    border-color: #073C75;
}

/************************************************ 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: 0px;
    left: 0em;
    width: 100%;
    height: 0em;
    z-index: 1;
    border-bottom: solid 0px #103073;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
    width: 25%;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 0.8em !important;
    padding-bottom: 0.8em !important;
    padding-left: 0.8em;
    padding-right: 0.8em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: 0.08em solid #042464;
    transition: background 0.5s;
    color: #042464 !important;
    margin-left: 0.08em;
    position: relative;
    top: 0;
    /* left: 0.08em; */
    text-align: center;
    margin-right: 6px;
}

.tabItem:hover {
    background: #042464;
    border-top: 0.08em solid #042464;
    border-right: 0.08em solid #042464;
    border-bottom: 0.08em solid #042464;
    border-left: 0.08em solid #042464;
    background-repeat: repeat-x;
    text-decoration: none;
    font-style: normal;
    color: #ffffff !important;
    z-index: 9;
}

.tab-active:hover,
.tab-active {
    background: #042464;
    border-top: 0.08em solid #042464;
    border-right: 0.08em solid #042464;
    border-bottom: 0.08em solid #042464;
    border-left: 0.08em solid #042464;
    color: #ffffff !important;
    font-weight: 500;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 10;
}

.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 #DBDBDB;
}


/* 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: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: transparent;
    border: 1px solid #042464;
    transition: background 0.5s;
    color: #042464;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a.selected,
.year-filter ul li a:focus,
.year-filter ul li a:hover {
    background: #042464 !important;
    color: #ffffff !important;
}


/* 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: #707070;
    color: #707070;
}

.modal-header .close {
    margin-top: 0.1em;
    font-size: 2.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: 1px solid #e1e1e1;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #00000054;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border-color: #00000029;
    /* box-shadow: inset 0 1px 3px #ddd; */
    border-width: 0px 0px 1px 0px;
}

.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
    color: #042464;
}

.calendar-time-line .current-month {
    font-weight: normal;
}

.check-subscription-link {
    font-weight: normal;
}

/***************************************** 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 #E2E2E2;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}

.etooltip .tip-arrow {
    background: transparent;
}

/****************************** START of ARABIC *****************************/
body.body-rtl .subscription-section {
    float: left;
    text-align: left;
}

body.body-rtl .tabs {
    float: none !important;
}

body.body-rtl .tabs li {
    float: none !important;
}

body.body-rtl .tabItem {
    padding-left: 22px;
    padding-right: 45px;
}

body.body-rtl .tabItem:after {
    right: 15px;
    transform: rotate(180deg);
}

body.body-rtl .tabs {
    text-align: right;
}

body.ar-ae .filter-type ul li,
body.ku-arab-iq .filter-type ul li {
    float: none;
    padding: 0.25em 0.05em;
}

body.ar-ae .content-headline,
body.ku-arab-iq .content-headline {
    margin-right: 0em;
}

body.ar-ae .event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: #046bc7;
    border-left-width: 2px;
}

body.ar-ae .check-subscription-link {
    direction: ltr;
}

/****************************** END of ARABIC *****************************/
/************************************************* 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;
    }

    body.ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
    }
}

@media (max-width:335px) {
    .tabs li {
        display: block;
        margin: 2px auto;
    }

    body.body-rtl .tabItem,
    .tabItem {
        width: 90%;
        margin: 0 auto;
        padding-left: 0px;
        padding-right: 0px;
    }

    .tab-active:hover,
    .tab-active {
        border-bottom: 0.08em solid #103073;
    }

    .tabs:after {
        display: none;
    }
}

@media (max-width:320px) {
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 100% !important;
        padding-top: 0.5em !important;
        text-align: center;
    }

    .subscription-section .subscription-header {
        text-align: center;
        width: unset !important;
        float: none;
    }

    .export-types {
        padding-bottom: inherit;
    }
}

* {
    outline: 0 !important;
}

/*END*/


/***********************/

.subscription-header, .export-header {
    font-weight: bold;
    color: #042464;
}

.subscribe-content-wrapper span.color-box {
    position: relative;
    top: 2px;
}

.subscribe-checking .compulsory-field {
    display: none;
}

div#lblEmailSubscriptionChecking:after {
    content: "*";
    color: #f00;
}

/* @media (max-width: 392px) {
    input.btn.btn-default.btn-cancel {
        margin-bottom: 0.5em;
    }
} */

@media (max-width: 768px) {
    .tabs li {
        width: 50%;
    }
}

@media (max-width: 480px) {
.tabs li {
    width: 99%;
    margin: 1px;
}
}

body.body-rtl .tabs {
    text-align: center;
}

.modal .close {
    color: #707070;
}

.form .label {
    color: #000;
    font-weight: 500;
}

.modal-content p a:hover {
    text-decoration: underline;
}

@media (max-width: 415px) {
    input.btn.btn-default.btn-cancel, .btn-submit {
        width: 120px;
        padding: 0.8em;
    }
}

@media (max-width: 479px) {
    #PastEventsContainer .list-file-attachment {
        text-align: right;
    }
}

li a:hover {
    text-decoration: none !important;
}

.footer div .hyperlink {
    visibility: hidden;
}

.footer div .hyperlink:before {
    visibility: visible;
    background-color: transparent;
}
