@import url("//fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/
.subscription-header,
.export-header {
        font-weight: 600;
    font-family: inherit;
}


/*************************************************** MAIN RULES **********************************************************/
body {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 15px;
    color: #333333;
    background: #ffffff;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    padding: 0;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: "Inter", Helvetica, sans-serif;
    font-size: 18px;
    color: #333333;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

.calendar-time-line .current-month {
    font-weight: normal;
}

li.current-month .time-line-item {
    background: #fff!important;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #333333;
    text-decoration: none;
    font-weight: normal;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: none;
    color: #062c79;
}

.footer {
    padding: 0em;
}

/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/
.time-line-month-name {
    color: #292D31;
    font-size: 18px;
}

/* NEXT EVENT HEADER */
.next-event {
    padding-bottom: 0em;
}

.next-event div.date-time {
    font-weight: normal;
    padding-bottom: 5px;
    color: #333333 !important;
}

.next-event div.lable {
    line-height: normal;
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-weight: 300;
    padding-top: 0em;
    padding-bottom: 0em;

    font-family: inherit;
    color: #333333;
    font-weight: bold !important;
}

div#lblUpcommingEventDownload {
    color: #333333;
    font-weight: 600 !important;

}

.section-header.subscription-header {
    color: #333333;
}

.export-and-subscription {
    margin-top: 3em;
    margin-bottom: 3em;
}

.next-event div.date-time,
.next-event div.event-name {
    padding-bottom: 0em;
    font-family: "Inter", Helvetica, sans-serif;
    color: #0045E3;
}

body.ar-ae,
body.ar-ae .tabItem,
body.ar-ae .tab-active,
body.ar-ae .form input,
body.ar-ae .form select,
body.ar-ae .next-event,
body.ar-ae .next-event div.date-time,
body.ar-ae .next-event div.event-name,
body.ar-ae .subscription-header,
body.ar-ae .export-header,
body.ar-ae .modal-title{
    font-family: "Inter", Helvetica, sans-serif;
    font-weight: normal;
}

/* END OF NEXT EVENT HEADER */

/* CALENDAR TIMELINE */
.time-line-item {
    padding-top: 0.5em;
    /*margin: -0.08em 0 0 -0.08em;*/
    border: 1px solid #DBDBDB;
    text-align: center;
    transition: background 0.5s;
        padding: 1.2em 0em 0.5em 0em;
}

.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 #ccc;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #fff;
}

.calendar-time-line .year {
    font-size: 18px;
    padding-bottom: 0.25em;
    line-height: normal;

}

/* CALENDAR TIMELINE END */

/* + BUTTON CONTROLS */
.expand-collapse > .exco-text {
    display: inline-block;
    text-align: center;
    color: #292D31;
    font-size: 1.5em;
    width: 1.15em;
    background: #efefef;
    height: 1.15em;
    line-height: 1.05em;
    border: 0.16em solid #efefef;
    border-radius: 0.75em;
}

span.type-filter-name {
    font-weight: normal;
    margin: 0 25px 0 0;
    font-size: 18px;
}

.expand-collapse > .exco-text:hover,
.expand-collapse.expand > .exco-text {
    background-color: #292D31 !important;
    border-color: #292D31 !important;
    color: #EA5404 !important;
}

/* END OF + BUTTON CONTROLS */

/* EVENT ROWS */
.content-headline {
    margin-left: 0px;
    margin-right: 0px;
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 1px solid #DADADA;
    border-top: 0em solid #DADADA;
    padding: 10px 0 20px 0px;
    position: relative;
    top: 0;
    left: 0;

}



.box-border {
    border-left: 0.08em solid transparent;
    border-right: 0.08em solid transparent;
    border-bottom: 0.08em solid #ccc;
}

ul.events li:last-child .content-headline {
    border-bottom: 0;
}

/* END OF EVENT ROWS */

