﻿.ToolkitStyle .ajax__combobox_textboxcontainer {
    background-color: transparent;
    position: relative;
    color: #495057;
    height: 0px;
    width: 100%;
    padding: 0px 0px 0px 0px;
    top: -8px !important;
}

.ToolkitStyle .ajax__combobox_inputcontainer input {
    background-color: #e8e9ea;
    margin: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 0px none;
    padding: 0px 0px 0px 13px;
    position: relative;
    color: #495057;
    height: 38px;
    width: 100%;
}

.ToolkitStyle .ajax__combobox_buttoncontainer {
    /*background-color: yellow;*/
    position: relative !important;
    left: 0px !important;
    top: -5px !important;
}

.ToolkitStyle .ajax__combobox_buttoncontainer button {
    border: 0px none;
    background-color: #e8e9ea;
    height: 38px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: 0px none;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
}

.ToolkitStyle .ajax__combobox_itemlist {
    background-color: #e8e9ea;
    border-color: #7F9DB9;
    /*height: 350px !important;*/
}
