/* .industry  .js-geo-tree, .geography  .js-geo-tree, .report_type  .js-geo-tree,
.published_date  .js-geo-tree, .price-range-section  .js-geo-tree
{
    display: none;
} */

.industry_Section {
    display: inline-block;
    padding: 0 20px;
}

.js-geo-tree {
    margin-top: 12px;
    display: block;
    position: absolute;
    background: #fff;
    padding-bottom: 1rem;
    border: 1px solid #c7cfd4;
    padding: 0 10px;
}

.js-geo-tree .input-group.search {
    margin-bottom: 9px;
}


.fancytree-view{
    overflow-y: auto;
    overflow-x:hidden;
    display: block;
    position: relative;
    width: 315px;
    background: #fff;
    max-height: 180px; height:auto; padding-bottom: 1rem;
}

._industry_str .fancytree-view , ._geography_str .fancytree-view, ._themes_str .fancytree-view, ._report_type_str  .fancytree-view{
    margin: 10px 0;
    overflow-y: auto;
    overflow-x:hidden;
    display: block;
    position: relative;
    width: 300px;
    background: #fff;
    max-height: 180px; height:auto; padding-bottom: 1rem;
}

.report_type .js-geo-tree, .published_date .js-geo-tree, .price-range-section .js-geo-tree {
    display: none;
    position: absolute;
}

.published_date .js-geo-tree, .price-range-section .js-geo-tree {
    width: 250px!important;
    /* padding: 9px 0; */
}

/* .industry .js-geo-tree .search.input-group, .geography .js-geo-tree .search.input-group {
   width: 300px !important;
} */
.js-geo-tree ul {
    list-style: none;
    margin-left: 1.25rem;
}

.js-geo-tree {
    overflow-y: auto;
    overflow-x:hidden;
}

.js-geo-tree .fancytree-title{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 386px; */
    margin-left: 10px;
}

.js-geo-tree .fancytree-view span.fancytree-title{
    width: auto !important;
}
._geography_str .fancytree-view {
    width: 330px !important;
}
.report_type .fancytree-view,.themes .fancytree-view  {
margin-top: 9px
}

.solrpower_facet_widget
{
    background: transparent !important;
}

.subterms_first
{
    display: none;
}

.cloader {
    border: 5px solid #54505d;
    border-radius: 50%;
    border-top: 5px solid #0034ec;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    top: 50%;
    left: 50%;
    text-align: center;
    position: fixed;
}
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.cloader {
z-index: 99999;
}

.is-open{
display: block
}

.is-closed,.fancytree-reset {
display: none;
}
/* CSS For Grid View */
.grid-only > header > section > header {
    position: relative;
    background-color: #f3f5f6;
    padding: 12px 16px;
}

.cell2 .results-container {
    padding: 0.625rem 1.5rem 1.5rem 1.5rem;
}

.grid-only > header > section > header span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    color: #352354;
}
@media print, screen and (min-width: 40em){
    .grid-result-title {
        font-size: 1rem;
        font-weight: 700;
        color: #0034ec;
        text-decoration: none;
        line-height: inherit!important;
        display: block;
    }
}
/* CSS for New Ticker in SearcH Results */
.grid-only > header .tack {
    position: absolute;
    right: 0;
    bottom: -2em;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 50%;
    width: 80px;
    font-size: 0.875rem;
    font-weight: bold;
}
.grid-only .tack:before{
    content: "";
    position: absolute;
    height: 0;
    border-top: 15px solid #36c3ff;
    border-bottom: 15px solid #36c3ff;
    z-index: 1;
    width: 15px;
    left: 0;
    border-left: 15px solid transparent;
}
.grid-only span {
    color: #352354;
    z-index: 1;
}
.grid-only .tack:after{
    content: "";
    position: absolute;
    height: 0;
    border-top: 15px solid #36c3ff;
    border-bottom: 15px solid #36c3ff;
    width: calc(100% - 15px);
    right: 0;
    background-color: #36c3ff;
}
#solrpower_facet_widget-2 > div > h5.widget-title {
    visibility: hidden!important;
}
#solrpower_facet_widget-2.card{
box-shadow: none!important;
}
.wdm_label
{
    display: none !important;
}

.select_field
{
    display: block !important;
    height: auto;
    margin: 0;
    padding: 0.5rem;
    color: #0034ec!important;
    border: 1px solid transparent !important;
    background-color: transparent !important; 
}
.select_field option
{
    overflow-x: hidden;
    padding: 1rem 0.5rem 1rem 1rem;
}
/* .sort-btn-grp 
{
    margin-top: 7px !important;
} */

form .button,.paginate-bar .pagination {
    margin-bottom: 0!important;
}
.pg-pagination-prev a,.pg-pagination-next a{
    color: #0034ec!important;
}

