/********************************************** CUSTOM FONT DECLARTIONS **************************************************/
@import url("//fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");

@font-face {
  font-family: "icofont";
  src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/fonts/icofont.eot");
  src: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/fonts/icofont.eot?#iefix") format("embedded-opentype"),
    url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/fonts/icofont.woff2") format("woff2"),
    url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/fonts/icofont.woff") format("woff"),
    url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/fonts/icofont.ttf") format("truetype"),
    url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/fonts/icofont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/******************************************* END OF CUSTOM FONT DECLARTIONS **********************************************/

/*************************************************** MAIN RULES **********************************************************/
body {
  padding: 0;
  margin: 0;
  font-family: "Noto Kufi Arabic", sans-serif;
  font-size: 16px;
  color: #000000;
}
.tabItem,
.tab-active,
.form input,
.form select,
.next-event {
  font-size: 16px;
  font-family: "Noto Kufi Arabic", sans-serif;
  color: #000000;
}
.wrapper {
  width: 100%;
  max-width: 1200px;
  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 !important;
  color: #488253;
}
.footer {
  padding: 0em;
}
/*********************************************** 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: normal;
  padding-top: 0em;
  padding-bottom: 1em;
  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: -0.08em 0 0 -0.08em;
  border: 0.08em solid #dbdbdb;
  text-align: center;
  transition: background 0.5s;
}
.time-line-item:hover {
  background-color: #488253;
  color: #fff;
}
.color-dot-box .display-none {
  display: inline-block;
  width: 0.75em;
  height: 0.75em;
  border: 0.08em solid #dbdbdb;
}
.color-dot-box .color-dot {
  display: none;
}
.calendar-time-line .current-month .time-line-item {
  background-color: #488253;
  color: #fff;
}
.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: 0.08em solid transparent;
  border-right: 0.08em solid transparent;
  border-bottom: 0.08em solid #bebfb8;
  padding-bottom: 0.5em;
}
.box-border {
  border-left: 0.08em solid transparent;
  border-right: 0.08em solid transparent;
  border-bottom: 0.08em 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: normal;
  padding: 0.55em 1em;
  margin-left: -0.08em;
  line-height: normal;
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border: 0.08em 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: normal;
}
.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 {
  background: transparent;
  color: #488253 !important;
  padding: 1em;
  border: 0px;
  font-size: 1em;
  font-weight: normal;
  text-transform: uppercase;
  border-radius: 0px;
  height: auto;
  line-height: normal;
  text-transform: capitalize;
  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: transparent;
}
/************************************************ 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;
}
.tabs li {
  _float: none;
  float: none;
  margin: 0;
  display: inline-block;
}
.tabItem {
  height: auto;
  line-height: normal;
  padding-top: 1em !important;
  padding-bottom: 0em !important;
  padding-left: 2em;
  padding-right: 2em;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  background: transparent;
  border: 0em solid #dbdbdb;
  transition: none;
  color: #000000;
  /* margin-left: -0.08em; */
  position: relative;
  top: 0;
  /* left: 0.08em; */
  margin-right: 2.08em;
}
.tab-active {
  color: #488253 !important;
  cursor: default;
  font-weight: normal;
  background-color: transparent;
  position: relative;
  top: 0px;
  left: 0px;
  border-bottom: 2px solid #488253;
}
.tab-active:before {
  content: "";
  width: 0;
  height: 0;

  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -1em;

  border-left: 0em solid transparent;
  border-right: 0em solid transparent;
  border-top: 0em solid #dbdbdb;
}

.tabItem:hover {
  background: transparent;

  text-decoration: none;
  font-weight: normal;
  font-style: normal;

  color: #488253 !important;
  border-bottom: 2px solid #488253;
}
/* 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: transparent;
  border: 0.16em solid #dbdbdb;
  transition: background 0.5s;
  color: #000000;
  border-radius: 0;
  margin: 0;
}
.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: normal;
  padding-top: 0em;
  padding-bottom: 1em;
  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: 0em;
  box-sizing: border-box;
  background: #fff;
  border: 0.08em solid #a8a9a3;
}
.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: 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;
  }
  #PastEventsContainer .list-file-attachment {
    text-align: right;
  }
}
@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*/

