body{
    font-family: sans-serif;
    font-size: 18px
}
.event-title {
    background: #eee;
    color: #000
}
.event-title h5 {
    margin: 0 0 15px 0;
}
.event-title h6 {
    margin: 0 0 5px 0;
     font-weight: normal;
}
.EventContent {
    height: calc(100vh - 270px);
    overflow: auto;
}
.EventDetails {
    width: 100%;
}
span.OnlineDot {
    width: 8px;
    height: 8px;
    background: green;
    float: left;
    border-radius: 50%;
    margin: 5px 5px 0 0px;
}
span.GrayDot {
    width: 8px;
    height: 8px;
    background: red;
    float: left;
    border-radius: 50%;
    margin: 5px 5px 0 0px;
}
ul.EventList {
    padding: 0;
    list-style: none;
    border: 1px solid #eee;
}
ul.EventList li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
}
ul.EventList li .QuantityArea {
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.TitleArea h4 {
    font-size: 1.2rem;
}
.TitleArea .Pricees {
    font-size: .9rem;
    font-weight: 600;
}
.TitleArea .Pricees span{
    font-size: .8rem;
    font-weight: normal;
    color: #999;
}
.SalesEnd {
    font-size: .8rem;
    color: #777;
}
.SummaryTitle h5 {
    color: #b9b9b9;
}
.SoldOut {
    display: flex;
    justify-content: space-between;
}
.SoldOut .SummaryTitle {
    font-weight: 600;
    margin-bottom: 10px;
}
.SoldOut .SummaryTitle span {
    font-size: .9rem;
    color: #999;
    font-weight: normal;
}
.SoldOut h6 {
    font-weight: normal;
    font-size: .9rem;
    color: #222;
}
.TicketSummary p {
    margin: 0;
    color: #999;
}
.EventRightSide {
    background: #f8f7fa;
    height: 100%;
}
.EventImage img {
    width: auto;
    max-width: 100%;
    min-width: auto;
}
ul.PricingDetail {
    padding: 0;
    list-style: none;
}
ul.PricingDetail li {
    display: flex;
    justify-content: space-between;
}
ul.PricingDetail li .PriceTitle span {
    width: 100%;
    display: inline-block;
}
.TotalAmount .PriceItem {
    text-align: right;
}
.TotalAmount .PriceTitle {
    font-size: 1.3rem;
    line-height: normal;
}
.TotalAmount .PriceItem {
    font-size: 1.3rem;
    margin: 0;
    line-height: normal;
    display: inline-block;
}
.TotalAmount span {
    width: 100%;
    text-align: right;
    color: #999;
    font-size: .7rem;
    margin-top: 0px;
    float: right;
}
.ApplyBtn{
    position: relative;
}
.ApplyBtn button {
    border: 0;
    position: absolute;
    right: 5px;
    top: 5px;
}
.ApplyBtn button:focus, .ApplyBtn button:active{
    border: 0;
    outline: none;
}
ul.EventList li:nth-child(even) {
    background: #f5f5f5;
}
.TitleArea h4 {
    margin: 0;
    color: #007bff;
    font-weight: 500
}
.TitleArea {
    width: 80%;
}
.TitleArea p {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #888;
    font-size: 14px;
    margin: 5px 0 10px 0;
}

#order_summary_sec label.text-primary {
    margin: 0;
}




.inlineimage{max-width:470px;margin-right: 8px;margin-left: 10px}
.images{display: inline-block;max-width: 98%;height: auto;width: 32px;margin: 1%;left:20px;text-align: center}
.asterik,.form_error{color:red !important;}

.BillingInfo {
    height: calc(100vh - 270px);
    overflow-x: hidden;
    overflow-y: auto;
}
#billing_section {
    height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: auto;
}
ul.checkoutform.nav.nav-pills {
    display: flex;
    justify-content: space-between;
}
ul.checkoutform.nav li.nav-item {
    width: 33.33%;
    background: #eee;
}
ul.checkoutform.nav li.nav-item a {
    padding: 15px 0 15px 45px;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    color: #555;
}
ul.checkoutform.nav li.nav-item a.active{
    background: #007bff;
    color: #fff
}
ul.checkoutform.nav li.nav-item a.active:hover {
    color: #fff;
}



