﻿.municipality-changes-lookup {
    margin-bottom: 60px;
}

    .municipality-changes-lookup .search {
        max-width: 668px;
    }

        .municipality-changes-lookup .search input {
            color: inherit;
        }

    .municipality-changes-lookup .searchresult-item {
        max-width: 668px;
        background-color: #ededed;
        font-size: 16px;
        padding: 10px 20px;
        margin: 10px 0;
        border-bottom: 3px solid #d8d8d8;
        font-family: "Meta Book", Arial, sans-serif;
    }

        .municipality-changes-lookup .searchresult-item h2.title {
            font-size: 24px;
            font-weight: bold;
            line-height: 21px;
            text-transform: none;
            padding-left: 10px;
            margin: 20px 0;
        }

        .municipality-changes-lookup .searchresult-item .group {
            display: flex;
        }

        .municipality-changes-lookup .searchresult-item .group__item {
            flex: 1 1 100px;
            font-weight: bold;
            padding: 10px 10px 5px 10px;
        }

        .municipality-changes-lookup .searchresult-item .details .group__item {
            background-color: #fff;
        }

        .municipality-changes-lookup .searchresult-item .heading {
            font-size: 14px;
            margin: 0 0;
            text-transform: none;
        }

        .municipality-changes-lookup .searchresult-item .tabheading {
            font-size: 17px;
            margin-bottom: 0;
            margin-top: 30px;
            text-transform: none;
        }

        .municipality-changes-lookup .searchresult-item .details .groupseparator {
            border-bottom: 2px solid #EDEDED;
        }

            .municipality-changes-lookup .searchresult-item .details .groupseparator:last-child {
                border: none;
            }

        .municipality-changes-lookup .searchresult-item .details .tabheading span {
            display: inline-block;
            margin-left: 10px;
            width: auto;
            background-color: #757575;
            text-transform: none;
            color: white;
            padding: 8px 10px;
        }

        .municipality-changes-lookup .searchresult-item .details .tabheading.new span {
            background-color: #815190;
        }

    .municipality-changes-lookup .expand-toggle-wrapper {
        margin-top: 20px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        position: relative;
    }

        .municipality-changes-lookup .expand-toggle-wrapper a {
            text-decoration: none;
            white-space: nowrap;
            color: #0058a3;
            line-height: 30px;
            font-size: 17px;
        }

        .municipality-changes-lookup .expand-toggle-wrapper.open .show-more {
            transform: rotate(180deg);
        }

    .municipality-changes-lookup .show-more {
        background: url(/public/legacy/municipalitychangeslookup/icons/arrow_blue_simple.svg) 0 0 no-repeat;
        content: "";
        display: inline-block;
        height: 7px;
        margin-left: 5px;
        width: 10px;
    }

    .municipality-changes-lookup .expand-toggle-minimize {
        display: none;
    }

    .municipality-changes-lookup .search {
        display: flex;
        width: 100%;
        border: 1px solid #d1d0d1;
        background-color: white;
    }

        .municipality-changes-lookup .search .search-input {
            margin: 0 0;
            outline: none;
            border: none;
            max-width: none;
            box-shadow: none;
            flex-grow: 1;
            padding-left: 0.7rem;
            padding-right: 0.7rem;
        }

            .municipality-changes-lookup .search .search-input:active,
            .municipality-changes-lookup .search .search-input:focus {
                box-shadow: none;
            }

        .municipality-changes-lookup .search .search-icon {
            background-image: url(/public/legacy/municipalitychangeslookup/icons/Ikon_Forside_Sokefelt_org.png);
            background-size: 20px 20px;
            background-repeat: no-repeat;
            background-color: Transparent;
            outline: none;
            width: 20px;
            height: 20px;
            margin: 12px 20px 10px;
            border: none;
            -webkit-appearance: button;
            cursor: pointer;
        }