/* FILTERS */
.filter-type ul li {
    float: none;
    padding: 0.25em 0em;
    display: inline-block;
}

.filter-type {
    border-bottom: 0px solid #292D31;
    padding-bottom: 0.6em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination > li > a,
.eupagination > li > span {
    font-weight: normal;
    padding: 0.3em 0.6em;

    line-height: normal;
    color: #062c79;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #E1E1E1;
    outline: none;
}

.eupagination > li > a:hover,
.eupagination > li > span:hover {
        background-color: #062c79;
    color: #ffffff !important;
    border-color: #062c79;
}

.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!important;
    cursor: default;
    background-color: #062c79;
    border-color: #062c79;
    font-weight: normal;
}

.eupagination > li:last-child > a,
.eupagination > li:last-child > span {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-left: 0;
}

.eupagination > li:first-child > a,
.eupagination > li:first-child > span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-right: 0;
}

.ar-ae .eupagination > li:last-child > a,
.ar-ae .eupagination > li:last-child > span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-right: 0;
    border-left: 1px solid #E1E1E1;
}

.ar-ae .eupagination > li:first-child > a,
.ar-ae .eupagination > li:first-child > span {
    border-top-left-radius: 0em;
    border-bottom-left-radius: 0em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-left: 0;
    border-right: 1px solid #E1E1E1;
}

/* 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 {
    border: 0px solid #FFF;
    background: #fff;
    color: #062C79;
    margin: 0.5em;
	padding: 1em;
    border: 2px solid #062C79;
    font-weight: normal;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    text-transform: none;
    border-radius: 10px;
    height: auto;
    width: 125px;
    text-align: center;
    white-space: nowrap;
    line-height: normal;
    transition: all 0.15s ease-in;
	text-decoration: none;
}

.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    color: #fff;
    background: #062C79;
    cursor: pointer;
    text-decoration: none;
    border-color: #062C79;
}

.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: 0px;
}

/************************************************ END OF BUTTONS *********************************************************/
.events-container {
    padding-top: 0.6em;
    clear: both;
}

/***************************************************** TABS **************************************************************/
.tabs-wrapper {
    margin: 1em 0 0em 0;
}

body.body-rtl .tabs,
body.body-rtl .tabs li {
    float: none !important;
}


.tabs {
    background-color: transparent;
    margin-top: 3em;
    margin-bottom: 3em;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 16px;
}

body.body-rtl .tabs {
    background-color: transparent;
    margin-top: 2em;
    margin-bottom: 15px;
    width: 100%;
    height: auto;
    line-height: normal;
    float: none;
    text-align: left;
    font-size: 16px;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
}

.tabItem {
    font-family: "Inter", sans-serif;
    height: auto;
    line-height: normal;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 1em!important;
    padding-left: 0em;
    margin-top: 0em;
    margin-right: 1em;
    margin-bottom: 0.0em;
    margin-left: 1em;
    font-style: normal;
    font-weight: 600 !important;
    background: #FFFFFF;
    color: #637088!important;
    border-radius: 0px;
    outline: none;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

.tabItem:hover,
.tabs li a:hover {
    cursor: pointer;
    background: #ffffff!important;
    border-bottom: 3px solid #062C79!important;
}

.tab-active {
    background: #ffffff!important;
    color: #062C79 !important;
    border-bottom: 3px solid #062C79!important;
    cursor: default !important;
    font-weight: 600 !important;
}

.tab-active:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -0.75em;
    border-left: 0.75em solid transparent;
    border-right: 0.75em solid transparent;
    border-top: 0.75em solid #007EAC;
    display: none;
}

/* YEAR BUTTONS */
.year-filter ul {
    margin: 15px 0px 15px 0px;
}

.year-filter ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
    line-height: 1em;
}

.headline-right .event-type {
    font-weight: 500;
}

.year-filter ul li a {
    height: auto;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    font-weight: 500;
    font-style: normal;
    transition: background 0.5s;
    border-radius: 0;
    margin: 0 1em 0 0;
    margin-left: 0;
}

