.evd-ss-wrap{
	margin-bottom:15px;
}
.evd-ss-wrap .evd-search-wrap{
	display:inline-block;
}
.evd-ss-wrap .evd-sort-wrap{
	float:right;
}
.evd-ss-wrap input[type="text"],
.evd-ss-wrap select{
	line-height:1.5;
	border:1px solid #C1C1C1;
	border-radius:3px;
	padding:1px 5px;
	background:#FFF;
}
.evd-ss-wrap select{
	padding:3px;
}
.evd-ss-wrap input[type="submit"]{
	padding:5px 20px;
	cursor:pointer;
}
.evd-events-list{
	margin-bottom:20px;
}
.evd-events-list .evd-events{
	list-style:none;
	margin:0;
	padding:0;
}
.evd-events-list .evd-events li{
	width:100%;
	border:1px solid #C1C1C1;
	border-radius:4px;
	margin-bottom:12px;
}
.evd-events-list .evd-events li .e-top{
	position:relative;
	padding:5px 10px;
}
.evd-events-list .evd-events li .e-top:after{
	content:'';
	background-image:url(../images/ch-down.png);
	width:19px;
	height:17px;
	position:absolute;
	top:25px;
	right:3px;
}
.evd-events-list .evd-events li .opened .e-top:after{
	top:24px;
	background-image:url(../images/ch-upper.png);
}
.evd-events-list .evd-events li .e-top label{
	display:block;
}
.evd-events-list .evd-events li .e-top label,
.evd-events-list .evd-events li .e-name{
	font-weight:700;
	color:#404040;
}
.evd-events-list .evd-events li .e-name:hover{
	color:#2E64FE;
}
.evd-events-list .evd-events li .e-details{
	border-top:1px solid #C1C1C1;
	padding:10px;
	display:none;
}
.evd-events-list .evd-events li .e-meta{
	padding-right:10px;
	display:inline-block;
	width:27%;
	vertical-align:top;
}
.evd-events-list .evd-events li .e-meta:nth-child(3){
	width:33%;
}
.evd-events-list .evd-events li .e-meta:last-child{
	padding:0;
	width:10%;
}
.evd-events-list .evd-events li .e-top label{
	cursor:pointer;
}
.evd-events-list .evd-events li .e-d-item label{
	font-weight:700;
}
.evd-events-list .evd-event-item{
	position:relative;
	cursor:pointer;
}
.evd-events-list .evd-pagination{
	padding-top:10px;
	text-align:center;
}
.evd-events-list .evd-pagination ul{
	list-style:none;
	margin:0;
	padding:0;
}
.evd-events-list .evd-pagination ul li{
	border:1px solid #C1C1C1;
	border-radius:2px;
	display:inline-block;
	line-height:22px;
}
.evd-events-list .evd-pagination ul li.p-current{
	padding:3px 10px;
	font-weight:700;
}
.evd-events-list .evd-pagination ul li a{
	display:block;
	padding:3px 10px;
	line-height:22px;
}
.evd-event-chart-wrap{
	margin-bottom:20px;
}
.evd-seats-submit input[type="submit"]{
	cursor:pointer;
	background:#484848;
	color:#FFF;
}
.evd-success{
	margin-bottom:20px;
	padding:5px 10px;
	border:1px solid #339900;
}
.evd-seats-chart h3{
	display:inline-block;
}
.evd-seats-chart .evd-back{
	float:right;
}
.evd-summary-wrap .evd-summary-item{
	display:inline-block;
	width:20%;
	vertical-align:top;
	padding-right:10px;
	border-style: dashed;
}
.evd-summary-wrap .evd-summary-item:first-child{
	width:35%;
}
.evd-summary-wrap ul{
	list-style:none;
	padding:0;
	margin:0 0 20px 0;
}
.evd-summary-wrap ul li label{
	font-weight:700;
}

@media (max-width: 768px) {
	.evd-ss-wrap .evd-search-wrap{
		margin-bottom:15px;
		display:block;
	}
	.evd-ss-wrap .evd-sort-wrap{
		display:block;
		float:none;
	}
	.evd-events-list .evd-events li .e-meta,
	.evd-summary-wrap .evd-summary-item{
		width:100%;
	}
	.evd-events-list .evd-events li .e-meta:nth-child(3),
	.evd-events-list .evd-events li .e-meta:last-child{
		width:100%;
	}
	.evd-summary-wrap .evd-summary-item:first-child{
		width:100%;
	}
}