@import url("//fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("//fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap");


/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/
/*************************************************** MAIN RULES **********************************************************/
body {
    font-family: 'Open Sans', Arial, sans-serif!important;
	font-size: 16px;
	color: #394049;
	-webkit-text-size-adjust: 100%;
}
body.ar-ae {
    font-family: 'Cairo', Arial,sans-serif!important;
}

.color-dot-box {
    font-family:'Open Sans', Arial,sans-serif;
}

.ar-ae .subscription-section {
    float: left;
    text-align: left;
}

.ar-ae .color-dot-box {
    font-family: 'Cairo', Arial,sans-serif!important;
}
.calendar-time-line .current-month .time-line-item {
    background-color: #ba3632;
    color: #fff;
}
.calendar-time-line .current-month:hover .time-line-item {
    background-color: #c75e5a;
    color: #fff;
}
.wrapper {
    width: 100%;
    max-width:805px;
    margin: 0 auto;
    padding: 0 0 0 0;
    position: relative;
}
.check-subscription-link {
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 16px;
    font-weight: normal!important;
    margin-bottom: 20px;
    margin-top: 10px;
    text-align: right;
}

.check-subscription-link .link {
    
    color: #015b96;
    font-weight: bold;
}
.check-subscription-link .link:hover,
.check-subscription-link .link:active {
    
    color: #B93631!important;
    font-weight: bold;
}
.filter-type .type-filter-name {
    color: #015b96!important;
    font-weight: bold;
    text-decoration: none;
}

.filter-type .selected .type-filter-name,
.filter-type .type-filter-name:hover {
    color: #B93631!important;
    font-weight: bold;
    text-decoration: none;
}

.subscription-header, .export-header {
    font-weight: normal;
}

a:link,
a:visited,
.hyperlink,
.check-subscription-link {
    color: #394049;
    text-decoration: none;
    font-weight: normal;
    font-size: 16px!important;
}
a:hover,
a:active,
.hyperline:active,
.hyperlink:active,
.check-subscription-link:hover {
	color: #000000!important;
    text-decoration: none;
}
.main-heading {
    color: #231F20 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 20px;
     font-family:'Open Sans', Arial,sans-serif;

}
/*********************************************** END OF MAIN RULES *******************************************************/

/********************************************* ALIGNMENT FOR CALENDAR ****************************************************/

/* NEXT EVENT HEADER */

/* END OF PAGINATION */

/****************************************** END OF ALIGNMENT FOR CALENDAR ************************************************/
.time-line-item:hover {
    background-color: #c75e5a!important;
    color: #ffffff;
}
/*************************************************** BUTTONS *************************************************************/
.btn,
.btn-primary,
.btn-submit,
.btn-cancel,
.btn:focus,
.btn-primary:focus,
.btn-submit:focus,
.btn-cancel:focus {
    padding: 10px 0;
    border: 0;
    font-weight: 600;
    height: auto;
    line-height: normal;
    color: #fff;
    background: #015B96;
    font-size: 0.85em;
    border-radius: 0;
    letter-spacing: 3px;
    min-width: 120px;
    text-transform: uppercase;
    transition: background 0.5s, color 0.5s, border 0.5s;
}
.btn:active,
.btn-primary:active,
.btn-submit:active,
.btn-cancel:active,
.btn:hover,
.btn-primary:hover,
.btn-submit:hover,
.btn-cancel:hover {
    background: #015B96;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}   
/************************************************ END OF BUTTONS *********************************************************/

/***************************************************** TABS **************************************************************/
body.body-rtl .tabs li {
    float: none !important;
}
.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;
    font-size:0;
}
.ar-ae .tabs{
    text-align: center;
}
.tabs li {
    float: none;
    margin: -2.2px;
    margin-right: 1px;
    display:inline-block;
}
.tabItem {
    height: auto;
    line-height: 2.5;
    padding: 10px 20px!important;
    height: 40px;
    text-decoration: none;
    font-weight: 700!important;
    font-style: normal;
    background: transparent;
    border: 0;
    border-bottom: 0;
    border-top: 0;
    text-transform: uppercase!important;
    letter-spacing: 2px;
    transition: none;
    text-align: left!important;
    font-size: 16px;
    background: transparent;
    color: #000!important;
    border: 2px solid #ccc!important;
    min-width: 230px!important;
    outline: none;
    margin: 4px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0em;
    transition: background 0.5s, color 0.5s, border 0.5s;
}

a.tabItem.second-heading {
    color: #aaa!important;
}


/* YEAR BUTTONS */
.year-filter ul::before, .year-filter ul::after {
    box-sizing: border-box;
    clear: both;
    content: "";
    display: block;
    height: 0;
    width: 100%;
}
.year-filter ul {
    margin:1em 0;
}
.year-filter ul li {
    padding:0;
    margin-right: 13px;
    display:inline-block;
}
.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0.5em 1em !important;
    text-decoration: none;
    font-weight: 700;
    font-style: normal;
    background: transparent;
    border: 0.04em solid #231F20 !important;
    transition: background 0.5s;
    color: #4e4e4e;
    border-radius: 0;
    margin: 0;
}
.year-filter ul li a.selected {
    background: #231F20;
    color: #fff;
}
/* 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: 18px;
    font-weight: normal;
    text-transform: capitalize;
    color: #000000;
     font-family:'Open Sans', Arial,sans-serif;
    padding-top: 0em;
    padding-bottom: 0;
}
.modal-header .close {
    margin-top: 0.1em;
    font-size: 1.5em;
    line-height: 0.25em;
}
li.type {
    width: 50%;
    padding: 0.5em 0;
	white-space: normal;
}
.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;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: normal;
}
.your-preferences {
    background-color: transparent;
    box-sizing: border-box;
    border: 0em solid #231F20;
    padding: 1em 0 1em 0;
}
.form input,
.form select {

    font-size: 1em;
    padding:  0 0.16em;
    box-sizing: border-box;
    font-size: 16px;
    color: #000000;
    font-family: inherit;
    outline: none;
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px #d7d7d7 solid;
    /*border-top: 2px #703081 solid;*/
    border-radius: 0;
    height: 2.2em;
}
.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 0px solid #a1a1a1!important;
}
.form .lable {
    padding-right: 1em;
    height: auto;
    vertical-align: middle;
    line-height: normal;
    margin-top: 0.22em;
}
/***************************************** 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 #231F20;
    -webkit-box-shadow: 0 0.08em 0.32em #231F20;
}
.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: right;
    }
    .export-types {
        padding-bottom: inherit;
    }
}
.time-line-month-name {
    padding: 0px !important;
    height: 25px !important;
    line-height: 2.5;
}
.headline-left .date-time {
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 5px;
    -webkit-font-smoothing: antialiased;
    color: #015B96;
    font-size: 16px;
	direction: ltr;
}
.headline-left .event-name {
    color: #394049 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    font-weight: 400;
     font-family:inherit;
}
/*END*/
.events-container {
    padding-top: 22px;
    clear: both;
    border-top: 1px solid #a1a1a1;
}
.tabs-wrapper {
    margin: 7px 0px -1px 0;
}

