﻿
:root {
    --colorMain: #0070b8;
    --colorSecondary: #0070b8;
}

#descriptionTop
{
    margin-bottom: 30px;
}

/* Filter */
#filterContainer {
}

#categoryTitle
{
    display: none;
}

#filterContainer li {
    list-style: none outside none;
    margin: 0;
    padding: 0 8px 5px 0;
    background: none;
    display: inline-block;
}

#filterContainer li:before {
    display: none;
}

#filterContainer li span {
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    padding: 5px 10px 5px 10px;
    border-radius: 3px;
    background-color: #F2F2F2;
    border: 1px solid #d0d0d0;
    color: #444;
    text-align: left;
    cursor: pointer;
}

#filterContainer li.enabled span,
#filterContainer li.enabledAll span,
#filterContainer li.enabled span:hover,
#filterContainer li.enabledAll span:hover {
    color: #fff;
    border: 1px solid #929ba2;
    background-color: var(--colorMain);
}

#filterContainer li span:hover {
    border: 1px solid #b0b0b0;
    background-color: #e1e1e1;
}

#filterContainer[data-eventmode="Definition"] #regionFilter {
    display: none;
}

/* End Filter*/

#eventContainer {
    overflow: hidden;
    font-size: 19px;
    position: relative;
}

#eventContainer .waitCursor {
    text-align: center;
    font-size: 40px;
}

.eventMonthContainer
{
    margin-bottom: 30px;
}

.eventMonth h2
{
    margin-bottom: 15px;
}

.eventItem {
    border-bottom: 1px solid var(--colorMain);
    position: relative;
    margin-bottom: 15px;
    PADDING-bottom: 15px;
}


.hasPropertyCSSBackgroundColor .eventItem,
.beContainerBlock[style*="background-color"] .eventItem {
    border-bottom: 1px solid #fff;
}

.eventItem a {
    display: block;
}

.eventItem a,
.eventItem a:visited {
    color: #333;
    text-decoration: none;
}

.hasPropertyCSSBackgroundColor .eventItem a,
.hasPropertyCSSBackgroundColor .eventItem a:visited,
.beContainerBlock[style*="background-color"] .eventItem a,
.beContainerBlock[style*="background-color"] .eventItem a:visited {
    color: #fff;
}

.eventItemLink {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.eventItemLink:hover {
    background-color: #F7F7F7;
    color: #333;
}

.hasPropertyCSSBackgroundColor .eventItemLink:hover,
.beContainerBlock[style*="background-color"] .eventItemLink:hover {
    background-color: rgba(255,255,255, 0.1);
    color: #fff;
}

.eventItemContent {
    position: relative;
    pointer-events: none;
    z-index: 1;
}

.eventItemDate {
    font-weight: 500;
}

.eventItemDateTime {
    margin-left: 15px;
}

.eventItemTitle {
    font-weight: 600;
    margin: 0 35px 0 0;
    padding: 0 0 5px 0;
    color: var(--colorMain);
}

.hasPropertyCSSBackgroundColor .eventItemTitle,
.beContainerBlock[style*="background-color"] .eventItemTitle {
    color: #fff;
}

a .eventItemTitle {
    color: var(--colorMain);
}

.hasPropertyCSSBackgroundColor a .eventItemTitle,
.beContainerBlock[style*="background-color"] a .eventItemTitle {
    color: #fff;
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
    background-color: transparent;
}

.eventItemCity {
    font-size: 14px;
}

.eventItemCity .fa-map-marker {
    font-size: 14px;
    margin: 0 5px 10px 0;
}

.eventItemTopic {
    font-size: 14px;
}

.eventItemTopic .fa-burst {
    font-size: 14px;
    margin: 0 5px 10px 0;
}

.eventPreviewContent
{
    margin-top: 10px;
}

.eventItemReadOn {
    position: absolute;
    right: 10px;
    top: 30px;
}

.eventItemReadOnLink {
    display: inline-block;
    margin: 10px 0 0 0;
    color: var(--colorMain);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
    background-color: transparent;
}

.eventItemReadOnLink:hover {
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-position: under;
    background-color: transparent;
    cursor: pointer;
}

.hasPropertyCSSBackgroundColor .eventItemReadOnLink,
.beContainerBlock[style*="background-color"] .eventItemReadOnLink {
    color: #fff;
}

.eventItemReadOn .fa-chevron-right {
    font-size: 16px;
    color: var(--colorMain);
}

.hasPropertyCSSBackgroundColor .eventItemReadOn .fa-chevron-right,
.beContainerBlock[style*="background-color"] .eventItemReadOn .fa-chevron-right {
    color: #fff;
}


/* Event Detail */
.detailEventHeader {
    margin-bottom: 30px;
}

.detailEventDate {
    margin-bottom: 3px;
}

.detailEventTitle h1 {
    margin: 0;
}

.detailEventCity
{
    margin-top: 7px;
}

.detailEventCity .fa-map-marker {
    margin-right: 5px;
}

#detailEventContainer {
    display: table;
    border-collapse: collapse;
    font-size: 16px;
    margin: 40px 0 20px 0;
}

.detailEventItem {
    display: table-row;
    border-bottom: 1px solid var(--colorMain);
}

.detailEventItemColumn {
    display: table-cell;
    vertical-align: top;
    padding: 5px 30px 2px 0;   
}

.detailEventItemHeader
{
    font-weight: 600;
}

.detailEventItemNumber {
    width: 100px;
}

.detailEventItemCity {
    max-width: 280px;
}

.detailEventItemTopic {
    max-width: 350px;
}

/*.detailEventItemDate {
    max-width: 190px;
}*/

/*.detailEventItemTime {
    max-width: 100px;
}*/

.detailEventItemPrice {
    max-width: 135px;
}

.detailEventItemColumTitle
{
    display: none;
}

@media screen and (max-width: 1023.9px) {

    .detailEventItem {
        display: block;
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
    }

    .detailEventItemHeader {
        display: none;
    }

    .detailEventItemColumn {
        display: block;
        padding: 0 0 5px 0;
    }

    .detailEventItemColumTitle {
        width: 130px;
        display: inline-block;
        font-weight: 600;
    }

    .detailEventItemColumContent {
        display: inline-block;
    }

    .detailEventItemNumber {
        width: inherit;
    }

    .detailEventItemCity {
        max-width: inherit;
    }

    .detailEventItemDate {
        max-width: inherit;
    }

    .detailEventItemTime {
        max-width: inherit;
    }

    .detailEventItemPrice {
        max-width: inherit;
    }
}

/* End Event Definition */

/* Event Register */

#registerEventItem {
    float: right;
    width: 30% ;
    border: 2px solid var(--colorMain);
    padding: 20px;
    margin-right: 20%;
}

#EventRegisterForm
{
    float: left;
    width: Calc(50% - 100px);
}

#EventRegisterForm .col-3 {
    width: 100%;
}

.registerEventItemColumn {
    margin-bottom: 20px;
}

.registerEventItemColumTitle {
    font-weight: 600;
}

@media screen and (max-width: 1023.9px) {

    #EventRegisterForm {
        width: Calc(60% - 80px);
    }

    #registerEventItem {
        width: 40%;
        margin-right: 0;
    }
}

@media screen and (max-width: 767.9px) {

    #registerEventItem {
        width: 100%;
        margin: 0 0 30px 0;
        float: none;
    }

    #EventRegisterForm {
        width: 100%;
        float: none;
    }

    
}

/* Event Register */