/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/10/2015, 13:35:05
    Author     : daniel
*/


/* 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: 0px 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-spinner,.Typeahead-spinner2 {
  position: absolute;
  top: 7px;
  right: 7px;
  display: none;
  width: 28px;
  height: 28px;
}

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

.Typeahead-hint {
    color: #ccd6dd;
    left: 14px;
    opacity: 1;
    position: absolute;
    top: 15px;
    width: 94%;
    border: 0px ;
}

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

.Typeahead-menu, .Typeahead-menu2 {
  position: absolute;
  top: 95%;
  left: 2.5%;
  z-index: 100;
  display: none;
  width: 95%;
  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, .Typeahead-menu2.is-open {
  display: block;
}

.Typeahead-selectable {
  cursor: pointer;
}

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

.ProfileCard {
    padding: 8px;
    position: relative;
    background-color: white;
}
.ProfileCard-avatar {
    border: 2px solid #ccd6dd;
    border-radius: 5px;
    height: 52px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 52px;
}
.ProfileCard:hover .ProfileCard-avatar {
    border-color: #f5f8fa;
}
/*padding-left: 60px;*/
.ProfileCard-details {
    min-height: 60px;
    
}
.ProfileCard-realName, .ProfileCard-screenName {
    display: inline-block;
}
.ProfileCard-realName {
    font-weight: 700;
}
.ProfileCard-screenName {
    color: #8899a6;
}
.ProfileCard-description {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px;
}
.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 {
    background: none repeat scroll 0 0 #55acee;
    color: #fff;
}
.ProfileCard:hover .ProfileCard-screenName, .ProfileCard:hover .ProfileCard-stat-label, .ProfileCard.is-active .ProfileCard-screenName, .ProfileCard.is-active .ProfileCard-stat-label {
    color: #fff;
}
.EmptyMessage {
    font-size: 24px;
    line-height: 30px;
    padding: 10px;
    position: relative;
    text-align: center;
    background-color: white;
}

#scrollable-dropdown-menu .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}




.line-height{}
.alto-gde{}
.mod-buscador{position:absolute;top:32%;text-align:center;width:100%;margin:0 auto;}
.mod-buscador h1{font-size:50px;font-weight:700;font-family:Muli,Helvetica,Arial,sans-serif;margin-bottom:40px;}
.buscador{background:url(../img/bg-buscador.png) left center no-repeat #fff;border:1px solid #fff;border-radius:5px;padding:30px 70px;color:#000;width:60%!important;margin:0 auto!important;}
.datos-contacto{width:100%;max-width:1200px; color:#fff!Important;margin:10px auto 0 auto !important;text-align:center!important;}
.datos-contacto span{margin-right:30px;line-height:30px;display:inline-block;}
.datos-contacto span i{margin-right:10px;vertical-align:middle;}
.datos-contacto span a, .datos-contacto span a:hover{color:#fff!important;}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px){
.mod-buscador{top:24%!Important;text-align:center;width:100%;margin:0 auto 30px auto!Important;}
.mod-buscador h1{font-size:30px;font-weight:700;font-family:Muli,Helvetica,Arial,sans-serif;margin-bottom:10px;}
.buscador{border:1px solid #fff;border-radius:5px;padding:30px 10px 30px 30px;color:#000;width:96%!important;margin:0 auto!important;font-size:12px;background-position:-20px center!important;}
.datos-contacto{width:100%;max-width:1200px;margin:10px auto 0 auto !important;text-align:center!important;}
.datos-contacto span{margin-right:0px!important;line-height:15px!important;display:block!important;margin-top:10px;}
.datos-contacto span i{margin-right:10px;vertical-align:middle;}
}
@media only screen and (device-width: 360px){
.buscador{border:1px solid #fff;border-radius:5px;padding:30px 10px 30px 60px;color:#000;width:96%!important;margin:0 auto!important;font-size:12px;background-position:0px center!important;}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 640px){
.mod-buscador{top:28%!Important;text-align:center;width:100%;margin:0 auto 30px auto!Important;}
.mod-buscador h1{font-size:40px;font-weight:700;font-family:Muli,Helvetica,Arial,sans-serif;margin-bottom:10px;}
.buscador{border:1px solid #fff;border-radius:5px;padding:30px 30px 30px 70px;color:#000;width:96%!important;margin:0 auto!important;background-position:0 center!important;}
.datos-contacto{width:100%;max-width:1200px;margin:10px auto 0 auto !important;text-align:center!important;}
.datos-contacto span{margin-right:0px!important;line-height:15px!important;display:block!important;margin-top:10px;}
.datos-contacto span i{margin-right:10px;vertical-align:middle;}
}
@media only screen and (device-width: 480px){
.mod-buscador h1{font-size:35px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 800px){
.mod-buscador{top:26%!Important;text-align:center;width:100%;margin:0 auto 30px auto!Important;}
.buscador{border:1px solid #fff;border-radius:5px;padding:30px 30px 30px 70px;color:#000;width:90%!important;margin:0 auto!important;background-position:0 center!important;}
.datos-contacto{width:100%;max-width:750px;margin:10px auto 0 auto !important;text-align:center!important;}
}
@media only screen and (min-device-width: 1024px){
.alto-gde{height:570px;}
}
