.custom-dropdown-search {
    width: 375px;
    background: #FFF;
    position: relative;
}
.search-global-wide {
    width: 100%;
}
.custom-dropdown-search #global_search_input {
    width: auto;
}
.custom-dropdown-search #global-claim-search-button {
    /* margin-left: 5px; */
}
.main_new_theme .custom-dropdown-search .input-group-append .btn, 
.main_new_theme .custom-dropdown-search .input-group-prepend .btn ,
.main_new_theme .custom-dropdown-search .form-control  {
    height: 35px !important;
}
.main_new_theme .custom-dropdown-search .btn-outline-secondary:hover ,
.main_new_theme  .custom-dropdown-search #global-claim-search-button {
    color: #fff;
    background-color: #3c4043  !important;
    border-color: #3c4043  !important;
}

.main_new_theme  .custom-dropdown-search #global-claim-search-button {
   
    height: 35px !important;
}
.form-inline .custom-dropdown-search .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.custom-dropdown-search .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    height: 34px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-dropdown-search .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.custom-dropdown-search .input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-dropdown-search .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.custom-dropdown-search .btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.custom-dropdown-search .input-group-append .btn,
.custom-dropdown-search .input-group-prepend .btn {
    position: relative;
    z-index: 2;
    padding: 6px 12px;
    height: 34px;
    font-size: 14px;
}
.custom-dropdown-search .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.custom-dropdown-search .input-group > .input-group-append > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-dropdown-search .input-group > .input-group-prepend > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-dropdown-search .form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.custom-dropdown-search .input-group-append,
.custom-dropdown-search .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.custom-dropdown-search .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.custom-dropdown-search .dropdown-menu {
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
}
.custom-dropdown-search .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.custom-dropdown-search .dropdown-menu[x-placement^="bottom"],
.custom-dropdown-search .dropdown-menu[x-placement^="left"],
.custom-dropdown-search .dropdown-menu[x-placement^="right"],
.custom-dropdown-search .dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.custom-dropdown-search .dropdown-menu.show {
    display: block;
}
.custom-dropdown-search .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    font-size: 14px;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.custom-dropdown-search .dropdown-item:hover {
    color: #212529;
    text-decoration: none;
}
.custom-dropdown-search .dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.custom-dropdown-search .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.custom-dropdown-search .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.custom-dropdown-search .dropdown-menu {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    transform: translate3d(0px, 30px, 0px);
}
.custom-dropdown-search .dropdown-menu .dropdown-item.active:before {
    content: "\f00c";
    font-family: FontAwesome;
    padding-right: 10px;
    color: #2196f3;
    font-size: 20px;
}
.custom-dropdown-search .dropdown-menu .dropdown-divider:last-child {
    border-top: none;
}
@media only screen and (max-width : 1160px) {
    .custom-dropdown-search {
        width: 100%;
    }
    .custom-dropdown-search #global_search_input {
        width: 125px;
    }
    .custom-dropdown-search .input-group-append .btn,
    .custom-dropdown-search .input-group-prepend .btn {
        font-size: 12px;
    }
    #searchNav {
        width: 98%;
    }
    .custom-dropdown-search .dropdown-menu {
        transform: translate3d(0px, 30px, 0px);
    }
}