/* #20D2B0, #2d2b72, #3c3c3c, #e72254*/

.twitter-typeahead{

  width: 100%;

  /* height: auto; */

}

.tt-menu{

  width: 100%;

  background-color: #FFF;

  border: 2px solid, #ccc;

  padding: 4px;

  border-radius: 3px;

  box-shadow: 0 1px 7px rgba(0, 0, 0, 0.2);

  max-height: 200px;

  overflow-y: auto;

  overflow-x: auto;

}

.tt-suggestion{

  padding: 5px 10px;

  line-height: 20px;

}

.tt-suggestion:hover, .tt-cursor{

  background-color: #2d2b72;

  color: #FFF;

  border-radius: 2px;

  cursor: pointer;

}

.tt-color{

  padding: 5% 15px;

  margin-top:-5px;

  margin-bottom:-5px;

}

.tt-icon{

  font-size: 23px;

}



/* Select multiple */

.tag-item {

  display: inline-block;

  margin-right: 4px;

  margin-bottom: 4px;

  cursor: default;

}



.tag-item .fa-times {

  cursor: pointer;

  font-size: 0.8em;

}

