/**** css/bundle.css ***/
/*hack for skip=spotlight bottom*/
.folder_icon
{
  background-position: -384px -121px;
  margin-right: 0;
  cursor: auto;
  height: 14px;
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  vertical-align: middle;
}

.folder_box
{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display:flex;
}
.openfolder
{
  max-width: 300px;
}

.folder_follow_button
{
  color: #616161; background: white;
  box-sizing: unset;
  border: 1px solid #616161;
  text-transform: uppercase;
  padding: 0.6rem 0.8rem;
  box-shadow: none;
  cursor: pointer;
  border-radius: 4px;
  min-width: 50px;
  box-sizing: border-box;
  font-size:12px;
}
.folder_follow_button:hover
{
  color: white;
  background: #212121;
  border-color: #212121;
  font-weight: bold;
}
.folder_follow_button:active
{
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.folder_name
{
  color: #333;
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

#ufeedstaffinner ol li.node
{
  border-bottom: 1px solid #dedede;
  padding: 15px 0px 15px 0px;
}

#ufeedstaffinner ol li.node:hover
{
  border-bottom: 1px solid #dedede;
  padding: 15px 0px 15px 0px;
  background-color: #FFFFFF;
}

.feeditem_img
{
  width: 50px;
  height: 50px;
}

.full-width
{
  padding-bottom: 17px;
}

.feeditem
{
  box-sizing: border-box;
  text-align: left !important;
  border-bottom: 1px solid #dedede;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  padding:10px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.feeditem:hover
{
  background: #F5F5F5;
  background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(240,240,240,1)));
  background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -o-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: -ms-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(240,240,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0', GradientType=1 );
}

.feeditem--left
{
  margin-right: 1rem!important;
  align-self: flex-start;
}

.feeditem_img img
{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}

.feeditem--middle
{
  flex: 1;
  min-width: 0;
}

.feeditem_title
{
  margin-bottom: 0.25rem;
  margin-right: 0.75rem;
  font-weight: bold;
  color: #333;
  font-size: 14px;
}

.feeditem_title a
{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.feeditem_website
{
  color: #9E9E9E;
}

.feeditem_desc
{
  margin: 0.75rem 0;
}

.feeditem--right
{
  align-self: center;
  margin-left: 1rem!important;
}

.feeditem--add_btn
{
  color: #616161; background: white;
  box-sizing: unset;
  border: 1px solid #616161;
  text-transform: uppercase;
  padding: 0.6rem 0.8rem;
  box-shadow: none;
  cursor: pointer;
  border-radius: 4px;
  min-width: 90px;
  box-sizing: border-box;
}

.feeditem--add_btn.active
{
  border-color: #9E9E9E;
  color: #9E9E9E;
}

.feeditem--add_btn:hover
{
  color: white;
  background: #212121;
  border-color: #212121;
  font-weight: bold;
}

.feeditem--info
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 0.75rem;
}

.feeditem--info__item
{
/*    border-top: 1px dashed #dedede;
    padding-top: 0.75rem;*/
}

.feeditem_follow
{
  margin-right: 1rem;
}

.feeditem--info__data
{
  text-align: left;
  color: #212121;
  margin-bottom: 0.25rem;
}

.feeditem--info__title
{
  color: #9E9E9E;
}

.feeditem--info--left
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  margin-right: 1rem!important;
}

.feeditem--feeds
{
  margin-bottom: 0.75rem;
}

.feeditem--feeds_list
{
  margin: 0;
  padding: 0;
}

.feeditem--feeds_list__item
{
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9E9E9E;
}

.feeditem--middle__top
{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: space-between;
}

.feeditem--middle__top--right
{
  flex-grow: 1;
  flex-shrink: 0;
  text-align: right;
}

@media screen and (min-width: 769px)
{
  .feeditem--feeds_list__item
  {
    white-space: nowrap;
  }
}

h4.help_search_heading
{
  clear: both;
  color: #757575;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1em;
  margin-bottom: 10px;
}

.search-example
{
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: normal;
  margin-left: 10px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-transform: initial;
}

.secondary
{
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #757575;
}

p.sub
{
  color: #9e9e9e;
}

.keywords_first_set
{
  padding: 10px;
}

.feeditem_facebook_follower
{
  padding-left: 1rem;
  ;
}

.easy-autocomplete
{
  display: inline-block;
  background-color: #FFFFFF;
  vertical-align: top;
  position: relative;
  cursor: default;
  z-index: 30 !important;
}

@media only screen and (max-width: 479px)
{
    .easy-autocomplete
    {
        display: inline-block;
        background-color: #FFFFFF;
        vertical-align: top;
        cursor: default;
        z-index: 30 !important;
        position:unset;
    }
}

.easy-autocomplete-container ul li div  .complete_box
{
  font-family: 'helvetica neue', helvetica, arial, sans-serif;
  font-size: 11px;
  border-collapse: separate;
  text-align: left;
  width: 100%;
}

.easy-autocomplete-container ul li div  .complete_box td
{
  padding: 5px
}

.easy-autocomplete-container ul li div  .complete_box tr td.td_follers
{
  padding: 0px;
  vertical-align: top;
}

.easy-autocomplete-container ul li div  .complete_box tr td img
{
  border-radius: 2px;
}

.easy-autocomplete-container ul li div span.feed_name
{
  font-size: 11px;
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.easy-autocomplete-container ul li div span.followers
{
  font-size: 11px;
  float: right;
  color: #757575;
  display: inline;
}

.easy-autocomplete-container ul li div span.feed_desc
{
  font-size: 11px;
  color: #757575;
  display: inline-block;
  width: 220px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.easy-autocomplete input
{
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}

.easy-autocomplete input:hover, .easy-autocomplete input:focus
{
  box-shadow: none;
}

.easy-autocomplete a
{
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus
{
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul
{
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category
{
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected
{
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus
{
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul
{
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category
{
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected
{
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus
{
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul
{
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category
{
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected
{
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus
{
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul
{
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category
{
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected
{
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus
{
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul
{
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category
{
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected
{
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark
{
  color: #fff;
}

.easy-autocomplete.eac-dark input
{
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus
{
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-dark ul
{
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category
{
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected
{
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass
{
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input
{
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus
{
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul
{
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category
{
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected
{
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child
{
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue
{
  color: #fff;
}

.easy-autocomplete.eac-blue input
{
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder
{
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder
{
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder
{
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder
{
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus
{
  border-color: #5A91CB;
  box-shadow: 0;
}

.easy-autocomplete.eac-blue ul
{
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category
{
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected
{
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow
{
  color: #333;
}

.easy-autocomplete.eac-yellow input
{
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus
{
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul
{
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category
{
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected
{
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple
{
  color: #333;
}

.easy-autocomplete.eac-purple input
{
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus
{
  border-color: #333;
  box-shadow: 0;
}

.easy-autocomplete.eac-purple ul
{
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category
{
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected
{
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input
{
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container
{
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul
{
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category
{
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
}

.easy-autocomplete-container ul li:last-child
{
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected
{
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div
{
  font-weight: normal;
}

.easy-autocomplete-container ul li div
{
  display: block;
  font-weight: normal;
  word-break: break-word;
}

.easy-autocomplete-container ul li b
{
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category
{
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span
{
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img
{
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item
{
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img
{
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

#_article_icon_id:hover:after
{
  font-family: 'FontAwesome';
  content: " \f08e";
  height: 25px;
  width: auto;
  vertical-align: bottom;
}

.search-container
{
  width: 90vw;
  margin: 0 auto;
}

.search-tabs
{
        display: -webkit-flex;
  display: flex;
  height: 40px;
  padding: 0 0.5rem;

}

.search-tabs .item
{
  margin-right: 1rem;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  cursor: pointer;
  color: #282828;
  border-bottom: 2px solid white;
  -webkit-transition: all 0.5s ease-out;
 /* For Safari 3.0 to 6.0 */
  transition: all 0.5s ease-out;
 /* For modern browsers */
  white-space: nowrap;
}

.search-tabs .item:not(.active):hover
{
  color: #212121;
  border-bottom: 2px solid #212121;
}

.search-tabs .item.active
{
  color: #000;
  border-bottom: 2px solid #000;
}
.search-tabs .item .search_count
{
    background-color: gray;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    margin-top: -4px;
    display: inline-block;
    vertical-align: middle;
    height: 11px;
    line-height: 12px;
    width: 20px;
    text-align: center;
}
.search-tabs .all_anchor
{
  display: block;
  width:65px;
}
.search-tabs .podcast_anchor
{
  display: block;
  width:1186x;
}
.search-tabs .youtube_anchor
{
  display: block;
  width:116px;
}
.search-tabs .folder_anchor
{
  display: block;
  width:110px;
}
.search-tabs .article_anchor
{
  display: block;
  width:103px;
}

.search-tabs .active .search_count {
            background-color: #333;
}

.search-data
{
  margin-top: 1rem;
}

@media screen and (min-width: 769px)
{
  .feeditem--feeds_list__item
  {
    white-space: nowrap;
  }

  .search-container
  {
    max-width: 500px;
    width: 100%;
  }
}

@media screen and (max-width: 768px)
{
  .search-tabs
  {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .search-tabs::-webkit-scrollbar
  {
    display: none;
  }

  .search-tabs-container
  {
    position: relative;
    padding: 0 24px;
  }

  .search-tabs-container:before
  {
    font-family: FontAwesome;
    content: "\f053";
    position: absolute;
    left: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .search-tabs-container:after
  {
    font-family: FontAwesome;
    content: "\f054";
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.easy-autocomplete-container
{
  padding: 0;
  margin: 0;
}

.easy-autocomplete-container .feed-item
{
display: -webkit-flex;
  display: flex;
  align-items: center;
}

.easy-autocomplete-container .feed-item:hover
{
  background-color: #e7e7e7;
  cursor: pointer;
}

.easy-autocomplete-container .feed-item .left
{
  padding: 10px;
}

.easy-autocomplete-container .feed-item .middle
{
  flex-grow: 1;
  padding: 10px 0px;
  min-width: 0;
}

.easy-autocomplete-container .feed-item .right
{
  padding: 10px;
}

.easy-autocomplete-container .feed-item .feed_img
{
  width: 38px;
  height: 38px;
}

.easy-autocomplete-container .feed-item .feed_name
{
  font-size: 11px;
  padding-bottom: 5px;
}

.easy-autocomplete-container .feed-item .feed_url
{
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  padding-bottom: 5px;
}

.easy-autocomplete-container .feed-item .feed_desc
{
  color: #757575;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
}

.easy-autocomplete-container .feed-item .feed_followers
{
  color: #757575;
  text-align: right;
  white-space: nowrap;
  font-size: 11px;
}

@media screen and (max-width: 768px)
{
  .easy-autocomplete-container .feed-item .feed_followers
  {
    text-align: center;
    white-space: normal;
  }

  .easy-autocomplete-container .feed-item .right .feed_followers
  {
    width: 56px;
    margin-left: auto;
  }
}

.searchforminner_sp_home
{
    display:block;
    width:100%;
}
.subcol .my-fr_m div.n
{
    font-size:13px !important;
}

@media only screen and (max-width: 479px)
{
    .c1_72
    {
        background-position: 5px -331px!important;
    }
}




