@import url("//fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap");
@font-face {
	font-family: 'Optimal LT';
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/qa-meza/fonts/OptimaLTStd.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Optimal LT';
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/qa-meza/fonts/OptimaLTStd DemiBold.ttf") format("truetype"); 
	font-style: normal; 
	font-weight: 600; 
}
@font-face {
	font-family: 'Optimal LT';
	src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/qa-meza/fonts/OptimaLTStd Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
body {
    padding: 0;
    margin: 0;
    font-family: 'Optimal LT', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-size: 16px;
    font-family: 'Optimal LT', sans-serif;
    color: #000000;
}

.ar-ae,
.ar-ae .tabItem,
.ar-ae .tab-active,
.ar-ae .form input,
.ar-ae .form select,
.ar-ae .next-event {
    font-family: "HelveticaNeueLTArabic", sans-serif !important;
}

.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #000000;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #7d0849;
}

.footer {
    padding: 0em;
    font-size: 14px;
}

.cookies-box a,
a.hyperlink {
    color: #000000;
}

.cookies-box a:hover,
a.hyperlink:hover {
    color: #7d0849;
    text-decoration: underline;
}

/*********************************************** 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: -1px 0 0 -1px;
    border: 1px solid #DBDBDB;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #DBDBDB;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #DBDBDB;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #d29e11;
    border-color: #d29e11;
    color: #ffffff !important;
}

.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: #000000;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 0.16em solid #DBDBDB;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #000000 !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0em;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0.5em;
}

.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #e8e8e8;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0.5em;
    display: inline-block;
}

/* .filter-type {
    border-bottom: 0.22em solid #104379;
    padding-bottom: 0.6em;
} */

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: bold;
    padding: 0.55em 1em;
    margin-left: -1px;
    line-height: normal;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #DBDBDB;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #DBDBDB;
    color: #000000 !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: #000000;
    cursor: default;
    background-color: #DBDBDB;
    border-color: #DBDBDB;
    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 {
    font-family: inherit;
	font-size: 1.0em;
	font-weight: normal;
	color: #000000;
	text-transform: capitalize;
	margin: 0.5em 0;
	padding: 0.8em;
	border: 1px solid #7d0849;	
	border-radius: 0px;
	background: #FFFFFF;
	transition: background 0.5s, color 0.5s, border 0.5s;	
	text-decoration: none;	
    width: 115px;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    text-decoration: none;
	background: #FFFFFF;
	color: #7d0849;
	border-color: #7d0849;
}

/************************************************ 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;
    border-bottom: 0px solid #f6f6f6;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
    width: 220px;
    margin-right: 10px;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding-top: 14px !important;
    padding-right: 25px;
    padding-bottom: 14px !important;
    padding-left: 25px;
    margin-top: 0.0em;
    margin-right: 0em;
    margin-bottom: 0.0em;
    margin-left: 0em;
    border-radius: 0px;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize !important;
    color: #000000 !important;
    font-style: normal;
    text-decoration: none;
    border-top: 1px solid #7d0849;
    border-right: 1px solid #7d0849;
    border-bottom: 1px solid #7d0849;
    border-left: 1px solid #7d0849;
    background: #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.tabItem:hover {
    background: #7d0849;
	color: #FFFFFF !important;
	border-top: 1px solid #7d0849;
	border-right: 1px solid #7d0849;
	border-bottom: 1px solid #7d0849;
	border-left: 1px solid #7d0849;
    text-decoration: none;
    font-style: normal;
    z-index: 9;
}


.tab-active {
    background: #7d0849;
	color: #FFFFFF !important;	
	border-top: 1px solid #7d0849;
	border-right: 1px solid #7d0849;
	border-bottom: 1px solid #7d0849;
	border-left: 1px solid #7d0849;
    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: 1.0em solid transparent;
    border-right: 1.0em solid transparent;
    border-top: 1.0em solid #DBDBDB;

    display: 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: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    background: transparent;
    border: 1px solid #484D7A;
    transition: background 0.5s;
    color: #000000;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a.selected,
.year-filter ul li a:active,
.year-filter ul li a:focus {
    background: #484D7A !important;
    color: #ffffff;
    border-color: #484D7A !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: #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 #DBDBDB;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    color: #333;
    font-size: 1em;
    padding: 0.22em;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #7d0849;
}

.form .lable {
    width: 24%;
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: none;
}

.content-headline {
    padding-left: 0px !important;
}

.circle-pager {
    margin-top: 0px;
}

/***************************************** 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 #DBDBDB;
    -webkit-box-shadow: 0 1px 0.32em #DBDBDB;
}

.etooltip .tip-arrow {
    background: transparent;
}

/* ARABIC */

