﻿#tree {
	float: left;
}

.modal {
	z-index: 99999;
}

.modal-body {
	height: 500px;
	overflow-y: scroll;
}

.event-search-filters .filter-heading {
	color: #227750;
	border-bottom: 1px solid #227750;
	font-size: 100%;
}

.event-search-filters {
    width: 100%;
    background-color: #EEEEEE;
    padding: 8px;
    margin-bottom: 25px;
}

input[type="checkbox"] {
    position: relative;
    top: 4px;
    margin-right: 5px;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    padding-left: 10px;
    padding-right: 5px;
}
.event-search-filters ul, .event-search-filters li {
	list-style-type:none;
}
.filter-topic ul {
    margin-left: 0;

    line-height: 1.2;
    word-break: break-word;
    padding-inline-start: 15px;
}

.filter-topic ul li {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.event-search-filters label {
    font-weight: normal;
    font-size: 85%;
}

.filter-clear {
	float:right;
}


 .filter-clear a {
	text-decoration: underline;
	color: #909090;
 }

 
.filter-topic {
	 font-weight: bold;
}

.filter-collapse {
	float:right;
	background-image: url('minus_sign.png');
	width:10px;
	height:10px;
}

.collapsed .filter-collapse {
	background-image: url('plus_sign.png');
}

.filter-topics {
	padding-top: 20px;
}


.filter-topic {
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 10px;
}

.filter-topic-heading {
	cursor: pointer;
}

.filter-topic-hidden {
    max-height: 0px;
    overflow:hidden;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.filter-topic-visible {
	height:100%; z-index:-1; 
	/*padding:15px;*/
    max-height: 100%; 
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}


.search-results {
    width: 100%;
    font-size: 85%;
}

.search-result:nth-child(odd) {
		background-color: #EEEEEE;
}

.search-result {
	padding: 10px;
	width:100%;
	overflow:auto;
	border-top: 1px solid #D7D7D7;
}

.search-result:hover {
	background-color: #dddddd;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.search-result-detail-label {
	font-weight:bold;
}

.search-result-details {
	/*font-size:0.8em;*/
}

.search-result-name {
    font-weight: bold;
    font-size: 105%;
    line-height: 1.1;
    margin-bottom: 3px;
}

.search-result-image {
	position: relative; 
	display:inline-block;
	float:left;
	margin-right: 10px;
}


.search-overlay {
	/*width: 70px;*/
	position:absolute; 
	bottom: 0px; 
	right: 0px
}

.search-overlay[data-overlay="new"] {
	background-image: url('new.png');
	background-repeat: no-repeat; 
	height:50px; 
	width:100%; 
	background-position: right bottom;
}

.search-overlay[data-overlay="featured"] {
	background-image: url('featured.png');
	background-repeat: no-repeat; 
	height:50px; 
	width:100%; 
	background-position: right bottom;
}

.search-overlay[data-overlay="free"] {
	background-image: url('free.png');
	background-repeat: no-repeat; 
	height:50px; 
	width:100%; 
	background-position: right bottom;
}

.search-results a{
	color: #227750
}

.search-results a:active, .search-results a:visited, .search-results a:active {
	color: #424142;
}

@media (min-width:768px) {
	

	
}