.ui-state-active h4,
.ui-state-active h4:visited {
    color: rgb(245, 137, 54);
}

.ui-menu-item {
    height: 80px;
    border: 1px solid #ececf9;
}

.ui-widget-content .ui-state-active {
    background-color: white !important;
    border: none !important;
}

.list_item_container {
    width: 95%;
    height: 80px;
    float: left;
    margin-left: 20px;
}

.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}

.image {
    width: 15%;
    float: left;
    padding: 10px;
}

.image img {
    width: 55px;
    height: 60px;
}

.label {
    width: 85%;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(0, 0, 0);
    text-align: left;
    vertical-align: middle;
}

input:focus {
    background-color: #f5f5f5;
}