﻿/*-----------Typeahead DD-----------Start*/
.tt-menu, .typeahead {
    text-transform: uppercase !important
}

span.twitter-typeahead .tt-dropdown-menu, span.twitter-typeahead .tt-menu {
    cursor: pointer;
    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;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: unset
}

    span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .tt-suggestion:focus, span.twitter-typeahead .tt-suggestion:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #1d60c3
    }

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

span.twitter-typeahead {
    width: 100%
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px
}

    .input-group span.twitter-typeahead .tt-dropdown-menu, .input-group span.twitter-typeahead .tt-menu {
        top: 32px !important
    }

    .input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
        border-radius: 0
    }

    .input-group span.twitter-typeahead:first-child .form-control {
        border-radius: 4px 0 0 4px
    }

    .input-group span.twitter-typeahead:last-child .form-control {
        border-radius: 0 4px 4px 0
    }

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px
}

    .input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu, .input-group.input-group-sm span.twitter-typeahead .tt-menu {
        top: 30px !important
    }

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px
}

    .input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu, .input-group.input-group-lg span.twitter-typeahead .tt-menu {
        top: 46px !important
    }

.tt-menu {
    width: 100% !important;
    overflow-x: hidden
}

    .tt-menu small {
        font-size: 9px !important;
        word-wrap: break-word
    }

.ttCustom {
    font-size: 9px !important;
    padding: 3px 20px !important
}

.close-icon, .search-box {
    position: relative;
    padding: 10px;
    text-transform: none !important
}

.close-icon {
    border: 1px solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer
}

    .close-icon:after {
        content: "X";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 1;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 2px;
        border-radius: 50%;
        text-align: center;
        color: #00f;
        font-weight: 400;
        font-size: 12px;
        cursor: pointer
    }

.search-box:not(:valid) ~ .close-icon {
    display: none
}
/*-----------Typeahead DD-----------End*/
/*-----------Choosen DD-----------Start*/
.chosen-container {
    width: 100% !important;
    font-size: 11px !important;
}

.chosen-container {
    width: 100% !important;
    font-size: 11px !important;
}

.chosen-container-single .chosen-single {
    border: 1px solid #e5e6e7 !important;
    box-shadow: none !important;
    min-height: unset !important;
    line-height: inherit !important;
}

.chosen-container-active .chosen-choices, .chosen-container-active .chosen-single {
    border: 1px solid #ccc !important;
}

.chosen-container-active .chosen-single {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    background-image: none !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.chosen-container-active .chosen-choices {
    border: 1px solid #0747a6 !important;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #65b32e !important;
    background-image: none !important;
    background-image: none !important;
}

.filter-area .chosen-container-single .chosen-single {
    height: 34px !important;
    line-height: 2 !important;
}

    .filter-area .chosen-container-single .chosen-single div b {
        background-position: 0px 6px !important;
    }
/*-----------Choosen DD-----------End*/