body.body-rtl .tabs li {
    float: none !important;
    margin-right: unset;
    margin-left: 10px;
}

/* body.body-rtl {
    padding: 0.7em 2.1em;
} */

/************************************************* 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: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*/

.color-dot-box {
    font-family: 'Optimal LT', sans-serif;
}

.subscription-header, .export-header {
    font-weight: 500;
}

.main-heading {
    display: none;
}

.current-month .time-line-item {
    /* padding-top: 11px; */
    /* margin-top: 1px; */
}

.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

.ar-ae .check-subscription-link {
    text-align: left;
}

.ar-ae .current-month .time-line-item {
    padding-top: 13px;
    /* margin-top: 1px; */
}

.body-rtl .filter-type ul li {
    float: none !important;
}

body.ar-ae .filter-type ul li, body.ar-ae body.ku-arab-iq .filter-type ul li {
    padding: 0px;
}

body.ar-ae ul.type-filter li {
    padding: 10px !important;
}

.headline-right .event-type {
    font-weight: 400;
}


/* ADD */

.subscribe-checking .form .label {
    width: 24%;
}

.time-line-month-name {
    font-weight: bold;
}

body.ar-ae .content-headline, body.ku-arab-iq .content-headline {
    margin-left: 0;
    margin-right: 0px;
    padding-bottom: 5px;
}

.filter-type {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 0em;
}

ul.type-filter {
    padding-bottom: 1em;
}

.color-box {
    bottom: 4px;
    position: relative;
}

.google-recapcha>div {
    color: #000000;
}

.subscribe-content-wrapper span.color-box {
    position: relative;
    bottom: 3px;
}
.ar-ae .modal-title {
    font-size: 18px;
}
.ar-ae .checkbox-wrapper {
    margin-right: 10px;
}
.subscribe-actions {
    margin-bottom: 5px;
}
.your-preferences span.radio, span.checkbox, span.event-name, span.color-box {
    position: relative;
    bottom: 4px;
}
.modal-dialog .button-wrraper .btn {
    width: 110px !important;
}

@media (max-width: 527px) {
    .ar-ae .tabs li {
        width: 264px;
        margin-right: 0px !important;
        margin-left: 0 !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 482px) {
    .tabs li {
        width: 242px;
        margin-right: 0px !important;
        margin-left: 0 !important;
        margin-bottom: 5px !important;
    }
}

@media (max-width: 479px) {
    .ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
    }
}

@media (max-width: 320px) {
    .subscription-section .subscription-header {
        width: 100% !important;
    }
    .check-subscription-link {
        text-align: left;
    }
    .ar-ae .check-subscription-link {
        text-align: right;
    }
    .ar-ae .subscription-section .subscription-header {
        float: right;
        text-align: right;
    }
    .ar-ae .subscription-section .btn-subscribe-wrapper {
        text-align: right;
    }
}

/* 3-18 */

.btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus{
    height: auto;
    line-height: normal;
    font-family: inherit;
    font-size: 1.0em;
    font-weight: normal;
    color: #f6f6f6;
    text-transform: capitalize;
    padding: 14px 28px;
    border: 0px solid #000000 !important;
    border-radius: 0px;
    background: #7d0849;
    transition: background 0.5s, color 0.5s, border 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    border-radius: 0px;
    width: 157px;
}
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover,
.btn:hover{
    text-decoration: none;
    background: #7d0849;
    color: #f6f6f6 !important;
    border-color: #7d0849 !important;
}
.btn:active,
 .btn-primary:active,
  .btn-submit:active,
   .btn-cancel:active{
    background: #d29e11 !important;
    }