body.ar-ae .filter-type ul li{
      font-size: 16px;  
}

/* 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.0em;
    font-weight: bold;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #333333;
    font-family: "Inter", Helvetica, sans-serif;
}

.events-container {
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    /* box-shadow: 1px 3px 2px 0 #a4a4a4;
    -webkit-box-shadow: 1px 3px 2px 0 #a4a4a4;
    -moz-box-shadow: 1px 3px 2px 0 #a4a4a4;*/
}

li.type {
    width: 50%;
    /* padding: 1em 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 #efefef;
    padding: 1em;
}

.form input,
.form select {
    padding: 5px;
	border-color: #999 !important;
	border-style: solid;
	border-width: 1px !important;
	border-radius: 4px;
	font-family: "Inter", Arial, Helvetica, sans-serif !important;
	color: #333333;
}

.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.45em;
}

.form select {
    font-size: 15px !important;
}


/***************************************** 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 #DBDBDB;
    -webkit-box-shadow: 0 0.08em 0.32em #DBDBDB;
}

.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;
    }
}

@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*/
.button-wrapper {
    text-align: center;
}

.section-header.subscription-header {
    text-align: center;
    font-size: 16px;
}

.show-hide-toggle {
    display: block !important;
}

span.exco-text {
    display: none !important;
}

nav.year-filter li.selected a {
      text-decoration: none;
    color: #062C79 !important;
}

.headline-left .full-descriptions {

    padding-top: 5px;
    padding-bottom: 5px;
}

.event-name {
    font-size: 18px;
    font-weight: bold;
    padding-top: 10px !important;
}

.event-type {}

.subscribe-content-wrapper .event-name,
ul.checkbox-event-type span,
.your-preference-title {
    font-size: 16px;

}

.check-subscription-link a,
.check-subscription-link {
    font-weight: 400;
    color: #062c79 !important;
    font-size: 18px !important;
}

.check-subscription-link a:hover,
.check-subscription-link:hover {
    text-decoration: none !important;
}

.link-location a {
}

.event-row.focus .content-headline {
    border-right-width: 0px;
    border-right-color: transparent;
}

footer.footer {
    font-size: 13px;
    padding-top: 5px;
    font-family: "Inter", sans-serif !important;
}

.footer a {
    font-weight: normal !important;
    color: #062c79;
    text-decoration: underline;
}

.event-name {
    /*color: #1080a7!important;*/
    color: #333333 !important;
}

.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

.supply-by {
    line-height: 22px;
}

.disclaimer-box {
    line-height: 32px;
    height: 16px;
}

.color-box {
    width: 12px;
    height: 12px;
    margin-top: -4px;
    display: inline-block;
}

.modal .close {
    font-size: 21px;
}

@media (min-width: 0px) and (max-width: 516px) {
    .tabs li {
        margin: 5px;
    }

    .tabItem {
        margin-left: 0px;
    }
}

.row-control {
    height: auto;
}

.checkbox {
    background: none;
}

.checkbox:before {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    width: 0.8em;
    height: 0.8em;
    font-size: 13px;
    border-radius: 0px;
    padding-top: 1px;
    padding-left: 1px;
    border: 0.08em solid #ccc;
    background: transparent;
}

.checkbox-wrapper {
    outline: none;
    padding: 0.5em 0em;
}



.headline-left .date-time {
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 0px;
}

.radio {
    background: transparent;
    line-height: 0.9em;
}

.radio:before {
    position: absolute;
	content: "";
	left: -14px;
	top: 0px;
	width: 15px;
	height: 15px;
	border-radius: 16px;
	border: 1px solid #062C79;
	background: #F2FBFD;
}


.button-wrraper {
    text-align: center;
    padding: 15px 0px 15px 0;
}


body.body-rtl .button-wrraper {
    text-align: center;
    padding: 15px 0px 15px 0;
    margin-right: -27px;
}


span.privacy-policy-name {
    position: relative;
    top: 3px;
}

@media (max-width: 479px) {
    li.type {
        width: 100% !important;
        padding: 0;
    }
}

.headline-left .date-time {
    font-weight: 600;
    font-size: 16px;
    color: #062C79;
}

.headline-right .event-type {
    font-size: 16px;
}


.ar-ae .row-control .label {
    text-align: right !important;
}

@media (max-width: 479px) {
    .ar-ae #UpcomingEventsContainer .headline-right .download-event {
        text-align: right !important;
        margin-top: -28px;
    }
}