/***********start changes**********/

.main-heading {
  display: none;
}

div#wrapper {
  padding-top: 1em;
}

footer.footer {
  font-size: 13px;
}

.btn-primary:after {
  content: "";
  background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/en.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 0px;
  left: 6px;
  vertical-align: top;
}

.ar-ae .btn-primary:after {
  content: "";
  background-image: url("//tools.eurolandir.com/tools/FinCalendar2/Config/Company/jo-joph/ar.png");
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 0px;
  left: -6px;
  vertical-align: top;
}

ul.tabs a:hover {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .tab-active,
  .tabItem:hover {
    color: #fff !important;
    cursor: default;
    font-weight: normal;
    background-color: #488253;
    position: relative;
    top: 0px;
    left: 0px;
    border: 1px solid #488253 !important;
  }

  .tabItem {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    padding-left: 1em;
    padding-right: 1em;
    margin-right: 0em;
    border: 1px solid #d1d1d1;
  }
  .tabs li {
    float: none;
    margin: 1px;
    display: inline-block;
    width: 49%;
  }
  .tabs {
    border-bottom: 0px solid #d1d1d1;
  }
}

@media (max-width: 480px) {
  .tabs li {
    float: none;
    margin: 1px;
    display: inline-block;
    width: 99%;
  }
}

.modal-dialog button.btn.btn-primary.btn-submit:after {
  background-image: none;
}

div#lblEmailSubscriptionChecking:after {
  content: "*";
  color: #f00;
}

.subscribe-checking .compulsory-field {
  display: none;
}

.checkbox {
  background: none;
}

.checkbox::before {
  position: absolute;
  left: 0px;
  content: "";
  width: 16px;
  height: 16px;
  border: solid 1px #488253 !important;
  border-radius: 0px;
  top: -1px;
  content: "";
}

.checkbox-checked::before {
  border: solid 1px #488253 !important;
  border-radius: 0px;
  background-color: transparent;
}

.checkbox-checked::after {
  font-family: icofont;
  content: "\eed6";
  position: absolute;
  color: #488253;
  top: 0px;
  left: 1px;
  width: 16px;
  height: 16px;
  display: block;
  font-size: 17px;
  z-index: 1;
}

.radio {
  background: none;
}

.radio:before {
  content: "";
  position: absolute;
  margin-top: 1px;
  margin-left: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #488253;
  background-color: transparent;
  top: -3px;
}

.radio.radio-checked:before {
  content: "";
  position: absolute;
  margin-top: 1px;
  margin-left: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #488253;
  top: -3px;
}

.radio.radio-checked::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 16px;
  position: absolute;
  left: 5px;
  top: 1.9px;
  font-size: 11px;
  background: #488253;
}

body.body-rtl .tabs li {
  float: none !important;
}

body.body-rtl {
  direction: rtl;
}

body.body-rtl .subscription-section {
  text-align: left;
}
body.body-rtl .subscription-section {
  float: left;
}

body.body-rtl .check-subscription-link {
  text-align: left;
}

.ar-ae .radio:before {
  content: "";
  position: absolute;
  margin-top: 1px;
  margin-left: -5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #488253;
  background-color: transparent;
  top: -3px;
  left: 4px;
}

.ar-ae .radio.radio-checked::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 16px;
  position: absolute;
  left: 3px;
  top: 1.9px;
  font-size: 11px;
  background: #488253;
}

/***********/

body.ar-ae .content-headline,
body.ku-arab-iq .content-headline {
  margin-right: 0;
}

.subscription-header,
.export-header,
.check-subscription-link .link {
  font-weight: normal;
}

.form input,
.form select {
  height: 48px;
  border-radius: 50px;
}

@media (max-width: 479px) {
  .form input,
  .form select {
    height: 30px;
    border-radius: 50px;
  }
}

