@import url("//tools.eurolandir.com/tools/FinCalendar2/./../Config/footer.css");
/* Not Found: /Config/FinCalendar2.css */
/* Not Found: ./../Config/Company/SA-ADNH/SA-ADNH.css */
@import url("//fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/


/*************************************************** MAIN RULES **********************************************************/
* {
    outline: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: Poppins, Segoe UI, sans-serif;
	font-size: 18px;
	color: #212529;
}

.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
    font-family: Poppins, Segoe UI, sans-serif;
	font-size: 18px;
	color: #212529;
}

body.ar-ae.page-font-style.body-rtl,
.ar-ae .tabItem,
.ar-ae .tab-active,
.ar-ae .form input,
.ar-ae .form select,
.ar-ae .next-event {
    font-family: Poppins, Segoe UI, sans-serif;
}

.wrapper {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #212529;
    text-decoration: none;
}

a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
    text-decoration: underline;
    color: #212529;
}

.footer {
    padding: 0em;
    font-size: 16px;
}

/*********************************************** 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: 600;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #1A3F70;
}

.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 #E1E1E1;
    text-align: center;
    transition: background 0.5s;
}

.time-line-item:hover {
    background-color: #1A3F70;
    color: #FFFFFF;
}

.color-dot-box .display-none {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    border: 1px solid #212529;
}

.color-dot-box .color-dot {
    display: none;
}

.calendar-time-line .current-month .time-line-item {
    background-color: #1A3F70;
    color: #FFFFFF;
    font-weight: normal;
    border: 1px solid #1A3F70;
}

.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: #212529;
    font-size: 1.5em;
    width: 1.15em;
    height: 1.15em;
    line-height: 1.25em;
    border: 2px solid #212529;
    border-radius: 0.75em;
}

.expand-collapse>.exco-text:hover,
.expand-collapse.expand>.exco-text {
    background-color: #212529;
    border-right-color: #212529;
    color: #212529 !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 #1A3F70;
    padding-bottom: 0.5em;
}

/* END OF FILTERS */

/* PAGINATION */
.eupagination>li>a,
.eupagination>li>span {
    font-weight: 600;
    padding: 0.55em 1em;
    margin-left: -1px;
    line-height: normal;
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid #dddddd;
    font-size: 13px;
}

.eupagination>li>a:hover,
.eupagination>li>span:hover {
    border-color: #1a3f70;
    color: #FFFFFF;
    background-color: #1a3f70;
}

.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;
    cursor: default;
    background-color: #1a3f70;
    border-color: #1a3f70;
    font-weight: 600;
}

.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;
}

/* 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: #D8C255;
    color: #1A3F70;
    padding: 0em;
    border: 1px solid #D8C255;
    font-size: 17px;
    font-weight: 600;
    border-radius: 20px !important;
    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: #1A3F70;
    color: #FFFFFF;
    border: 1px solid #1A3F70;
}

/************************************************ 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: 1px solid #e1e1e1;
}

.tabs li {
    _float: none;
    float: none;
    margin: 0;
    display: inline-block;
}

.tabItem {
    height: auto;
    line-height: normal;
    padding: 13.5px 1em !important;
    cursor: pointer!important;
    margin-top: 0em;
    margin-right: 5px;
    margin-bottom: 0em;
    margin-left: 5px;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    text-transform: capitalize !important;
    background: #FFFFFF;
    border: 0px solid #DBDBDB;
    border-bottom: 1px solid #FFFFFF;
    transition: background 0.5s, color 0.5s, border 0.5s;
    color: #1A3F70 !important;
    position: relative;
    top: 0;
    left: 1px;
    width: 11em;
    text-align: center;
}

.tab-active {
    color: #1A3F70 !important;
    cursor: default;
    background-color: transparent;
    position: relative;
    top: 0px;
    left: 1px;
    border: 0px solid #DBDBDB;
    border-bottom: 0.375em solid #D8C255;
    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 #212529;

    display: none;
}

.tabItem:hover {
    color: #1A3F70 !important;
    cursor: default;
    background-color: transparent;
    position: relative;
    top: 0px;
    left: 1px;
    border: 0px solid #DBDBDB;
    border-bottom: 0.375em solid #D8C255;
    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: #1A3F70;
    border: 1px solid #1A3F70;
    transition: background 0.5s;
    color: #FFFFFF;
    border-radius: 10px;
    margin: 0;
}

.year-filter ul li a.selected {
    background: #FFFFFF;
    border: 1px solid #1A3F70;
    color: #1A3F70;
}

.year-filter .selected a[aria-selected="true"],
.year-filter ul li a:hover {
    background: #FFFFFF;
    border: 1px solid #1A3F70;
    color: #1A3F70;
}

/* 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: 600;
    padding-top: 0em;
    padding-bottom: 1.0em;
    color: #212529;
}

.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 #212529;
    padding: 1em 0 1em 0;
}

.form input,
.form select {
    font-family: inherit;
    color: #212529;
    font-size: inherit;
    padding: 5px;
    border: 0;
    border: 1px solid #DBDBDB;
    background: transparent;
    height: 40px;
}

.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 #212529;
    -webkit-box-shadow: 0 1px 0.32em #212529;
}

.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: #212529;
    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: #1A3F70;
    border-color: #1A3F70;
}

.google-recapcha>div {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #212529;
}

.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: #1A3F70;
    border-color: #1A3F70;
}

.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: #1A3F70;
    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;
}

/* 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;
}

.file-type-pdf {
    /* background: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/SA-ADNH/pdf3.png") no-repeat center;
    background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/SA-ADNH/pdf3.png"); */
    /* background-size: contain; */
}
.attachment-icon {
    width: 28px;
    height: 33px;
}

/* 9-25 */

@media screen and (max-width:349px){
    .preference-period {
        width: 100% !important;
        padding: 0%;
    }
}

@media screen and (max-width:323px){
    .preference-period {
        width: 100% !important;
        padding: 0%;
    }
    .period {
    margin-right: 7px;
}
}

/* 9-25 */


.check-subscription-link .link:hover, .check-subscription-link .link:active{
    text-decoration: underline !important;
}
.modal a:hover, .hyperlink:hover, .disclaimer-box a:hover, .cookies-box a:hover {
    text-decoration: underline !important;
    color: #212529 !important;
}

.ar-ae .eupagination>li:last-child>a, .ar-ae .eupagination>li:last-child>span {
    border-top-right-radius: 0em;
    border-bottom-right-radius: 0em;
    border-left: 1px solid #dddddd;
}
.ar-ae .eupagination>li:first-child>a, .ar-ae .eupagination>li:first-child>span {
    border-right: 1px solid #dddddd;
    border-left: 0;
}
