/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.error{
    color: #e00000;
}

.mp-popup{
    background: #fff;
    padding: 30px;
    padding-top: 0;
    text-align: left;
    max-width: 550px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.our-experience {
    position: relative;
}
.our-experience .exp-block {
    position: relative;
    margin-bottom: 40px;
}
.our-experience .exp-header {
    position: relative;
    padding-right: 50px;
    margin-bottom: 15px;
}
.our-experience .exp-header h3 {
    position: relative;
    font-size: 18px;
    line-height: 1.6em;
}
.our-experience .exp-meter {
    position: relative;
    width: 78%;
    height: 5px;
    background: #004dda;
}
.our-experience .exp-meter .exp-count {
    position: absolute;
    right: 0px;
    bottom: 18px;
    line-height: 24px;
    padding: 4px 15px;
    border: 1px solid #d0d0d0;
    text-align: center;
    font-size: 14px;
    color: #004dda;
    font-weight: 600;
}
@media only screen and (max-width: 599px){
    .our-experience .exp-meter .exp-count {
        bottom: auto;
        top: 5px;
    }
}

.mce-edit-area>iframe{
    height: 200px !important;
}

.mn-inactive{
    color: #ccc;
}
.mn-sts-inactive{
    color: #e60606;
    border: 1px solid #e60606;
    padding: 5px;
    border-radius: 15px;
}
/* Ticket seatting desing */
.seat-view label{
    width: 9%;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 0;
}
.seat-view{
    border: 1px solid;padding: 15px;margin-bottom: 20px;
}
.ticket-seat input{
    display: none;
}
.reserved-seat{
    background: #d6d0d0 !important;
}
/* selected-seat */
.active-seat{
    background: #0b15ae !important;
    color: #fff !important;
}
.booked-seat{
    background: #009e00 !important;
    color: #fff;
}

@media only screen and (max-width: 599px){
    .seat-view {
        padding: 15px 5px 15px 5px;
    }
    .seat-view label {
        width: 9%;
        padding: 5px 0;
        font-size: 6px;
    }
}