ul.checkoutform.nav li.nav-item a:before {
    height: 100%;
    position: absolute;
    right: -64px;
    top: 0;
    content: "";
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 32px solid #eee;
    transform: rotate(90deg);
    z-index: 1;
}
ul.checkoutform.nav li.nav-item:last-child a:before, ul.checkoutform.nav li.nav-item:last-child a.active:before{
    display: none;
}


ul.checkoutform.nav li.nav-item a.active:before {
    height: 100%;
    position: absolute;
    right: -64px;
    top: 0;
    content: "";
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 32px solid #007bff;
    transform: rotate(90deg);
    z-index: 1;
}
/*ul.checkoutform.nav li.nav-item a:after {
    height: 100%;
    position: absolute;
    left: -62px;
    top: 0;
    content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #007bff;
    transform: rotate(90deg);
    z-index: 1;
}*/
ul.checkoutform.nav li.nav-item a h5 {
    margin: 0;
    font-size: 16px;
}
ul.checkoutform.nav li.nav-item a p {
    font-family: 'Poppins';
    margin: 0;
    font-size: 11px;
}
.GrayBack {
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f9f9f9;
}
.BillingInfo::-webkit-scrollbar {
    width: 5px;
    background:#eee;
}

.BillingInfo::-webkit-scrollbar-track {
    border-radius: 0px;
}

.BillingInfo::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background:#aaa;
} 
.BillingInfo .panel.panel-default {
    padding: 0 10px;
}
.graybg {
    background: #eee;
}



.ticket_attendees {
    list-style: none;
    padding: 0;
}
.ticketlist {
    list-style: none;
    padding: 0;
}
.ticketlist li.attendeelist {
    background: #fff;
    border-left: 5px solid #ddd;
}
.user-checkin {
    display: flex;
    justify-content: space-between;
    border-bottom: 3px solid #ddd;
    padding: 0 0 15px 0;
    align-items: center;
}
.attendee-info .icon {
    float: left;
    width: 30px;
    height: 30px;
    background: #b2b2b2;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin: 0 10px 0 0px;
}
.attendee-info {
    width: 50%;
}
.attendee-info h4{
    margin: 0
}
.checkout {
    width: 50%;
    text-align: right;
    display: flex;
    justify-content: end;
}
.checkicon {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 0 0 10px;
}
.checkicon i {
    margin: 0 5px 0 0px;
    font-size: 25px;
}
.get-ticket {
    width: 100%;
    display: flex;
    background: #f0f0f0;
    min-height: 190px;
    border: 2px solid #ddd;
    justify-content: space-between;
    align-items: center;
}
.ticket-left {
    text-align: center;
    margin: 0px 0px 0px 0px;
    position: relative;
    width: 300px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 180px;
}
.ticket-left h2, .ticket-left h3 {
    color: #000;
}
.ticket-left .ticket-info h1 {
    color: #000;
    text-transform: lowercase;
    font-size: 35px;
    font-weight: 600;
}
.ticket-left .ticket-info h2 {
    font-size: 30px;
}
.ticket-left .ticket-info h3 {
    font-size: 18px;
}
.ticket-right {
    width: 100%;
    position: relative;
}
.ticket-right .top-blue {
    background: #0fa9ee;
    width: 100%;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0
}
span.dot {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    top: -2px;
}
.ticket-info {
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}