/* 3-18 */
.modal-dialog .button-wrraper .btn {
    padding: 8px 0.8em;
}
/* 3-20 */
.modal-header .close {
    font-size: 2em;
}
.year-filter ul li a {
    border: 1px solid #7d0849;
    transition: background 0.5s;
    color: #FFFFFF;
    border-radius: 0px;
    background: #7d0849;
}
.year-filter ul li a.selected, .year-filter ul li a:active, .year-filter ul li a:focus {
    background: #d29e11 !important;
    color: #ffffff;
    border-color: #d29e11 !important;
}
.time-line-item:hover {
    background-color: #d29e11 !important;
}
.ar-ae .btn,
.ar-ae .btn-primary,
.ar-ae .btn-submit,
.ar-ae .btn-cancel,
.ar-ae .btn:focus,
.ar-ae .btn-primary:focus,
.ar-ae .btn-submit:focus,
.ar-ae .btn-cancel:focus{
    padding: 13px 0.8em;
}
.ar-ae .tabItem{
       padding-top: 13px !important;
    padding-bottom: 13px !important;
}
.body-rtl .footer {
    line-height: 20px;
}
.ar-ae .current-month .time-line-item {
    /* padding-top: 0px; */
    /* margin-top: 1px; */
}
.ar-ae .time-line-item {
    /* padding-top: 0em; */
    border: 1px solid #cccccc;
}
.ar-ae .modal-dialog .button-wrraper .btn {
    padding: 4px 0.8em;
}
.ar-ae .headline-left .date-time {
    font-weight: bolder;
    padding-top: 0px;
    padding-bottom: 0px;
}
.ar-ae .headline-left .event-name {
    padding-top: 0px;
    padding-bottom: 5px;
}
.ar-ae .content-headline .headline {
    padding: 5px 10px 10px 10px;
}
.en-gb footer .supply-by > a:before,
.en-gb #SuppliedBy > a:before,
.en-gb .footer .supply-by > a:before,
.en-gb .supplied-box span > a:before,
.en-gb .footer-info .supply-by span > a:before,
.en-gb .footer div .hyperlink:before,
.en-gb .footer-box .supplyby-box .hyperlink:before,
.en-gb .footer-box .supplied .hyperlink:before{
    top: -4px;
}

/* 3-21 */

.modal-dialog .button-wrraper .btn {
    padding: 8px 0.8em;
    padding: 10px 28px;
    width: 129px !important;
    height: 47px;
}
.your-preferences span.radio, span.checkbox, span.event-name, span.color-box {
    position: relative;
    bottom: 0px;
}
/* 3-21-2 */

.ar-ae .subscribe-checking .form .label {
    width: 24%;
    text-align: right !important;
}
.ar-ae .form select {
    height: 38px;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
section.next-event {
    display: none !important;
}

.expand-collapse {
    display: none !important;
    }
    
    .show-hide-toggle {
    display: block !important;
    }
@media screen and (max-width:479px){
    .ar-ae .form .label {
        text-align: right !important;
    }
}

/* 4-10 */

/* .check-subscription-link .modal-content .row-control {
    position: relative;
}
.modal-content .row-control {
    position: relative;
}
.modal-body.content-loadded .compulsory-field {
    color: #f00;
    position: absolute;
    left: -9px;
}
.input-control{
    position: relative;
}
.input-control span.compulsory-field {
    left: 168px !important;
}
@media screen and (max-width:478px){
    .modal-body.content-loadded .compulsory-field {
        color: #f00;
        position: absolute;
        left: 43px;
        top: -24px;
    }
} */

/* 9-2 */

.subscription-section {
    float: right !important;
    text-align: unset !important;
}
.export-and-subscription {
    text-align: center;
}
.subscription-section {
    float: right !important;
}
.ar-ae .subscription-section {
    float: left !important;
}
.ar-ae .check-subscription-link {
    text-align: center !important; 
}
.headline-right .event-type {
    font-weight: bold;
}
@media screen and (max-width:479px){
    .headline-right .event-type {
    font-weight: bold;
    text-align: left;
}
    #PastEventsContainer .headline .headline-right {
        width: 100% !important;
        margin-top: 0px;
    }
    body.ar-ae .headline-right .event-type, body.ku-arab-iq .headline-right .event-type {
    text-align: right;
    font-weight: bold;
    }
}
