/**
 * @version 2.3.1
 * @package JXS
 * @copyright (C) 2013-2021 jpaneteventmanager.net
 * @copyright (C) 2005-2009 Christoph Lukes
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */


/* Hoftix for SqueezeBox Modal overlay destroying images on mobile phones */

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

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

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

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


/* ----- */

#jxs .buttons {
    float: right;
}

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

#jxs .jxs-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

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

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

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

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

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

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

#jxs .jxs-dl dt,
#jxs .jxs-dl-long dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: left;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

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


/*Special for the description lable in editevent and editvenue*/

#jxs #jform_articletext-lbl,
#jxs #jform_locdescription-lbl {
    font-weight: bold;
}

#jxs .jxs-dl dd,
#jxs .jxs-dl-long dd {
    margin-left: 170px;
    padding-top: 5px;
    padding-bottom: 5px;
}

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

#jxs .jxs-img {
    text-align: center;
}

#jxs .jxs-img img {
    max-width: 100%;
}

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

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

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

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

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

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

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

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

#jxs .jxs-limit-smallist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 10px;
}

#jxs #limit {
    padding: 0;
    margin: 0;
}

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

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

#jxs .pagination {
    text-align: center;
    float: none !important;
}

#jxs_filter {
    padding: 10px 0 5px 0;
    align-items: baseline;
}

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

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

#jxs .jxs-misc {
    padding: 10px 0;
}

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

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

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

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

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

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

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

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

#jxs select,
#jxs input {
    width: auto;
}

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

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

#jxs .jxs-event {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    align-items: center;
}

#jxs .jxs-event:first-child {
    border-top: 1px solid #ddd;
}

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

#jxs .jxs-list-img {
    flex-shrink: 1;
    margin-right: 15px;
    display: flex;
}

#jxs .jxs-list-img .flyerimage {
    align-self: center;
}

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

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

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

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

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

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

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

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

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

#jxs .eventlist {
    margin: 0;
    padding: 0;
    list-style: none;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

#jxs .eventlist li {
    padding: 10px;
    list-style: none;
}

#jxs .eventlist li:nth-child(odd) {
    background-color: #f9f9f9;
}

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

#jxs .eventlist li:not(.jxs-nohover):hover {
    background-color: #e0e0e0;
}

#jxs #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;
}

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

#jxs.jxs_attendees .jxs-event {
    cursor: auto;
}

#jxs.jxs_attendees .jxs-attendee-number {
    flex: 1 2%;
}

#jxs.jxs_attendees .jxs-attendee-name {
    flex: 1 24%;
}

#jxs.jxs_attendees .jxs-attendee-email {
    flex: 1 22%;
}

#jxs.jxs_attendees .jxs-attendee-regdate {
    flex: 1 22%;
}

#jxs.jxs_attendees .jxs-attendee-status {
    flex: 1 4%;
}

#jxs.jxs_attendees .jxs-attendee-comment {
    flex: 1 22%;
}

#jxs.jxs_attendees .jxs-attendee-remove {
    flex: 1 4%;
}

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

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

#jxs.jxs_myevents .jxs-event,
#jxs.jxs_myvenues .jxs-event,
#jxs.jxs_myattendances .jxs-event {
    cursor: auto;
}

#jxs 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;
}

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

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

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

#jxs.jxs_select_contact .jxs-event,
#jxs.jxs_select_venue .jxs-event {
    cursor: auto;
}

#jxs.jxs_select_contact .selectcontact,
#jxs.jxs_select_venue .selectvenue {
    cursor: pointer;
}

#jxs.jxs_select_contact .jxs-contact-number {
    flex: 1 6%;
}

#jxs.jxs_select_contact .jxs-contact-name {
    flex: 1 50%;
}

#jxs.jxs_select_contact .jxs-contact-city,
#jxs.jxs_select_contact .jxs-contact-state {
    flex: 1 20%;
}

#jxs.jxs_select_venue .jxs-venue-number {
    flex: 1 6%;
}

#jxs.jxs_select_venue .jxs-venue-name {
    flex: 1 44%;
}

#jxs.jxs_select_venue .jxs-venue-city {
    flex: 1 20%;
}

#jxs.jxs_select_venue .jxs-venue-state {
    flex: 1 14%;
}

#jxs.jxs_select_venue .jxs-venue-country {
    flex: 1 10%;
}

#jxs.jxs_select_users .jxs-users-number {
    flex: 1 6%;
}

#jxs.jxs_select_users .jxs-users-checkall {
    flex: 1 4%;
}

#jxs.jxs_select_users .jxs-users-name {
    flex: 1 70%;
}

#jxs.jxs_select_users .jxs-users-state {
    flex: 1 14%;
}

@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
    /*#jxs .jxs-event-info-small {
    flex-basis: 45% !important;
  }*/
}

@media not print {
    @media only all and (max-width: 47.938rem) {
        #jxs .jxs-dl dt, #jxs .jxs-dl-long dt {
            float: none;
            width: auto;
            clear: none;
            text-align: left;
            margin-top: 5px;
            padding-top: 0px;
            padding-bottom: 0px;
        }
        #jxs .jxs-dl dt:first-child,
        #jxs .jxs-dl-long dt:first-child {
            margin-top: 0;
        }
        #jxs .jxs-dl dd,
        #jxs .jxs-dl-long dd {
            margin-left: 0;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 5px;
        }
        #jxs .jxs_limit {
            flex-wrap: wrap;
        }
        #jxs .jxs-event-details {
            order: -1;
            flex-basis: 100%
        }
        #jxs .jxs-list-img {
            margin-right: 0;
            margin-top: 10px;
        }
        #jxs .jxs-catimg {
            float: none;
            clear: both;
        }
        #jxs .jxs-sort-small .jxs-small-list div {
            flex-basis: 30%;
        }
        #jxs .jxs-event-info-small {
            flex-basis: 100% !important;
        }
    }
}

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

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

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