.event-info-center h1 {
    color: #fff;
    margin: -15px 0 0 0;
    background: #003f76;
    text-transform: uppercase;
    padding: 0 15px;
}
.event-info-center h2 {
    color: #0fa9ee;
    margin: 9px 0 0 0;
    background: #003f76;
    width: auto;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
}
.event-box {
    position: relative;
    padding: 0 10px;
    margin-top: 10px;
    display: inline-block;
    width: 70%;
}
.event-box h2 {
    font-size: 20px;
}
.event-box h4 {
    font-size: 15px;
    font-weight: normal;
    margin: 2px 0 0 0;
    float: left;
}
.event-ticket-code {
    float: right;
    margin: 0 30px 0 0px;
    position: relative;
    min-height: 132px;
    display: flex;
    align-items: center;
}
.event-ticket-code h2 {
    font-size: 26px;
}
.bottom-blue h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    margin: 0 0 4px 0;
}
.event-ticket h4 {
    font-size: 15px;
    font-weight: normal;
    margin: 4px 0 0 0;
}
.ticket-price {
    position: absolute;
    right: 0;
    background: #000;
    color: #fff;
    padding: 2px 25px;
    font-size: 22px;
    font-weight: 600;
    bottom: 1px;
}
.event-ticket {
    padding: 0 10px;
    margin-top: 10px;
}
.ticket-right hr {
    margin: 10px 0 0 0;
}

.ticket_attendees li {
    padding: 15px;
    padding-bottom: 0;
}
.ticket_attendees li:nth-child(odd) {
    background: #f5f5f5;
}
.ticket-type-heading h3 {
    margin: 0;
}

.headingsevent {
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
}
.related-icon {
    float: left;
    margin: 0 10px 0 0px;
    width: 15px;
    text-align: center;
}
.event-ticket h4 label {
    width: 50px;
    margin: 0;
}
.print {
    /*position: absolute;*/
    right: 10px;
    bottom: 15px;
    font-size: 10px;
}
.print a{
    font-size: 30px;
}
.print i {
    margin-top: 8px;
    float: right;
}

button.steps-btns, .btn-block + .btn-block {
    margin: 1rem 0 0 !important;
}
.listheading p {
    margin: 0;
}


@media screen and (max-width: 767px) {
	.ticket-page {
    width: 100%;
    display: inline-block;
}
.ticket-page .listheading h2 {
    font-size: 1.5rem;
    width: 100%;
    display: inline-block;
}
	div#myTable_wrapper table.table.table-striped.table-bordered.dataTable.no-footer {
    width: 100%;
    overflow: auto;
}
.dataTables_wrapper.dt-bootstrap4.no-footer table.table.table-striped.table-bordered.dataTable.no-footer {
    width: 100%;
    display: inline-block;
    overflow: auto;
}
.event-title {
    width: 100%;
    display: inline-block;
    padding: 5px;
}
ul.checkoutform.nav li.nav-item {
    width: 100%;
    margin-bottom: 5px;
}
form#checkout_form {
    width: 100%;
    display: inline-block;
}
ul.EventList li {
    display: inline-block;
    flex-direction: unset;
    justify-content: unset;
    padding: 10px;
    width: 100%;
}
.TitleArea {
    width: 70%;
    float: left;
}
.TitleArea p {
    white-space: normal;
}
.EventContent{
	height: 100%
}
.EventImage img{
	width: 100%
}
ul.checkoutform.nav li.nav-item a:before{
	display: none;
}
ul.EventList li .QuantityArea {
    margin-top: 0;
    width: 55px;
    float: right;
    min-width: auto;
    padding-left: 0;
}
ul.checkoutform.nav li.nav-item a {
    padding: 15px 0 15px 15px;
}
.BillingInfo {
    height: auto;
}
button.steps-btns, .btn-block + .btn-block {
    width: 40%;
    display: inline-block;
    margin: 10px 10px !important;
}
div#myTable_wrapper table.table.table-striped.table-bordered.dataTable.no-footer thead th {
    white-space: nowrap;
}
ul.checkoutform.nav.nav-pills {
    display: none;
}
.event-title.first-step-btn, .panel-footer.second-step-btn, .panel-footer.third-step-btn {
    position: fixed;
    bottom: -8px;
    left: 0;
    width: 100%
}
.EventRightSide {
    background: #f8f7fa;
    height: 100%;
    margin-bottom: 50px;
}
.get-ticket{
	flex-direction: column;
}
.ticket-left {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
}
.event-box {
    width: 100%;
}
.ticket-right {
    padding-bottom: 50px;
}
.event-box h4 {
    width: 90%;
}
.listheading p img{
	width: 100%
}
}