._publication_date_str,.__price_str .input-group
{
    display:none;
}

.select_opt a, .wpsolr_facet_checkbox .select_opt, .wpsolr_facet_radiobox .select_opt 
{
    font-family: inherit !important;
}

.wpsolr_ltr .wpsolr_facet_checkbox .select_opt::before,.wpsolr_ltr .wpsolr_facet_radiobox .select_opt::before
{
    font-family: FontAwesome, serif !important;
}
.wpsolr_facet_no_l,.widget_wpsolr_widget_facets
{
    display: inline-block !important;
}
#wpsolr_section_facets .select_opt {
    margin: 0 0 0.5em;
    padding: 0 0 0 7px;
    list-style: none;
    display: inline-block;
}
.wpsolr_facet_report_type_str #wpsolr_section_facets .select_opt {
    margin: 0 0 0.5em !important;
}
.wpsolr_facet_title{
    cursor: pointer;
}
/* .select_opt .gd-ico
{
    margin-right: 10px;
    position: absolute;
    left: 0;
} */

/* .res_facets ul li{
    padding-left: 16px;
} */

._publication_date_str1 .js-geo-tree{width:220px;}*/	
._industry_str .js-geo-tree {	
    width: 510px !important;	
}	
.geography_str .js-geo-tree {	
    width: 350px !important;	
}	
._industry_str .fancytree-view {	
    width: 510px !important;	
}	
.geography_str .fancytree-view {	
    width: 330px !important;	
}	
.themes_str .fancytree-view {	
    width: 250px !important;	
}	
._publication_date_str1 .js-geo-tree,	
.price-range-section .js-geo-tree {	
    width: 230px !important;	
}	
._industry_str .js-geo-tree .search.input-group,	
.geography_str .js-geo-tree .search.input-group {	
    width: 100%;	
}
/*added on 12-9-2022 for the checkbox*/
.wpsolr_ltr .wpsolr_facet_checkbox .select_opt::before {
    font-family: "gd-icons"!important;
}
/*.wpsolr_ltr .wpsolr_facet_checkbox .checked::before {
    content: "\e90f"!important;
}*/
/* .wpsolr_facet_checkbox .gd-ico {
    float: left;
} */
.pg-perpage {
    margin-top:3px;
}
.paginate-bar .pagination {
    margin-left: 11px !important;
}
.default-industry
{
    cursor: no-drop;
}
.wpsolr_facet_title  
{
    color: #0034ec;
}
/* .res_facets .js-geo-tree .gd-ico
 {
    float: left;
    padding-right: 10px;
}
.res_facets.wpsolr_ltr ul ul, #res_facets.wpsolr_ltr ul ul{
margin-left: 1.25rem;
} */

#wpsolr_section_facets .select_opt {
    text-decoration: none !important;
}
.wpsolr_facet_industry_str .select_opt, .wpsolr_facet_geography_str .select_opt, .wpsolr_facet_themes_str .select_opt{
    margin: 0 0 0.5em 1em !important;
}
.wpsolr_facet__price_str .select_opt, .wpsolr_facet_publication_date_str .select_opt{
    padding-left:5px !important;
}
#wpsolr_section_facets .select_opt{	
	width:100%;	
}
.res_facets.wpsolr_ltr ul li ul {
    margin-left: 10px !important;
}

 #res_facets.wpsolr_ltr ul ul{
	margin-left: 1.25rem;
}
.select_opt label {
    display: inline;
}
.wpsolr_ltr .wpsolr_facet_checkbox .select_opt.checked::before {
    content: none !important;
}
.wpsolr_facet_checkbox .select_opt, .wpsolr_facet_radiobox .select_opt, a.collapsemenu i::after {
    background: url(https://www.globaldata.com/store/wp-content/themes/html5blank/assets/img/search-checkbox-dark.png) 0 50% no-repeat;
    background-size: 17px 17px;
    margin-bottom: 4px;
    padding-left: 20px;
    cursor: pointer;
}

/* .tax-industry .industry_Section._industry_str
{
    display: none;
} */

._report_type_str .checkbox span.fancytree-title {
    font-size: 0.95rem;
    padding: 0 0.2rem;
    position: absolute;
    right: 0.3rem;
    left: 2.7rem;
}

.wpsolr_facet_checkbox .select_opt.checked {
    background-image: url(https://www.globaldata.com/store/wp-content/themes/html5blank/assets/img/search-checked.png) !important;
    background-size: 22px 21px;
}

#PaginateBarTop .pagination a{
    padding: 0 !important;
}

.span-l a
{
    cursor: default;
}

.span-l a i
{
    cursor: pointer;
}

/* #asset_type_strall-commodities
{display:none !important;} */