#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}

.tab-pane{
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-pane .container-fluid{
  padding: 0px;
}

.loader{
  margin-top: 30px;
  color: #289185;
}

.form-group {
  margin-bottom: 20px;
}

form label{
    font-weight: bold;
}

.select2-container {
  width: 100%;
}

.select2-results .select2-highlighted {
  color: #fff;
  background-color: #289185;
}

.select2-container-multi .select2-choices .select2-search-choice {
  width: 95%;
  background-color:#eff4fb;
}


.results .well-white{
  padding: 5px;
}

.results .well-white .new img{
  margin: -5px;
  margin-left: -20px;
  max-width: 100%;
}

.fa.fa-spin {
  padding-right: 0px;
}