.rb__form {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    display: block;
}

.rb__form .ui_input_label {
    margin-bottom: 1px;
}

.rb__i {
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    width: 100%;
}

.rb__i:last-child {
    margin-bottom: 0;
}

.activeSearch .rb__i {
    width: 100%;
    margin-right: 0;
}

.rb__i.unactive {
    display: none;
}

.rb__wrap .rb-active:nth-child(even) {
    margin-right: 0;
}

.rb__dN,
.rb__n {
    border-bottom: 1px solid #f2f2f2;
}

.rb__n {
    display: block;
    padding: 10px 32px;
    position: relative;
}

div.rb__n {
    background: #fefacb;
}

div.rb__n > a:first-child {
    color: #444;
    margin-right: 5px;
}

div.rb__n div {
    position: absolute;
    right: 60px;
    top: 8px;
}

div.rb__n img {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
}

div.rb__n div a {
    color: #09790D;
    font-weight: bold;
}

.rb__n span {
    position: absolute;
    right: 15px;
}

.rb__i .rb__n:last-child {
    border-bottom: 0;
}

.rb__n.unactive {
    display: none !important;
}

.rb__dN{
    font-size: 14px;
    overflow: hidden;
    position: relative;
    display: block;
    padding: 10px 32px;
}


.rb__dN:after,
.rb__n:after {
    content: attr(data-number);
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 39px;
}

.rb__dN:hover .rb__dN:after {
    color: #2a5a67;
}

.rb__dN i.fa {
    position: absolute;
    left: 7px;
}

.rb__l {
    position: relative;
    overflow: hidden;
}

.rb__l .rb__n,
.activeSearch .rb__l .rb__n {
    color: #444;
}

.rb__l .rb__n:hover,
.activeSearch .rb__l .rb__n:hover {
    color: #2f8fa8;
}

.rb__dN {
    font-size: 16px;
}

.rb__i.active .rb__dN {
    background-color: #fee700;
}

.rb-active.active .rb__dN:after, .rb__n:after {
    right: 10px;
}

@media only screen and (max-width: 999px) {
    div.rb__n div {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .rb__i {
        width: 100%;
        margin: 0;
    }

    .rb__dN:after,
    .rb__n:after {
        content: '';
    }

    .rb__dN{
        padding-right: 16px;
    }

    .rb__form {
        padding: 10px 0 0;
    }

    .rb__n {
        padding: 8px 32px;
    }
}