@CHARSET "UTF-8";

.rTable {
    display: table;
    width: 100%;
}
.rTableRow {
    display: table-row;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
}
.rTableCell, .rTableHead {
    display: table-cell;
    padding: 3px 10px;
    background-color: #f7f7f7;
    border: 1px solid #ffffff;
}
.rTableHeading {
    display: table-header-group;
    background-color: #ddd;
    font-weight: bold;
}
.rTableFoot {
    display: table-footer-group;
    font-weight: bold;
    background-color: #ddd;
}
.rTableBody {
    display: table-row-group;
}

.rTableHead {
    color: #00933A;
}

.form-element > input{
    margin: 1% -1% 1% 1%;
    width: 30%;
}

.form-element > select{
    margin: 1% -1% 1% 1%;
    width: 30%;
}

.ui-datepicker-year {
    display: block !important;
}

.form-element > select {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #777;
    display: inline-block;
    font-family: inherit;
    font-size: 1em;
    line-height: inherit;
    max-width: 100%;
    padding: 0.6em;
    transition: border 0.15s linear 0s;
}

.message-search {
    margin-left: 30%;
}

#site-header-inner {
    padding-top: 0%;
}

.wpsl-store-name {
    font-weight: bold;
    font-size: 1.3em;
    margin: auto;
    color: #00933A;
}

.wpsl-address {
    text-transform: uppercase;
}

.wpsl-details, #wpsl-result-list li p{
    margin: 0 !important;
}

#wpsl-search-btn {
    background-color: #00933A;
}

.ui-state-default {
    color: #00933A !important;
}

@media screen and (min-width: 480px) {
    #cerca_documento {
        margin-left: 7px;
    }
}

.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #00933A;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #F7F7F7;
    border-radius: 5px;
}

.pagination-container{
    text-align: center;
    margin-top: 20px;
}

a.link-disabled{
    pointer-events: none;
    cursor: default;
}