@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/OM-ORDS/OM-ORDS.css */
/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");


/*************************************************** MAIN RULES **********************************************************/
body {
    padding:0;
    margin:0;
    font-family: Noto Sans, sans-serif;
	font-size: 16px;
	color: #221E20;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: Noto Sans, sans-serif;
	font-size: 16px;
	color: #221E20;
}
.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: #221E20;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
    color: #221E20;
}

.footer {
    padding: 0em;
    font-size: 14px;
}

/*********************************************** 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: #ED1C24;
}

.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 #221E2015;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #000000;
    color: #FFFFFF;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #221E2015;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #000000;
    color: #FFFFFF;
    font-weight: normal;
    border: 1px solid #000000;
}

.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: #221E20;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 2px solid #221E2015;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #221E2015;
    border-right-color: #221E2015;
    color: #221E20 !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 #DBDBDB;
    padding-bottom: 0.5em;
}

.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #DBDBDB;
}

/* 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 #ED1C24;
    padding-bottom: 0.5em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -1px;
    line-height: normal;
    color: #221E20;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #221E2015;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #221E2015;
    color: #221E20 !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: #221E20;
    cursor: default;
    background-color: #221E2015;
    border-color: #221E2015;
    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-color: #ED1C24;
    color: #FFFFFF;
    padding: 0em;
    border: 1px solid #ED1C24;
    font-size: 17px;
    font-weight: bold;
    border-radius: 30px;

    text-transform: capitalize;

    transition: background 0.5s, color 0.5s, border 0.5s;

    width: 180px;
    /* height: 47px; */
    /* line-height: 46px; */
    outline: none;
    padding: 12px 0px;
}

.btn {
    line-height: normal !important;
}

.btn-cancel,
.btn-submit {
    width: 7em !important;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background-color: #ED1C24;
    color: #FFFFFF;
    border: 1px solid #ED1C24;
}

/************************************************ 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 #e1e1e1;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
}

.tabItem {
    height: auto;
    line-height: normal;

    padding: 13.5px 1em !important;

    margin-top: 0em;
    margin-right: 0px;
    margin-bottom: 0em;
    margin-left: 0px;

    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    text-transform: capitalize !important;

    background: #FFFFFF;
    border: 1px solid #ED1C24;

    transition: background 0.5s, color 0.5s, border 0.5s;

    color: #02142C !important;

    position: relative;
    top: 0;
    left: 1px;

    width: 20em;
    text-align: center;
}

.tab-active {
    color: #FFFFFF !important;
    cursor: default;
    background-color: #ED1C24;
    position: relative;
    top: 0px;
    left: 1px;
    border: 1px solid #ED1C24;
    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 #221E2015;

    display: none;
}

.tabItem:hover {
    color: #FFFFFF!important;
    cursor: default;
    background-color: #ED1C24;
    position: relative;
    top: 0px;
    left: 1px;
    border: 1px solid #ED1C24;
    z-index: 10;
    text-decoration: none;
}

/* 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: 1em;
    padding-right: 1em;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
    background: #ED1C24;
    border: 1px solid #ED1C24;
    transition: background 0.5s;
    color: #FFFFFF;
    border-radius: 10px;
    margin: 0;
}

.year-filter ul li a.selected {
    background: #FFFFFF;
    border: 1px solid #ED1C24;
    color: #ED1C24;
}

.year-filter .selected a[aria-selected="true"],
.year-filter ul li a:hover {
    background: #FFFFFF;
    border: 1px solid #ED1C24;
    color: #ED1C24;
}

/* 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: #003E5C;
    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 #221E2015;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    font-family: inherit;
    color: #221E20;
    font-size: inherit;
    padding: 5px;
    border: 0;
    border: 1px solid #DBDBDB;
    background: transparent;
    height: 40px;
    border-radius: 8px;
}

.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 #221E2015;
    -webkit-box-shadow: 0 1px 0.32em #221E2015;
}

.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;
    }

    #UpcomingEventsContainer .headline-right .download-event {
        text-align: left !important;
        margin-top: 0px;
    }
}

/* @media (max-width:350px) {
    .tabs li {
        width: 70%;
        margin: 3px;
    }
} */

/*END*/

/* ADDITIONAL CSS */

.btn-subscribe:active,
.btn-subscribe:focus {
    background-color: #FFFFFF;
    outline: none;
}

.btn-subscribe:hover {
    background-color: #FFFFFF;
}

.modal a,
.hyperlink,
.disclaimer-box a,
.cookies-box a {
    color: #221E20;
    text-decoration: none !important;
}

.modal a:hover,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    text-decoration: none !important;
}

.check-subscription-link {
    text-decoration: none;
    font-weight: normal;
}

