.mb-comobox
{
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.428571429;
    color: #555555;
    height: 30px;
    padding: 0 6px;
    -webkit-transition: none;
    font-size: 12px vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mb-comobox-readonly
{
    background-color: #EEE;
}
.mb-comobox-text
{
    height: 28px;
    border: 0;
    width: 100%;
    outline: none;
    background: transparent;
}

.trigger-button:hover
{
    background: #EFEFEF;
}
.trigger-button
{
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 28px;
    width: 20px !important;
    line-height: 28px;
    padding-left: 5px;
}
.hover
{
    border-color: #66afe9;
    outline: 0;
}


.mb-select-box
{
    margin: 0px;
    padding: 0px;
    position: absolute;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 9999;
    display: none;
    max-height: 150px;
    overflow: auto;
}
.mb-select-box li
{
    min-height: 26px;
    line-height: 26px;
    overflow: hidden;
    cursor: pointer;
    padding: 0px 5px;
}

.mb-select-box li:hover
{
    background-color: #eee;
}
.mb-select-box li.active
{
    background-color: #337ab7;
    color: #fff;
}





.mb-lookup
{
    position: relative;
    display: block;
    width: 100%;
    line-height: 1.428571429;
    color: #555555;
    height: 30px;
    padding: 0 6px;
    -webkit-transition: none;
    font-size: 12px vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.mb-lookup-text
{
    height: 28px;
    border: 0;
    width: 100%;
    outline: none;
    background: transparent;
}

.mb-comobox-readonly, .mb-lookup-readonly
{
    background-color: #EEE;
}

