#login
{
	vertical-align:top;
}
#login_signup td
{
	width:50%;
}


.eventticketing>tbody>tr>td {
	border-top: 0 !important;
}

a.payment {
	cursor: pointer;
}

@media(min-width:992px){
	.modal-lg{
		width:60% !important;
	}
	.modal-xl{
		width:80% !important;
	}
}

.modal-lg .modal-body, .modal-xl .modal-body{
	/*max-height : 70vh;*/
	max-height: 80%
	overflow-y: scroll;
	overflow-x: hidden;
}
.modal-lg .modal-body.row, .modal-xl .modal-body.row{
	margin:0;
}
.modal-lg .modal-body .powersite_scrollbox_outer, .modal-xl .modal-body .powersite_scrollbox_outer {
	margin: -15px -30px -15px -15px;
}

.modal-lg .ln-form, .modal-xl .ln-form {
	padding: 15px 30px !important;
	margin: 0 !important;
}

#shopping-links {
	display: inline-block;
}

.confirm-contact-details {
	/*display: inline-block;*/
}


/*Zebra Stripes*/
.zebraRow div:nth-child(even){
  background-color: #dcdcdc;
}
.zebraRow div:nth-child(odd){
  background-color: #aaaaaa;
}

@media (min-width: 768px) {
    .zebraRow div:nth-child(4n), .zebraRow div:nth-child(4n-1) {
        background: #dcdcdc;
    }
    .zebraRow div:nth-child(4n-2), .zebraRow div:nth-child(4n-3) {
        background: #aaaaaa;
    }
}

@media (min-width: 992px) {
    .zebraRow div:nth-child(6n), .zebraRow div:nth-child(6n-1), .zebraRow div:nth-child(6n-2) {
        background: #dcdcdc;
    }
    .zebraRow div:nth-child(6n-3), .zebraRow div:nth-child(6n-4), .zebraRow div:nth-child(6n-5) {
        background: #aaaaaa;
    }
}

.local_shuttles .shuttles {
	padding-top: 10px;
}


.panel-title {
    position: relative;
    cursor: pointer;
}

.panel-title::after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    color: #fff;
    top: -2px;
	right: 0px;
	position: absolute;
    /*font-family: "FontAwesome"*/
}

.panel-title[aria-expanded="true"]::after {
	content: "\e113";
}

.modal {
	overflow-y:auto !important;
}