.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;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #FFFFFF;
    background: #ED1C24;
    border-color: #ED1C24;
}

.google-recapcha>div {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #221E20;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
    color: #FFFFFF;
    background: #ED1C24;
    border-color: #ED1C24;
}

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: #FFFFFF;
}

.main-heading {
    display: none;
}

.check-subscription-link {
    text-align: right;
}

.subscription-header,
.export-header {
    font-weight: normal;
}

.modal a:hover,
.hyperlink:hover,
.disclaimer-box a:hover,
.cookies-box a:hover {
    color: #ED1C24;
    text-decoration: underline !important;
}

.btn.btn-default.btn-primary.btn-ok {
    width: 180px;
    height: 48px;
}

.subscribe-checking .compulsory-field {
    opacity: 0;
}

.form .label {
    position: relative;
}

.en-gb .subscribe-checking div#lblEmailSubscriptionChecking::after {
    content: "*";
    color: #f00;
    position: absolute;
    right: -1px;
}

.ar-ae .subscribe-checking div#lblEmailSubscriptionChecking::after {
    content: "*";
    color: #f00;
    position: absolute;
    left: -1px;
}

.content-headline {
    margin-left: 0;
}

.expand-collapse {
    display: none !important;
}

.show-hide-toggle {
    display: block !important;
}

/* ARABIC */

/* .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 .subscription-section,
.ar-ae .check-subscription-link {
    text-align: left;
}

/* 1-4 */

.ar-ae .export-section {
    float: right !important;
}

.ar-ae .subscription-section {
    float: left;
}

body.ar-ae .content-headline,
body.ku-arab-iq .content-headline {
    /* margin-right: 25px; */
    margin-right: 0px;
}

/* 1*29 */
footer .supply-by>a,
#SuppliedBy>a,
.footer .supply-by>a,
.supplied-box span>a,
.footer-info .supply-by span>a,
.footer div .hyperlink,
.footer-box .supplyby-box .hyperlink,
.footer-box .supplied .hyperlink {
    width: 88px;
}

.calendar-time-line .current-month {
    font-weight: normal;
}

@media screen and (max-width:747px) {
    .tabs::after {
        display: none;
    }
}

@media screen and (max-width:479px) {
    .row-control {
        height: 60px;
    }

    body.ar-ae.page-font-style.body-rtl.modal-open .form .label {
        text-align: right !important;
    }

    .en-gb .subscribe-checking div#lblEmailSubscriptionChecking::after {
        right: unset;
        left: 50px;
    }

    .ar-ae .subscribe-checking div#lblEmailSubscriptionChecking::after {
        left: unset;
        right: 7.5em;
    }
}

@media screen and (max-width: 400px) {
    .tabItem {
        width: 15em !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;
    }

    .check-subscription-link {
        text-align: left;
    }
}

@media screen and (max-width: 479px){
    .headline .headline-left {
    width: 58% !important;
    float: left;
}
.headline .headline-right {
    width: 40% !important;
    float: right !important;
}
#PastEventsContainer .headline .headline-right {
    width: 40% !important;
    float: none;
    margin-top: 10px;
}
#PastEventsContainer .list-file-attachment {
    text-align: right;
}
#UpcomingEventsContainer .headline-right .download-event {
    text-align: right !important;
    margin-top: 0px;
}
.ar-ae  #UpcomingEventsContainer .headline-right .download-event {
    text-align: left !important;
    margin-top: 0px;
}
}

.next-event {
    display: none;
}

/* 2-21 */

/* .file-type-pdf {
    background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/OM-ORDS/pdf3.png") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/OM-ORDS/pdf3.png");
    /* background-size: contain; */
} */
.attachment-icon {
    width: 28px;
    height: 33px;
}

a#upcommingEventsTabItem {
    border-radius: 23px 0 0 23px;
}

a#pastEventsTabItem {
    border-radius: 0 23px 23px 0;
}


.ar-ae a#upcommingEventsTabItem {
    border-radius: 0px 0 0 0px;
    border-radius: 0 23px 23px 0;
}

.ar-ae a#pastEventsTabItem {
    border-radius: 0 0px 0px 0;
    border-radius: 23px 0px 0px 23px;
}

@media (max-width: 708px) {
    .tabItem {
        width: 14em;
    }
}

@media (max-width: 524px) {
    .tabItem {
        width: 20em;
    }
    a#upcommingEventsTabItem,a#pastEventsTabItem {
        border-radius: 0px;
    }
    .tabs li {
        margin-bottom: 5px;
    }
    .ar-ae a#upcommingEventsTabItem,.ar-ae a#pastEventsTabItem {
        border-radius: 0px 0 0 0px;
        border-radius: 0 0px 0px 0;
    }
}
