html,
body,
#viewDiv {
    height: 100%;
    width: 100%;
}

body {
    margin: 0px;
    padding: 0px;
}

.menubusq {
    z-index: 999;
    position: fixed;
    top: 1em;
    right: 1em;
}

.result-items {
    max-height: 200px;
    width: 100%;
    overflow: auto;
    background: white;
}

ul {
    list-style: none;
}
input {
    font-size: 12px;
}

li {
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
}

.pointer {
    cursor: pointer;
}

.esri-view-width-less-than-large .esri-popup__action-text {
    display: block !important;
}

/* For mobile phones: */
[class*="input-search"] {
    width: 250px;
    vertical-align: top;
}

[class*="menubusq"] {
    width: 250px;
}

[class*="result-items"] {
    width: 250px;
}

@media only screen and (min-width: 600px) {

    /* For tablets: */
    .input-search {
        width: 500px;
        vertical-align: top;
    }
    .menubusq {
        width: 500px;
    }

    .result-items {
        width: 500px;
    }
}

@media only screen and (min-width: 768px) {

    /* For desktop: */
    .input-search {
        width: 700px;
    }
    .menubusq {
        width: 700px;
    }

    .result-items {
        width: 700px;
    }
}