﻿.select-search-result {
    position: absolute;
    z-index: 99999;
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}

.select-search-result li:hover {
    background-color: #CCC;
    cursor: pointer;
}
    .select-search-result li a {

        display:block;
        text-align:left;
    }
.btn-elix {
    color: #fff !important;
    background-color: #0f206c !important;
    border-color: #0f206c !important;
    font-weight: 600;
}

.btnForward {
    padding-right: 50px;
    background-position: right 14px center;
}
.btnBackward {
    padding-left: 50px;
    background-position-x: 14px;
}
.btnForward {
    float: right;
    margin-left: 1em;
    padding-right: 2.3em;
    background-image: url(https://comuneparma.elixforms.it/rwe2/images/icon_fa_arrow_circle_right.png);
    background-position: right center;
    background-repeat: no-repeat;
}
.btn {
    text-transform: uppercase;
    font-size: 16px;
}
.btnBackward {
    float: left;
    margin-right: 1em;
    padding-left: 2.3em;
    background-image: url(https://comuneparma.elixforms.it/rwe2/images/icon_fa_arrow_circle_left.png);
    background-position: left center;
    background-repeat: no-repeat;
}