// Place search control
.leaflet-dhis2 {
    &.leaflet-touch {
        .leaflet-pelias-control {
            border: 0;
            width: 26px;
            height: 26px;
            box-shadow: 0 1px 5px rgba(0,0,0,0.65);

            a {
                width: 26px;
                height: 26px;
                line-height: 26px;
                font-size: 20px;
            }

            &.leaflet-pelias-expanded {
                width: 280px;
                height: 44px;
                line-height: 32px;

                .leaflet-pelias-search-icon {
                    line-height: 32px;
                    height: 44px;

                    &:hover {
                        background-color: #fff
                    }
                }
            }
        }
    }
}