/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
    display: inline-block;
    cursor: default;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    font-size: 13px;
    text-align: left;
    color: #000;
    -webkit-appearance: none;
    width: 100%;
    border: 1px solid #00000080;
    padding: 5px 5px 5px 5px;
    border-radius: 4px;
    background-color: #fff;
    line-height: 30px;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput input::placeholder{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    font-style: normal;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .badge {
    margin: 0px 5px 2px 0px;
    width: auto;
    background-color: #DBDBDB;
    border-radius: 3px;
    padding: 8px 8px;
    color: #505050;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    font-size: 13px;
}
.bootstrap-tagsinput .badge [data-role="remove"] {
    margin-left: 0px;
    cursor: pointer;
    float: left;
    margin-right: 7px;
    width: 15px;
    height: 15px;
    border: 1px solid #505050;
    border-radius: 50%;
    position: relative;
}
.bootstrap-tagsinput .badge [data-role="remove"]:after {
    content: "×";
    padding: 0px;
    background-color: transparent;    
    position: absolute;
    font-size: 14px;
    transform: translate(-5.5px, -3px);
    -webkit-transform: translate(-5.5px, -3px);
    vertical-align: middle;
    top: 0px;
    width: 11px;
    height: 15px;
    display: inline-block;
    appearance: none;
    line-height: normal;
    text-align: center;
}
/*
.bootstrap-tagsinput .badge [data-role="remove"]:hover:after {

  background-color:rgba(0, 0, 0, 0.62);}
*/
.bootstrap-tagsinput .badge [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    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);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

.tt-suggestion:hover,
.tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.search-input{
    text-align: left;
    margin-bottom: 0px;
}
.search-input .badge.badge-info{
    word-break: break-word;
    text-align: left;
    position: relative;
}
.search-input .bootstrap-tagsinput{
    padding-left: 27px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
}
.search-input .bootstrap-tagsinput input{
    border: 0px;
    padding: 10px 10px 0px 5px !important;
    font-family: 'Poppins', sans-serif; font-weight: 500;
    
    font-size: 13.5px;
    color: #000;
    text-align: left;
    font-style: normal;
    width: 300px;
}
.search-input .bootstrap-tagsinput input.width-full{
    width: 100% !important;
}
.search-input .bootstrap-tagsinput input::placeholder{
    font-family: 'Poppins', sans-serif; font-weight: 500;
}
.search-input .bootstrap-tagsinput .badge [data-role="remove"]:after{
    position: absolute;
    font-size: 14px;
    transform: translate(1px, -3px);
    -webkit-transform: translate(1px, -3px);
    vertical-align: middle;
    top: 0px;
    width: 11px;
    height: 15px;
    display: inline-block;
    appearance: none;
    line-height: normal;
    text-align: center;
}
.search-input .bootstrap-tagsinput .badge [data-role="remove"]{
    border-radius: 50%;
    position: absolute;
    left: 8px;
    top: 9px;
    float: none;
}
.search-input .bootstrap-tagsinput .badge{
    padding: 8px 8px 8px 30px;
    margin-bottom: 5px;
    white-space: normal;
    line-height: 17px;
}
.search-input input.sr-only{
    position: absolute !important;
    left: 0px !important;
    display: none !important;
}
.client-page-body .bootstrap-tagsinput input{
    width: 100% !important;
}