/* Custom Stylesheet */
.chip2 {
  position: relative;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  line-height: 32px;
  padding: 0 12px;
  margin-right: 15px;
  border-radius: 16px;
  background-color: #fff;
  border: 2px solid #b2b2b2; }
  
  .chip2 img {
    position: absolute;
    width: 32px;
 }
  .chip2 i.material-icons {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px; }
.buscar{
  width: 90%;
  line-height: 30px;
  font-size: 14px;
  color: #199919;
  background-color: transparent;
  border: 0;
  outline: none;
}
.pointer{
  cursor: pointer;
}
span.eliminar{
  color: red;
  font-size: 12px;
  margin-left: 10px;
}

span.eliminar:hover{
    text-decoration: underline;
}

.divider{
  background-color: #666;
}

.agregar:hover{
  background-color: rgba(255,255,255,0.7);
}

.agregar:active{
  position: relative;
  top: 1px;
}

@media only screen and (max-width : 1920px) {
  
}
@media only screen and (max-width : 1332px) {
  
}
@media only screen and (max-width : 600px) {
 .buscar{
  width: 85%;
 } 
}