.year-filter ul li a {
    height: auto;
    font-size: 1em;
    line-height: normal;
    padding: 0 !important;
    text-decoration: none;
    font-style: normal;
    background: transparent;
    border: 00em solid #231F20 !important;
    transition: background 0.5s;
    background: transparent;
    color: #231F20;
    font-weight: 400;
    font-size: 16px!important;
    border-radius: 0;
    margin: 0;
}
.eupagination>li>a, .eupagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2C2E30;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.year-filter .selected {
    font-weight: bold;
    text-decoration: underline!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: #fff;
    cursor: default;
    background-color: #06357a;
    border-color: #06357a;
}
@media (min-width: 0px) and (max-width: 360px) {
    .tabs li {
        display: inline-block;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
        height: auto !important;
    }

    .tabs {
        line-height: auto !important;
        height: auto !important;
        border-bottom: solid 0px #d9d9d9;
        min-height: auto;
        text-align: center;
    }
}
.ar-ae .tabs li {
    float: none;
    float: none;
 
    display: inline-block;
   
  
}

.check-subscription-link {

    font-weight: normal;
  
}

body.body-rtl  .subscription-section {
    float: left;
    text-align: left;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #464645;

}

.eupagination>li:first-child>a, .eupagination>li:first-child>span {
    margin-left: 0;
    outline:
     none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.eupagination>li {
    display: inline;
    outline: none!important;
}


.eupagination>.disabled>span, .eupagination>.disabled>span:hover, .eupagination>.disabled>span:focus, .eupagination>.disabled>a, .eupagination>.disabled>a:hover, .eupagination>.disabled>a:focus {
    cursor: default;
    outline: none!important;
}



/*Modification*/

/*Arabic*/
.ar-ae .check-subscription-link {
    text-align: left;
}

.ar-ae .tabs {
    text-align: right;
}
/*Arabic End*/

   
.button-wrraper {
    text-align: center;
    padding: 15px 0 15px 1em;
}

.ar-ae .button-wrraper {
    text-align: left;
    padding: 15px 0 15px 9em;
}

@media (max-width: 580px) and (min-width: 0px){
.tabs li {
    display: inline-block;
    width: 70%;
    margin-bottom: 20px;
    text-align: center;
    height: auto !important;
    margin: 0;
    }
    .tabs{
    border-bottom: 0!important;
    }
    .tabItem{
        width: 70%!important;
        margin: 5px!important;
        text-align: center!important;
    }
    .tab-active{
    width: 80%;
    margin: 0 auto;
    }
    .button-wrraper {
    padding: 12px 0 0 0;
    }
    .ar-ae .button-wrraper {
    padding: 15px 0 15px 50px;
    }
    .tabItem:hover {
    background: #f2f2f2;
    color: #000000!important;
    
    }
    a.tabItem.second-heading.active.tab-active{
        border-top: 1px solid #cbcbcb!important;
        border-right: 0!important;
        border-radius: 0!important;
        background: transparent!important;
        margin-bottom: 4px;
        border: 2px solid #ccc!important;
    }
    
    .ar-ae .button-wrraper {
    padding: 15px 0 15px 71px;
    }
    .tabs a.tabItem.second-heading.active.tab-active {
        color: #1D252D!important;
        border-right: 2px solid #ccc!important;
    }
}

/*Iphone 5*/
@media (max-width:320px){
    .btn,
    .btn-primary,
    .btn-submit,
    .btn-cancel,
    .btn:focus,
    .btn-primary:focus,
    .btn-submit:focus,
    .btn-cancel:focus{
        min-width: 0!important;
    }
    .tabItem{
        border:0px;
        width: 82%;
    }
    .tab-active{
        border-bottom: 0;
        width: 81%;
        margin: 0 auto;
    }
    .button-wrraper {
        padding: 12px 0 0 0;
    }
    a.tabItem.second-heading {
        margin-bottom: 5px;
    }
    a.tabItem.second-heading.active.tab-active {
        margin-top: -1px!important;
    }
}

/*Modification*/
.filter-type ul li{
    padding-left: 0;    
}

.content-headline {
    margin-left: 0; 
    border-left: 0; 
    border-right: 0; 
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 5px;
}

.content-headline .headline {
    padding: 0;
}

/* redesign */
.content-headline {
    margin-left: 0;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
}

.box-border {
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

* {
    outline: 0;
}

.expand-collapse>.exco-text {
    width: 20px;
    height: 25px;
}

.content-headline .headline {
    padding: 10px;
}

.content-headline.box-border {
    margin-left: 21px;
}

a.tabItem.second-heading.active.tab-active {
    font-size: 16px!important;
    font-weight: bold;
    text-align: center;
    background: transparent;
    color: #000!important;
    margin: 0;
}

a.tabItem.second-heading {
    text-align: center;
}

body .hyperlink{
    color: #000000!important;
}
body .hyperlink:hover{
    color: #000000!important;
    text-decoration: none;
}

body .cookies-box a {
    color: #000000 !important;
}
body .cookies-box a:hover{
    color: #000000!important;
    text-decoration: none;
}

.google-recapcha {
    display: none;
}

.form .label {
    width: 23%;
}

/*arabic*/
@media (max-width:470px){
    .ar-ae a.tabItem.second-heading.active.tab-active {
        border: 2px solid #ccc!important;
    }
}



@media (max-width:414px){
    .ar-ae .button-wrraper {
    padding: 15px 0 15px 55px;
    }
    .ar-ae a.tabItem.second-heading:after {
        border-width: 0!important;
    }
    .ar-ae a.tabItem.second-heading:before {
        border-width: 0!important;
    }
}

*{
    outline: 0;
}

@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}

@media (min-width: 320px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
}

@media (min-width: 414px){
.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    }
    .tabs li {
    margin-bottom: 7.4px;
    }
}

