/**
 * @version    4.2.0
 * @package    JEM
 * @copyright  (C) 2013-2023 joomlaeventmanager.net
 * @copyright  (C) 2005-2009 Christoph Lukes
 * @license    https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
 */
/* Hoftix for SqueezeBox Modal overlay destroying images on mobile phones */

dt.jem-custom1,
dd.jem-custom1 {
    display: none !important;
}

.meses {
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  overflow: hidden;
}

.meses span {
  padding: 5px 10px;
  width: auto;
  border-radius: 3px;
  font-size: 14px;
  font-weight:bold;
  color: #333;
}
.meses span::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  margin-right: 5px;
  padding: 9px;
  margin-left: -6px;
}


#venue-modal {
  background-color: rgba(0, 0, 0, 0.7);
  /* ou similar */
}

.calendario .card-body {
  padding: 20px;
  background: #f0f3f5;
}

.event_desc {
  line-height: 31px;
  font-size: 16px;
}

body.com_jem #sbox-overlay {
  width: 100% !important;
}

body.com_jem #sbox-window {
  height: auto !important;
}

body.com_jem #sbox-content {
  height: auto !important;
  width: auto !important;
  max-height: 100%;
  max-width: 100%;
}

body.com_jem.body-overlayed {
  overflow: auto;
}

/* ----- */
#jem h1.componentheading i.fa,
#jem h1.componentheading i.fas {
  font-size: 1.332rem;
}

#jem .buttons {
  float: right;
}

#jem .buttons::after {
  clear: both;
}

#jem .jem-removebutton {
  cursor: pointer;
  color: red;
}

#jem .jem-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

#jem .jem-wrap-reverse {
  flex-wrap: wrap-reverse;
}

#jem .jem-nowrap {
  flex-wrap: nowrap;
}

#jem .jem-justify-start {
  justify-content: flex-start;
}

#jem .jem-justify-end {
  justify-content: flex-end;
}

#jem .valign-baseline {
  align-items: baseline;
}

.jem-info {
  width: 100%;
  margin-top: 20px;
}

.jem-grow-2 {
  width: 100%;
}

.location {
  margin-top: 20px;
}

#jem .jem-dl:after {
  clear: both;
}

#jem .jem-dl,
#jem .jem-dl-long {
  margin: 0;
}

#jem .edit .jem-dl dt,
#jem .edit .jem-dl-long dt {
  width: 27%;
}

#jem .jem-dl dt,
#jem .jem-dl-long dt {
  float: left;
  width: 15%;
  overflow: hidden;
  clear: left;
  text-align: left;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 3px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #aaa !important;
  text-transform: uppercase;
}

#jem .jem-dl-long dt {
  width: 200px;
}

#jem .jem-dl dt label,
#jem .jem-dl-long dt label {
  font-weight: bold;
}

#jem .jem-dl dt label span,
#jem .jem-dl-long dt label span {
  font-weight: normal;
}

/*Special for the description lable in editevent and editvenue*/
#jem #jform_articletext-lbl,
#jem #jform_locdescription-lbl {
  font-weight: bold;
}

#jem .jem-dl dd,
#jem .jem-dl-long dd {
  padding-top: 3px;
  padding-bottom: 8px;
  display: flow-root;
  border-bottom: 1px dashed #aaa;
}

#jem .jem-dl-long dd {
  margin-left: 210px;
}

.jem-dl dt.jem-when::before {
  content: "\f017";
  /* fa-clock */
}

.jem-dl dt.jem-where::before {
  content: "\f3c5";
  /* map-marker-alt */
}

.jem-dl dt.jem-category::before {
  content: "\f02b";
  /* tag */
}

.jem-dl dt.venue::before {
  content: "\f3ff";
  /* fa-ticket-alt */
}

.jem-dl dt.venue_street::before {
  content: "\f015";
  /* fa-home (para rua) */
}

.jem-dl dt.venue_city::before {
  content: "\f1ad";
  /* fa-building */
}

.jem-dl dt.venue_mapicon::before {
  content: "\f279";
  /* fa-map-marker-alt (ou fa-map) */
}

.jem-dl dt.venue_web::before {
  content: "\f0ac";
  /* globe */
}

.jem-dl dt.jem-when::before,
.jem-dl dt.jem-where::before,
.jem-dl dt.jem-category::before,
.jem-dl dt.venue::before,
.jem-dl dt.venue_street::before,
.jem-dl dt.venue_city::before,
.jem-dl dt.venue_mapicon::before,
.jem-dl dt.venue_web::before {
  color: #6e7885;
  margin-left: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 8px;
}

