﻿.avatar {
    float:left !important; 
    overflow:hidden !important; 
    width:55pt !important;
    min-height:50pt !important;

}


/* Utilities */
.twitter-typeahead {
    display:block !important;
}


.u-cf:after {
  clear: both;
}

.u-posRelative {
  position: relative;
}

/* Typeahead */
.Typeahead *,
.Typeahead *:before,
.Typeahead *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.Typeahead {
  position: relative;
  *z-index: 1;
  text-align: left;
}

.Typeahead-spinner {
  position: absolute;
  top: 5px;
  right: 20px;
  display: none;
  width: 20px;
  height: 20px;
  content:url("spinner.gif");
}

.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 {
    border: 1pt solid #ddd;
  position: absolute;
  top: 95%;
  left: 2.5%;
  z-index: 100;
  display: none;
  width: 95%;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fafafa;
  -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;
}

/* ta-custom */

.ta-custom {
  position: relative;
  padding: 2px;
  font-size: 10pt;
}


.ta-custom:hover  {
  border-color: #f5f8fa;
}

.ta-custom-details {
  padding-left: 16px;
}

.ta-custom-details2 {
  padding-left: 16px;
  min-height:100pt;
}

.ta-custom-realName,
.ta-custom-screenName {
  display: inline-block;
}

.ta-custom-screenName {
  color: #8899a6;
}

.ta-custom-description {
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}

.ta-custom-stats {
  float: right;
  text-align: right;
}

.ta-custom-stat {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.ta-custom-stat-label {
  color: #8899a6;
  font-weight: 500;
}

.ta-custom-stat + .ta-custom-stat {
  margin-left: 5px;
}

.ta-custom:hover,
.ta-custom.is-active {
  color: #fff;
  background: #55acee;
}

.ta-custom:hover .ta-custom-screenName,
.ta-custom:hover .ta-custom-stat-label,
.ta-custom.is-active .ta-custom-screenName,
.ta-custom.is-active .ta-custom-stat-label {
  color: #fff;
}

/* EmptyMessage */

.EmptyMessage {
  position: relative;
  padding: 5px;
  _font-size: 24px;
  _line-height: 30px;
  text-align: center;
  
}







/* base styles */
/* ----------- */
/*

a {
  color: #03739c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

input[type=text]::-ms-clear {
  display: none;
}
    */
/* site theme */
/* ---------- */
/*
.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.tagline {
  margin: 20px 0 0 0;
  font-size: 20px;
  color: #444;
}




.btn:hover,
.btn:focus,
.btn:active {
    text-decoration: none;
}

.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.u-cf:before,
.u-cf:after {
  content: " ";
  display: table;
}
    .u-hidden {
  display: none !important;
}

*/