@import url("//fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap");



body {
    font-family: 'Cairo', 'Dubai';
	font-size: 18px;
	font-weight: 400;
	color: #5b5b5b;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event,
.color-dot-box {
    font-size: 14px;
    font-family: 'Cairo', 'Dubai';
    color: #5b5b5b;
}
.wrapper {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position:relative;
}
a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #6bc04b;
    text-decoration: none;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
	color: #6bc04b;
}
.footer {
    padding: 0em;
    font-size: 15px;
    line-height: 1.5;
}
.google-recapcha>div {
    margin-top: 10px;
    text-align: center;
    font-size: .7em;
    color: #5b5b5b;
}

.google-recapcha a {
    color: #6bc04b;
    text-decoration: none !important;
}

.google-recapcha a:hover {
	text-decoration: underline !important;
}

.form {
    width: 90%;
}
/*********************************************** 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: #5b5b5b;
}
.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.3em;
    padding-bottom: 0.3em;
    margin: -1px 0 0 -1px;
    border: 1px solid #DBDBDB;
    text-align: center;
    transition: background 0.5s;
}
.time-line-item:hover {
    background-color: #6EBE50;
    border: 1px solid #6EBE50;
    color: #FFFFFF !important;
}
.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: #6EBE50;
    color: #fff !important;
    border: 1px solid #6EBE50;
}
.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: #5b5b5b;
    font-size: 1.5em;
    width: 0.8em;
    height: 0.8em;
    line-height: 0.6em;
    border: 2px solid #DBDBDB;
    border-radius: 0.75em;
}
.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #DBDBDB;
    border-right-color: #DBDBDB;
    color: #5b5b5b!important;
}
/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0 !important;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #DADADA;
    padding-bottom: 0.5em;
}
.box-border {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #bebfb8;
}
/* 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 #7FC0D4;
    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: #5b5b5b;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #DBDBDB;
}
.eupagination>li>a:hover,
.eupagination>li>span:hover {
    background-color: #DBDBDB;
    color: #5b5b5b!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: #5b5b5b;
    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 {
     /* display: block; */
    /* margin: 0.5em; */
    line-height: normal;
    letter-spacing: 0em;
    font-size: 17px;
    box-sizing: border-box;
    text-transform: capitalize;
    color: #14436a;
    border: none;
    font-weight: 700;
    padding: 0.5em;
    border-radius: 0px;
    background-color: #FFF;
    text-decoration: none;
    border: 1px solid #6ebe50;
}
.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;
	color: #14436a;
    border: 1px solid #6ebe50;
	background-color: #6ebe50;
}   
/************************************************ 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:left !important;
    border: 0px solid #E6E6E6;
    box-sizing: border-box;
}
.tabs li {
    float: none;
    margin: 0;
    display: inline-block;
    /* width: 48.6%; */
    width: auto;
    box-sizing: border-box;
    position: relative;
    margin-right: 26px;
}



.tabItem {
    height: auto;
	line-height: 1;
	padding-top: 16px !important;
	padding-right: 0px;
	padding-bottom: 16px !important;
	padding-left: 0px;
	margin-top: 0.0em;
	margin-right: 1px;
	margin-bottom: 0.0em;
	margin-left: 1px;
	border-radius: 5px;
	border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
	font-family: inherit;
	font-weight: 400;
	font-size: 18px;
	text-transform: none;	
	color: #5b5b5b !important;
	text-align: left;
	font-style: normal;
	text-decoration: none !important;	
	border-top: 0px solid #183550;
	border-right: 0px solid #183550;
	border-bottom: 0px solid #dad9d7;
	border-left: 0px solid #183550;
	background: transparent;
	position: relative;
	top: 0;
	left: 0em;
}

.tabItem::before {
    transform: scaleX(0);
	transform-origin: bottom left;
}

.tabItem:hover::before {
    transform: scaleX(1);
	transform-origin: bottom left;
	bottom: -2.5px;
    text-decoration: none;
}

.tabItem::before {
    content: " ";
	display: block;
	position: absolute;
	inset: 0 0 0 0;
	border-bottom: 3px solid #6EBE50;
	z-index: 0;
	transition: 0.5s ease-in-out;
	width: 100%;
    left: 0px;
    bottom: -1.5px;
}

.tab-active,
a.tabItem.second-heading.active.tab-active:hover {
    background: #0000;
    color: #6EBE50 !important;
    border-top: 0px solid #6EBE50;
    border-right: 0px solid #6EBE50;
    border-bottom: 3px solid #6EBE50;
    border-left: 0px solid #6EBE50;
    text-decoration: none;
    font-weight: 700;
}
.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;
}


