.confirmAction {
  width: 300px;
}

.modal-body p {
  margin: 5px 0px 0px;
}

.spinner-border {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  z-index: 9999;
}

.inputFieldsWebinars {
  width: 400px;
}

.alert {
  position: fixed;
  top: -10000px;
  left: 50%;
  margin-top: -50px;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transform: translateX(-50%);
  width: 300px;
}

.alert-in {
  top: 170px;
  z-index: 9999;
}

.generatedHeaders {
  text-align: left;
}

.participantList {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

.userEmailDetails {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.modal-backdrop {
  z-index: 1;
}

.modal-dialog {
  min-width: 1000px;
}

#actionConfirmTitle {
  text-align: center;
  width: 100%;
}

#alertMessage {
  text-align: center;
  margin-bottom: 0px;
}

.row_selected {
  background-color: #a6a6a657 !important;
}

.row_selected td {
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
}

.status_paid {
  background-color: #c3e6cb !important;
}

.status_waiting {
  background-color: #ffeeba !important;
}

.status_not_attending {
  background-color: #f18893 !important;
}

thead input {
  width: 100%;
}

#navigation_buttons {
  display: flex;
  z-index: 1;
  position: relative;
  width: fit-content;
}

#navigation_buttons a {
  font-size: 14px;
}

#navigation_buttons div {
  margin-left: 10px;
}

#headerTitle {
  margin: 10px;
}

#cfdb7-datatable_wrapper {
  top: -45px;
}

.duplicate,
.duplicate td {
  border: 2px solid red;
}

#cfdb7-datatable {
  border-collapse: collapse;
}

.managementButtons,
.toggleRegistration {
  padding: 0px 10px 0px 10px;
  margin-left: 5px;
}

.datatable {
  font-size: 14px;
  white-space: nowrap;
  width: 100%;
}

.attachments {
  display: block;
}

#email_cron_scheduled tr,
#email_cron_scheduled td,
#email_cron_scheduled th {
  border: 1px solid black;
  border-collapse: collapse;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 2px;
}

#email_cron_scheduled .subject-wrap {
  max-width: 750px;
  word-break: normal;
  word-wrap: break-word;
}

.email_cron_headers {
  background-color: #ebebeb;
  padding: 5px;
  max-width: 95%;
}

#av-form-multiple {
  display: flex;
  flex-direction: column;
  text-align: left;
}

#av-form-multiple label {
  margin-bottom: 0px;
}

#av-form-multiple input {
  margin-bottom: 10px;
}

#av-form-multiple label {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  color: rgb(70, 112, 127);
}

#filterCourses {
  position: fixed;
  right: 0px;
  bottom: 0px;
}

#filterCoursesTitle {
  position: absolute;
  right: 100px;
  bottom: 90px;
  font-weight: bold;
}

#filterCourses select {
  position: absolute;
  right: 100px;
  bottom: 750px;
}

.multi-select-container {
  display: inline-block;
  position: absolute;
  right: 100px;
  bottom: 75px;

}

.multi-select-menu {
  position: absolute;
  right: 0px;
  width: 500px !important;
  min-height: 500px !important;
  max-height: 500px !important;
  height: 500px !important;
  overflow: auto !important;
  top: -32.5em;
  float: left;
  min-width: 100%;
  background: #fff;
  margin: 1em 0;
  padding: 0.4em 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: none;
}

.multi-select-menu input {
  margin-right: 0.2em;
  margin-left: 0.2em;
}

.multi-select-button {
  display: inline-block;
  font-size: 0.875em;
  padding: 0.2em 0.6em;
  max-width: 20em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -0.5em;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  cursor: default;
}

.multi-select-button:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em 0.4em 0 0.4em;
  border-color: #999 transparent transparent transparent;
  margin-left: 0.4em;
  vertical-align: 0.1em;
}

.multi-select-container--open .multi-select-menu {
  display: block;
}

.multi-select-container--open .multi-select-button:after {
  border-width: 0 0.4em 0.4em 0.4em;
  border-color: transparent transparent #999 transparent;
}

.innovationMeetings {
  margin-left: 5px;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  padding: 4px 0;
  margin: 0 0 10px 25px;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
  max-height: 250px;
  overflow-y: scroll;
}