/*****Modification***/
.en-gb .section-header.subscription-header {
    text-align: right;
}

.ar-ae .check-subscription-link,
.ar-ae .section-header.subscription-header {
    text-align: left;
}

.ar-ae .content-headline:before {
    right: 10px;
    left: 0px;
}

button.export-icon.mail-outlook,
button.export-icon.mail-google {
    display: none;
}

.headline-left .event-name {
    padding-top: 0;
    padding-bottom: 0;
}

.headline-left .full-descriptions {
    color: #333333;
    padding-top: 0px;
    padding-bottom: 5px;
}

@media (max-width: 320px) {
    .subscription-section .subscription-header {
        display: none;
    }

    .check-subscription-link,
    .subscription-section .btn-subscribe-wrapper {
        text-align: center;
    }
}

.full-descriptions {
    font-family: inherit !important;
    font-weight: 400;
    line-height: 30px;
}

span.footer-separator {
    display: inline-block !important;
}

.supply-by span span {
    display: block;
}

.cookies-box {
    font-size: 14px;
}

.calendar-view {
    margin-left: 2px;
    margin-right: 2px;
}

.export-types.download-event {}

.supply-by-box {
    font-size: 14px;
    font-family: "Inter", sans-serif !important;
}

.content-headline .headline {
    padding-top: 0px;
}


.main-heading {
    display: none;
    padding-bottom: 20px;
}

@media (max-width: 420px) {
    .tabItem {
        margin: 0;
    }
}

/* @media (max-width: 380px){
    .tabItem,
    .tabs ul li a {
        margin: 0.15em 0em;
        border-top: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
        border-bottom: 3px solid #E1E1E1;
        border-left: 1px solid #E1E1E1;
        display: block;
    }
    .tab-active,
    .tabs ul li a.tab_selected {
        background: #FFFFFF;
        color: #0045E3;
        border-top: 1px solid #E1E1E1;
        border-right: 1px solid #E1E1E1;
        border-bottom: 3px solid #0045E3;
        border-left: 1px solid #E1E1E1;
    }
} */

* {
    outline: none;
}
/* 
.export-icon {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0px;
    border: none;
    border-radius: 0px;
    border: none;
    padding: 0 !important;
} */

.modal-header {
    padding-bottom: 0;
}

.headline-right .event-type {
    padding: 0;
}

div#lblUpcommingEventDownload {
    /* display: none; */
}

.download-event .export-icon {
    width: auto;
    height: auto;
}

.export-types .export-icon {
    margin: 0;
}

.mail-apple {
    /* background: #fff !important */
}

/* button.export-icon.mail-apple span {
      position: relative !important;
    top: 0 !important;
    left: 0 !important;
    font-family: inherit;
    font-weight: 600;
    color: #333333;

} */

/* .en-gb button.export-icon.mail-apple span:after {
    content: ">";
    font-family: monospace;
    display: inline-block;
    padding-left: 3px;

}

.ar-ae button.export-icon.mail-apple span:after {
    content: ">";
    font-family: monospace;
    display: inline-block;
    padding-right: 3px;

}

.en-gb button.export-icon.mail-apple span:hover:after {
    content: ">";
    font-family: monospace;
    display: inline-block;
    padding-left: 6px;

}

.ar-ae button.export-icon.mail-apple span:hover:after {
    content: ">";
    font-family: monospace;
    display: inline-block;
    padding-right: 6px;

} */

