
/*
search index
*/

#searchResultsPg {
	margin: 24px 30px;
}
.leftColumn {
    width: 70%;
    float:left;
}
.rightColumn {
    float:right;
    width: 22%;
    margin-right: 5%;
}

#resultsDiv {
	margin:0;
	padding:0;
}

#filterDiv{
    min-height : 500px;
    float : left;
}
#filterDiv .row {
	float: left;
	width: 100%;
	margin: 8px 0 0;
}
#filterDiv .label{
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 4px 0;
    font-size: 12px;
    padding: 0 0 1px;
    border-bottom: 1px dotted #999;
    text-indent: 2px;
}

#filterDiv .option{
    width: 96%;
    float: left;
    font-size: 13px;
    margin: 0 2%;
}
#filterDiv .option .chzn-container {
	width: 100% !important;
}
.option input[type="text"] {
	font-size: 13px;
	padding: 3px 2%;
	width: 95%;
}
.chzn-container-multi .chzn-choices .search-field input {
	width: 100% !important;
}

#filterDiv .buttons {
	clear: both;
	width: 105%;
	margin: 14px 0 0 0;
	display: block;
	float: left;
}
.resultItem {
	padding: 15px !important;
	margin: 0;
	list-style:none;
}
/*
.resultItem.even {
	background-color: #f3f8ff;
}
.resultItem.odd {
	background-color: #dceafa;
}
*/
li.resultItem {
    border-bottom: 1px dotted #D0CFCF;
}
.resultItem:hover,
.resultItem.shaded:hover {
    background-color: #FFF9E9 !important;
    cursor: pointer;
}
.link {
	text-align: right;
	font-size: 13px;
}
.title {
	margin-bottom: 6px;
	margin-left: 22px;
	text-indent: -22px;
    font-size: 14px;
}
.brief {
    font-size: 12px;
    line-height: 17px;
    margin: 0px 16px 2px;
}
#resultPages .page_navigation a {
    color: #000;
    padding: 5px 10px;
    font-size: 13px;
    border: 1px solid #E3E3E3;
    margin: 0 2px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(219,219,219,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(100%,#DBDBDB));
    background: -webkit-linear-gradient(top, #FFF 0%,#DBDBDB 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(219,219,219,1) 100%);
    background: linear-gradient(to bottom, #FFF 0%,#DBDBDB 100%);
}
#resultPages .page_navigation a:hover,
#resultPages .page_navigation a.active_page {
    color: #000;
    background: -moz-linear-gradient(top, rgba(219,219,219,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DBDBDB), color-stop(100%,#FFF));
    background: -webkit-linear-gradient(top, #DBDBDB 0%,#FFF 100%);
    background: -o-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(219,219,219,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, #DBDBDB 0%,#FFF 100%);
}
#resultPages {
	text-align: center;
	min-height: 33px;
	display: block;
	margin: 10px auto 20px;
	float:left;
}
.page_navigation {
	height: 33px;
	padding: 0;
	margin: 0 auto;
	display:inline;
}
#resultPages .page_navigation .page_link {
	display: inline !important;
}
#resultsPaginationLabel {
	float: left;
	padding: 5px 0 7px 12px;
	color: black;
	font-size: 13px;
	font-weight: bold;
}
li.noResults {
	margin-bottom:40px;
	list-style: none;
	
}
.resultItem.program {
	background-image: url('/communityplatform/public/images/community/common/icon_program.png');
    background-repeat: no-repeat;
    background-position: 16px 17px;
    padding-left: 40px !important;
}
.resultItem.organization {
	background-image: url('/communityplatform/public/images/community/common/icon_org.png');
    background-repeat: no-repeat;
    background-position: 16px 17px;
	padding-left: 40px !important;
}
.resultItem.knowledgebase {
	background-image: url('/communityplatform/public/images/community/common/icon_book.png');
    background-repeat: no-repeat;
    background-position: 16px 17px;
	padding-left: 40px !important;
}
.resultItem.classified {
    background-image: url('/communityplatform/public/images/community/common/icon_pushpin.png');
    background-repeat: no-repeat;
    background-position: 16px 17px;
    padding-left: 40px !important;
}
.resultItem.event {
    background-image: url('/communityplatform/public/images/community/common/icon_calendar.png');
    background-repeat: no-repeat;
    background-position: 16px 17px;
    padding-left: 40px !important;
}
.resultItem.important {
    background-image: url('/communityplatform/public/images/community/common/btngraph_starMd.png');
    background-repeat: no-repeat;
    background-position: 16px 17px;
    padding-left: 40px !important;
}
.legend {
	float:right;
	font-size: 14px;
	margin-top: -18px;
}
.legend div img {
	vertical-align: middle;
	width: 15px;
}
.legend div {
	margin-left: 11px;
}
#showInAlpha {
	float: right;
	font-size: 12px;
	font-weight: bold;
}

#resultsSidebar {
	width: 22%;
	float: left;
	padding: 20px 20px 40px;
	background-color: #FAF2DD;
	margin: 0 0 0 3%;
	border-radius: 18px;
	box-shadow: 0px 0px 29px -5px #333;
	-webkit-box-shadow: 0px 0px 29px -5px #333;
	-moz-box-shadow: 0px 0px 29px -5px #333;
}


.viewTypes div img {
    vertical-align: middle;
    width: 17px;
}
.viewTypes div {
    cursor: pointer;
    padding: 9px 9px;
    background-color: #F2F2F2;
    border-top: 1px solid #FFF;
}
.viewTypes div:hover {
    background-color: #E7E7E7;
}
.viewTypes div.selected {
    background-color: #D7D6D6;
    font-weight: bold;
}
#filterDiv .option.viewTypes {
    margin: 8px 0 0;
}
.filterSection {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.chzn-drop {
    width: 99% !important;
}


/* Mobile */

@media screen and (max-width : 550px) {
    #wrapper .leftColumn {
        width: 100%;
    }
    #wrapper .rightColumn {
        width: 100%;
        margin-right: 0%;
        margin-top: 20px;
    }
}

/* End Mobile */
