﻿.pageButton {
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-transition-property: all;
    -webkit-transition-duration: 250ms;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: initial;
    border: 3px solid #6F6F6E;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    color: #FFFFFF;
    white-space: normal;
    min-height: 2.5em;
    background: #111111;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper {
    max-width: 560px;
    margin: 100px auto;
}

label {
    position: relative;
    display: block;
}

    label > input {
        position: relative;
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #9e9e9e;
        border-radius: 0;
        outline: none;
        height: 45px;
        width: 100%;
        font-size: 16px;
        margin: 0 0 30px 0;
        padding: 0;
        box-shadow: none;
        box-sizing: content-box;
        transition: all .3s;
    }

        label > input:valid + span {
            transform: translateY(-25px) scale(0.8);
            transform-origin: 0;
        }

        label > input:valid {
            border-bottom: 1px solid #3F51B5;
            box-shadow: 0 1px 0 0 #3F51B5;
        }

    label > span {
        color: #9e9e9e;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        cursor: text;
        transition: .2s ease-out;
    }

    label > input:focus + span {
        transform: translateY(-25px) scale(0.8);
        transform-origin: 0;
        color: #3F51B5;
    }

    label > input:focus {
        border-bottom: 1px solid #3F51B5;
        box-shadow: 0 1px 0 0 #3F51B5;
    }

/*Bootstrap Calendar*/
.datepicker {
    border-radius: 20px;
    padding: 0;
}

.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
    padding: 0px;
    display: list-item;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 0;
}

    .datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
        border-radius: 3px;
    }

    .datepicker-days table thead tr:nth-child(3n+0) {
        text-transform: uppercase;
        font-weight: 300 !important;
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 11px 13px;
}

.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
    border-radius: 0;
}

.datepicker td, .datepicker th {
    border-radius: 50%;
    padding: 0 12px;
    width: 36px;
}

.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
    background: #3546b3;
    color: #ffffff;
    border-radius: 20px;
}

.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
    background-image: none;
}

.datepicker .prev, .datepicker .next {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.3s;
    width: 37px;
    height: 37px;
}

    .datepicker .prev:hover, .datepicker .next:hover {
        background: transparent;
        color: rgba(255, 255, 255, 0.99);
        font-size: 21px;
    }

.datepicker .datepicker-switch {
    font-size: 24px;
    font-weight: 400;
    transition: 0.3s;
    padding: 0;
}

    .datepicker .datepicker-switch:hover {
        color: rgba(255, 255, 255, 0.7);
        background: transparent;
    }

.datepicker table tr td span {
    border-radius: 2px;
    margin: 3%;
    width: 27%;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
        background-color: #3546b3;
        background-image: none;
    }

.dropdown-menu {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.datepicker-dropdown.datepicker-orient-top:before {
    border-top: 7px solid rgba(0,0,0,.1);
}

.vrl {
    border-left: 1px dotted black;
}

.vrb {
    border-bottom: 1px dotted black;
}

.vrt {
    border-top: 1px dotted black;
}

.ptb {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.mlra {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 100px) {
    .containerA {
        max-width: 99% !important;
        width: 100%;
        padding-right: var(--bs-gutter-x,.1rem);
        padding-left: var(--bs-gutter-x,.1rem);
        margin-right: auto;
        margin-left: auto;
        --bs-gutter-x: 0rem !important;
    }
}

.event-details .price-event {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 20px;
}

    .event-details .price-event p {
        margin: 0;
        color: #343434;
        line-height: 11px;
        font-weight: 500;
        padding-bottom: 0;
    }

.event-details {
    padding: 15px;
}

.btn-rel, .btn-rel.disabled {
    box-shadow: 0 2px 6px #a8f5b4;
    background-color: #ff9955;
    border-color: #ff9955;
    color: #000000;
}

    .btn-rel:hover, .btn-rel:focus, .btn-rel:active, .btn-rel.disabled:hover, .btn-rel.disabled:focus, .btn-rel.disabled:active {
        background-color: #e18648 !important;
        color: #000000 !important;
    }

.btn-rel {
    color: #000000;
    background-color: #ff9955;
    border-color: #ff9955;
    font-size: 14px;
}

@media (max-width: 767px) {
    .event-details {
        padding: 5px 5px 5px;
    }

        .event-details .item-title h3 {
            font-size: 14px;
            line-height: 16px;
        }

        .event-details .event-date {
            font-size: 10px;
        }

        .event-details .event-place {
            font-size: 10px;
        }

        .event-details .event-price {
            font-size: 10px;
        }

        .event-details .price-event .btn-rel {
            font-size: 10px;
            width: 100%;
            margin-top: 9px;
        }

        .event-details .price-event {
            display: block;
        }
}

@media (max-width: 1024px) {
    .main-content {
        padding-top: 90px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (min-width: 280px) {
    .mwImgCon {
        max-width: 95%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 400px) {
    .mwImgCon {
        max-width: 90%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .mwImgCon {
        max-width: 80%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1024px) {
    .mwImgCon {
        max-width: 70%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
}

@media (min-width: 1280px) {
    .mwImgCon {
        max-width: 60%;
        height: 100%;
        display: flex;
        justify-content: center;
    }
}

.item-i {
    margin-top: 6px;
    float: left;
    line-height: 30px;
    padding: 0 0 5px 10px;
}

.item-r {
    border-bottom: 1px solid rgba(126,126,126,0.1);
}

.item-hr {
    border: 1px solid;
    background-color: #0082d6;
    border-radius: 5px 5px 0px 0px;
    color: white;
}

.datepicker .day {
    font-weight: bold;
    color: darkorange;
}

.datepicker .disabled {
    font-weight: normal;
}