/* .tabItem:hover {
    background: #dcdcdc !important;
	color: #FFFFFF !important;
	border: 1px solid #183550 !important;
    text-decoration: none !important;
	position: relative;
	top: 0px;
	left: 0px;
	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;
    line-height: normal;
    padding-top: 0.3em !important;
    padding-bottom: 0.3em !important;
    padding-left: 1.0em;
    padding-right: 1.0em;
    text-decoration: none;
    font-weight: bold;
    font-style: normal;
    background: #FFFFFF !important;
    color: #5b5b5b !important;
    border: 1px solid #6EBE50;
    border-radius: 5px !important;
    font-weight: 400;
    font-size: 16px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    transition: background 0.5s;
    border-radius: 0;
    margin: 0;
}

.year-filter ul li a:hover {
    background: #6EBE50 !important;
	color: #FFFFFF !important;
	border: 1px solid #6EBE50 !important;
    text-decoration: none !important;
}

.year-filter ul li a:active,
.year-filter ul li a:focus {
    background: #6EBE50 !important;
	color: #FFFFFF !important;	
	border: 1px solid #6EBE50 !important;
}

/* .year-filter ul li a.selected {
    background: #DBDBDB;
} */
/* 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: 0;
    border-bottom: 1px solid #1b1b1b59 !important;
}
.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 #DBDBDB;
    -webkit-box-shadow: 0 1px 0.32em #DBDBDB;
}
.etooltip .tip-arrow {
    background:transparent;
}


/* ------------------------Changes----------------------- */

.check-subscription-link:hover {
    color: #333 !important;
}

body.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

body.body-rtl .tabs li {
    float: none !important;
}

.ar-ae .check-subscription-link {
    text-align: left;
}

.calendar-time-line .current-month {
    font-weight: 400;
}

.color-dot-box {
    display: none;
}

/* .headline-left .date-time {
    padding-left: 22px;
} */

.show-hide-toggle {
    display: block!important;
}
span.exco-text {
    display: none!important;
}

.expand-collapse {
    padding: 0;
    position: absolute;
    display: none;
    text-decoration: none;
    top: 15px;
    left: 0;
    text-align: center;
    overflow: hidden;
    background-color: #0000;
    border: none;
}

body.body-rtl .tabs li {
    float: none;
    margin: 0;
    display: inline-block;
    /* width: 48.6%; */
    box-sizing: border-box;
    position: relative;
    margin-right: unset;
    margin-left: 26px;
}

body.ar-ae .content-headline, body.ku-arab-iq .content-headline {
    margin-right: 0px;
}

.ar-ae .headline-left .date-time {
    padding-right: 22px;
}

.body-rtl .expand-collapse {
    left: initial !important;
    right: 21px;
}

.main-heading {
    display: none;
}

.tabs-wrapper ul li:nth-child(2) {
    margin-right: 0;
}

body.body-rtl .tabs-wrapper ul li:nth-child(2) {
    margin-right: unset;
    margin-left: 0;
}

body.ar-ae .filter-type ul li, body.ku-arab-iq .filter-type ul li {
    float: right;
    padding: 2px;
}

.form select {
    height: auto;
    width: 95%;
    vertical-align: middle;
}

.check-subscription-link {
    font-size: 18px;
    font-weight: 600;
}
.subscription-header, .export-header {
    font-weight: 600;
}

/************************************************* END OF TOOLTIP ********************************************************/
.tabs {
    border-bottom: 1px solid #ccc;
}

@media(max-width:640px) { 
    li.type {
        width: 50%!important
    }
}

@media (max-width: 514px) {
    .ar-ae .subscribe-checking .form .input,
    .ar-ae .subscribe-checking .form .label {
        width: 50%;
        display: block;
    }
    .ar-ae .subscribe-checking .button-wrraper {
        margin-top: 16px;
        text-align: right;
    }
    .ar-ae .subscribe-checking .form .input {
        min-width: 340px;
    }
}

@media (max-width: 540px) {
    .tabs li,
    body.body-rtl .tabs li {
        width: 80%;
        margin-bottom: 8px;
        margin-right: auto;
        margin-left: auto;
    }
    .tabItem,
    body.body-rtl .tabItem {
        border: 1px solid #6EBE50 !important;
        border-radius: 0 !important;
        text-align: center;
    }
    .tab-active, 
    a.tabItem.second-heading.active.tab-active:hover,
    body.body-rtl .tab-active, 
    body.body-rtl a.tabItem.second-heading.active.tab-active:hover {
        border: 1px solid #6EBE50 !important;
        background: #6EBE50 !important;
        color: #FFFFFF !important;
    }
}

@media (max-width: 479px) {
    .body-rtl  #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
        margin-top: -28px;
    }
}


@media (max-width:479px) { 
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important;
        text-align: left;
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
    body.ar-ae .form .label {
        text-align: right !important;
    }
}

@media (max-width: 409px) {
    .subscribe-checking .button-wrraper .btn {
        padding: 18px 30px;
    }
    .subscribe-checking .form .input {
        position: relative;
        min-width: 274px !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;
    }
    .subscription-section .subscription-header {
        text-align: left;
        width: 100% !important;
        float: left;
        margin-bottom: 10px;
    }
    .check-subscription-link {
        text-align: left;
    }
}

@media (max-width: 319px) {
    .subscribe-checking .button-wrraper .btn {
        padding: 18px 25px;
    }
    .subscribe-checking .form .input {
        position: relative;
        min-width: 246px !important;
    }
}



/*END*/