.tab-active {
    background-color: #FFF;
    color: #69696b!important;
}


.tabs {
    border-bottom: 2px solid #ccc;
}

.tabs li {
    margin-bottom: -6px;
    width: 50%;
}

.google-recapcha>div {
    display: none;
}

@media (max-width:520px){
.tabs {
    text-align: center!important;
    }
}


*{
    outline: 0;
}

.btn:active, .btn.active {
    background-image: none!important;
    outline: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

@media (max-width:480px){
    .btn, .btn-primary, .btn-submit, .btn-cancel, .btn:focus, .btn-primary:focus, .btn-submit:focus, .btn-cancel:focus {
        padding: 10px 35px; 
    }
    .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: 10px 24px;
    }
}

@media (max-width: 479px){
    .form .input {
        width: 100%!important;
        display: inline-table;
    }
    .btn-submit, .btn-cancel, .btn-ok {
        margin-left: -4px;
    }
}

input.btn.btn-default.btn-cancel:hover {
    color: #fff;
}

.form input, .form select{
    color: #333;
}

.ar-ae div#subscriptionModal {
    padding-left: 0!important;
}

.supply-by-box a {
    font-size: 12px!important;
}

body .cookies-box a {
    font-size: 12px!important;
}

.headline-right .event-type {
    font-weight: 400;
    color:#ba3632;
}