.type-filter-name {
    font-weight: normal;
    text-decoration: none;
}

.filter-type .selected .type-filter-name {
    font-weight: 600;
    text-decoration: none;
}

.content-headline .headline {
    padding: 0px;
}

body.ar-ae .content-headline,
body.ku-arab-iq .content-headline {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
}

.en-gb li.page.first a {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.en-gb li.page.last a {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.ar-ae li.page.first a {
    border-top-right-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.ar-ae li.page.last a {
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
}

.checkbox{
    margin-top: -4px !important;
}

.checkbox:before {
    position: absolute;
	content: "";
	top: 0px;
	content: "";
	width: 17px;
	height: 17px;
	border: 1px solid #062C79;
	border-radius: 0px !important;
	-webkit-border-radius: 2px;
}

.checkbox-checked:after {
    content: "";
	position: absolute;
	top: 1px;
	content: "";
	width: 17px;
	height: 17px;
    left: 1px;
	background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/AE-DU/icon/checked.png");
	background-size: contain;
	background-position: 46% 1px;
	background-repeat: no-repeat;
	-webkit-border-radius: 2px;
}
.checkbox-checked::before {
    background-color: #062C79 ;
}

li.type {
    overflow-x: inherit !important;
}
.radio:before {
    position: absolute;
	content: "";
	left: -14px;
	top: 0px;
	width: 15px;
	height: 15px;
	border-radius: 16px;
	border: 1px solid #062C79;
	background: #F2FBFD;
}

.radio-checked:after {
    content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 16px;
	position: absolute;
	left: -14px;
	top: 0px;
	font-size: 11px;
	background: #062C79;
	color: #062C79;
}

.ar-ae {

    .radio:before,
    .radio-checked:after {
        left: 4px !important
    }
}
.subscribe-content-wrapper .bold-title {
    font-weight: normal;
}

.event-name {
    font-weight: normal;
}

.checkbox-wrapper {
    position: relative;
    overflow: inherit;
}

.en-gb .tabItem {
    text-transform: capitalize !important;
    text-decoration: none !important;
}

.en-gb .input select {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/AE-DU/down-arrow.svg");
    background-origin: content-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}

.ar-ae .input select {
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/AE-DU/down-arrow.svg");
    background-origin: content-box;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    background-size: 13px 13px;
}


select {
    color: #231F20;
    height: 38px;
    padding: 0 5px;
    border: 2px solid #231F20 !important;
    font-family: inherit;
    -webkit-appearance: none;
}


.modal .close {

    font-size: 21px;
    font-weight: initial;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    background: #062C79;
    width: 1.5em;
    opacity: 1 !important;
    height: 1.5em;
}

.modal .close:hover {
    color: #fff;
}

.form .label {
    width: 22%;
}

.ar-ae .form .label {
    width: 19%;
}

@media (max-width:320px) {
    body.body-rtl .button-wrraper {
        text-align: center;
        padding: 15px 15px 15px 0;
        margin-right: -27px;
    }

    input.btn.btn-default.btn-cancel {
        margin-bottom: 5px;
    }
}

.supply-by-box {
    /* display: none; */
}

.ar-ae a.tabItem.second-heading {
    text-decoration: none !important;
}

.supply-by-box, .cookies-box {
    display: inline-block;
}

@media (max-width: 479px) {
    #PastEventsContainer .list-file-attachment {
        text-align: right;
    }
}


.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    color: #777 !important;
    background-color: #fff !important;
    border-color: #ddd !important;
}

ul.checkbox-event-type span, .bold-title{
    margin-left: 4px;
}

#UpcomingEventsContainer .list-file-attachment{
    text-align: right;
}

.file-type-pdf {
  background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/AE-DU/./icon/pdf.png") !important;
}

a#pastEventsTabItem {
    display: none !important;
}
