

.typeahead {

    letter-spacing: normal;

    overflow: hidden;

    font-size: 12px;

    z-index: 5;

}



.typeahead li{

    border: 1px solid #ccc0;

    padding: 2px;

    background-color: #ececec;

}



.select2-container {
    width: 100% !important;
    margin: 0px auto;
    height: 35px;
}

.select2-container .select2-selection--single {

    height: 34px;

    font-size: .9em;

    border: 1px solid #e5e5e5;

}

.select2-container--default .select2-selection--single .select2-selection__rendered {

    line-height: 34px;

}

.select2-container--default .select2-selection--single .select2-selection__arrow {

    height: 32px;

    width: 24px;

}

span[data-toggle="tooltip"]:after {

    font-family: sans-serif;

    color: #ffffff;

    content: "?";

    margin-left: 4px;

    /* border: 2px solid #1E91CF; */

    padding: 2px 6px 1px 5px;

    border-radius: 50%;

    font-weight: 700;

    background: #1e91cf;

    font-size: 12px;

    margin-right: 4px;

}