.calendar-time-line .current-month {
    font-weight: 400;
}


/* tabs */

.en-gb a.tabItem.second-heading:before {
    border-width: 1.40em;
    border-right-color: #ccc;
    border-top-color: #ccc;
}

.en-gb a.tabItem:before {
    content: " ";
    position: absolute;
    top: -2px;
    right: -1px;
    border-color: transparent;
    border-style: solid;
}

.en-gb a.tabItem.second-heading:after {
    border-width: 1.32em;
    border-right-color: #fff;
    border-top-color: #fff;
}

.en-gb a.tabItem:after {
    content: " ";
    position: absolute;
    top: -2px;
    right: -2px;
    border-color: transparent;
    border-style: solid;
}






.ar-ae a.tabItem.second-heading:before {
    border-width: 26.3px!important;
    border-left-color: #ccc;
    border-top-color: #ccc;
}

.ar-ae a.tabItem:before  {
    content: " ";
    position: absolute;
    top: -2px!important;
    left: -2px!important;
    border-color: transparent;
    border-style: solid;
}

.ar-ae a.tabItem.second-heading:after {
    border-width: 26.3px!important;
    border-left-color: #fff;
    border-top-color: #fff;
}

.ar-ae a.tabItem:after {
    content: " ";
    position: absolute;
    top: -2px!important;
    left: -5px!important;
    border-color: transparent;
    border-style: solid;
}

.ar-ae .tabItem {
    text-align: right!important;
}

