

input[type=text], input[type=password], input[name=barcode],
select,
.ms-choice,
.keeps-input {
    background-color: white !important;
    border-radius: 4px;
    border: 1px solid #767676 !important;
    height: 30px !important;

    color: black !important;

    padding: 0 10px;
}


.ms-choice:hover {
    
}

.ui-datepicker-trigger {
    margin-left: 3px;
}



/* #412 */
select[multiple=multiple] {
    height: unset !important;
}


/* 442 */
select[multiple] {
    height: unset !important;
}