.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: right;
    margin-right: 20px;
    font-family: VazirNumber;
}

.ui-widget-content .ui-state-active .list_item_container {
    background-color: #f5f5f5;
}

.image {
    width: 15%;
    float: right;
    padding: 10px;
}

.image img {
    width: 55px;
    height: 60px;
}

.label {
    width: 85%;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    color: rgb(0, 0, 0);
    text-align: right;
}

.collage{
    line-height: 18px;
    font-style: italic;
}

.group{
    line-height: 18px;
    font-style: italic;
}

input:focus {
    background-color: #f5f5f5;
}