﻿
:root {
    --colorMain: #AFCB08;
    --colorSecondary: #4C86A5;
}

.noscroll {
    position: relative;
    overflow: hidden;
}

html.noscroll body {
    overflow: hidden;
}

#descriptionTop
{
    margin-bottom: 30px;
}

/* Filter */
#filterContainer {
    float: left;
    width: 250px;
}

#searchFilterInput {
    width: 200px;
}

#categoryTitle
{
    display: block;
}

#main #filterContainer ul li {
    list-style: none outside none;
    margin: 0;
    padding: 0 8px 5px 0;
    background: none;
}

#main #filterContainer ul li:before {
    display: none;
}

#filterContainer li span {
    text-decoration: none;
    display: block;
    font-size: 13px;
    padding: 5px 5px 2px 10px;
    border-radius: 3px;
    background-color: #F2F2F2;
    border: 1px solid #d0d0d0;
    color: #444;
    text-align: left;
    width: 200px;
    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,
#filterContainer[data-eventmode="Definition"] #stateFilter {
    display: none;
}

#searchFilter
{
    margin-bottom: 25px;
}

#showFilterControls,
#closeFilterControls {
    display: none;
}

@media screen and (max-width: 767.9px) {

    #showFilterControls,
    #closeFilterControls {
        display: block;
    }
    
    #filterContainer {
        float: none;
        width: 100%;
        position: fixed;
        background-color: #fff;
        z-index: 999;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all .45s cubic-bezier(.3, 0, .15, 1);
        transition: all .45s cubic-bezier(.3, 0, .15, 1);
        margin-right: 0;
        display: block;
        height: 100%;
        left: auto;
        right: 0;
        top: 0;
        padding: 20px 20px 20px 20px;
        overflow: auto;
    }

    #filterContainer.isOpen {
        -webkit-transform: translateX(0);
         transform: translateX(0); 
    }

    #closeFilterControls {
        font-size: 15px;
        font-weight: 500;
        color: var(--colorMain);
        margin: 0px 10px 25px 0px;
        position: relative;
    }

    #closeFilterControls .fa-chevron-left {
        font-size: 16px;
        margin-right: 10px;
    }

    #closeFilterControls .fa-times {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 19px;
    }

    #eventContent #clearFilterButton {
        display: none;
        font-weight: 600;
        border-radius: 10px;
        border: 1px solid #333;
        padding: 7px 15px;
        margin-bottom: 15px;
       
    }

    #eventContent.filterIsEnabled #clearFilterButton {
        display: inline-block;
    }

    #showFilterButton {
        font-weight: 600;
        display: inline-block;
        border-radius: 10px;
        border: 1px solid #333;
        padding: 7px 15px;
        margin-bottom: 15px;
        margin-right: 10px;
    }

    #showFilterButton i,
    #clearFilterButton i {
        margin-right: 10px;
    }

    #searchFilterInput {
        width: 100%;
    }

    #filterContainer li span {
        width: 100%;
    }

 /*   #filterContainer {
        float: none;
        width: 100%;
    }

    #filterContainer #modeFilter {
        float: left;
        margin-right: 20px;
    }

    #filterContainer #categoryFilter {
        float: left;
        margin-right: 20px;
    }

    #filterContainer #regionFilter {
        float: left;
    }

    #eventContainer {
        clear: both;
    }*/
}



/* End Filter*/


#eventContainer {
    overflow: hidden;
    font-size: 16px;
    position: relative;
}

#eventContainer .waitCursor {
    text-align: center;
    font-size: 40px;
}

.eventItem {
    border-bottom: 1px solid #ccc;
    position: relative;
}

/*.eventItem a
{
    display: block;
}
*/
.eventItemLink {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.eventItemLink,
.eventItemLink:visited {
    color: #333;
    text-decoration: none;
}

.eventItemLink:hover {
    background-color: #F9F9F4;
    color: #333;
}

.eventItemContent {
    position: relative;
    pointer-events: none;
    z-index: 1;
    padding: 10px 10px 25px 10px;
}

.eventItemDate {
    margin-bottom: 3px;
}

.eventItemDateTime
{
    margin-left: 15px;
}

.eventItemTitle {
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--colorMain);
}

.eventItemCity {
    font-size: 14px;
}

.eventItemPrice {
    font-size: 14px;
}

.home .eventItemAdditionalInfo {
    margin-left: 45px;
}

.eventItemCity .fa-map-marker {
    font-size: 14px;
    margin-right: 5px;
}

.eventItemPrice .fa-tag {
    font-size: 14px;
    margin-right: 5px;
}


.eventItemAvailabilityStatus {
    position: absolute;
    top: 25px;
    right: 70px;
}

.home .eventItemAvailabilityStatus {
    position: absolute;
    top: 58px;
    right: initial;
    left: 0;
}

.eventItemReadOn {
    position: absolute;
    right: 10px;
    top: 30px;
}

.eventItemReadOn .fa-chevron-right {
    font-size: 16px;
    color: var(--colorMain);
}

#detailEventTable .eventSelected {
    background-color: var(--colorMain);
}

#detailEventTable .eventSelected a,
#detailEventTable .eventSelected a:visited {
    color: #fff;
}

/* Event Definition */
#detailEventContainer {
    margin-bottom: 20px;
}

#detailEventTable {
    font-size: 15px;
}

#detailEventTable_filter {
    float: left;
    text-align: left;
    margin-bottom: 10px;
}

#main #detailEventTable ul > li:before {
    display: none;
}

#main #detailEventTable ul li {
    margin: 0;
    padding: 0.5em 0;
}

.availability-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: bold;
    color: white;
    margin: auto;
    letter-spacing: 0.9px;
    text-align: center;
    line-height: 1.1;
}


.home .availability-circle {
    width: 30px;
    height: 30px;
    font-size: 10px;
}


    /* Color indicators */
    .availability-circle.green {
        background-color: #28a745;
        color: #fff;
    }

    .availability-circle.yellow {
        background-color: #ffc107;
        color: black;
    }

    .availability-circle.red {
        background-color: #dc3545;
        color: #fff;
    }

/*
    #detailEventContainer {
    display: table;
    border-collapse: collapse;
    font-size: 16px;
    margin-bottom: 20px;
}
    
    .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: 250px;
}

.detailEventItemDate {
    max-width: 190px;
}

.detailEventItemTime {
    max-width: 120px;
}

.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;
    }*/

    #detailEventTable {
        font-size: 10px;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
        background-color: #ccc !important;
    }
}

/* 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;
    }

    .eventItemAvailabilityStatus {
        position: absolute;
        top: 65px;
        right: initial;
        left: 10px;
    }

    .availability-circle {
        width: 30px;
        height: 30px;
        font-size: 10px;
    }

    .eventItemAdditionalInfo {
        margin-left: 45px;
    }
}

/* Event Register */