﻿.concert-cat {
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    font-weight: 400;
    color: #e80b15;
    margin: 10px 0 15px;
    border-bottom: 1px solid;
    padding: 0 0 5px;
    font-size: 24px
}

.concertEventDay {
    padding: 10px 0;
    border: 2px solid #c5c5c5
}

.title-concert-Day {
    color: #0c5244;
    font-weight: 700;
    margin: 10px 0;
    font-size: 20px;
    border-right: 3px solid #e20e0e;
    padding: 5px;
    background: #e3fbfa
}

.list-concert-img {
    width: 100%
}

.endBelit {
    background: #e2e2e2;
    padding: 3px;
    color: #d10102;
    font-weight: 700;
    font-size: 15px;
    border: 1px solid #d10102;
    display: inline-block;
    margin-bottom: 5px
}

.mt-10 {
    margin-top: 10px
}

.pdr-5 {
    padding: 0 5px 0 0
}

.sale-off {
    border-radius: 5pc;
    background: #ef5661;
    padding: 2px 6px 0;
    display: inherit;
    margin-top: 1px;
    color: #fff;
    float: left
}

.endTimeDay {
    font-size: 12px;
    margin-bottom: 5px;
    color: #f30611
}

.comingSoonDay img {
    margin: 0 auto
}

.dateConcert:hover {
    color: #fff;
    text-decoration: none
}

.dateConcert {
    background: url(/Themes/Concert/images/point.png) left center no-repeat #1ab99b;
    padding: 4px 5px 4px 35px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 3px;
    display: inline-block;
    min-width: 80%
}

.disabled {
    background: url(/Themes/Concert/images/point.png) left center no-repeat #bababa;
    cursor: not-allowed
}

@media(max-width:768px) {
    .endTimeDay {
        font-size: 10px !important
    }
}
