.Typeahead *,
.Typeahead *:before,
.Typeahead *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Utilities */

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}

.u-cf:after {
  clear: both;
}

.u-hidden {
  display: none !important;
}

.u-posRelative {
  position: relative;
}

/* Typeahead */

.Typeahead {
  position: relative;
  *z-index: 1;
  width: 500px;
  margin: 50px auto 0 auto;
  padding: 15px;
  text-align: left;
  background-color: #0097cf;
  background-image: -moz-linear-gradient(top, #04a2dd, #03739c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#04a2dd), to(#03739c));
  background-image: -webkit-linear-gradient(top, #04a2dd, #03739c);
  background-image: -o-linear-gradient(top, #04a2dd, #03739c);
  background-image: linear-gradient(top, #04a2dd, #03739c);
  background-repeat: repeat-x;
  border: 1px solid #024e6a;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 0 2px #111;
     -moz-box-shadow: 0 0 2px #111;
          box-shadow: 0 0 2px #111;
}



.Typeahead-hint,
.Typeahead-input {
  width: 100%;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid #024e6a;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}

.Typeahead-hint {
  position: absolute;
  top: 0;
  left: 0;
  color: #ccd6dd;
  opacity: 1;
}

.Typeahead-input {
  position: relative;
  background-color: transparent;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  outline: none;
}

.Typeahead-menu {
  position: absolute;
 /* top: 95%;
  left: 2.5%;*/
  z-index: 100;
  display: none;
  /*width: 95%;*/
  width:100%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
          box-shadow: 0px 0px 0px 1px green;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.Typeahead-menu.is-open {
  display: block;
}

.Typeahead-selectable {
  cursor: pointer;
}

.Typeahead-selectable + .Typeahead-selectable {
  border-top: 1px solid #ccd6dd;
}

/* ProfileCard */

.ProfileCard {
  position: relative;
  padding: 8px;
}

.ProfileCard-avatar {
 /* position: absolute;
  top: 8px;
  left: 8px;*/
 display: inline-block;
    
  margin-top: 3px;
  width: 52px;
  height: 52px;
  border: 2px solid #ccd6dd;
  border-radius: 5px;
}

.ProfileCard:hover .ProfileCard-avatar {
  border-color: #f5f8fa;
}

.ProfileCard-details {
  min-height: 60px;
  padding-left: 60px;
}

.ProfileCard-realName,
.ProfileCard-screenName {
  display: inline-block;
}

.ProfileCard-realName {
    font-size: 13px;
    font-weight: 700;
    max-height: 17px;
    overflow: hidden;
	white-space:nowrap;
}

.ProfileCard-screenName {
  color: #8899a6;
}

.ProfileCard-description {
  /*margin-top: 5px;*/
 font-size: 13px;
  line-height: 18px;
}

.ProfileCard-stats {
  float: right;
  text-align: right;
}

.ProfileCard-stat {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.ProfileCard-stat-label {
  color: #8899a6;
  font-weight: 500;
}

.ProfileCard-stat + .ProfileCard-stat {
  margin-left: 5px;
}

.ProfileCard:hover,
.ProfileCard.is-active {
  /*color: #fff;
  background: #333;
  border: 1px solid #dfdfdf;*/
     -webkit-box-shadow: -1px 0px 26px -2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 26px -2px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 9px -2px rgba(0, 0, 0, 0.39);
    background: #FEFEFE;
	
}

.ProfileCard:hover .ProfileCard-screenName,
.ProfileCard:hover .ProfileCard-stat-label,
.ProfileCard.is-active .ProfileCard-screenName,
.ProfileCard.is-active .ProfileCard-stat-label {
  /*color: #fff;*/
}

/* EmptyMessage */

.EmptyMessage {
  position: relative;
  padding: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;

}
.customeHeaderTopAjax {
    padding: 10px;
    background: #0D0600;
    border-bottom: solid 1px #D2D2D2;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
	overflow:hidden;
}
#resultscountinspangenius {
    font-size: 11px;
    padding-left: 10px;
    color: #D4D4D4;
}
.customeCloseLinkModalPop {
    float: right;
    cursor: pointer;
}
#scroll_custom_div{
	padding-right: 8px;
    overflow: auto;
    padding-bottom: 5px;
	max-height: 355px!important;
}
.tt-dataset.tt-dataset-0 {
    padding-left: 10px;
    padding-top: 10px;
	border-left:1px solid #e6e6e6;
}

.ProfileCard{
	background: #FFF;
    border: solid 1px #DFDFDF;
	padding-bottom: 7px;
	margin-top: 4px;
	color:#5d5d5d;
}
.tt-dataset .ProfileCard:first-child {
    margin-top: 0;
}
.Typeahead-menu{
	background: #F9F5F2;
    box-shadow: rgba(0, 0, 0, 0.2) 6px 6px 6px;
	border-radius:0px;
	

}
.last_footer{
	background-color: #E6E5E0;margin: 0;padding: 5px;text-align: center;height: 28px;color:#5d5d5d;
}
.last_footer a{
	color:#666;
	font-size: 12px;
}
.last_footer a:hover{
	color:#c4b598;
}

.ProfileCardTwoWrapOuter{
    display: inline-block;
    width: calc(100% - 52px);
    vertical-align: top;
}
.ProfileCard-details{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 1px);
    text-align: left;
	padding-left: 10px
}
.ProfileCard-stats {
   display: inline-block;
    float: left;
    margin-top: 2px;
    text-align: left;
    vertical-align: top;
    width: 92%;
    /*padding-right: 17px;*/
}
.ProfileCard-stat-label{
    position: relative;
   /* top: 6px;*/
    line-height: 1.6;
    /*color: #666;
    font-size: 14px;*/
    font-weight: 300;
	left: 5px;
}
.ProfileCardbuynow {
    position: relative;
    top: 4px;
    font-size: 10px;
    color: #7A3700;
	text-decoration: none;
}
.ProfileCard-description{
	max-height: 32px;
    overflow: hidden;
    line-height: 15px;
    margin-bottom: 2px;
}
.ProfileCardDESCRajax{
	
    font-size: 13px !important;
    /* color: #A7A7A7; */
    line-height: 14px;
    position: relative;
    top: 4px;

}
.ProfileCardSKUajax{
    font-size: 11px;
    margin-top: 6px;
    color: #7B7B7B;
    font-style: italic;
    display: inline-block;
    padding-right: 15px;
    vertical-align: top;
	font-weight: bold;
}
.Typeahead-spinner {
   border: 5px solid #e6e5e0;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 50px;
    height: 50px;
	 margin: 15px auto 0;
    padding: 0;
	display:none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.tt-hint{
	display:none !important;
}
.ProfileCard-stat-label
{
	color: #7b7b7b;
    display: inline-block;
    font-size: 11px;
    font-style: italic;
    margin-top: 6px;
    padding-right: 15px;
    vertical-align: top;
	font-weight: bold;
	float:right;
}
.Typeahead-menu {
	z-index: 9999!important;
}
#search_mini_form .form-search {
    min-width: 350px;
}