.ui-menu-item>a.ui-corner-all {
  display: block;
  padding: 3px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #555555;
  white-space: nowrap;
  text-decoration: none;
}

.ui-state-hover,
.ui-state-active {
  color: #ffffff;
  text-decoration: none;
  background-color: #0088cc;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  background-image: none;
}

.ui-menu-item {
  cursor: pointer;
}

.addedToAGroup {
  background-color: #a8b7fb !important;
}

#cfdb7-datatable_filter {
  position: relative;
  z-index: 100;
}

/* CALENDAR */

/* Short code styles sc-* */
.sc-event {
  display: flex;
}

.sc-calendar {
  background: url(images/calendar.png) no-repeat;
  width: 64px;
  height: 64px;
  font-family: arial, sans-serif;
  line-height: 1;
  margin-top: 5px;
}

.sc-calmonth {
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 6px;
}

.sc-calday {
  color: #333;
  font-size: 34px;
  width: 100%;
  text-align: center;
  padding-top: 1px;
}

.sc-caldetails {
  width: 180px;
  max-width: 66%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
  padding: 6px 0px 3px;
  margin-left: 5px;
}

/* Full calendar styles */
.calendar-grid {
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}

.calendar-grid>div {
  margin: 3px;
  padding-bottom: 30px;
}

div.current-month {
  background-color: #f8f8f8;
}

div.adjacent-month {
  background-color: #cecece;
}

.calendar-grid>div.day-name {
  text-align: center;
  padding-bottom: 0px;
}

.daynumber,
.dayinfull {
  width: 100%;
  background-color: #a0a0a0;
  color: #fff;
  text-align: center;
  margin-bottom: 3px;
  font-weight: bold;
  font-size: large;
}

.dayinfull {
  display: none;
}