.jem-dl dt::before {
  display: inline-block;
  width: 20px;
  /* largura fixa para todos os ícones */
}

#jem .jem-img {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

#userfile-remove {
  margin-top: 9px;
}

#descricao {
  margin: 30px 0 30px;
}

#jem h3 {
  font-size: 1.8rem !important;
}

.eventtable {
  margin-top: 0 !important
}

.ultimo {
  margin-top: 23px;
}

#jem #lista_geral h3,
#jem .dayview h3,
#jem .jem-event-details h3 {
  font-size: 1.25rem !important;
}

#lista_geral h2 {
  display: none !important;
}

#jem .jem-img img {
  width: 100% !important;
}

#jem .jem-registered-list {
  margin-left: calc(2.14285714em / 1.5);
}

#jem .jem-registered-list img {
  width: 30px;
}

#jem .jem-catimg {
  float: right;
}

#jem .jem-clear {
  clear: both;
}

#jem .jem-readmore {
  margin-top: 10px;
  margin-bottom: 10px;
}

#jem .copyright {
  text-align: right;
}

#jem .jem-hr {
  clear: both;
}

#jem .jem-date .input-append {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

#jem .jem-limit-smallist {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 5px;
}

#jem #limit {
  padding: 10px;
  margin: 0;
  width: 90px;
}

#jem .jem_limit {
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: baseline;
}

#jem .input-mini {
  width: 60px;
}

#jem .paginations {
  margin: 30px 0;
}

#jem_filter {
  padding: 10px 15px 5px 15px;
  align-items: baseline;
  background-color: #f0f3f5;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
}

#jem_filter div {
  margin-bottom: 5px;
}

#jem_filter label,
#jem_filter select,
#jem_filter input,
#jem_filter button,
#status-lbl {
  margin-right: 5px;
}

#jem_filter button {
  padding: 9px 15px !important;
}

#jem_filter>.jem-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

#jem_filter>.jem-row:first-child {
  flex: 1 1 auto;
}

#filter_type {
  flex: 0 0 90px;
}

#filter_search {
  flex: 1 1 auto;
  min-width: 0;
}

.red_clean {
  background: #e05f74 !important;
  color: #fff !important;
  border: 1px solid #e05f74 !important;
}

.red_clean:hover {
  background: #be4156 !important;
  color: #fff !important;
  border: 1px solid #be4156 !important;
}

#jem_filter label {
  display: none;
}

#jem .jem-misc {
  padding: 10px 3px;
}

#jem .jem-sort {
  flex: 1;
  align-items: baseline;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#jem .jem-sort-small {
  font-weight: bold;
  border-left: 1px solid transparent;
}

#jem .jem-sort-icon {
  margin-right: 5px;
}

#jem .icon-arrow-up-3,
#jem .icon-arrow-down-3 {
  width: auto;
}

#jem .icon-arrow-up-3::before {
  /* font-family: FontAwesome !important; */
  /* content: "\00a0\f0de" !important; */
  content: "\f0de" !important;
}

#jem .icon-arrow-down-3::before {
  /* font-family: FontAwesome !important; */
  /* content: "\00a0\f0dd" !important; */
  content: "\f0dd" !important;
}

#jem img.icon-inline {
  display: none;
}

#jem select,
#jem input,
.buttonfilter {
  margin-top: 0;
  /* margin-bottom: 0 !important; */
  margin-left: 0 !important;
}

#jem_filter input,
#jem_filter select {
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #999;
}

#jem form input::-webkit-outer-spin-button,
#jem form input::-webkit-inner-spin-button {
  opacity: 1;
}

#jem .choose-status {
  padding-right: 30px;
}

#jem .choose-status select#status {
  display: inline;
}

#jem .jem-sort-parts div::after {
  content: "";
  border-right: 1px solid #333;
  margin-left: 10px;
  margin-right: 10px;
}

#jem .jem-sort-parts div:last-child::after {
  border: none;
}

#jem .jem-event {
  cursor: pointer;
  border: 1px solid #d8deeb;
  align-items: center;
}

#jem .jem-event.jem-nopointer {
  cursor: default;
}

#jem .jem-list-img {
  flex-shrink: 1;
  margin-right: 15px;
  display: flex;
  width: 200px !important;
  overflow: hidden;
}

#jem .jem-list-img img {
  width: 200px !important;
  height: auto;
}

#jem .jem-list-img .flyerimage {
  align-self: left;
  height: 100px;
  width: 200px !important;
}

