/* 
    Created on : 27-jul-2015, 9:32:34
    Author     : rmb
*/

.custom-combobox {
    position: relative;
    display: inline-block;
    width: 100%;
}
.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    left: 95%;
}
.custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    width: 100%;
}