.calendar-headers {
  display: block;
  width: 100%;
  padding: 0 25px 0 25px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.calendar-event {
  font-size: 12px;
  color: #000;
  background-color: #acc6dc;
  border-radius: 7px;
  margin-bottom: 3px;
  padding: 5px;
  font-weight: bold;
}

.adjacent-month .calendar-event {
  background-color: #63a7a5;
}

.calendar-event a {
  color: #000000;
}

.calendar-event a:hover {
  color: #f00;
}

.calendar-title {
  font-weight: bold;
}

.calendar-empty {
  text-align: center;
}

h3.event-title {
  margin-bottom: 0px;
}

.event-date {
  font-size: 22px;
  margin-bottom: 10px;
}

.event-venue {
  display: flex;
  background-color: #e8e8e8;
  padding: 10px;
  margin-bottom: 10px;
}

.event-archive .event-venue {
  background-color: unset;
  padding: 0px;
}

.event-archive article {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.event-url {
  background-color: #e8e8e8;
  padding: 10px;
  margin-bottom: 10px;
}

.event-organiser {
  background-color: #e8e8e8;
  padding: 10px;
}

.event-narrative {
  border: 1px dotted #555;
  padding: 10px;
  margin-bottom: 10px;
}

.event-venue-address {
  width: 65%;
}

.event-map-link {
  font-size: 10px;
}

.event-cal-link {
  margin-top: 10px;
}

.bssc-month-header {
  text-align: center;
}

@media screen and (max-width: 600px) {

  .calendar-grid {
    grid-template-columns: auto;
  }

  .day-name,
  .adjacent-month,
  .no-event {
    display: none;
  }

  .daynumber {
    display: none;
  }

  .dayinfull {
    display: block;
  }

  .event-venue {
    flex-direction: column;
  }

  .event-venue-address {
    width: 100%;
    margin-bottom: 10px;
  }

  .calendar-event {
    font-size: 16px;
    padding-left: 20px;
  }

}

.calendar-nav-prev,
.calendar-title,
.calendar-nav-next {
  display: inline-block;
  width: 33%;
}

.calendar-nav-prev {
  text-align: left;
}

.calendar-title {
  text-align: center;
}

.calendar-nav-next {
  text-align: right;
}

.calendar-filter label {
  display: inline-block;
  width: 20%;
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}

.calendar-filter {
  background-color: #f0f0f0;
}

.day-name {
  font-weight: bold;
}

.event-tooltip {
  position: relative;
  display: inline-block;
  box-shadow: 1px 1px 6px 0px #000000d9;
  margin: 5px;
}

/* Tooltip text */
.event-tooltip .event-tooltip-text {
  visibility: hidden;
  width: 200px;
  background-color: rgb(244, 244, 244);
  color: #000000;
  text-align: center;
  padding: 5px 0;
  box-shadow: 0 0 2px #000;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

.event-tooltip a {
  color: #000000;
}

.event-tooltip a:hover {
  color: #03a9f4;
  ;
  font-weight: bold;
}

/* Show the tooltip text when you mouse over the tooltip container */
.event-tooltip:hover .event-tooltip-text {
  visibility: visible;
}

.bg-webinar {
  background-color: #b4ef61;
}

.bg-av-prezencna-listina {
  background-color: #9eacfa;
}

.bg-inovačný-skupina {
  background-color: #c325f3;
}

.bg-prezencne {
  background-color: #f0f0f0;
}

.separator {
  display: block;
  align-items: center;
  text-align: center !important;
  font-weight: bold;
}

.separator:before {
  content: "";
  display: inline-block;
  width: 30%;
  margin-right: 1%;
  border-bottom: 1px solid #000;
}

.separator:after {
  content: "";
  display: inline-block;
  width: 30%;
  margin-left: 1%;
  border-bottom: 1px solid #000;
}

.futureEventsLabel {
  font-weight: bold;
  margin-left: 20px;
}

#futureEvents {
  max-width: 250px;
  margin-left: 5px;
}

.today {
  background-color: #eaff0057 !important;
}

.webinar-card-green {
  text-align: center;
  height: auto;
  min-height: unset;
  background-color: rgb(254, 228, 180);
  background-image: none;
  border-top-width: 2px;
  border-top-color: #00bf87;
  border-top-style: double;
  border-right-width: 2px;
  border-right-color: #00bf87;
  border-right-style: double;
  border-bottom-width: 2px;
  border-bottom-color: #00bf87;
  border-bottom-style: double;
  border-left-width: 2px;
  border-left-color: #00bf87;
  border-left-style: double;
}

.webinar-card-orange {
  text-align: center;
  height: auto;
  min-height: unset;
  background-color: rgb(254, 228, 180);
  background-image: none;
  border-top-width: 2px;
  border-top-color: #f79007;
  border-top-style: double;
  border-right-width: 2px;
  border-right-color: #f79007;
  border-right-style: double;
  border-bottom-width: 2px;
  border-bottom-color: #f79007;
  border-bottom-style: double;
  border-left-width: 2px;
  border-left-color: #f79007;
  border-left-style: double;
}

.webinar-card-blue {
  text-align: center;
  height: auto;
  min-height: unset;
  background-color: rgb(254, 228, 180);
  background-image: none;
  border-top-width: 2px;
  border-top-color: #03a9f4;
  border-top-style: double;
  border-right-width: 2px;
  border-right-color: #03a9f4;
  border-right-style: double;
  border-bottom-width: 2px;
  border-bottom-color: #03a9f4;
  border-bottom-style: double;
  border-left-width: 2px;
  border-left-color: #03a9f4;
  border-left-style: double;
}

.webinar-icon {
  margin-top: -70px;
  fill: #FFFFFF;
  width: 40px;
  height: 40px;
  border-top-width: 0px;
  border-top-style: none;
  border-top-left-radius: 300px;
  border-top-right-radius: 300px;
  border-right-width: 0px;
  border-right-style: none;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
  border-left-width: 0px;
  border-left-style: none;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  background-image: none;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.1);
}

.webinar-icon-blue {
  background-color: #03a9f4;
}

.webinar-icon-green {
  background-color: #00bf87;
}

.webinar-icon-orange {
  background-color: #f79007;
}

.column-progress {
  height: 40px;
}

#wrapper_cron_emails {
  height: 800px;
  overflow-y: auto;
  width: fit-content;
}

.registration_management_buttons {
  padding: 5px !important;
  margin-left: 5px !important;
}