.flyerimage {
  height: 460px;
  overflow: hidden;
  position: relative;
}

.flyerimage .wf-icon-zoom-image {
  display: none;
}

.magnify {
  font-size: 23px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 10;
  opacity: .8;
  pointer-events: none;
}

#jem .jem-event-details {
  flex: 1;
}

#jem .jem-event-details h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  line-height: 110%;
}

#jem .jem-event-details h4 a {
  font-weight: bold;
}

#jem .jem-list-row {
  display: flex;
  flex-direction: row;
  /* flex-wrap: wrap; */
  justify-content: flex-start;
}

#jem .jem-small-list {
  padding: 10px;
}

#jem .jem-event-info {
  margin-right: 15px;
}

#jem .jem-event-info:last-child {
  margin-right: 0;
}

#jem .jem-event-info-small {
  word-break: keep-all;
}

#jem .jem-event-info-small:last-child {
  margin-right: 0;
}

#jem .eventlist {
  margin-top: 30px;
  padding: 0;
  list-style: none;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

h2.jem a {
  display: inline-block
}

.buttons a {
  font-size: 19px;
  background: #eee;
  width: 50px;
  display: inline-block;
  padding: 10px;
  border-radius: 3px;
  margin-left: 5px;
}

#venue-details .jem-dl dt,
#editevent-infotab .jem-dl dt {
  padding-top: 26px;
}

#starthours,
#endhours,
#jform_cats {
  margin-top: 18px !important;
}

#jform_cats {
  margin-top: -6px !important;
  height: 75px;
}

#jform_cats-lbl {
  margin-top: 23px;
}

#jform_userfile {
  margin-top: -47px !important;
}

#jform_locid_name {
  height: 44px !important;
}

elemento {
  max-width: 100%;
  margin-bottom: 30px !important;
}

.wf-editor-container {
  margin-bottom: 30px !important;
}

#myTab {
  margin-top: 20px;
}

#jem .eventlist li {
  padding: 12px;
  list-style: none;
  margin-bottom: 15px;
  border-radius: 4px;
}

#jem .eventlist li:nth-of-type(2n+1) {
  background-color: #f0f3f5;
  border:0;
}

#jem .eventlist li:last-child {
  margin-bottom: 0;
}

#jem .eventlist li:not(.jem-nohover):hover {}

#jem #reg_comment {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 200px;
  width: 100%;
  max-width: 100%;
  min-height: 100px;
}

#jem .jem-register-button {
  margin-top: 10px !important;
}

#jem.jem_attendees .jem-event {
  cursor: auto;
}

#jem.jem_attendees .jem-attendee-number {
  flex: 1 2%;
}

#jem.jem_attendees .jem-attendee-name {
  flex: 1 20%;
}

#jem.jem_attendees .jem-attendee-email {
  flex: 1 22%;
}

#jem.jem_attendees .jem-attendee-regdate {
  flex: 1 22%;
}

#jem.jem_attendees .jem-attendee-status {
  flex: 1 4%;
  text-align: center;
}

#jem.jem_attendees .jem-attendee-places {
  flex: 1 4%;
  text-align: center;
}

#jem.jem_attendees .jem-attendee-comment {
  flex: 1 22%;
}

#jem.jem_attendees .jem-attendee-remove {
  flex: 1 4%;
  text-align: center;
}

#jem #addplaces,
#jem #cancelplaces {
  text-align: center;
  display: inline;
  max-width: 100px;
}

#jem div.jem-map {
  padding-top: 15px;
  padding-bottom: 5px;
}

#jem div.jem-map iframe {
  width: 100%;
  height: 300px;
}

#jem.jem_myevents .jem-event,
#jem.jem_myvenues .jem-event,
#jem.jem_myattendances .jem-event {
  cursor: auto;
}

#jem dl.tabs dt.tabs {
  float: left;
  margin-left: 0;
  margin-right: 3px;
  padding: 4px 10px;
  background-color: #eeeeee;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
}

#jem dl.tabs dt.open {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}

#jem div.current dd.tabs {
  clear: both;
  margin: 0;
  padding: 10px;
  border: 1px solid #CCC;
  background-color: #ffffff;
}

#jem .warningrecurrence {
  padding: 10px;
  border: 1px solid #fbeed5;
  background-color: #fcf8e3;
}

#jem.jem_select_contact .jem-event,
#jem.jem_select_venue .jem-event {
  cursor: auto;
}

#jem.jem_select_contact .selectcontact,
#jem.jem_select_venue .selectvenue {
  cursor: pointer;
}

