﻿.searchbar-map {
    border-top-left-radius: 100px !important;
    border-bottom-left-radius: 100px !important;
    /*background-color: #1B1B1B;*/
    /*border: none;*/
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* width: 90% !important; */
    /*color: white;*/
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*margin-bottom: 0.4rem;*/
    background-image: url(/images/icons/loupe.png);
    background-position: 0.5rem;
    background-repeat: no-repeat;
    padding-left: 43px;
    background-size: 22px;
}

.itra-grid {

}
    .itra-grid .grid-striped .row:nth-of-type(odd) {
        background-color: #1B1B1B;
        color: white;
    }

.itra-grid .grid-striped .row:nth-of-type(even) {
    background-color: lightgray;
}