.ar-ae .tabItem {
    margin-right: 0;
}

.footer {
    font-size: 12px;
}


.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: 7px 0;
}

@media(max-width:581px){
    .tabs li {
        width: 100%;
    }
    .tabs {
        text-align: center!important;
    }
    .tabs-wrapper {
        margin: 0 auto!important;
    }
    .en-gb .tabs a.tabItem.second-heading.active.tab-active {
        margin: 9px auto!important;
    }
    .en-gb a.tabItem.second-heading{
        margin: 0 auto!important;
        border: 2px solid #cbcbcb!important;
    }
    .ar-ae  .tabs a.tabItem.second-heading.active.tab-active {
        margin: 9px auto!important;
        text-align: center!important;
    }
    .ar-ae a.tabItem.second-heading{
        margin: 0 auto!important;
        text-align: center!important;
        border: 2px solid #cbcbcb!important;
    }

}

body.ar-ae .content-headline, body.ku-arab-iq .content-headline {
    margin-right: 0;
}


section.next-event {
    background: #ccc;
    padding: 15px;
    margin-bottom: 15px;
}

.next-event div.lable {
    font-weight: bold;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.next-event div.date-time {
    font-weight: bold;
    padding: 5px 10px;
    background: #015B96;
    color: #fff;
}
.next-event div.event-name {
    padding: 5px 10px;
    background: #fff;
    font-size: 17px;
}
.main-heading {
    color: #231F20 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    text-transform: capitalize;
    font-size: 17px;
    font-family: 'Open Sans', Arial,sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.time-line-item {
    border: solid 1px #ccc;
}
.color-dot-box {
    font-size: 30px;
    font-family: 'Arial, Helvetica, sans-serif'!important;
}
.time-line-month-name {
    font-weight: bold;
}

.ar-ae a.tabItem.second-heading.active.tab-active {
    border-right: 2px solid #ccc!important;
}

div#UpcomingEventsContainer .show-hide-toggle {
    display: block!important;
}
div#UpcomingEventsContainer button.expand-collapse {
    display: none!important;
}
.content-body a {
    color: #015b96!important;
    font-weight: bold!important;
    text-decoration: none;
}
.content-headline .headline {
    padding: 0px 30px;
}
.content-body a:hover,
.content-body a:active {
    color: #B93631!important;
    font-weight: bold!important;
    text-decoration: none!important;
}
.expand-collapse>.exco-text {
    display: inline-block;
    *display: inline;
    text-align: center;
    *zoom: 1;
    color: #ccc;
    font-size: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #e4e4e4;
}

.expand-collapse.expand>.exco-text {
    border-right-color: #fff;
    color: #015b96!important;
}
.expand-collapse:hover>.exco-text {
    color: #015b96!important;
}

.expand-collapse {

    left: 0px;
}

.en-gb .tabs li:first-child {
    margin-left: 0;
}
.attachment-icon {
    width: 20px;
    height: 21px;
    background: transparent url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-acwa/dwn-bg-red.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 3px;
}
.file-type-pdf {
    background-image: url("//ksatools.eurolandir.com/tools/FinCalendar2/Config/Company/sa-acwa/dwn-bg-red.png");
}
@media (min-width:481px) {
    .content-headline {
        position: relative;
        top: 0;
        left: 0;
    }
    
    .en-gb .event-detail .attachments {
        position: absolute;
        top: 37px;
        right: 5px;
    }
    .ar-ae .event-detail .attachments {
        position: absolute;
        top: 46px;
        left: 5px;
    }
}
@media (max-width:480px) {
    .content-headline {
        position: relative;
        top: 0;
        left: 0;
    }

.en-gb .event-detail .attachments {
    position: absolute;
    bottom: -2px;
    left: 98px;
    }
.ar-ae .event-detail .attachments {
    position: absolute;
    bottom: 8px;
    left: 98px;
    }
    .ar-ae .event-type {
        float: right;
    }
}