#jem.jem_select_contact .jem-contact-number {
  flex: 1 10%;
}

#jem.jem_select_contact .jem-contact-name {
  flex: 1 50%;
}

#jem.jem_select_contact .jem-contact-city,
#jem.jem_select_contact .jem-contact-state {
  flex: 1 20%;
}

#jem.jem_select_venue .jem-venue-number {
  flex: 1 10% !important;
}

#jem.jem_select_venue .jem-venue-name {
  flex: 1 100% !important;
}

#jem.jem_select_venue .jem-venue-city {
  flex: 1 55% !important;
}

#jem.jem_select_venue .jem-venue-state {
  flex: 1 14%;
}

#jem.jem_select_venue .jem-venue-country {
  flex: 1 5% !important;
}

#jem.jem_select_users .jem-users-number {
  flex: 1 6%;
}

#jem.jem_select_users .jem-users-checkall {
  flex: 1 4%;
}

#jem.jem_select_users .jem-users-name {
  flex: 1 70%;
}

#jem.jem_select_users .jem-users-state {
  flex: 1 14%;
}

@media only all and (max-width: 47rem) and (min-width: 29rem) {
  #jem .jem-event-details {
    order: 1 !important;
    flex-basis: 58% !important;
  }

  #jem .jem-list-img {
    margin-right: 15px !important;
    margin-top: 0 !important;
  }
}

@media not print {
  @media only all and (max-width: 47.938rem) {

    joomla-tab>joomla-tab-element {
      width: calc(100vw - 30px);
      display: block;
    }

    .flyerimage {
      height: auto;
    }

    #jem .jem-dl dt,
    #jem .jem-dl-long dt {
      width: auto;
      clear: none;
      text-align: left;
      padding-top: 4px;
      padding-bottom: 4px;
    }

    #jem .jem-info .jem-dl dt,
    #jem .jem-info .jem-dl-long dt,
    #jem .jem-wrap-reverse .jem-dl dt,
    #jem .jem-wrap-reverse .jem-dl-long dt {
      font-size: 0;
    }

    .jem-dl dt.jem-when::before,
    .jem-dl dt.jem-where::before,
    .jem-dl dt.jem-category::before,
    .jem-dl dt.venue::before,
    .jem-dl dt.venue_street::before,
    .jem-dl dt.venue_city::before,
    .jem-dl dt.venue_mapicon::before,
    .jem-dl dt.venue_web::before {
      font-size: 15px;
    }

    #jem .edit .jem-dl dt,
    #jem .edit .jem-dl-long dt,
    #jem .edit .jem-dl dd,
    #jem .edit .jem-dl-long dd {
      display: block;
      width: 100%;
      border-bottom: 0 !important;
      border-top: 0;
    }

    #jem .jem-dl dt:first-child,
    #jem .jem-dl-long dt:first-child {
      margin-top: 0;
    }

    #jem .jem-dl dd,
    #jem .jem-dl-long dd {
      margin-left: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 0;
    }

    #jem .jem_limit {
      flex-wrap: wrap;
    }

    #jem .jem-event-details {
      order: -1;
      flex-basis: 100%
    }

    #jem .jem-list-img {
      margin-right: 0;
      margin-top: 10px;
    }

    #jem .jem-catimg {
      float: none;
      clear: both;
    }

    #jem .jem-event-info-small {
      flex-basis: 100% !important;
    }
  }
}

@media only all and (max-width: 30rem) {

  #jem #meta_keywords,
  #jem #meta_description {
    width: 100%
  }

  #jem .jem-list-img img {
    width: 100% !important;
    height: auto;
  }

  #jem .jem-list-img {
    width: 100% !important;
    overflow: hidden;
    margin-top: 20px;
  }

  #jem .jem-list-img .flyerimage {
    align-self: center;
    height: 100%;
    width: 100% !important;
  }

  #jem .jem-event-details h4 {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  #jem .jem-img {
    width: 100%;
  }

  .flyerimage {
    margin-right: 0;
    height: auto;
  }

  #jem .jem-dl dd,
  #jem .jem-dl-long dd {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
  }
}

@media only all and (max-width: 74.938rem) and (min-width: 60rem) {}

@media only all and (min-width: 75rem) {}

#jem .form-check-input {
  width: 1em !important;
}

.jem-readmore .btn,
#find-left.btn {
  background-color: #f0f0f0;
}

.jem-readmore .btn:hover,
#find-left.btn:hover {
  background-color: #a6031b;
}

.jem-registered-user-owner {
  font-weight: bold;
}