/* ======= TAG Cloud start ========== */
div.tx3-tag-cloud a {
display: block;
cursor:pointer;
text-decoration: none;
color: #dadadb;
}
div.tx3-tag-cloud a:hover {
color: #dadadb;
text-decoration: underline;
-webkit-transition: color 250ms linear;
-moz-transition: color 250ms linear;
-o-transition: color 250ms linear;
-ms-transition: color 250ms linear;
transition: color 250ms linear;
}
/* ======= TAG Cloud start ========== */

/*Left side area*/
.solrsearchleft{padding: 80px 0px 30px 20px;}
a.showAdvSearchMobi{display:none;}

/*Filter Box*/
.solarDateFilterBox{margin-bottom:20px}
.solarDateFilterBox .solar-left-ttl{ color: #424242; font-size: 1.8rem; line-height: 22px; margin-bottom: 20px; font-weight: 700; }
.solarDateFilterBox .solar-filter-item-wrap{margin-bottom:10px;}
.solarDateFilterBox .solar-filter-item-wrap label.solar-sbu-ttl{display:block; }
.solarDateFilterBox .solar-filter-item-wrap input{width:100%; border: 1px solid #bbbab9; padding: 12px 14px;}
.solarDateFilterBox .filterDateBtnWrap:after{content:""; display:block; clear:both;}
.solarDateFilterBox .filterDateBtnWrap #filterPublishDate{ background: #0075bb; color: #fff; cursor: pointer; display: block; float: left; margin-top: 10px; padding: 12px 10px; width: 100px !important; border: 1px solid #bbbab9; }
.solarDateFilterBox .filterDateBtnWrap #filterPublishDate:hover{color: #dadadb; background: #4a4c4c; }

/*Facet*/
#solrstrap-facets .facet{width:100%; margin-bottom:20px;}
#solrstrap-facets .nav-title{ color: #424242; font-size: 1.8rem; line-height: 22px; margin-bottom: 10px; font-weight: 700; width: 100%; display: inline-block;}

/*Trending keyword*/
.solarLeftSideKeyWord{}
.solarLeftSideKeyWord .nav-title{ color: #424242; font-size: 1.8rem; line-height: 22px; margin-bottom: 10px; font-weight: 700; }
.solarLeftSideKeyWord #keyword{background-color: #424242; padding:20px;}
.solarLeftSideKeyWord #keyword .no-trends{color:#dadadb}
p.anchorStyle { font-size: 1.4rem; font-style: italic; float: left; width: 100%;line-height: 25px;}
/*Searchpage textbox*/
#searchTextboxContainerSolr { position: relative; max-width:400px; }
#searchTextboxContainerSolr #solrstrap-searchbox{ border: 1px solid #bbbab9; padding: 12px 40px 12px 14px; width: 100%; }
#searchTextboxContainerSolr #submitButton{position:absolute; top:0; right:0; width:40px; height:100%; border:none medium;background: none;}
#searchboxSolr:after{clear:both; display:block; content:""}
#searchboxSolr #searchTextboxContainerSolr{margin-bottom:20px;}
#searchboxSolr #searchFilter{margin-bottom:20px;}

#solrstrap-sortmenu{ position: relative; max-width: 400px; }
#solrstrap-sortmenu select{padding: 11px 14px;width: 100%;height: auto;}

/*solr tab*/
#solrstrap-tabs{position:relative; max-width:400px;}
#solrstrap-tabs .solr-search-tab .solr-search-tab-mobiDropdown { background: transparent; border: 1px solid #424242; color:#424242; box-sizing: border-box; cursor: pointer; padding: 12px 34px 12px 14px; position: relative; width: 100%; display: block; }
#solrstrap-tabs .solr-search-tab .solr-search-tab-mobiDropdown:after { 
    border: solid #000;
    content: "";
    z-index: 99;
    box-sizing: border-box;
    height: 10px;
    width: 10px;
    top: 15px;
    right: 15px;
    position: absolute;
    border-style: solid;
    border-color: #424242;
    border-width: 0px 1px 1px 0px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: border-width 150ms ease-in-out;
    -moz-transition: border-width 150ms ease-in-out;
    -ms-transition: border-width 150ms ease-in-out;
    -o-transition: border-width 150ms ease-in-out;
    transition: border-width 150ms ease-in-out;
}
#solrstrap-tabs .solr-search-tab.active .solr-search-tab-mobiDropdown:after{
	-webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top:20px;
}

#solrstrap-tabs .solr-search-tab {margin-bottom:20px;}
#solrstrap-tabs ul.tab-links-main{float: left;width: 100%;display: none;border-bottom: 1px solid #000;margin:0 0 20px;position: absolute;background-color: #fff;z-index: 9;}
#solrstrap-tabs ul.tab-links-main:after{content:""; display:block; clear:both}
#solrstrap-tabs ul.tab-links-main li:before{display:none;}
#solrstrap-tabs ul.tab-links-main li{display: block; border-right: 1px solid #424242; height: auto; border-left: 1px solid #000; cursor: pointer; vertical-align: middle; margin: 0; width: 100%; padding: 0; }
#solrstrap-tabs ul.tab-links-main li:first{padding-left:0;}
#solrstrap-tabs ul.tab-links-main li > a { text-decoration: none; cursor: pointer; color: #424242; vertical-align: middle; display: block; text-decoration: none; padding: 9px 20px 10px 15px; width: 100%; }
#solrstrap-tabs ul.tab-links-main li > a:hover {color:#fff;background-color: #0075bb;}


#solrstrap-hits #result-summary{margin-bottom:20px;}
#solrstrap-hits .entry{ border-bottom:1px solid #e5e5e5;margin:20px 0 40px; padding:0 0 10px;}
#solrstrap-hits .entry .links{ margin-bottom: 0px;    line-height: 25px;}
#solrstrap-hits .entry .solr-date{float: left;width: 100%;}
#solrstrap-hits .entry .resultURL{ }
#solrstrap-hits .entry .document-icon{display:inline-block; padding:0 10px;}

.searchresultpage .pagination-wrap{padding:20px 0; text-align:center;}


@media all and (max-width:768px) and (max-width:991px){
	.solrsearchleft{padding:0 0 20px 20px;}
}

@media all and (max-width:767px){
	.solrsearchleft{padding:0 10px 20px }
}



/*--- Search starts ---*/
#solrstrap-tabs,#solrstrap-sortmenu {display:none !important}
#searchboxSolr #searchTextboxContainerSolr .icon-search {
   position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
#contentwrapper p.anchorStyle{margin-bottom:20px}
#contentwrapper p.searchdescription {margin-bottom:30px}
#solrstrap-hits .entry .resultURL > a {color: var(--primary-2);}
#pagination .rad-arrow-link {margin-top:20px;color:#181818}
#pagination .rad-arrow-link:hover {    color: #d13c15;}
/*--- Search ends ---*/

