/* Separadores */
.space5,.space10,.space15,.space20,.space25,.space30 {
    display:block;
    clear:both;
    overflow:hidden;
}
.space5 {
    height:5px;
}
.space10 {
    height:10px;
}
.space15 {
    height:15px;
}
.space20 {
    height:20px;
}
.space25 {
    height:25px;
}
.space30 {
    height:30px;
}

/* Encabezado */
.header-section .iconic-input {
    display: inline;
}

.header-section .iconic-input i {
   margin: 15px 5px 8px 10px;
    z-index: 20;
}

/* Ayudas visuales para las colecciones de symfony */
#appbundle_contact_addresses .bc-collection li {
    border-left: 4px solid #65cea7;
    padding-left: 2em;
}

#appbundle_contact_addresses .bc-collection li:nth-child(even) {
    border-color: #bbb;   
}

/* Ayudas para Typeahead */
.twitter-typeahead {
    float: left;
}
.twitter-typeahead .tt-query,
.twitter-typeahead .tt-hint {
    margin-bottom: 0;
}
.tt-hint {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #999;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.tt-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    margin-left: 10px;
    margin-top: 2px;
    min-width: 215px;
    padding: 5px 0;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);

}
.tt-suggestion {
    display: block;
    padding: 3px 20px;
}
.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #65cea7;
}
.tt-suggestion:hover a {
    color: #fff;
}
.tt-suggestion p {
    margin: 0;
}